content
stringlengths 4
1.04M
| lang
stringclasses 358
values | score
int64 0
5
| repo_name
stringlengths 5
114
| repo_path
stringlengths 4
229
| repo_licenses
listlengths 1
8
|
---|---|---|---|---|---|
@forward 'expansion-variables' as mat-expansion-panel-*;
@forward 'expansion-mixins' as mat-*;
@forward 'expansion-theme' as mat-expansion-panel-*;
| SCSS | 1 | RAM-16/gdscaec-Angular | node_modules/@angular/material/expansion/_expansion-legacy-index.scss | [
"MIT"
]
|
{
"data": [
{
"department": "技术部",
"post": "主管",
"data": "2020年6月25日",
"name": "张三",
"sex": "男",
"birth": "2020年6月25日",
"political": "党员",
"office": "法院",
"nation": "汉",
"health": "良好",
"register": "农民",
"education": "本科",
"major": "计算机",
"gdata": "2020年6月25日",
"mailbox": "[email protected]",
"telphone": "18034569685",
"homephone": "",
"pworktime": "669633555222",
"entrytime": "2020年6月25日",
"school": "北京邮电大学",
"iDCard": "523698541123333",
"party": "2020年6月25日 上海",
"marital": "已婚",
"children": "有",
"hukoustreet": "北京市朝阳区亚运村街道",
"hukounum": "050000",
"hukoudi": "北京市朝阳区亚运村亚运村小区19号楼7单元901",
"Currentdi": "北京市朝阳区亚运村亚运村小区19号楼7单元901",
"Currentnum": "050000",
"socialsecurity": "是",
"providentfund": "是",
"hobby": "看书",
"sbtype": "城镇社保",
"archivesdi": "北京市朝阳区社保局"
}
]
} | JSON | 1 | linzhaojia77/jeecg-boot | jeecg-boot/jeecg-boot-module-demo/src/main/java/org/jeecg/modules/demo/mock/json/userinfo.json | [
"Apache-2.0"
]
|
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# OPTIONS_GHC -freduction-depth=0 #-}
-- | Semantic functionality for TSX programs.
module Language.TSX
( Term(..)
, Language.TSX.Grammar.tree_sitter_tsx
) where
import AST.Marshal.JSON
import Data.Proxy
import qualified Language.TSX.AST as TSX
import qualified Language.TSX.Tags as TsxTags
import qualified Tags.Tagging.Precise as Tags
import qualified Language.TSX.Grammar (tree_sitter_tsx)
import qualified AST.Unmarshal as TS
newtype Term a = Term { getTerm :: TSX.Program a }
deriving MarshalJSON
instance TS.SymbolMatching Term where
matchedSymbols _ = TS.matchedSymbols (Proxy :: Proxy TSX.Program)
showFailure _ = TS.showFailure (Proxy :: Proxy TSX.Program)
instance TS.Unmarshal Term where
matchers = fmap (fmap (TS.hoist Term)) TS.matchers
instance Tags.ToTags Term where
tags src = Tags.runTagging src . TsxTags.tags . getTerm
| Haskell | 4 | tabulon-ext/semantic | semantic-tsx/src/Language/TSX.hs | [
"MIT"
]
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-12-08 12:22+0800\n"
"PO-Revision-Date: 2021-11-16 17:33+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: fr\n"
"Language-Team: fr <[email protected]>\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/Option.tsx:68
#: superset-frontend/src/explore/components/controls/OptionControls/index.tsx:323
msgid ""
"\n"
" This filter was inherited from the dashboard's context.\n"
" It won't be saved when saving the chart.\n"
" "
msgstr ""
"\n"
" Ce filtre est hérite du contexte du tableau de bord.\n"
" Il ne sera pas sauvé à l'enregistrement du graphique.\n"
" "
#: superset/tasks/schedules.py:184
#, python-format
msgid ""
"\n"
" <b><a href=\"%(url)s\">Explore in Superset</a></b><p></p>\n"
" <img src=\"cid:%(msgid)s\">\n"
" "
msgstr ""
"\n"
" <b><a href=\"%(url)s\">Explorer dans Superset</a></b><p></p>\n"
" <img src=\"cid:%(msgid)s\">\n"
" "
#: superset/reports/notifications/email.py:60
#, python-format
msgid ""
"\n"
" Error: %(text)s\n"
" "
msgstr ""
"\n"
" Erreur: %(text)s\n"
" "
#: superset/tasks/schedules.py:159
#, python-format
msgid ""
"\n"
" *%(name)s*\n"
"\n"
" <%(url)s|Explore in Superset>\n"
" "
msgstr ""
"\n"
" *%(name)s*\n"
"\n"
" <%(url)s|Explorer dans Superset>\n"
" "
#: superset/tasks/schedules.py:372
#, python-format
msgid ""
"\n"
" *%(slice_name)s*\n"
"\n"
" <%(slice_url_user_friendly)s|Explore in Superset>\n"
" "
msgstr ""
"\n"
" *%(slice_name)s*\n"
"\n"
" <%(slice_url_user_friendly)s|Explorer dans Superset>\n"
" "
#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:122
msgid " (excluded)"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:235
msgid " expression which needs to adhere to the "
msgstr " Expression qui doit adhérer à "
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:239
msgid ""
" standard to ensure that the lexicographical ordering\n"
" coincides with the chronological ordering. If the\n"
" timestamp format does not adhere to the ISO 8601 "
"standard\n"
" you will need to define an expression and type for\n"
" transforming the string into a date or timestamp. "
"Note\n"
" currently time zones are not supported. If time is "
"stored\n"
" in epoch format, put `epoch_s` or `epoch_ms`. If no"
" pattern\n"
" is specified we fall back to using the optional "
"defaults on a per\n"
" database/column name level via the extra parameter."
msgstr ""
" standard pour s'assurer que l'ordre lexicographique\n"
" coïncide avec l'ordre chronologique. Si le format\n"
" de temps n’adhère pas à l'ISO 8601 standard\n"
" dont vous aurez besoin pour définir une expression "
"ou type\n"
" pour transformer une chaine en date ou "
"timestampNote\n"
" actuellement, les timezone ne sont pas gérées Si le"
" temps est stocké\n"
" en format epoch, mettez `epoch_s` ou `epoch_ms`. Si"
" aucun pattern\n"
" n'est spécifié, nous revenons à utiliser les "
"options par défauts\n"
" de niveau database / nom de colonne via l'extra "
"parameter."
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:111
msgid "!= (Is not equal)"
msgstr "!= (N'est pas égal)"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:125
msgid ""
"${tableName\n"
" .split('')\n"
" .slice(0, tableName.length - 1)\n"
" .join('')}\n"
" "
msgstr ""
"${tableName\n"
" .split('')\n"
" .slice(0, tableName.length - 1)\n"
" .join('')}\n"
" "
#: superset/security/analytics_db_safety.py:44
#, python-format
msgid "%(dialect)s cannot be used as a data source for security reasons."
msgstr ""
"%(dialect)s ne peut pas être utilisé comme source de données pour des "
"raisons de sécurité."
#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:84
#, fuzzy, python-format
msgid ""
"%(message)s\n"
"This may be triggered by: \n"
"%(issues)s"
msgstr "Cela peut être déclenché par:"
#: superset/reports/notifications/email.py:122 superset/tasks/schedules.py:364
#, python-format
msgid "%(name)s.csv"
msgstr "%(name)s.csv"
#: superset/db_engine_specs/snowflake.py:99
#, python-format
msgid "%(object)s does not exist in this database."
msgstr "%(object)s n'existe pas dans cette base de données."
#: superset/reports/notifications/email.py:126 superset/tasks/schedules.py:296
#: superset/tasks/schedules.py:465
#, python-format
msgid "%(prefix)s %(title)s"
msgstr "%(prefix)s %(title)s"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:635
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:642
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:656
#, python-format
msgid "%(rows)d rows returned"
msgstr "%(rows)d lignes retournées"
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:93
#, fuzzy, python-format
msgid ""
"%(subtitle)s\n"
"This may be triggered by:\n"
" %(issue)s"
msgstr "Cela peut être déclenché par:"
#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:88
#, python-format
msgid "%(suggestion)s instead of \"%(undefinedParameter)s?\""
msgstr "%(suggestion)s au lieu de \"%(undefinedParameter)s?\""
#: superset/views/core.py:366
#, python-format
msgid ""
"%(user)s was granted the role %(role)s that gives access to the "
"%(datasource)s"
msgstr "%(user)s a obtenu le profil %(role)s qui donne accès à %(datasource)s"
#: superset/views/core.py:2773
#, python-format
msgid "%(user)s's profile"
msgstr "Le profil de %(user)s"
#: superset/views/core.py:2442
#, python-format
msgid ""
"%(validator)s was unable to check your query.\n"
"Please recheck your query.\n"
"Exception: %(ex)s"
msgstr ""
"%(validator)s n'a pas pu vérifier votre requête.\n"
"Merci de vérifier à nouveau votre requête.\n"
"Exception: %(ex)s"
#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:170
#, python-format
msgid "%s - untitled"
msgstr "%s - sans titre"
#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:90
#, python-format
msgid "%s Error"
msgstr "%s Erreur"
#: superset-frontend/src/components/ListView/ListView.tsx:244
#, python-format
msgid "%s Selected"
msgstr "%s Sélectionné"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:685
#, python-format
msgid "%s Selected (%s Physical, %s Virtual)"
msgstr "%s Sélectionnée (%s Physique, %s Virtuelle)"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:678
#, python-format
msgid "%s Selected (Physical)"
msgstr "%s Sélectionnée (Physique)"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:671
#, python-format
msgid "%s Selected (Virtual)"
msgstr "%s Sélectionnée (Virtuelle)"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:311
#, python-format
msgid "%s aggregates(s)"
msgstr "%s agrégat(s)"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:249
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:270
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:286
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:302
#, python-format
msgid "%s column(s)"
msgstr "%s colonne(s)"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:276
#, python-format
msgid "%s column(s) and metric(s)"
msgstr "%s colonne(s) et métrique(s)"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:297
#, python-format
msgid "%s operator(s)"
msgstr "%s opérateur(s)"
#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:83
#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:256
#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:82
#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:92
#, python-format
msgid "%s option"
msgstr "%s option(s)"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:252
#, python-format
msgid "%s option(s)"
msgstr "%s option(s)"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:320
#, python-format
msgid "%s saved metric(s)"
msgstr "%s métrique(s) sauvegardée(s)"
#: superset-frontend/src/components/URLShortLinkButton/index.jsx:59
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:123
#, python-format
msgid "%s%s"
msgstr "%s%s"
#: superset-frontend/src/components/ListView/ListView.tsx:419
#: superset-frontend/src/components/TableView/TableView.tsx:237
#, python-format
msgid "%s-%s of %s"
msgstr "%s-%s de %s"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:110
msgid "(Removed)"
msgstr "(Supprimé)"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:637
msgid "(deleted)"
msgstr "(effacé)"
#: superset-frontend/src/utils/getClientErrorObject.ts:56
msgid "(no description, click to see stack trace)"
msgstr ""
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:168
msgid ""
"(optional) default value for the filter, when using the multiple option, "
"you can use a semicolon-delimited list of options."
msgstr ""
"(optionnel) valeur pas défaut pour le filtre, avec l'option multiple, "
"vous pouvez utiliser un point virgule pour séparer les options."
#: superset/reports/notifications/slack.py:50
#, python-format
msgid ""
"*%(name)s*\n"
"\n"
"%(description)s\n"
"\n"
"<%(url)s|Explore in Superset>\n"
"\n"
"%(table)s\n"
msgstr ""
"*%(name)s*\n"
"\n"
"%(description)s\n"
"\n"
"<%(url)s|Explorer dans Superset>\n"
"\n"
"%(table)s\n"
#: superset/reports/notifications/slack.py:67
#, python-format
msgid ""
"*%(name)s*\n"
"\n"
"%(description)s\n"
"\n"
"Error: %(text)s\n"
msgstr ""
"*%(name)s*\n"
"\n"
"%(description)s\n"
"\n"
"Erreur: %(text)s\n"
#: superset-frontend/src/explore/components/SaveModal.tsx:35
msgid "**Select** a dashboard OR **create** a new one"
msgstr "**Sélectionner** un tableau de bord OU **créer** un nouveau"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:260
msgid ""
"-- Note: Unless you save your query, these tabs will NOT persist if you "
"clear your cookies or change browsers.\n"
"\n"
msgstr ""
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:668
msgid "0 Selected"
msgstr "0 sélectionné"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:35
msgid "1 hour"
msgstr "1 heure"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:32
msgid "1 minute"
msgstr "1 minute"
#: superset/db_engine_specs/base.py:91
msgid "10 minute"
msgstr "10 minutes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:30
msgid "10 seconds"
msgstr "10 secondes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:37
msgid "12 hours"
msgstr "12 heures"
#: superset/db_engine_specs/base.py:92
msgid "15 minute"
msgstr "15 minutes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:38
msgid "24 hours"
msgstr "24 heures"
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:32
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:35
msgid "2D"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:116
#, fuzzy
msgid "3 letter code of the country"
msgstr "chaque jour du mois"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:128
msgid "30 days"
msgstr "30 jours"
#: superset/db_engine_specs/base.py:93
msgid "30 minute"
msgstr "30 minutes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:34
msgid "30 minutes"
msgstr "30 minutes"
#: superset/db_engine_specs/base.py:88
msgid "30 second"
msgstr "30 secondes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:31
msgid "30 seconds"
msgstr "30 secondes"
#: superset/db_engine_specs/base.py:90
msgid "5 minute"
msgstr "5 minutes"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:33
msgid "5 minutes"
msgstr "5 minutes"
#: superset/db_engine_specs/base.py:87
msgid "5 second"
msgstr "5 secondes"
#: superset/db_engine_specs/base.py:95
msgid "6 hour"
msgstr "6 heures"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:36
msgid "6 hours"
msgstr "6 heures"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:132
msgid "60 days"
msgstr "60 jours"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:136
msgid "90 days"
msgstr "90 jours"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:49
msgid ":"
msgstr ":"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:86
msgid "< (Smaller than)"
msgstr "< (Plus petit que)"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:96
msgid "<= (Smaller or equal)"
msgstr "<= (Plus petit ou égal)"
#: superset/tasks/schedules.py:171 superset/tasks/schedules.py:365
#, python-format
msgid "<b><a href=\"%(url)s\">Explore in Superset</a></b><p></p>"
msgstr "<b><a href=\"%(url)s\">Explorer dans Superset</a></b><p></p>"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:106
msgid "== (Is equal)"
msgstr "== (Est equal)"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:91
msgid "> (Larger than)"
msgstr "> (Plus grand que)"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:101
msgid ">= (Larger or equal)"
msgstr ">= (Plus grand ou égal)"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:35
#, fuzzy
msgid "A Big Number"
msgstr "Gros nombre"
#: superset/views/alerts.py:195
msgid ""
"A SQL statement that defines whether the alert should get triggered or "
"not. The query is expected to return either NULL or a number value."
msgstr ""
"Une requête SQL indiquant si une alerte doit être lancée ou non. La "
"requête doit retourner NULL ou une valeur numérique."
#: superset/views/database/forms.py:204 superset/views/database/forms.py:341
msgid "A comma separated list of columns that should be parsed as dates."
msgstr ""
"Une liste de colonnes séparées par des virgules qui devraient être "
"parsées comme des dates."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:383
msgid "A comma-separated list of schemas that CSVs are allowed to upload to."
msgstr ""
"Une liste de schémas (séparés par des virgules) autorisés pour le "
"chargement de CSV."
#: superset/databases/commands/exceptions.py:42
msgid "A database with the same name already exists."
msgstr "Une base de données avec le même nom existe déjà."
#: superset/views/dynamic_plugins.py:52
msgid ""
"A full URL pointing to the location of the built plugin (could be hosted "
"on a CDN for example)"
msgstr ""
"Une URL complète désignant le lieu du plugin (pourrait être hébergé sur "
"un CDN par exemple)"
#: superset/views/dynamic_plugins.py:47
msgid "A human-friendly name"
msgstr "Un nom facile à comprendre"
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:300
msgid "A list of users who can alter the chart. Searchable by name or username."
msgstr ""
"Une liste d'utilisateurs qui peuvent modifier le graphique. Il est "
"possible de chercher par nom de graphique ou d'utilisateur."
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:29
msgid "A map of the world, that can indicate values in different countries."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:161
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:209
#: superset-frontend/src/explore/controls.jsx:238
msgid "A metric to use for color"
msgstr "Une métrique à utiliser par couleur"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:26
msgid ""
"A polar coordinate chart where the circle is broken into wedges of equal "
"angle, and the value represented by any wedge is illustrated by its area,"
" rather than its radius or sweep angle."
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:523
msgid "A readable URL for your dashboard"
msgstr "Pour avoir une URL lisible pour votre tableau de bord"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:39
#: superset-frontend/src/explore/controls.jsx:113
msgid "A reference to the [Time] configuration, taking granularity into account"
msgstr "Une référence à la configuration [Time] prends la granularité en compte"
#: superset/views/alerts.py:189
msgid "A semicolon ';' delimited list of email addresses"
msgstr "Une liste d'e-mail séparée par un ';'"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:789
#: superset/connectors/sqla/views.py:469
msgid ""
"A set of parameters that become available in the query using Jinja "
"templating syntax"
msgstr ""
"Un ensemble de paramètre qui seront disponible dans la requête utilisant "
"la syntaxe du template Jinja"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:32
msgid ""
"A time series chart that visualizes how a related metric from multiple "
"groups vary over time. Each group is visualized using a different color."
msgstr ""
#: superset/reports/commands/exceptions.py:198
msgid "A timeout occurred while executing the query."
msgstr "Un timeout s'est produit lors de l'exécution de la requête."
#: superset/reports/commands/exceptions.py:206
msgid "A timeout occurred while generating a csv."
msgstr "Dépassement de délai lors de la génération d'un CSV."
#: superset/reports/commands/exceptions.py:210
msgid "A timeout occurred while generating a dataframe."
msgstr "Dépassement de délai lors de la génération d'un dataframe."
#: superset/reports/commands/exceptions.py:202
msgid "A timeout occurred while taking a screenshot."
msgstr "Dépassement de délai lors d'une capture d'écran."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:168
msgid "A valid color scheme is required"
msgstr "Un jeu de couleur valide doit être fourni"
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:344
msgid "APPLY"
msgstr "APPLIQUER"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:94
msgid "APR"
msgstr "AVR"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:239
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:404
msgid "AQE"
msgstr "AQE"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:98
msgid "AUG"
msgstr "AOU"
#: superset-frontend/src/components/Menu/MenuRight.tsx:176
msgid "About"
msgstr "A propos"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:354
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:397
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:287
msgid "Access"
msgstr "Accès"
#: superset/initialization/__init__.py:491
msgid "Access requests"
msgstr "Requêtes d'accès"
#: superset/views/core.py:300
msgid "Access was requested"
msgstr "Accès demandé"
#: superset/views/log/__init__.py:31
msgid "Action"
msgstr "Action"
#: superset/initialization/__init__.py:419
msgid "Action Log"
msgstr "Journaux d'actions"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:335
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:189
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:249
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:420
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:229
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:417
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:375
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:405
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:309
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:413
msgid "Actions"
msgstr "Actions"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:290
#: superset/views/schedules.py:240 superset/views/schedules.py:320
msgid "Active"
msgstr "Actif"
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:316
msgid "Actual time range"
msgstr "Intervalle de temps courant"
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:28
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:49
#, fuzzy
msgid "Adaptative formating"
msgstr "Format Datetime"
#: superset-frontend/src/components/ReportModal/index.tsx:267
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitlePane.tsx:133
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220
#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:119
msgid "Add"
msgstr "Ajouter"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1056
#, fuzzy
msgid "Add Alert"
msgstr "alerte"
#: superset/views/annotations.py:60
msgid "Add Annotation"
msgstr "Ajouter une couche d'annotation"
#: superset/views/annotations.py:119
msgid "Add Annotation Layer"
msgstr "Ajouter une couche d'annotation"
#: superset/views/css_templates.py:38
msgid "Add CSS Template"
msgstr "Ajouter un Template CSS"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:232
msgid "Add CSS template"
msgstr "Templates CSS"
#: superset/views/chart/mixin.py:28
msgid "Add Chart"
msgstr "Ajouter un graphique"
#: superset/connectors/sqla/views.py:65
msgid "Add Column"
msgstr "Ajouter une colonne"
#: superset/views/dashboard/mixin.py:27
msgid "Add Dashboard"
msgstr "Ajouter un tableau de bord"
#: superset/views/database/mixins.py:35
msgid "Add Database"
msgstr "Ajouter une base de données"
#: superset/connectors/druid/views.py:215
msgid "Add Druid Cluster"
msgstr "Ajouter un cluster Druid"
#: superset/connectors/druid/views.py:72
msgid "Add Druid Column"
msgstr "Ajouter une colonne Druid"
#: superset/connectors/druid/views.py:279
msgid "Add Druid Datasource"
msgstr "Ajouter une source de données Druid"
#: superset/connectors/druid/views.py:161
msgid "Add Druid Metric"
msgstr "Ajouter une métrique Druid"
#: superset/views/log/__init__.py:23
msgid "Add Log"
msgstr "Ajouter un log"
#: superset/connectors/sqla/views.py:214
msgid "Add Metric"
msgstr "Ajouter une métrique"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1055
#, fuzzy
msgid "Add Report"
msgstr "rapport"
#: superset/connectors/sqla/views.py:316
msgid "Add Row level security filter"
msgstr "Ajouter un filtre de sécurité au niveau de la ligne"
#: superset/views/sql_lab.py:41
msgid "Add Saved Query"
msgstr "Ajouter une requête sauvegardée"
#: superset/views/dynamic_plugins.py:60
msgid "Add a Plugin"
msgstr "Ajouter un plugin"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:175
msgid "Add additional custom parameters"
msgstr "Ajouter des paramètres personnalisés supplémentaires"
#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:63
msgid "Add an item"
msgstr "Ajouter un élément"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283
msgid "Add annotation"
msgstr "Ajouter une annotation"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:201
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:213
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:238
msgid "Add annotation layer"
msgstr "Ajouter une couche d'annotations"
#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:121
msgid "Add dataset"
msgstr "Ajouter un jeu de données"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:387
msgid "Add delivery method"
msgstr "Ajouter méthode de livraison"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterControl/index.jsx:367
msgid "Add filter"
msgstr "Ajouter un filtre"
#: superset-frontend/src/CRUD/CollectionTable.tsx:417
msgid "Add item"
msgstr "Ajouter un item"
#: superset-frontend/src/explore/components/controls/MetricControl/MetricsControl.jsx:336
msgid "Add metric"
msgstr "Ajouter une métrique"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:176
msgid "Add new color formatter"
msgstr "Ajouter un nouveau formateur de couleur"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:169
msgid "Add new formatter"
msgstr "Ajouter un formateur"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:386
msgid "Add notification method"
msgstr "Ajouter une méthode de notification"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:99
msgid "Add sheet"
msgstr "Ajouter une feuille"
#: superset-frontend/src/explore/components/SaveModal.tsx:258
msgid "Add to dashboard"
msgstr "Ajouter au tableau de bord"
#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:141
msgid "Added"
msgstr "Ajouté"
#: superset/connectors/druid/models.py:256
msgid "Adding new datasource [{}]"
msgstr "Ajout d'une nouvelle source de données [{}]"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:173
#, fuzzy
msgid "Additional Parameters"
msgstr "Paramètres supplémentaires"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:324
msgid "Additional information"
msgstr "Informations additionnelles"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:96
#, fuzzy
msgid "Additional metadata"
msgstr "Paramètres supplémentaires"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:50
#, fuzzy
msgid "Additional padding for legend."
msgstr "Informations additionnelles"
#: superset/db_engine_specs/base.py:1398
msgid "Additional parameters"
msgstr "Paramètres supplémentaires"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:166
msgid "Additional text to add before or after the value, e.g. unit"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:40
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:43
#, fuzzy
msgid "Additive"
msgstr "Ajouter un item"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:765
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:580
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:267
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:34
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1146
msgid "Advanced"
msgstr "Avancé"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:122
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:242
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:125
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:148
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:375
#, fuzzy
msgid "Advanced Analytics"
msgstr "Analyses avancées"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:25
#: superset-frontend/src/explore/controlPanels/sections.tsx:144
msgid "Advanced analytics"
msgstr "Analyses avancées"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:32
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:36
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:35
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:79
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:79
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:74
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:64
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:71
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124
msgid "Advanced-Analytics"
msgstr "Analyses avancées"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:36
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:36
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:33
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:39
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:65
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:80
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:80
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:75
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:74
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:74
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:65
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:58
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:41
msgid "Aesthetic"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:84
#, fuzzy
msgid "After"
msgstr "date"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:45
#, fuzzy
msgid "Aggregate"
msgstr "agrégat"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:91
#, fuzzy
msgid "Aggregate Mean"
msgstr "agrégat"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:96
#, fuzzy
msgid "Aggregate Sum"
msgstr "agrégat"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:182
msgid ""
"Aggregate function applied to the list of points in each cluster to "
"produce the cluster label."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:74
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:137
msgid ""
"Aggregate function to apply when pivoting and computing the total rows "
"and columns"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:63
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:114
#, fuzzy
msgid "Aggregation function"
msgstr "Fonctions Python"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:92
msgid "Alert Triggered, In Grace Period"
msgstr "Alerte déclenchée, -période de grâce"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1123
msgid "Alert condition"
msgstr "Condition d'alerte"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1215
msgid "Alert condition schedule"
msgstr "Planification de la condition d'alerte"
#: superset/reports/commands/exceptions.py:218
msgid "Alert ended grace period."
msgstr "L'alerte a mis fin à la période de grâce."
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:82
msgid "Alert failed"
msgstr "L'alerte a échoué"
#: superset/reports/commands/exceptions.py:214
msgid "Alert fired during grace period."
msgstr "Alerte déclenchée pendant la période de grâce."
#: superset/reports/commands/exceptions.py:194
msgid "Alert found an error while executing a query."
msgstr "Une erreur a été rencontrée lors de l'exécution de la requête."
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072
msgid "Alert name"
msgstr "Nom de l'alerte"
#: superset/reports/commands/exceptions.py:222
msgid "Alert on grace period"
msgstr "Alerte sur la période de grace"
#: superset/reports/commands/exceptions.py:190
msgid "Alert query returned a non-number value."
msgstr "La requête a retourné une valeur non numérique."
#: superset/reports/commands/exceptions.py:186
msgid "Alert query returned more then one column."
msgstr "La requête a retourné plus d'une colonne."
#: superset/reports/commands/alert.py:105
#, python-format
msgid "Alert query returned more then one column. %s columns returned"
msgstr "La requête a retourné plus d'une colonne. %s colonnes retournées"
#: superset/reports/commands/exceptions.py:177
msgid "Alert query returned more then one row."
msgstr "La requête a retourné plus d'une ligne."
#: superset/reports/commands/alert.py:96
#, python-format
msgid "Alert query returned more then one row. %s rows returned"
msgstr "La requête a retourné plus d'une ligne. %s lignes retournées"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:75
msgid "Alert running"
msgstr "Altere en cours"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:68
msgid "Alert triggered, notification sent"
msgstr "Alerte déclenchée, notification envoyée"
#: superset/reports/commands/exceptions.py:182
msgid "Alert validator config error."
msgstr "Erreur de configuration du validateur."
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:436
#: superset/initialization/__init__.py:468
msgid "Alerts"
msgstr "Alertes"
#: superset/initialization/__init__.py:480
msgid "Alerts & Reports"
msgstr "Alertes et rapports"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:432
msgid "Alerts & reports"
msgstr "Alertes et rapports"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:127
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:427
msgid "Align +/-"
msgstr ""
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:457
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:478
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:499
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:524
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:454
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:475
msgid "All"
msgstr "Tous"
#: superset/annotation_layers/annotations/filters.py:28
#: superset/annotation_layers/filters.py:30 superset/charts/filters.py:31
#: superset/css_templates/filters.py:28
#: superset/queries/saved_queries/filters.py:31 superset/reports/filters.py:28
msgid "All Text"
msgstr "Tout texte"
#: superset-frontend/src/dashboard/util/getFilterScopeNodesTree.js:85
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:122
msgid "All charts"
msgstr "Tous les graphiques"
#: superset-frontend/src/dashboard/util/getFilterFieldNodesTree.js:44
msgid "All filters"
msgstr "Tous les filtres"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:326
#, fuzzy, python-format
msgid "All filters (%(filterCount)d)"
msgstr "Tous les filtres (${filterValues.length})"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/state.ts:49
#, fuzzy
msgid "All panels"
msgstr "Appliquer à tous les panneaux"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:132
msgid "All panels with this column will be affected by this filter"
msgstr "Les panneaux avec cette colonne seront affectés par ce filtre"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:95
#: superset/views/database/mixins.py:187
msgid "Allow CREATE TABLE AS"
msgstr "Autoriser CREATE TABLE AS"
#: superset/views/database/mixins.py:113
msgid "Allow CREATE TABLE AS option in SQL Lab"
msgstr "Autorise l'option CREATE TABLE AS dans SQL Lab"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:109
#: superset/views/database/mixins.py:188
msgid "Allow CREATE VIEW AS"
msgstr "Autoriser CREATE VIEW AS"
#: superset/views/database/mixins.py:114
msgid "Allow CREATE VIEW AS option in SQL Lab"
msgstr "Autorise l'option CREATE VIEW AS dans SQL Lab"
#: superset/views/database/mixins.py:201
msgid "Allow Csv Upload"
msgstr "Autoriser le téléversement CSV"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:142
#: superset/views/database/mixins.py:189
msgid "Allow DML"
msgstr "Autoriser DML"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:158
#: superset/views/database/mixins.py:203
msgid "Allow Multi Schema Metadata Fetch"
msgstr "Autoriser la récupération de métadonnes multi schéma"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:161
#: superset/views/database/mixins.py:170
msgid ""
"Allow SQL Lab to fetch a list of all tables and all views across all "
"database schemas. For large data warehouse with thousands of tables, this"
" can be expensive and put strain on the system."
msgstr ""
"Permettre à SQL Lab de récupérer la liste de toutes les tables et de "
"toute les vues à travers tous schémas des bases de données. Pour les "
"entrepôts de données volumineux avec des milliers de table, ceci peut "
"être coûteux et mettre rude épreuve le système."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:98
msgid "Allow creation of new tables based on queries"
msgstr "Autoriser la création de nouvelles tables basées sur des requêtes"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:112
msgid "Allow creation of new views based on queries"
msgstr "Autoriser la création de nouvelles vues basées sur des requêtes"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:256
msgid "Allow data manipulation language"
msgstr "Autoriser DML"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:417
msgid "Allow data upload"
msgstr "Autoriser le chargement de données"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:145
msgid ""
"Allow manipulation of the database using non-SELECT statements such as "
"UPDATE, DELETE, CREATE, etc."
msgstr ""
"Permettre la manipulation de la base de données en utilisant des "
"instructionsnon SELECT comme UPDATE, DELETE, CREATE, etc."
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:216
msgid "Allow multiple selections"
msgstr "Autoriséer les sélections multiples"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:189
#, fuzzy
msgid "Allow node selections"
msgstr "Autoriséer les sélections multiples"
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:64
#: superset-frontend/src/filters/components/Select/controlPanel.ts:82
msgid "Allow selecting multiple values"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:192
msgid "Allow this database to be explored"
msgstr "Autoriser cette base de données à être explorée"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:79
msgid "Allow this database to be queried in SQL Lab"
msgstr "Autoriser cette base de données à être requêtées dans SQL Lab"
#: superset/views/database/mixins.py:115
msgid ""
"Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in"
" SQL Lab"
msgstr ""
"Autorise les utilisateurs à lancer des expression non-SELECT (UPDATE, "
"DELETE, CREATE, etc.) dans SQL Lab"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:555
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:529
msgid "Alphabetical"
msgstr "Alphabétique"
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:50
msgid ""
"Also known as a box and whisker plot, this visualization compares the "
"distributions of a related metric across multiple groups. The box in the "
"middle emphasizes the mean, median, and inner 2 quartiles. The whiskers "
"around each box visualize the min, max, range, and outer 2 quartiles."
msgstr ""
#: superset-frontend/src/components/AlteredSliceTag/index.jsx:182
msgid "Altered"
msgstr "Modifié"
#: superset/common/query_context_processor.py:257 superset/viz.py:1415
msgid ""
"An enclosed time range (both start and end) must be specified when using "
"a Time Comparison."
msgstr ""
"Une période délimitée (à la fois début et fin) doit être spécifiée quand "
"on utilise une Comparaison de temps."
#: superset/databases/schemas.py:299
msgid ""
"An engine must be specified when passing individual parameters to a "
"database."
msgstr ""
"Un moteur doit être fournit lorsque l'on passe des paramètres individuels"
" à la base de données."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:623
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:140
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:69
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:116
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:46
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:64
msgid "An error has occurred"
msgstr "Une erreur est survenue"
#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:80
#: superset-frontend/src/components/TableLoader/index.tsx:48
#: superset-frontend/src/utils/getClientErrorObject.ts:135
msgid "An error occurred"
msgstr "Un erreur s'est produite"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:347
msgid "An error occurred saving dataset"
msgstr "Une erreur s'est produite durant la sauvegarde du jeu de données"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:132
msgid "An error occurred when refreshing queries"
msgstr "Une erreur s'est produite en rafaîchissant les requêtes"
#: superset/key_value/commands/exceptions.py:33
#, fuzzy
msgid "An error occurred while accessing the value."
msgstr "Une erreur s'est produite durant la création de la source de donnée"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1165
msgid ""
"An error occurred while collapsing the table schema. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en repliant le schéma de la table. Veuillez "
"contacter votre administrateur."
#: superset-frontend/src/views/CRUD/hooks.ts:301
#, fuzzy, python-format
msgid "An error occurred while creating %ss: %s"
msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1313
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1335
msgid "An error occurred while creating the data source"
msgstr "Une erreur s'est produite durant la création de la source de donnée"
#: superset/key_value/commands/exceptions.py:29
#, fuzzy
msgid "An error occurred while creating the value."
msgstr "Une erreur s'est produite durant la création de la source de donnée"
#: superset/key_value/commands/exceptions.py:37
#, fuzzy, python-format
msgid "An error occurred while deleting the value."
msgstr "Une erreur s'est produit en récupérant les valeurs du schéma : %s"
#: superset-frontend/src/reports/actions/reports.js:138
msgid "An error occurred while editing this report."
msgstr "Une erreur s'est produite durant la modification de ce rapport."
#: superset-frontend/src/reports/actions/reports.js:120
#, python-format
msgid "An error occurred while editing this report: %s"
msgstr "Une erreur s'est produite durant la modification du rapport : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1141
msgid ""
"An error occurred while expanding the table schema. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en développant le schéma de la table. Veuillez "
"contacter votre administrateur."
#: superset-frontend/src/views/CRUD/hooks.ts:103
#, fuzzy, python-format
msgid "An error occurred while fetching %s info: %s"
msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s"
#: superset-frontend/src/views/CRUD/hooks.ts:171
#: superset-frontend/src/views/CRUD/hooks.ts:258
#: superset-frontend/src/views/CRUD/hooks.ts:344
#, fuzzy, python-format
msgid "An error occurred while fetching %ss: %s"
msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:132
msgid "An error occurred while fetching available CSS templates"
msgstr ""
"Une erreur s'est produite lors de l'extraction des modèles de CSS "
"disponibles"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:484
#, python-format
msgid "An error occurred while fetching chart created by values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération du graphique créé par "
"les valeurs : %s"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:463
#, python-format
msgid "An error occurred while fetching chart owners values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération des propriétaires du "
"graphique : %s"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:392
#, python-format
msgid "An error occurred while fetching created by values: %s"
msgstr "Une erreur s'est produite en récupérant les valeurs créées : %s"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:481
#, python-format
msgid "An error occurred while fetching dashboard created by values: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération du tableau de bord créé"
" avec les valeurs : %s"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:460
#, python-format
msgid "An error occurred while fetching dashboard owner values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération des propriétaires du "
"tableau de bord : %s"
#: superset-frontend/src/components/OmniContainer/getDashboards.ts:48
#, fuzzy, python-format
msgid "An error occurred while fetching dashboards"
msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:200
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:127
#, python-format
msgid "An error occurred while fetching dashboards: %s"
msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:129
#, python-format
msgid "An error occurred while fetching database related data: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération des données de la base "
": %s"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:341
#, python-format
msgid "An error occurred while fetching database values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération des valeurs de la base "
"de données : %s"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:295
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:282
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:434
#, python-format
msgid "An error occurred while fetching dataset datasource values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération les sources de données "
"du jeu de données : %s"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:426
#, python-format
msgid "An error occurred while fetching dataset owner values: %s"
msgstr ""
"Une erreur s'est produite durant la récupération des valeurs du "
"propriétaire du jeu de données : %s"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:184
msgid "An error occurred while fetching dataset related data"
msgstr ""
"Une erreur s'est produite lors de la récupération des données relatives "
"au jeu de données"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:204
#, python-format
msgid "An error occurred while fetching dataset related data: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération des données relatives "
"au jeu de données : %s"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:445
#, python-format
msgid "An error occurred while fetching datasets: %s"
msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1356
msgid "An error occurred while fetching function names."
msgstr "Une erreur s'est produite lors de la récupération des noms des fonctions."
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:460
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:358
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:454
#, python-format
msgid "An error occurred while fetching schema values: %s"
msgstr "Une erreur s'est produit en récupérant les valeurs du schéma : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:662
msgid "An error occurred while fetching tab state"
msgstr "Une erreur s'est produite lors de la récupération de l'état de l'onglet"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1027
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1052
msgid "An error occurred while fetching table metadata"
msgstr ""
"Une erreur s'est produite lors de l'extraction des méta-données de la "
"table"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1093
msgid ""
"An error occurred while fetching table metadata. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite lors de l'extraction des méta-données de la "
"table. Veuillez contacter votre administrateur."
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:375
#, python-format
msgid "An error occurred while fetching user values: %s"
msgstr "Une erreur s'est produit en récupérant les valeurs d'utilisateur : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:698
msgid ""
"An error occurred while hiding the left bar. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en masquant la barre de gauche. Veuillez "
"contacter votre administrateur."
#: superset-frontend/src/views/CRUD/hooks.ts:438
#: superset-frontend/src/views/CRUD/hooks.ts:451
#, fuzzy, python-format
msgid "An error occurred while importing %s: %s"
msgstr "Une erreur s'est produite le traitement des logs "
#: superset-frontend/src/chart/chartAction.js:569
msgid "An error occurred while loading the SQL"
msgstr "Une erreur s'est produite durant le chargement du SQL"
#: superset/reports/commands/exceptions.py:242
msgid "An error occurred while pruning logs "
msgstr "Une erreur s'est produite le traitement des logs "
#: superset-frontend/src/SqlLab/actions/sqlLab.js:744
msgid "An error occurred while removing query. Please contact your administrator."
msgstr ""
"Une erreur s'est produite en supprimant la requête. Veuillez contacter "
"votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:720
msgid "An error occurred while removing tab. Please contact your administrator."
msgstr ""
"Une erreur s'est produite en supprimant l'onglet. Veuillez contacter "
"votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1188
msgid ""
"An error occurred while removing the table schema. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en enlevant le schéma de la table. Veuillez "
"contacter votre administrateur."
#: superset-frontend/src/chart/chartReducer.ts:94
#, fuzzy, python-format
msgid "An error occurred while rendering the visualization: %s"
msgstr "Une erreur s'est produite durant la modification du rapport : %s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:575
msgid ""
"An error occurred while setting the active tab. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en positionnant l'onglet actif. Veuillez "
"contacter votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:825
msgid ""
"An error occurred while setting the tab autorun. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite durant l'initialisation de l'onglet Autorun. "
"Veuillez contacter votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:767
msgid ""
"An error occurred while setting the tab database ID. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite en positionnant l'id de l'onglet Base de "
"données. Veuillez contacter votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:792
msgid ""
"An error occurred while setting the tab schema. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite durant l'initialisation de l'onglet Schéma. "
"Veuillez contacter votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:967
msgid ""
"An error occurred while setting the tab template parameters. Please "
"contact your administrator."
msgstr ""
"Une erreur s'est produite durant l'initialisation des paramètres de "
"template de l'onglet. Veuillez contacter votre administrateur."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:850
#: superset-frontend/src/SqlLab/actions/sqlLab.js:941
msgid ""
"An error occurred while setting the tab title. Please contact your "
"administrator."
msgstr ""
"Une erreur s'est produite durant l'initialisation du titre de l'onglet. "
"Veuillez contacter votre administrateur."
#: superset-frontend/src/explore/actions/exploreActions.ts:95
#, fuzzy
msgid "An error occurred while starring this chart"
msgstr "Une erreur s'est produite durant la modification de ce rapport."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:232
#: superset-frontend/src/SqlLab/actions/sqlLab.js:258
msgid ""
"An error occurred while storing the latest query id in the backend. "
"Please contact your administrator if this problem persists."
msgstr ""
"Une erreur s'est produite en enregistrant l'id de la dernière requête "
"dans le backend. Veuillez contacter votre administrateur si le problème "
"persiste."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:908
msgid ""
"An error occurred while storing your query in the backend. To avoid "
"losing your changes, please save your query using the \"Save Query\" "
"button."
msgstr ""
"Une erreur s'est produite en stockant la requête dans le backend. Pour "
"éviter de perdre vos modifications, sauver votre requête en utilisant le "
"bouton \"Enresigtrer requête\"."
#: superset/key_value/commands/exceptions.py:41
#, fuzzy
msgid "An error occurred while updating the value."
msgstr "Une erreur s'est produite durant la création de la source de donnée"
#: superset/views/core.py:711
msgid "An unknown error occurred. Please contact your Superset administrator"
msgstr "Une erreur s'est produite. Contactez votre admin superset"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:223
msgid "Anchor to"
msgstr "S'ancrer à"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:121
msgid "Angle at which to end progress axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:111
msgid "Angle at which to start progress axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:191
#, fuzzy
msgid "Animation"
msgstr "annotation"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:202
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:248
msgid "Annotation"
msgstr "Annotation"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:263
msgid "Annotation Layer ${annotationLayerName}"
msgstr "Couche d'annotations ${annotationLayerName}"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:35
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:124
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:271
#: superset/initialization/__init__.py:229 superset/views/annotations.py:117
msgid "Annotation Layers"
msgstr "Couches d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:465
msgid "Annotation Slice Configuration"
msgstr "Configuration de l'annotation de graphique"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:758
msgid "Annotation Source"
msgstr "Source de l'Annotation"
#: superset/annotation_layers/annotations/commands/exceptions.py:64
msgid "Annotation could not be created."
msgstr "L'annotation n'a pas pu être créée."
#: superset/annotation_layers/annotations/commands/exceptions.py:68
msgid "Annotation could not be updated."
msgstr "L'annotation n'a pas pu être mise à jour."
#: superset/annotation_layers/annotations/commands/exceptions.py:72
msgid "Annotation delete failed."
msgstr "La suppression de l'annotation a échoué."
#: superset/views/annotations.py:47
msgid "Annotation end time must be no earlier than start time."
msgstr "L'heure de fin doit être postérieure à l'heure de début pour l'annotation."
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:265
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:322
msgid "Annotation layer"
msgstr "Couches d'annotations"
#: superset/annotation_layers/commands/exceptions.py:37
msgid "Annotation layer could not be created."
msgstr "La couche d'annotations n'a pas pu être créée."
#: superset/annotation_layers/commands/exceptions.py:33
msgid "Annotation layer could not be deleted."
msgstr "La couche d'annotations n'a pas pu être supprimée."
#: superset/annotation_layers/commands/exceptions.py:41
msgid "Annotation layer could not be updated."
msgstr "La couche d'annotations n'a pas pu être mise à jour."
#: superset/annotation_layers/commands/exceptions.py:49
msgid "Annotation layer delete failed."
msgstr "La suppression de la couche d'annotations a échoué."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:517
msgid "Annotation layer description columns"
msgstr "Colonnes de description de la couche d'annotations"
#: superset/annotation_layers/commands/exceptions.py:53
#: superset/annotation_layers/commands/exceptions.py:57
msgid "Annotation layer has associated annotations."
msgstr "La couche d'annotations a des annotations associées."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:492
msgid "Annotation layer interval end"
msgstr "Fin de l'intervalle de la couche d'annotations"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:247
msgid "Annotation layer name"
msgstr "Nom de la couche d'annotations"
#: superset/annotation_layers/commands/exceptions.py:45
msgid "Annotation layer not found."
msgstr "Couche d'annotations non trouvée."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:634
msgid "Annotation layer opacity"
msgstr "Opacité de la couche d'annotations"
#: superset/annotation_layers/commands/exceptions.py:29
msgid "Annotation layer parameters are invalid."
msgstr "Les paramètres de la couche d'annotations sont invalides."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:619
msgid "Annotation layer stroke"
msgstr "Trait de la couche d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:472
msgid "Annotation layer time column"
msgstr "Colonne temporelle de la couche d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:506
msgid "Annotation layer title column"
msgstr "Colonne de titre de la couche d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:743
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:746
msgid "Annotation layer type"
msgstr "Type de couche d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:403
msgid "Annotation layer value"
msgstr "Valeur de la couche d'annotations"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:72
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:343
msgid "Annotation layers"
msgstr "Couches d'annotations"
#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:45
msgid "Annotation layers are still loading."
msgstr "Les couches d'annotation sont toujours en cours de chargement."
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:292
msgid "Annotation name"
msgstr "Nom de l'annotation"
#: superset/annotation_layers/annotations/commands/exceptions.py:56
msgid "Annotation not found."
msgstr "Annotation non trouvée."
#: superset/annotation_layers/annotations/commands/exceptions.py:60
msgid "Annotation parameters are invalid."
msgstr "Les paramètres d'annotation sont invalides."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:755
msgid "Annotation source type"
msgstr "Type de source de la couche d'annotations"
#: superset/views/annotations.py:58
msgid "Annotations"
msgstr "Annotations"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/annotationsAndLayers.tsx:25
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:113
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:261
#, fuzzy
msgid "Annotations and Layers"
msgstr "Annotations et couches"
#: superset-frontend/src/explore/controlPanels/sections.tsx:91
msgid "Annotations and layers"
msgstr "Annotations et couches"
#: superset/annotation_layers/annotations/commands/exceptions.py:52
msgid "Annotations could not be deleted."
msgstr "Les annotations n'ont pas pu être supprimées."
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:441
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:535
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:438
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:496
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:509
msgid "Any"
msgstr "Tous"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:563
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:269
msgid "Any additional detail to show in the certification tooltip."
msgstr ""
#: superset-frontend/src/dashboard/components/ColorSchemeControlWrapper.jsx:56
msgid ""
"Any color palette selected here will override the colors applied to this "
"dashboard's individual charts"
msgstr ""
"Une palette de couleur sélectionnée ici écrasera les couleurs appliquées "
"aux graphiques de ce tableau de bord"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:702
msgid "Any databases that allow connections via SQL Alchemy URIs can be added. "
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:716
msgid ""
"Any databases that allow connections via SQL Alchemy URIs can be added. "
"Learn about how to connect a database driver "
msgstr ""
#: superset/views/database/forms.py:147 superset/views/database/forms.py:300
#: superset/views/database/forms.py:428
msgid "Append"
msgstr "Ajouter"
#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:186
#, python-format
msgid "Applied Cross Filters (%d)"
msgstr "Filtres croisés appliqués (%d)"
#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:210
#, python-format
msgid "Applied Filters (%d)"
msgstr "Filtres appliqués (%d)"
#: superset/viz.py:237
msgid ""
"Applied rolling window did not return any data. Please make sure the "
"source query satisfies the minimum periods defined in the rolling window."
msgstr ""
"La fenêtre glissante appliquée n'a pas retourné de données. Assurez-vous "
"que la requête source satisfasse les périodes minimum définies dans la "
"fenêtre glissante."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:144
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:788
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:228
#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:433
msgid "Apply"
msgstr "Appliquer"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:321
msgid "Apply conditional color formatting to metrics"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:474
msgid "Apply conditional color formatting to numeric columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:79
#, fuzzy
msgid "Apply metrics on"
msgstr "Ma métrique"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:123
msgid "Apply to all panels"
msgstr "Appliquer à tous les panneaux"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:125
msgid "Apply to specific panels"
msgstr "Appliquer à certains panneaux"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:69
msgid "April"
msgstr "Avril"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:49
msgid "Are you sure you want to cancel?"
msgstr "Voulez vous vraiment annuler ?"
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:80
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:360
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:108
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:358
msgid "Are you sure you want to delete"
msgstr "Etes-vous sûr de vouloir supprimer"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:286
msgid ""
"Are you sure you want to delete "
"${annotationCurrentlyDeleting?.short_descr}?"
msgstr ""
"Etes-vous sûr de vouloir supprimer "
"${annotationCurrentlyDeleting?.short_descr}?"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:486
#, python-format
msgid "Are you sure you want to delete the selected %s?"
msgstr "Êtes-vous sûr de vouloir supprimer les %s sélectionnés ?"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:301
msgid "Are you sure you want to delete the selected annotations?"
msgstr "Etes-vous sûr de vouloir supprimer les annotations sélectionnées ?"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:645
msgid "Are you sure you want to delete the selected charts?"
msgstr "Etes-vous sûr de vouloir supprimer les graphiques sélectionnés ?"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:612
msgid "Are you sure you want to delete the selected dashboards?"
msgstr "Etes-vous sûr de vouloir supprimer les tableaux de bord sélectionné ?"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:618
msgid "Are you sure you want to delete the selected datasets?"
msgstr "Etes-vous sûr de vouloir supprimer les jeux de données sélectionnés ?"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:366
msgid "Are you sure you want to delete the selected layers?"
msgstr "Etes-vous sûr de vouloir supprimer les couches sélectionnées ?"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:500
msgid "Are you sure you want to delete the selected queries?"
msgstr "Ete-vous sûr de vouloir supprimer les requêtes sélectionnées ?"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:326
msgid "Are you sure you want to delete the selected templates?"
msgstr "Etes-vous sûr de vouloir supprimer les templates sélectionnés ?"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:133
msgid "Are you sure you want to proceed?"
msgstr "Êtes-vous certain de vouloir continuer ?"
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:173
msgid "Are you sure you want to save and apply changes?"
msgstr "Êtes vous sur de vouloir sauvegarder et appliquer les modifications ?"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:132
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:135
#, fuzzy
msgid "Area Chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:168
#, fuzzy
msgid "Area chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:131
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:146
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:149
msgid "Area chart opacity"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:238
#, fuzzy
msgid "Arrow"
msgstr "lignes"
#: superset/connectors/druid/views.py:342 superset/connectors/sqla/views.py:487
msgid "Associated Charts"
msgstr "Les graphiques associés"
#: superset/views/database/mixins.py:199
msgid "Async Execution"
msgstr "Exécution asynchrone"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:236
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:401
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:285
msgid "Asynchronous query execution"
msgstr "Exécution de requête asynchrone"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:73
msgid "August"
msgstr "Aout"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:523
msgid "Autocomplete"
msgstr "Complétion automatique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:708
msgid "Autocomplete filters"
msgstr "Remplir automatiquement les filtres"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:715
msgid "Autocomplete query predicate"
msgstr "Remplir automatiquement le prédicat de requête"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:242
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:270
msgid "Available sorting modes:"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:200
#, fuzzy
msgid "Axis"
msgstr "Axe Y"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:36
#, fuzzy
msgid "Axis ascending"
msgstr "Tri croissant"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:37
#, fuzzy
msgid "Axis descending"
msgstr "Tri décroissant"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:770
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:786
msgid "Back"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:227
#: superset/views/database/mixins.py:204
msgid "Backend"
msgstr "Backend"
#: superset/viz.py:2472 superset/viz.py:2508
msgid "Bad spatial key"
msgstr "Mauvaise clef spatiale"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:85
#, fuzzy
msgid "Bar"
msgstr "Tabulaire"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:38
#, fuzzy
msgid "Bar Chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:294
#, fuzzy
msgid "Bar Values"
msgstr "Valeur cible"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:227
msgid "Base layer map style"
msgstr ""
#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:165
msgid "Based on a metric"
msgstr "Basé sur une métrique"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:50
msgid "Based on granularity, number of time periods to compare against"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:686
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:263
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1034
msgid "Basic"
msgstr "Simple"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:497
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:229
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:288
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:243
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:237
msgid "Basic information"
msgstr "Information simple"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:486
#, python-format
msgid "Batch editing %d filters:"
msgstr "Edition Batch %d filtres:"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:36
msgid "Battery level over time"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1175
msgid "Be careful."
msgstr "Faites attention."
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:76
#, fuzzy
msgid "Before"
msgstr "Forcer à rafraîchir"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:38
#: superset/viz.py:1254
msgid "Big Number"
msgstr "Gros nombre"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:28
msgid "Big Number Font Size"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:34
#: superset/viz.py:1220
msgid "Big Number with Trendline"
msgstr "Gros nombre avec tendance"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:290
#, fuzzy
msgid "Bottom"
msgstr "dttm"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:212
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:187
msgid "Bottom Margin"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:224
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:191
msgid "Bottom margin, in pixels, allowing for more room for axis labels"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:140
msgid "Bottom to Top"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:241
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:257
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:357
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:272
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:235
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:215
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:232
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:288
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:291
msgid ""
"Bounds for the Y-axis. When left empty, the bounds are dynamically "
"defined based on the min/max of the data. Note that this feature will "
"only expand the axis range. It won't narrow the data's extent."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/BoxPlot/index.js:26
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:54
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:27
#, fuzzy
msgid "Box Plot"
msgstr "boulon"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:133
#, fuzzy
msgid "Breakdowns"
msgstr "Créé le"
#: superset/connectors/druid/views.py:237
msgid "Broker Endpoint"
msgstr "Endpoint du Broker"
#: superset/connectors/druid/views.py:233
msgid "Broker Host"
msgstr "Hôte du Broker"
#: superset/connectors/druid/views.py:236
msgid "Broker Password"
msgstr "Mot de passe du Broker"
#: superset/connectors/druid/views.py:234
msgid "Broker Port"
msgstr "Port du Broker"
#: superset/connectors/druid/views.py:235
msgid "Broker Username"
msgstr "Nom d'utilisateur du Broker"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:30
#: superset/viz.py:1139
msgid "Bubble Chart"
msgstr "Bulles"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:127
#, fuzzy
msgid "Bubble Color"
msgstr "Couleur fixe"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:141
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:420
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:123
#, fuzzy
msgid "Bubble Size"
msgstr "Taille de la bulle"
#: superset-frontend/src/explore/controls.jsx:435
msgid "Bubble size"
msgstr "Taille de la bulle"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:362
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:212
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:277
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:597
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:262
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:572
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:495
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:169
msgid "Bulk select"
msgstr "Sélectionner plusieurs"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:30
#: superset/viz.py:1190
msgid "Bullet Chart"
msgstr "Points"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:32
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:35
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:41
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:54
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:45
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:55
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:44
msgid "Business"
msgstr ""
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:233
#: superset-frontend/src/filters/components/Select/controlPanel.ts:139
msgid ""
"By default, each filter loads at most 1000 choices at the initial page "
"load. Check this box if you have more than 1000 filter values and want to"
" enable dynamically searching that loads filter values as users type (may"
" add stress to your database)."
msgstr ""
"Par défaut, chaque filtre charge au plus 1000 choix au chargement initial"
" de la page. Cocher cette case su vous avez plus de 1000 valeurs de "
"filtre et voulez permettre la recherche dynamique qui charge les valeurs "
"de filtre à mesure que le les utilisateurs tapent (peut surcharger la "
"base de données)."
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:272
msgid "By key: use column names as sorting key"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:244
msgid "By key: use row names as sorting key"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:245
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:273
msgid "By value: use metric values as sorting key"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:334
msgid "CANCEL"
msgstr "ANNULER"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:601
msgid "CREATE TABLE AS"
msgstr "Autoriser CREATE TABLE AS"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:614
msgid "CREATE VIEW AS"
msgstr "CREATE VIEW AS"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:205
msgid "CREATE VIEW statement"
msgstr "ordre CREATE VIEW"
#: superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx:75
msgid "CRON expression"
msgstr "Expression CRON"
#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:104
#: superset/views/dashboard/mixin.py:88
msgid "CSS"
msgstr "CSS"
#: superset/initialization/__init__.py:265 superset/views/css_templates.py:36
msgid "CSS Templates"
msgstr "Templates CSS"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:249
msgid "CSS template"
msgstr "Templates CSS"
#: superset/css_templates/commands/exceptions.py:23
msgid "CSS template could not be deleted."
msgstr "Le template CSS n'a pas pu être supprimé."
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:241
msgid "CSS template name"
msgstr "Nom du template"
#: superset/css_templates/commands/exceptions.py:27
msgid "CSS template not found."
msgstr "Template CSS non trouvé."
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:71
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:240
msgid "CSS templates"
msgstr "Templates CSS"
#: superset/views/database/forms.py:101
msgid "CSV File"
msgstr "Fichier CSV"
#: superset/views/database/views.py:252
#, python-format
msgid ""
"CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in "
"database \"%(db_name)s\""
msgstr ""
"Fichier CSV \"%(csv_filename)s\" chargé dans la table \"%(table_name)s\" "
"de la base de données \"%(db_name)s\""
#: superset/views/database/views.py:118
msgid "CSV to Database configuration"
msgstr "Configuration de CSV vers base de données"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:271
msgid "CSV upload"
msgstr "Charger un CSV"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:118
msgid "CTAS & CVAS SCHEMA"
msgstr "SCHEMA CTAS & CVAS"
#: superset/sql_lab.py:405
msgid ""
"CTAS (create table as select) can only be run with a query where the last"
" statement is a SELECT. Please make sure your query has a SELECT as its "
"last statement. Then, try running your query again."
msgstr ""
"Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. "
"Assurez-vous que la requête a bien un SELECT en dernière instruction. "
"Puis essayez d'exécuter votre requête à nouveau."
#: superset/views/database/mixins.py:190
msgid "CTAS Schema"
msgstr "Schéma CTAS"
#: superset/sql_lab.py:422
msgid ""
"CVAS (create view as select) can only be run with a query with a single "
"SELECT statement. Please make sure your query has only a SELECT "
"statement. Then, try running your query again."
msgstr ""
"Le CVAS (create view as select) ne peut être exécuté qu'avec une requête "
"contenant une seule instruction SELECT. Assurez-vous que la requête a "
"bien une seule instruction SELECT. Puis essayez d'exécuter votre requête "
"à nouveau."
#: superset/errors.py:123
msgid "CVAS (create view as select) query has more than one statement."
msgstr "La requête CVAS (create view as select) a plus d'une instruction."
#: superset/errors.py:124
msgid "CVAS (create view as select) query is not a SELECT statement."
msgstr "La requête CVAS (create view as select) n'est pas une instruction SELECT."
#: superset/connectors/druid/views.py:239
#: superset/connectors/druid/views.py:351 superset/connectors/sqla/views.py:497
#: superset/views/chart/mixin.py:77
msgid "Cache Timeout"
msgstr "Cache timeout"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:67
#: superset-frontend/src/explore/controlPanels/sections.tsx:51
msgid "Cache Timeout (seconds)"
msgstr "Timeout du cache (secondes)"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:771
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:278
msgid "Cache timeout"
msgstr "Cache timeout"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:241
#, python-format
msgid "Cached %s"
msgstr "En cache %s"
#: superset/viz.py:539
msgid "Cached value not found"
msgstr "Valeur en cache non trouvée"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:77
#, fuzzy
msgid "Calculate contribution per series or total"
msgstr "Calculer la contribution au total"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:667
#, python-format
msgid "Calculated column [%s] requires an expression"
msgstr "La colonne calculée [%s] nécessite une expression"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1241
msgid "Calculated columns"
msgstr "Colonnes calculées"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:121
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:334
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:217
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:469
#: superset-frontend/src/explore/controlPanels/sections.tsx:232
msgid "Calculation type"
msgstr "Choisir un type de calcul"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:30
#: superset/viz.py:1048
msgid "Calendar Heatmap"
msgstr "Calendrier Carte de chaleur"
#: superset-frontend/src/dashboard/actions/dashboardLayout.js:211
msgid "Can not move top level tab into nested tabs"
msgstr "On ne peut déplacer un onglet top level vers des onglets imbriqués"
#: superset/views/core.py:2010
#, python-format
msgid "Can't find DruidCluster with cluster_name = '%(name)s'"
msgstr "Impossible de trouver le DruidCluster avec cluster_name = '%(name)s"
#: superset/views/core.py:1998
#, python-format
msgid "Can't find User '%(name)s', please ask your admin to create one."
msgstr ""
"Impossible de trouver l'utilisateur '%(name)s', demandez à votre "
"administrateur de le créer."
#: superset/viz.py:1778
msgid "Can't have overlap between Series and Breakdowns"
msgstr "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:173
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:218
#: superset-frontend/src/components/Modal/Modal.tsx:240
#: superset-frontend/src/components/ReportModal/index.tsx:259
#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:80
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:72
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:474
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:151
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:137
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:76
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:62
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:194
#: superset-frontend/src/explore/components/SaveModal.tsx:179
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:775
#: superset/templates/superset/request_access.html:34
msgid "Cancel"
msgstr "Annuler"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:304
msgid "Cancel query on window unload event"
msgstr "Annule la requête quand on quitte la fenêtre"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/utils.ts:83
msgid "Cannot create cyclic hierarchy"
msgstr ""
#: superset/databases/commands/exceptions.py:109
msgid "Cannot delete a database that has datasets attached"
msgstr ""
"Impossible de supprimer une base de données qui a des jeux de données "
"rattachés"
#: superset/views/core.py:700
#, python-format
msgid ""
"Cannot import dashboard: %(db_error)s.\n"
"Make sure to create the database before importing the dashboard."
msgstr ""
"Impossible d'importer le tableau de bord : %(db_error)s.\n"
"Assurez vous de créer d'abord la base de données avant d'importer le "
"tableau de bord."
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:242
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:944
msgid "Cannot load filter"
msgstr "Impossible de charger le filtre"
#: superset/charts/commands/exceptions.py:51
#, python-format
msgid "Cannot parse time string [%(human_readable)s]"
msgstr "Ne peut pas parser la chaîne de temps [%(human_readable)s]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:59
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:42
#, fuzzy
msgid "Categorical"
msgstr "Catégorie"
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:129
msgid "Categories to group by on the x-axis."
msgstr ""
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:602
msgid "Category"
msgstr "Catégorie"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:87
msgid "Category of target nodes"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:103
msgid "Cell Padding"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:117
msgid "Cell Radius"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:91
#, fuzzy
msgid "Cell Size"
msgstr "Fichier Excel"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:413
#, fuzzy
msgid "Cell bars"
msgstr "Tous les graphiques"
#: superset-frontend/src/components/FilterableTable/FilterableTable.tsx:319
msgid "Cell content"
msgstr "Contenu de cellule"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:112
#, fuzzy
msgid "Center"
msgstr "Récents"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:533
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:252
#, fuzzy
msgid "Certification"
msgstr "Détails de certification"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:270
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:275
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1079
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1085
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:553
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:555
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:263
msgid "Certification details"
msgstr "Détails de certification"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:530
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:504
#, fuzzy
msgid "Certified"
msgstr "Certifié par"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:259
msgid "Certified By"
msgstr "Certifié Par"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:264
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1066
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1074
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:538
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:540
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:254
msgid "Certified by"
msgstr "Certifié par"
#: superset-frontend/packages/superset-ui-chart-controls/src/components/CertifiedIconWithTooltip.tsx:46
#: superset-frontend/src/components/CertifiedIcon/index.tsx:42
#, python-format
msgid "Certified by %s"
msgstr "Certifié par %s"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:253
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:195
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:267
msgid "Change dataset"
msgstr "Changer de jeu de données"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:269
msgid "Change order of columns."
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:241
msgid "Change order of rows."
msgstr ""
#: superset/connectors/druid/views.py:354 superset/connectors/sqla/views.py:489
msgid "Changed By"
msgstr "Modifié par"
#: superset/views/schedules.py:238 superset/views/schedules.py:318
msgid "Changed On"
msgstr "Modifié le"
#: superset/views/sql_lab.py:75
msgid "Changed on"
msgstr "Modifié le"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:50
msgid ""
"Changing the dataset may break the chart if the chart relies on columns "
"or metadata that does not exist in the target dataset"
msgstr ""
"Changer le jeu de données peut mettre en erreur le graphiquesi celui-ci "
"s'appuie sur des colonnes ou une métadonnées qui n'existe pas dans le jeu"
" de données cible"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1176
msgid ""
"Changing these settings will affect all charts using this dataset, "
"including charts owned by other people."
msgstr ""
"La modification de ces paramètres affectera tous les graphiques qui "
"utilisent ce jeu de données, y compris les graphiques qui appartiennent à"
" d'autres personnes."
#: superset/dashboards/commands/exceptions.py:78
msgid "Changing this Dashboard is forbidden"
msgstr "Modifier ce tableau de bord est interdit"
#: superset/charts/commands/exceptions.py:131
msgid "Changing this chart is forbidden"
msgstr "Modifier ce graphique est interdit"
#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:75
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:40
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:55
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:68
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:83
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:98
#: superset-frontend/src/explore/components/ControlHeader.jsx:77
msgid "Changing this control takes effect instantly"
msgstr "La modification de ce contrôle prendra effet immédiatement"
#: superset/datasets/commands/exceptions.py:177
msgid "Changing this dataset is forbidden"
msgstr "Changer ce jeu de données est interdit"
#: superset/datasets/columns/commands/exceptions.py:31
#: superset/datasets/metrics/commands/exceptions.py:31
msgid "Changing this dataset is forbidden."
msgstr "Modifier ce jeu de données est interdit."
#: superset/reports/commands/exceptions.py:238
msgid "Changing this report is forbidden"
msgstr "Il est interdit de changer ce rapport"
#: superset/views/database/forms.py:216 superset/views/database/forms.py:349
msgid "Character to interpret as decimal point."
msgstr "Caractère à interpréter comme un point décimal."
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:81
#, fuzzy
msgid "Charge"
msgstr "graphique"
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:95
msgid "Charge in the force layout"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:39
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:387
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1297
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1300
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:261
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:607
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:208
#: superset/templates/appbuilder/navbar_right.html:39
#: superset/views/chart/mixin.py:85 superset/views/chart/views.py:108
#: superset/views/schedules.py:316
msgid "Chart"
msgstr "Graphique"
#: superset/views/core.py:1748
#, python-format
msgid "Chart %(id)s not found"
msgstr "Graphique %(id)s non trouvé"
#: superset/views/database/mixins.py:195
msgid "Chart Cache Timeout"
msgstr "Timeout du cahce du graphique"
#: superset/initialization/__init__.py:453
msgid "Chart Email Schedules"
msgstr "Graphique Email Schedules"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:58
#: superset-frontend/src/explore/controlPanels/sections.tsx:42
msgid "Chart ID"
msgstr "ID Graphique"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:77
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:49
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:48
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:75
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:61
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:140
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:65
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:36
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:49
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:139
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:88
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:48
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:77
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:31
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:79
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:35
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:54
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:81
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:69
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:75
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:279
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:83
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:103
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:100
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:80
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:97
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:103
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:104
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:61
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:35
#, fuzzy
msgid "Chart Options"
msgstr "Option comparateur"
#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:70
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:83
#, python-format
msgid "Chart Owner: %s"
msgstr "Propriétaire du graphique : %s"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:27
#, fuzzy
msgid "Chart Title"
msgstr "Onglet titre"
#: superset/views/core.py:979
msgid "Chart [{}] has been overwritten"
msgstr "Le graphique [{}] a été écrasé"
#: superset/views/core.py:975
msgid "Chart [{}] has been saved"
msgstr "Le graphique [{}] a été sauvegardé"
#: superset/views/core.py:1006
msgid "Chart [{}] was added to dashboard [{}]"
msgstr "Graphique [{}] ajouté au tableau de bord [{}]"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:216
msgid "Chart cache timeout"
msgstr "Timeout du cache du graphique"
#: superset-frontend/src/components/AlteredSliceTag/index.jsx:199
msgid "Chart changes"
msgstr "Changements de graphique"
#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:28
msgid ""
"Chart component that lets you add a custom filter UI in your dashboard. "
"When added to dashboard, a filter box lets users specify specific values "
"or ranges to filter charts by. The charts that each filter box is applied"
" to can be fine tuned as well in the dashboard view.\n"
"\n"
" Note that this plugin is being replaced with the new Filters feature "
"that lives in the dashboard view itself. It's easier to use and has more "
"capabilities!"
msgstr ""
"Composant graphique sui vous laisse ajouter un filtre personnalisé dans "
"votre tableau de bord. Quand elle est ajouteé au tableau de bord, une "
"boîte de filtrage permet à l'utilisateur de choisir des valeurs ou plages"
" spécifiques pour filtrer les graphiques. Les graphiques concernés par "
"chaque filtre peuvent être réglés finement dans la vue Tableau de bord.\n"
"\n"
" Notez que ce plugin est remplacé par la nouvelle fonction Filtres "
"qui est présente dans cette vue Tableau de bord. C'est plus facile à "
"utiliser et offre plus de possibilités !"
#: superset/charts/commands/exceptions.py:115
msgid "Chart could not be created."
msgstr "Le graphique n'a pas pu être créé."
#: superset/charts/commands/exceptions.py:123
msgid "Chart could not be deleted."
msgstr "Le graphique n'a pas pu être supprimé."
#: superset/charts/commands/exceptions.py:119
msgid "Chart could not be updated."
msgstr "Le graphique n'a pas pu être mis à jour."
#: superset/reports/commands/exceptions.py:53
msgid "Chart does not exist"
msgstr "Le graphique n'existe pas"
#: superset/charts/data/api.py:125
msgid "Chart has no query context saved. Please save the chart again."
msgstr ""
"Le graphique n'a pas de contexte de requête sauvegardé. Veuillez sauver "
"le graphique à nouveau."
#: superset-frontend/src/explore/components/SaveModal.tsx:247
msgid "Chart name"
msgstr "Nom du graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:96
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:107
#, fuzzy
msgid "Chart options"
msgstr "Option comparateur"
#: superset/charts/commands/exceptions.py:111
msgid "Chart parameters are invalid."
msgstr "Les paramètres du graphique sont invalides."
#: superset-frontend/src/explore/controlPanels/sections.tsx:32
msgid "Chart type"
msgstr "Type de graphique"
#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:112
#: superset-frontend/src/profile/components/CreatedContent.tsx:76
#: superset-frontend/src/profile/components/Favorites.tsx:77
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:634
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:306
#: superset/initialization/__init__.py:246 superset/views/chart/mixin.py:26
#: superset/views/dashboard/mixin.py:81
msgid "Charts"
msgstr "Graphiques"
#: superset/charts/commands/exceptions.py:135
msgid "Charts could not be deleted."
msgstr "Les graphiques n'ont pas pu être supprimés."
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterValue.tsx:162
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:488
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:505
msgid "Check configuration"
msgstr "Vérifier la configuration"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:206
#: superset-frontend/src/filters/components/Select/controlPanel.ts:68
msgid "Check for sorting ascending"
msgstr "Cocher pour trier par ordre croissant"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:113
msgid ""
"Check if the Rose Chart should use segment area instead of segment radius"
" for proportioning"
msgstr ""
#: superset-frontend/src/components/AnchorLink/index.jsx:85
msgid "Check out this chart in dashboard:"
msgstr "Vérifiez ce graphique dans le tableau de bord :"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:319
msgid "Check out this chart: "
msgstr "Vérifiez ce tableau de bord : "
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:220
msgid "Check out this dashboard: "
msgstr "Vérifiez ce tableau de bord : "
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:93
msgid ""
"Check to apply filters instantly as they change instead of displaying "
"[Apply] button"
msgstr ""
"Cocher pour appliquer les filtres instantanément dès qu'ils changent "
"aulieu d'afficher le bouton [Appliquer]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:219
msgid "Check to force date partitions to have the same height"
msgstr ""
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:35
msgid "Check to include Druid granularity dropdown"
msgstr "Cocher pour inclure la liste déroulante de la granularité Druid"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:109
msgid "Check to include SQL time grain dropdown"
msgstr "Cocher pour inclure la liste déroulante de granularité de temps SQL"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:123
msgid "Check to include time column dropdown"
msgstr "Cocher pour inclure la liste déroulante colonne Temps"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:110
msgid "Check to include time grain dropdown"
msgstr "Cocher pour inclure la liste déroulante de granularité de temps"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:46
msgid "Check to include time origin dropdown"
msgstr "Cocher pour inclure la liste déroulante de l'origine du temps"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:173
msgid "Child label position"
msgstr ""
#: superset/viz.py:2333
msgid "Choice of [Label] must be present in [Group By]"
msgstr "Le [Label] choisi doit être présent dans [Grouper par]"
#: superset/viz.py:2341
msgid "Choice of [Point Radius] must be present in [Group By]"
msgstr "Le [Point Radius] doit être présent dans [Grouper par]"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:150
#: superset/templates/superset/import_dashboards.html:47
msgid "Choose File"
msgstr "Choisissez un fichier"
#: superset/reports/commands/exceptions.py:80
msgid "Choose a chart or dashboard not both"
msgstr "Choisissez un graphique ou un tableau de bord, pas les deux"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:674
#, fuzzy
msgid "Choose a database..."
msgstr "Choisissez un jeu de donnée"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:278
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:288
msgid "Choose a dataset"
msgstr "Choisissez un jeu de donnée"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:69
#, fuzzy
msgid "Choose a metric for left axis"
msgstr "Choisir une mesure pour l'axe de droite"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:120
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:185
#: superset-frontend/src/explore/controls.jsx:217
msgid "Choose a metric for right axis"
msgstr "Choisir une mesure pour l'axe de droite"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:57
#, fuzzy
msgid "Choose a number format"
msgstr "Choisir une mesure pour l'axe de droite"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:63
#, fuzzy
msgid "Choose a source"
msgstr "Choisissez un jeu de donnée"
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:105
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:44
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:34
#, fuzzy
msgid "Choose a source and a target"
msgstr "Choisissez un jeu de donnée"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:69
#, fuzzy
msgid "Choose a target"
msgstr "Choisissez un jeu de donnée"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:308
msgid "Choose chart type"
msgstr "Choisissez un type de graphique"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:100
#, fuzzy
msgid "Choose one or more charts for left axis"
msgstr "Choisir une mesure pour l'axe de droite"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:135
#, fuzzy
msgid "Choose one or more charts for right axis"
msgstr "Choisir une mesure pour l'axe de droite"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:745
msgid "Choose the annotation layer type"
msgstr "Choisir le type de couche d'annotations"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:757
msgid "Choose the source of your annotations"
msgstr "Choisir la source de vos annotations"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:34
msgid "Chord Diagram"
msgstr ""
#: superset-frontend/src/filters/components/Range/RangeFilterPlugin.tsx:281
msgid "Chosen non-numeric column"
msgstr "Colonne non numérique choisie"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:218
#, fuzzy
msgid "Circle"
msgstr "Fichier"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:130
msgid "Circle -> Arrow"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:131
msgid "Circle -> Circle"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:198
msgid "Circle radar shape"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:37
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:33
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:112
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:40
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:67
msgid "Circular"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:32
msgid "Classic chart that visualizes how metrics change over time."
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:37
msgid ""
"Classic row-by-column spreadsheet like view of a dataset. Use tables to "
"showcase a view into the underlying data or to show aggregated metrics."
msgstr ""
#: superset/connectors/sqla/views.py:369
msgid "Clause"
msgstr "Clause"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:53
msgid "Clear"
msgstr "Effacer"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:133
msgid "Clear all"
msgstr "Effacer tout"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:997
msgid "Click the lock to make changes."
msgstr "Cliquez sur le cadenas pour apporter des modifications."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1000
msgid "Click the lock to prevent further changes."
msgstr "Cliquez sur le cadenas pour empêcher d'autres modifications."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1306
msgid ""
"Click this link to switch to an alternate form that allows you to input "
"the SQLAlchemy URL for this database manually."
msgstr ""
"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."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1071
msgid ""
"Click this link to switch to an alternate form that exposes only the "
"required fields needed to connect this database."
msgstr ""
"Cliquez sur ce lien pour basculer sur un autre formulaire qui ne montrera"
" que les champs nécessaires pour se connecter à cette base de données."
#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:114
msgid "Click to change visualization type"
msgstr "Cliquer pour changer de type de visualisation"
#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:151
msgid "Click to clear emitted filters"
msgstr "Cliquez pour effacer les filtres émis"
#: superset-frontend/src/components/EditableTitle/index.tsx:197
msgid "Click to edit"
msgstr "Cliquer pour modifier"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:76
msgid "Click to edit label"
msgstr "Cliquer pour éditer le Label"
#: superset-frontend/src/components/FaveStar/index.tsx:81
msgid "Click to favorite/unfavorite"
msgstr "Cliquez pour favori ou non"
#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:39
msgid "Click to force-refresh"
msgstr "Cliquer pour forcer le rafraîchissement"
#: superset-frontend/src/components/AlteredSliceTag/index.jsx:177
msgid "Click to see difference"
msgstr "Cliquer pour voir la différence"
#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:192
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:523
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:307
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:247
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:476
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:337
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:805
msgid "Close"
msgstr "Fermer"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:360
msgid "Close all other tabs"
msgstr "Fermer tous les autres onglets"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:339
msgid "Close tab"
msgstr "Fermer l'onglet"
#: superset/connectors/druid/views.py:344
msgid "Cluster"
msgstr "Cluster"
#: superset/connectors/druid/views.py:232
msgid "Cluster Name"
msgstr "Nom du cluster"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:171
msgid "Cluster label aggregator"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:74
msgid "Clustering Radius"
msgstr ""
#: superset-frontend/src/explore/controlPanels/Separator.js:25
#: superset-frontend/src/explore/controlPanels/Separator.js:46
msgid "Code"
msgstr "Code"
#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:39
msgid "Collapse all"
msgstr "Tout réduire"
#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152
#, fuzzy
msgid "Collapse table preview"
msgstr "Supprimer la Prévisualisation de la table"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:648
msgid "Color"
msgstr "Couleur"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:137
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:439
msgid "Color +/-"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:159
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:206
#, fuzzy
msgid "Color Metric"
msgstr "Métrique de couleur"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:108
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:474
#, fuzzy
msgid "Color Scheme"
msgstr "Jeu de couleur"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:129
#, fuzzy
msgid "Color Steps"
msgstr "Jeu de couleur"
#: superset-frontend/src/explore/controls.jsx:235
msgid "Color metric"
msgstr "Métrique de couleur"
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:50
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:214
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:218
#: superset-frontend/src/explore/controlPanels/sections.tsx:79
#: superset-frontend/src/explore/controls.jsx:480
msgid "Color scheme"
msgstr "Jeu de couleur"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:172
msgid ""
"Color will be rendered based on a ratio of the cell against the sum of "
"across this criteria"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:374
msgid "Colors"
msgstr "Couleur"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:283
#: superset-frontend/src/dashboard/components/gridComponents/new/NewColumn.jsx:31
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:109
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:204
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:227
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:137
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:140
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:194
#: superset/connectors/druid/views.py:91 superset/connectors/sqla/views.py:143
msgid "Column"
msgstr "Colonne"
#: superset/utils/pandas_postprocessing.py:712
#, python-format
msgid ""
"Column \"%(column)s\" is not numeric or does not exists in the query "
"results."
msgstr ""
"La colonne \"%(column)s\" n'est pas numérique ou n'existe pas dans les "
"résultats de requêtes."
#: superset/views/database/forms.py:224 superset/views/database/forms.py:357
#: superset/views/database/forms.py:445
msgid "Column Label(s)"
msgstr "Labels) de colonne"
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:79
msgid ""
"Column containing ISO 3166-2 codes of region/province/department in your "
"table."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:64
msgid "Column containing latitude data"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:54
msgid "Column containing longitude data"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:115
msgid "Column is required"
msgstr "Colonne requise"
#: superset/views/database/forms.py:225 superset/views/database/forms.py:358
#: superset/views/database/forms.py:446
msgid ""
"Column label for index column(s). If None is given and Dataframe Index is"
" True, Index Names are used."
msgstr ""
"Label de colonne pour l'index de colonne(s). Si aucun label est donné et "
"que l'index du tableau de données est Vrai, alors les noms d'Index sont "
"utilisés."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:652
#, python-format
msgid "Column name [%s] is duplicated"
msgstr "Le nom de colonne [%s] est dupliqué"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:139
msgid "Column name(s) "
msgstr "Nom(s) de colonne "
#: superset/utils/pandas_postprocessing.py:168
#, python-format
msgid "Column referenced by aggregate is undefined: %(column)s"
msgstr "La colonne référencée dans l'agrégat est indéfinie: %(column)s"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:130
msgid "Column select"
msgstr "Sélection d'une colonne"
#: superset/views/database/forms.py:163 superset/views/database/forms.py:316
msgid ""
"Column to use as the row labels of the dataframe. Leave empty if no index"
" column."
msgstr ""
"Colonne à utiliser comme labelle de ligne du tableau de données. Laissez "
"vide si pas d'index de colonne."
#: superset/views/database/forms.py:385
msgid "Columnar File"
msgstr "Fichier en colonnes"
#: superset/views/database/views.py:550
#, python-format
msgid ""
"Columnar file \"%(columnar_filename)s\" uploaded to table "
"\"%(table_name)s\" in database \"%(db_name)s\""
msgstr ""
"Fichier en colonne \"%(columnar_filename)s\" chargé dans la table "
"\"%(table_name)s\" de la base de données \"%(db_name)s\""
#: superset/views/database/views.py:414
msgid "Columnar to Database configuration"
msgstr "Configuration des colonnes vers la base de données"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:55
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:214
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:36
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:59
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:82
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:101
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:124
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1207
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:334
#: superset-frontend/src/explore/controls.jsx:245
#: superset/connectors/druid/views.py:70 superset/connectors/sqla/views.py:63
msgid "Columns"
msgstr "Colonnes"
#: superset/common/query_context_processor.py:114 superset/viz.py:554
#, python-format
msgid "Columns missing in datasource: %(invalid_columns)s"
msgstr "Colonnes absentes de la source de données : %(invalid_columns)s"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:302
msgid "Columns subtotal position"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:134
msgid ""
"Columns to calculate distribution across. Defaults to temporal column if "
"left empty."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:44
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:45
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:54
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:102
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:125
#, fuzzy
msgid "Columns to display"
msgstr "Choisissez une métrique à afficher"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:43
msgid "Columns to group by"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:60
msgid "Columns to group by on the columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:50
msgid "Columns to group by on the rows"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:96
#, fuzzy
msgid "Combine Metrics"
msgstr "Trier les métriques"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:185
#, fuzzy
msgid "Combine metrics"
msgstr "Trier les métriques"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:301
msgid ""
"Comma-separated color picks for the intervals, e.g. 1,2,4. Integers "
"denote colors from the chosen color scheme and are 1-indexed. Length must"
" be matching that of interval bounds."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:287
msgid ""
"Comma-separated interval bounds, e.g. 2,4,5 for intervals 0-2, 2-4 and "
"4-5. Last number should match the value provided for MAX."
msgstr ""
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:312
msgid "Comparator option"
msgstr "Option comparateur"
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:26
msgid ""
"Compare multiple time series charts (as sparklines) and related metrics "
"quickly."
msgstr ""
"Comparer rapidement des graphiques de multiple séries temporelles et "
"leurs métriques."
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:26
msgid "Compare the same summarized metric across multiple groups."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:28
msgid ""
"Compares how a metric changes over time between different groups. Each "
"group is mapped to a row and change over time is visualized bar lengths "
"and color."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:30
msgid ""
"Compares metrics from different categories using bars. Bar lengths are "
"used to indicate the magnitude of each value and color is used to "
"differentiate groups."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:26
msgid ""
"Compares the lengths of time different activities take in a shared "
"timeline view."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:37
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:34
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:36
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:35
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:46
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:68
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:56
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:60
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:43
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:31
msgid "Comparison"
msgstr "Comparaison"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:48
msgid "Comparison Period Lag"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:61
#, fuzzy
msgid "Comparison suffix"
msgstr "Comparaison"
#: superset-frontend/src/dashboard/components/BuilderComponentPane.tsx:102
msgid "Components"
msgstr "Composants"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:53
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:56
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:59
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:57
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:72
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:367
#: superset-frontend/src/explore/controlPanels/sections.tsx:136
msgid "Compute the contribution to the total"
msgstr "Calculer la contribution au total"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1173
msgid "Condition"
msgstr "Condition"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:320
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:473
#, fuzzy
msgid "Conditional formatting"
msgstr "Informations additionnelles"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:70
#, fuzzy
msgid "Confidence interval"
msgstr "Intervalle d'actualisation"
#: superset/utils/pandas_postprocessing.py:827
msgid "Confidence interval must be between 0 and 1 (exclusive)"
msgstr "L'intervalle de confiance doit être entre 0 et 1 (exclusif)"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:252
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:276
msgid "Configuration"
msgstr "Configuration"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:58
msgid "Configure Advanced Time Range "
msgstr "Configurer Intervalle de temps avancé "
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CommonFrame.tsx:41
msgid "Configure Time Range: Last..."
msgstr "Configurer intervalle de temps : Dernier ..."
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CalendarFrame.tsx:46
msgid "Configure Time Range: Previous..."
msgstr "Configurer intervalle de temps : Précédent ..."
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:111
msgid "Configure custom time range"
msgstr "Configurer un intervalle de temps personnalisée"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:500
msgid "Configure filter scopes"
msgstr "Configurer la portée du filtre"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:718
msgid "Configure the basics of your Annotation Layer."
msgstr "Configurer les bases de votre couche d'annotations."
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:616
msgid "Configure your how you overlay is displayed here."
msgstr "Configurer comment votre superposition est affichée ici."
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:179
msgid "Confirm save"
msgstr "Confirmez la sauvegarde"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:777
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193
msgid "Connect"
msgstr "Connecter"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:41
msgid "Connect Google Sheets as tables to this database"
msgstr ""
"Connecter à cette base de données les feuilles Google Sheet comme des "
"tables"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1197
msgid "Connect a database"
msgstr "Connecter une base de données"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1068
msgid "Connect this database using the dynamic form instead"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1301
msgid "Connect this database with a SQLAlchemy URI string instead"
msgstr ""
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:224
msgid "Connection"
msgstr "Connexion"
#: superset/databases/commands/exceptions.py:105
#: superset/databases/commands/exceptions.py:122 superset/views/core.py:1383
msgid "Connection failed, please check your connection settings"
msgstr "La connexion a échoué, veuillez vérifier vos paramètres de connexion"
#: superset-frontend/src/views/CRUD/hooks.ts:625
msgid "Connection looks good!"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:46
msgid "Continuous"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:51
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:54
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:57
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:55
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:70
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:365
#: superset-frontend/src/explore/controlPanels/sections.tsx:134
msgid "Contribution"
msgstr "Contribution"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:69
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:69
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:70
#, fuzzy
msgid "Contribution Mode"
msgstr "Contribution"
#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430
msgid "Control labeled "
msgstr "Contrôle libellé "
#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:430
msgid "Controls labeled "
msgstr "Contrôles libellés "
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:57
#, fuzzy
msgid "Coordinates"
msgstr "Coordonnées parallèles"
#: superset-frontend/src/components/CopyToClipboard/index.jsx:75
#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:53
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:113
msgid "Copied to clipboard!"
msgstr "Copié vers le presse-papier !"
#: superset-frontend/src/explore/components/DataTableControl/index.tsx:48
msgid "Copy"
msgstr "Copier"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:192
msgid "Copy SELECT statement to the clipboard"
msgstr "Copier l'étape SELECT vers le presse-papier"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:106
msgid "Copy and Paste JSON credentials"
msgstr "Copier et coller les informations de connexion JSON"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:124
msgid "Copy and paste the entire service account .json file here"
msgstr "Copier et coller ici le fichier de service .json en entier"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:316
msgid "Copy chart URL"
msgstr "Copier l'URL du graphique"
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:103
msgid "Copy chart URL to clipboard"
msgstr "Copier l'URL du graphique vers le presse-papier"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:263
msgid "Copy dashboard URL"
msgstr "Copier l'URL du tableau de bord"
#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:98
msgid "Copy link"
msgstr "Copier le lien"
#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:184
msgid "Copy message"
msgstr "Copier le message"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:548
#: superset-frontend/src/SqlLab/reducers/sqlLab.js:74
#, python-format
msgid "Copy of %s"
msgstr "Copie de %s"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:103
msgid "Copy partition query to clipboard"
msgstr "Copier la requête de partition vers le presse-papier"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:390
msgid "Copy query URL"
msgstr "Copier l'URL de la requête"
#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:88
msgid "Copy query link to your clipboard"
msgstr "Copier le lien de la requête vers le presse-papier"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/ValidatedInputField.tsx:26
msgid "Copy the account name of that database you are trying to connect to."
msgstr ""
"Copier le nom du compte de la base de données à laquelle vous essayez de "
"vous connecter."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:91
msgid "Copy the name of the database you are trying to connect to."
msgstr ""
"Copier le nom de la base de données à laquelle vous essayez de vous "
"connecter."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:552
msgid "Copy to Clipboard"
msgstr "Copier vers le presse-papier"
#: superset-frontend/src/components/CopyToClipboard/index.jsx:43
#: superset-frontend/src/components/URLShortLinkButton/index.jsx:65
#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:106
msgid "Copy to clipboard"
msgstr "Copier vers le presse-papier"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:25
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:25
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:25
#, fuzzy
msgid "Correlation"
msgstr "Durée"
#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:95
msgid "Cost estimate"
msgstr "Estimation coût"
#: superset/views/utils.py:547
msgid "Could not determine datasource type"
msgstr "Impossible de déterminer le type de source de données"
#: superset-frontend/src/dashboard/actions/sliceEntities.js:116
#: superset-frontend/src/dashboard/reducers/sliceEntities.js:65
msgid "Could not fetch all saved charts"
msgstr "Impossible de récupérer tous les graphiques sauvegardés"
#: superset/views/utils.py:563
msgid "Could not find viz object"
msgstr "Impossible de trouver l'objet viz"
#: superset/databases/commands/exceptions.py:130
msgid "Could not load database driver"
msgstr "Le driver de la base de données n'a pas pu être chargé"
#: superset/views/core.py:1366
#, python-format
msgid "Could not load database driver: %(driver_name)s"
msgstr "Impossible de charger le driver de base de donnée: %(driver_name)s"
#: superset/databases/commands/test_connection.py:99
msgid "Could not load database driver: {}"
msgstr "Ce driver de la base de données n'a pas pu être chargé : {}"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:97
msgid "Could not verify the host"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:40
#, fuzzy
msgid "Country"
msgstr "Carte de pays"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:130
#, fuzzy
msgid "Country Color Scheme"
msgstr "Sélectionner un schéma de couleurs"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:115
#, fuzzy
msgid "Country Column"
msgstr "Ma colonne"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:39
msgid "Country Field Type"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:30
#: superset/viz.py:2007
msgid "Country Map"
msgstr "Carte de pays"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:96
msgid "Create"
msgstr "Créer"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:275
msgid "Create a new chart"
msgstr "Créer un nouveau graphique"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:330
msgid "Create new chart"
msgstr "Créer un nouveau graphique"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:111
msgid "Create new filter set"
msgstr "Créer un nouvel ensemble de filtre"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:124
msgid "Create or select schema..."
msgstr "Créer ou sélectionner schéma ..."
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:169
msgid "Created"
msgstr "Créé le"
#: superset/views/access_requests.py:46 superset/views/schedules.py:237
#: superset/views/schedules.py:317
msgid "Created On"
msgstr "Créé le"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:383
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:212
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:286
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:333
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:474
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:192
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:273
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:323
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:471
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:292
msgid "Created by"
msgstr "Créé par"
#: superset-frontend/src/profile/components/App.tsx:62
msgid "Created content"
msgstr "Contenu créé"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:205
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:184
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:349
msgid "Created on"
msgstr "Créé le"
#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:72
msgid "Creating a data source and creating a new tab"
msgstr "Créer une source de données et ouvrir un nouvel onglet"
#: superset/connectors/sqla/views.py:370 superset/views/chart/mixin.py:78
#: superset/views/dashboard/mixin.py:85 superset/views/dashboard/views.py:157
#: superset/views/database/mixins.py:192
msgid "Creator"
msgstr "Créateur"
#: superset/views/schedules.py:241 superset/views/schedules.py:321
msgid "Crontab"
msgstr "Crontab"
#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:65
msgid "Cross Filter Scoping"
msgstr "Portée du filtre croisé"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:349
msgid "Cross-filter scoping"
msgstr "Portée du filtre croisé"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:153
#, fuzzy
msgid "Cumulative"
msgstr "Actif"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:33
#, fuzzy
msgid "Custom"
msgstr "Personnaliser"
#: superset/views/dynamic_plugins.py:59
msgid "Custom Plugin"
msgstr "Plugin custom"
#: superset/views/dynamic_plugins.py:58
msgid "Custom Plugins"
msgstr "Plugins custom"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:283
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:226
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:229
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:440
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:443
msgid "Custom SQL"
msgstr "SQL personnalisé"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:222
msgid "Custom SQL ad-hoc filters are not available for the native Druid connector"
msgstr ""
"Les filtres ad-hoc pour le SQL personnalisé ne sont par disponibles pour "
"le connecteur Druid natif"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:432
msgid "Custom SQL ad-hoc metrics are not available for the native Druid connector"
msgstr ""
"Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles "
"pour le connecteur Druid natif"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:435
msgid "Custom SQL ad-hoc metrics are not enabled for this dataset"
msgstr ""
"Les métriques ad-hoc pour le SQL personnalisé ne sont pas disponibles "
"pour ce dataset"
#: superset-frontend/src/filters/components/Time/index.ts:28
msgid "Custom time filter plugin"
msgstr ""
#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:417
msgid "Customize"
msgstr "Personnaliser"
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:167
#, fuzzy
msgid "Customize Metrics"
msgstr "Personnaliser"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:453
#, fuzzy
msgid "Customize columns"
msgstr "Pas de colonne temporelle"
#: superset/connectors/sqla/views.py:261
msgid "D3 Format"
msgstr "Format D3"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:58
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:69
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1060
msgid "D3 format"
msgstr "Format D3"
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:22
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:150
msgid "D3 format syntax: https://github.com/d3/d3-format"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:154
msgid ""
"D3 number format for numbers between -1.0 and 1.0, useful when you want "
"to have different siginificant digits for small and large numbers"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:220
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:377
msgid "D3 time format for datetime columns"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:44
msgid "D3 time format syntax: https://github.com/d3/d3-time-format"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:102
msgid "DEC"
msgstr "DEC"
#: superset-frontend/src/components/DeleteModal/index.tsx:69
msgid "DELETE"
msgstr "EFFACER"
#: superset-frontend/src/components/ReportModal/index.tsx:345
msgid "DESCRIPTION ERROR"
msgstr "Erreur de description"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:259
msgid "DML"
msgstr "DML"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:31
msgid "Dark mode"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:46
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1296
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1317
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:582
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:210
#: superset/templates/appbuilder/navbar_right.html:40
#: superset/views/dashboard/mixin.py:78 superset/views/dashboard/views.py:155
#: superset/views/schedules.py:236
msgid "Dashboard"
msgstr "Tableau de bord"
#: superset/initialization/__init__.py:444
msgid "Dashboard Emails"
msgstr "Tableau de bord Emails"
#: superset/views/core.py:1028
msgid "Dashboard [{}] just got created and chart [{}] was added to it"
msgstr "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté"
#: superset/dashboards/commands/exceptions.py:54
msgid "Dashboard could not be created."
msgstr "Le tableau de bord n'a pas pu être créé."
#: superset/dashboards/commands/exceptions.py:70
msgid "Dashboard could not be deleted."
msgstr "Le tableau de bord n'a pas pu être supprimé."
#: superset/dashboards/commands/exceptions.py:66
msgid "Dashboard could not be updated."
msgstr "Le tableau de bord n'a pas pu être mis à jour."
#: superset/reports/commands/exceptions.py:44
msgid "Dashboard does not exist"
msgstr "Le tableau de bord n'existe pas"
#: superset/dashboards/commands/exceptions.py:43
msgid "Dashboard parameters are invalid."
msgstr "Les paramètres du tableau de bord sont invalides."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:464
msgid "Dashboard properties"
msgstr "Propriétés du tableau de bord"
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:153
#, fuzzy
msgid "Dashboard scheme"
msgstr "[nom du tableau de bord]"
#: superset-frontend/src/profile/components/CreatedContent.tsx:73
#: superset-frontend/src/profile/components/Favorites.tsx:74
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:609
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:294
#: superset/initialization/__init__.py:238 superset/views/chart/mixin.py:79
#: superset/views/dashboard/mixin.py:25
msgid "Dashboards"
msgstr "Tableaux de bord"
#: superset/dashboards/commands/exceptions.py:58
msgid "Dashboards could not be deleted."
msgstr "Les tableaux de bord n'ont pas pu être supprimés."
#: superset/charts/commands/exceptions.py:91
msgid "Dashboards do not exist"
msgstr "Les tableaux de bord n'existent pas"
#: superset-frontend/src/explore/components/ControlPanelsContainer.tsx:401
#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:388
#: superset-frontend/src/views/CRUD/data/common.ts:22
#: superset/initialization/__init__.py:354
#: superset/initialization/__init__.py:363
#: superset/initialization/__init__.py:373
#: superset/initialization/__init__.py:387
#: superset/initialization/__init__.py:404
#: superset/initialization/__init__.py:509
#: superset/initialization/__init__.py:519
#: superset/initialization/__init__.py:532
#: superset/initialization/__init__.py:545
msgid "Data"
msgstr "Données"
#: superset/connectors/druid/views.py:343
msgid "Data Source"
msgstr "Source de données"
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:57
#, fuzzy
msgid "Data Table"
msgstr "Éditer la table"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:290
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:181
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:142
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:122
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:139
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:197
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:200
msgid "Data Zoom"
msgstr ""
#: superset/views/core.py:2313
msgid ""
"Data could not be deserialized from the results backend. The storage "
"format might have changed, rendering the old data stake. You need to re-"
"run the original query."
msgstr ""
"Impossible de désérialiser la donnée. Le format de stockage peut avoir "
"changé. Rejouez la requête originale."
#: superset/views/core.py:2266
msgid ""
"Data could not be retrieved from the results backend. You need to re-run "
"the original query."
msgstr ""
"Impossible de récupérer les données depuis le backend. Rejouez la requête"
" originale."
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:219
msgid "Data preview"
msgstr "Prévisualiser les données"
#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:136
msgid "Data source"
msgstr "Source de données"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:213
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:216
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:284
msgid "Data type"
msgstr "Type de donnée"
#: superset/utils/pandas_postprocessing.py:832
msgid "DataFrame include at least one series"
msgstr "DataFrame doit comprendre au moins une série"
#: superset/utils/pandas_postprocessing.py:830
msgid "DataFrame must include temporal column"
msgstr "Dataframe doit inclure une colonne temporelle"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:271
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1127
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1132
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:179
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:223
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:294
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:436
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:223
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:331
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:277
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:424
#: superset/connectors/sqla/views.py:490 superset/connectors/sqla/views.py:491
#: superset/templates/superset/import_dashboards.html:53
#: superset/views/database/forms.py:120 superset/views/database/forms.py:279
#: superset/views/database/forms.py:407 superset/views/database/mixins.py:191
#: superset/views/sql_lab.py:70
msgid "Database"
msgstr "Base de données"
#: superset/views/database/views.py:452
#, python-format
msgid ""
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed "
"for columnar uploads. Please contact your Superset Admin."
msgstr ""
"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."
#: superset/views/database/views.py:136
#, python-format
msgid ""
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed "
"for csv uploads. Please contact your Superset Admin."
msgstr ""
"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."
#: superset/views/database/views.py:283
#, python-format
msgid ""
"Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed "
"for excel uploads. Please contact your Superset Admin."
msgstr ""
"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."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:910
#, fuzzy
msgid "Database Creation Error"
msgstr "Erreur de base de données"
#: superset/views/access_requests.py:43
msgid "Database URL"
msgstr "URL de la base de données"
#: superset/databases/commands/exceptions.py:95
msgid "Database could not be created."
msgstr "La base de données n'a pas pu être créée."
#: superset/databases/commands/exceptions.py:113
msgid "Database could not be deleted."
msgstr "La base de données n'a pas pu être supprimée."
#: superset/databases/commands/exceptions.py:99
msgid "Database could not be updated."
msgstr "La base de données n'a pas pu être mise à jour."
#: superset/errors.py:117
msgid "Database does not allow data manipulation."
msgstr "La base de données ne permet pas la manipulation de données."
#: superset/charts/commands/exceptions.py:82
#: superset/datasets/commands/exceptions.py:41
#: superset/reports/commands/exceptions.py:35
msgid "Database does not exist"
msgstr "La base de données n'existe pas"
#: superset/connectors/sqla/models.py:1478
msgid "Database does not support subqueries"
msgstr "La base de données n'autorise pas les sous-requêtes"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:688
msgid "Database error"
msgstr "Erreur de base de données"
#: superset/databases/commands/validate.py:136
msgid "Database is offline."
msgstr "La base de données est hors-ligne."
#: superset/reports/commands/exceptions.py:62
msgid "Database is required for alerts"
msgstr "Une base de données est requise pour les alertes"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:89
#: superset/db_engine_specs/base.py:1396
msgid "Database name"
msgstr "Nom de la base de données"
#: superset/datasets/commands/exceptions.py:50
msgid "Database not allowed to change"
msgstr "La base de données ne peut pas être changée"
#: superset/databases/commands/exceptions.py:91
msgid "Database not found."
msgstr "Base de donnée non trouvée."
#: superset/databases/commands/exceptions.py:32
msgid "Database parameters are invalid."
msgstr "Les paramètres de base de données sont invalides."
#: superset/db_engine_specs/base.py:1393
msgid "Database port"
msgstr "Port de la base de données"
#: superset-frontend/src/profile/components/Security.tsx:46
#: superset-frontend/src/views/CRUD/data/common.ts:26
#: superset/initialization/__init__.py:351 superset/views/database/mixins.py:33
msgid "Databases"
msgstr "Bases de données"
#: superset/views/database/forms.py:221 superset/views/database/forms.py:354
#: superset/views/database/forms.py:442
msgid "Dataframe Index"
msgstr "Index du tableau de données"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:284
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:89
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:833
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:862
#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:521
#: superset-frontend/src/explore/controls.jsx:189
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:283
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:520
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:505
msgid "Dataset"
msgstr "Jeu de données"
#: superset/datasets/commands/exceptions.py:32
#, python-format
msgid "Dataset %(name)s already exists"
msgstr "Le jeu de données %(name)s existe déjà"
#: superset/datasets/columns/commands/exceptions.py:27
msgid "Dataset column delete failed."
msgstr "La suppression de la colonne du jeu de données a échoué."
#: superset/datasets/columns/commands/exceptions.py:23
msgid "Dataset column not found."
msgstr "Colonne du jeu de données introuvable."
#: superset/datasets/commands/exceptions.py:157
msgid "Dataset could not be created."
msgstr "Le jeu de données n'a pas pu être créé."
#: superset/datasets/commands/exceptions.py:165
msgid "Dataset could not be deleted."
msgstr "Le jeu de données n'a pas pu être supprimé."
#: superset/datasets/commands/exceptions.py:161
#: superset/datasets/commands/exceptions.py:173
msgid "Dataset could not be updated."
msgstr "Le jeu de données n'a pas pu être mis à jour."
#: superset/commands/exceptions.py:119
#: superset/datasets/commands/exceptions.py:149
msgid "Dataset does not exist"
msgstr "Le jeu de données n'existe pas"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:843
msgid "Dataset is required"
msgstr "Un jeu de données est obligatoire"
#: superset/datasets/metrics/commands/exceptions.py:27
msgid "Dataset metric delete failed."
msgstr "La suppression de la métrique du jeu de données a échoué."
#: superset/datasets/metrics/commands/exceptions.py:23
msgid "Dataset metric not found."
msgstr "Métrique du jeu de données non trouvée."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:881
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:888
msgid "Dataset name"
msgstr "Nom du jeu de donnée"
#: superset/datasets/commands/exceptions.py:153
msgid "Dataset parameters are invalid."
msgstr "Les paramètres du jeu de données sont invalides."
#: superset/datasets/commands/exceptions.py:169
msgid "Dataset(s) could not be bulk deleted."
msgstr "Les jeux de données n'ont pas pu être supprimés par lot."
#: superset-frontend/src/profile/components/Security.tsx:60
#: superset-frontend/src/views/CRUD/data/common.ts:32
#: superset/initialization/__init__.py:359
msgid "Datasets"
msgstr "Jeux de données"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:809
msgid "Datasets do not contain a temporal column"
msgstr "Les jeux de données ne comportent pas de colonne temporelle"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:157
#: superset/connectors/druid/views.py:93 superset/views/access_requests.py:44
#: superset/views/chart/mixin.py:80
msgid "Datasource"
msgstr "Source de données"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:48
#, fuzzy
msgid "Datasource & Chart Type"
msgstr "Choisissez un type de graphique"
#: superset/connectors/druid/views.py:352
msgid "Datasource Name"
msgstr "Nom source de données"
#: superset/connectors/connector_registry.py:99
#, python-format
msgid "Datasource id not found: %(id)s"
msgstr "Identifiant de source de données non trouvé : %(id)s"
#: superset/charts/commands/exceptions.py:101
msgid "Datasource type is required when datasource_id is given"
msgstr "Le type de source de données est requis quand datasource_id est spécifié"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:163
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:87
#, fuzzy
msgid "Date Time Format"
msgstr "Format Datetime"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:79
msgid "Date filter"
msgstr "Filtre de date"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:142
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:73
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:115
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:136
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:153
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:129
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:216
#, fuzzy
msgid "Date format"
msgstr "Format Datetime"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:235
msgid "Date/Time"
msgstr "Date/Heure"
#: superset/connectors/sqla/views.py:151
msgid "Datetime Format"
msgstr "Format Datetime"
#: superset/connectors/sqla/models.py:1062
msgid ""
"Datetime column not provided as part table configuration and is required "
"by this type of chart"
msgstr ""
"Colonne Datetime non fournie dans la configuration alors qu'elle est "
"requise pour ce type de graphique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:227
msgid "Datetime format"
msgstr "Format Datetime"
#: superset/db_engine_specs/base.py:96
msgid "Day"
msgstr "Jour"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:66
#, fuzzy, python-format
msgid "Days %s"
msgstr "A exécuté %s"
#: superset/connectors/sqla/models.py:1593
msgid "Db engine did not return all queried columns"
msgstr "La base de données n'a pas retourné toutes les colonnes demandées"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:77
msgid "December"
msgstr "Décembre"
#: superset/views/database/forms.py:214 superset/views/database/forms.py:347
msgid "Decimal Character"
msgstr "Caractère décimal"
#: superset/viz.py:2706
msgid "Deck.gl - 3D Grid"
msgstr "Deck.gl - Grille 3D"
#: superset/viz.py:2822
msgid "Deck.gl - 3D HEX"
msgstr "Deck.gl - 3D HEX"
#: superset/viz.py:2862
msgid "Deck.gl - Arc"
msgstr "Deck.gl - Arc"
#: superset/viz.py:2843
msgid "Deck.gl - GeoJSON"
msgstr "Deck.gl - GeoJSON"
#: superset/viz.py:2431
msgid "Deck.gl - Multiple Layers"
msgstr "Deck.gl - Couches Multiples"
#: superset/viz.py:2738
msgid "Deck.gl - Paths"
msgstr "Deck.gl - Chemins"
#: superset/viz.py:2789
msgid "Deck.gl - Polygon"
msgstr "Deck.gl - Polygone"
#: superset/viz.py:2625
msgid "Deck.gl - Scatter plot"
msgstr "Deck.gl - Nuage de points"
#: superset/viz.py:2677
msgid "Deck.gl - Screen Grid"
msgstr "Deck.gl - Grille d'écran"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:167
msgid "Default"
msgstr "Par défaut"
#: superset/connectors/druid/views.py:349 superset/connectors/sqla/views.py:495
msgid "Default Endpoint"
msgstr "Endpoint par défaut"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:699
msgid "Default URL"
msgstr "URL par défaut"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:700
msgid "Default URL to redirect to when accessing from the dataset list page"
msgstr ""
"URL par défaut vers laquelle rediriger quand on accède depuisla page qui "
"liste les jeux de données"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:907
msgid "Default Value"
msgstr "Valeur par défaut"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:290
#, fuzzy
msgid "Default latitude"
msgstr "Valeur par défaut"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:276
#, fuzzy
msgid "Default longitude"
msgstr "Valeur par défaut"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:91
msgid ""
"Default minimal column width in pixels, actual width may still be larger "
"than this if other columns don't need much space"
msgstr ""
#: superset-frontend/src/filters/components/Select/controlPanel.ts:105
msgid "Default to first item"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:936
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:222
msgid "Default value is required"
msgstr "Une valeur par défaut est obligatoire"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:95
msgid "Default value must be set when \"Filter has default value\" is checked"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:93
msgid "Default value must be set when \"Required\" is checked"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/state.ts:89
msgid "Default value set automatically when \"Default to first item\" is checked"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:44
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:266
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:149
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:167
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:398
#: superset-frontend/src/explore/controlPanels/sections.tsx:167
msgid ""
"Defines a rolling window function to apply, works along with the "
"[Periods] text box"
msgstr ""
"Définit une fonction de fenêtre glissante à appliquer, fonctionne avec le"
" champ texte [Périodes]"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:134
msgid "Defines how each series is broken down"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:64
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:388
#: superset-frontend/src/explore/controls.jsx:403
msgid ""
"Defines the grouping of entities. Each series is shown as a specific "
"color on the chart and has a legend toggle"
msgstr ""
"Définit le regroupement d'entités. Chaque série est représentée par une "
"couleur spécifique sur le graphique et masquée/affichée en cliquant sur "
"sa légende"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:227
#: superset-frontend/src/explore/controls.jsx:258
msgid ""
"Defines the origin where time buckets start, accepts natural dates as in "
"`now`, `sunday` or `1970-01-01`"
msgstr ""
"Définir l'origine des intervalles de temps, accepte les dates naturelles "
"comme dans`now`, `sunday` ou `1970-01-01`"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:58
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:280
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:163
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:181
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:412
#: superset-frontend/src/explore/controlPanels/sections.tsx:179
msgid ""
"Defines the size of the rolling window function, relative to the time "
"granularity selected"
msgstr ""
"Définit la taille de la fonction de fenêtre glissante, par rapport à la "
"granularité temporelle sélectionnée"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:120
msgid ""
"Defines whether the step should appear at the beginning, middle or end "
"between two data points"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:82
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:325
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:497
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:310
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:374
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:103
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:369
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:653
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:336
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:131
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:367
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:622
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:357
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:628
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:508
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:238
#: superset/views/base.py:595
msgid "Delete"
msgstr "Effacer"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:481
#, python-format
msgid "Delete %s?"
msgstr "Effacer %s ?"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:296
msgid "Delete Annotation?"
msgstr "Supprimer l'annotation ?"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:453
msgid "Delete Database?"
msgstr "Supprimer la base de données ?"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:605
msgid "Delete Dataset?"
msgstr "Supprimer le jeu de données ?"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:361
msgid "Delete Layer?"
msgstr "Effacer couche ?"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:485
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:261
msgid "Delete Query?"
msgstr "Supprimer la requête ?"
#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:110
msgid "Delete Report?"
msgstr "Supprimer le rapport ?"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:321
msgid "Delete Template?"
msgstr "Supprimer template ?"
#: superset/views/base.py:595
msgid "Delete all Really?"
msgstr "Vraiment tout effacer ?"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:181
msgid "Delete annotation"
msgstr "Supprimer annotation"
#: superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx:202
msgid "Delete dashboard tab?"
msgstr "Supprimer l'onglet du tableau de bord ?"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:332
msgid "Delete database"
msgstr "Supprimer une base de données"
#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:78
msgid "Delete email report"
msgstr "Supprimer le rapport par e-mail"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:404
msgid "Delete query"
msgstr "Effacer la requête"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:239
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:219
msgid "Delete template"
msgstr "Supprimer un template"
#: superset-frontend/src/dashboard/components/MissingChart.jsx:36
msgid "Delete this container and save to remove this message."
msgstr "Supprimez ce conteneur et sauvegardez pour supprimer ce message."
#: superset/annotation_layers/annotations/api.py:502
#, python-format
msgid "Deleted %(num)d annotation"
msgid_plural "Deleted %(num)d annotations"
msgstr[0] "%(num)d annotation supprimée"
msgstr[1] "%(num)d annotations supprimées"
#: superset/annotation_layers/api.py:353
#, python-format
msgid "Deleted %(num)d annotation layer"
msgid_plural "Deleted %(num)d annotation layers"
msgstr[0] "%(num)d couche d'annotations supprimée"
msgstr[1] "%(num)d couches d'annotations supprimées"
#: superset/charts/api.py:480
#, python-format
msgid "Deleted %(num)d chart"
msgid_plural "Deleted %(num)d charts"
msgstr[0] "%(num)d graphique supprimé"
msgstr[1] "%(num)d graphiques supprimés"
#: superset/css_templates/api.py:137
#, python-format
msgid "Deleted %(num)d css template"
msgid_plural "Deleted %(num)d css templates"
msgstr[0] "Template css %(num)d supprimé"
msgstr[1] "Templates css %(num)d supprimés"
#: superset/dashboards/api.py:674
#, python-format
msgid "Deleted %(num)d dashboard"
msgid_plural "Deleted %(num)d dashboards"
msgstr[0] "%(num)d tableau de bord supprimé"
msgstr[1] "%(num)d tableaux de bord supprimés"
#: superset/datasets/api.py:666
#, python-format
msgid "Deleted %(num)d dataset"
msgid_plural "Deleted %(num)d datasets"
msgstr[0] "%(num)d jeu de données supprimé"
msgstr[1] "%(num)d jeux de données supprimés"
#: superset/reports/api.py:452
#, python-format
msgid "Deleted %(num)d report schedule"
msgid_plural "Deleted %(num)d report schedules"
msgstr[0] "%(num)d planification de rapport supprimée"
msgstr[1] "%(num)d planifications de rapport supprimées"
#: superset/queries/saved_queries/api.py:197
#, python-format
msgid "Deleted %(num)d saved query"
msgid_plural "Deleted %(num)d saved queries"
msgstr[0] "%(num)d requête sauvegardée supprimée"
msgstr[1] "%(num)d requêtes sauvegardées supprimées"
#: superset-frontend/src/reports/actions/reports.js:176
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:162
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:103
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:91
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:93
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:142
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:546
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:232
#: superset-frontend/src/views/CRUD/utils.tsx:246
#: superset-frontend/src/views/CRUD/utils.tsx:285
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:172
#, python-format
msgid "Deleted: %s"
msgstr "Supprimé : %s"
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:184
msgid "Delimited long & lat single column"
msgstr "Une seule colonne long & lat délimité"
#: superset/views/database/forms.py:132
msgid "Delimiter"
msgstr "Délimiteur"
#: superset/views/database/forms.py:133
msgid "Delimiter used by CSV file (for whitespace use \\s+)."
msgstr "Délimiteur utilisé par le fichier CSV (pour un espace vide utiliser \\s+)."
#: superset/views/schedules.py:244 superset/views/schedules.py:324
msgid "Deliver As Group"
msgstr "Livrer par groupe"
#: superset/views/schedules.py:245 superset/views/schedules.py:325
msgid "Delivery Type"
msgstr "Type de livraison"
#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:124
msgid "Delivery method"
msgstr "Méthode de livraison"
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:33
msgid "Demographics"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:38
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:45
#, fuzzy
msgid "Density"
msgstr "Entité"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:55
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:38
#, fuzzy
msgid "Deprecated"
msgstr "Créé le"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:42
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:47
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:51
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:44
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:131
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:163
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:202
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:206
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:692
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1050
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1054
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:52
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:994
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:243
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1100
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1106
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:147
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:157
#: superset/connectors/druid/views.py:188
#: superset/connectors/druid/views.py:345 superset/connectors/sqla/views.py:145
#: superset/connectors/sqla/views.py:256 superset/connectors/sqla/views.py:502
#: superset/views/annotations.py:78 superset/views/annotations.py:126
#: superset/views/chart/mixin.py:81 superset/views/sql_lab.py:71
msgid "Description"
msgstr "Description"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:331
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:262
msgid "Description (this can be seen in the list)"
msgstr "Description (cela peut être vu dans la liste)"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:520
msgid "Description Columns"
msgstr "Colonnes de description"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:48
msgid "Description text that shows up below your Big Number"
msgstr ""
#: superset-frontend/src/components/ListView/ListView.tsx:348
msgid "Deselect all"
msgstr "Tout Dé-Sélectionner"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:271
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1081
msgid "Details of the certification"
msgstr "Détails de la certification"
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:53
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:47
msgid "Determines how whiskers and outliers are calculated."
msgstr ""
#: superset/views/dashboard/mixin.py:71
msgid ""
"Determines whether or not this dashboard is visible in the list of all "
"dashboards"
msgstr ""
"Indique si ce tableau de bord est visible dans la liste des tableaux de "
"bord"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:230
#, fuzzy
msgid "Diamond"
msgstr "et"
#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:77
msgid "Did you mean:"
msgstr "Vouliez-vous dire :"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:101
#, fuzzy
msgid "Difference"
msgstr "Cliquer pour voir la différence"
#: superset/viz.py:1968
msgid "Directed Force Layout"
msgstr "Graphe orienté"
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:39
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:42
#, fuzzy
msgid "Directional"
msgstr "description"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:165
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:185
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:274
#, fuzzy
msgid "Disabled"
msgstr "Éditer la table"
#: superset-frontend/src/dashboard/components/Header/index.jsx:579
msgid "Discard changes"
msgstr "Abandonner les modifications"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:43
#, fuzzy
msgid "Discrete"
msgstr "a été créé"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:149
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:42
msgid "Display Name"
msgstr "Nom affiché"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:164
msgid "Display column level total"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:615
msgid "Display configuration"
msgstr "Configuration d'affichage"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:98
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:187
msgid ""
"Display metrics side by side within each column, as opposed to each "
"column being displayed side by side for each metric."
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:152
msgid "Display row level total"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:89
msgid "Display total row/column"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:34
msgid ""
"Displays connections between entities in a graph structure. Useful for "
"mapping relationships and showing which nodes are important in a network."
" Graph charts can be configured to be force-directed or circulate. If "
"your data has a geospatial component, try the deck.gl Arc chart."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:132
#, fuzzy
msgid "Distribute across"
msgstr "Estimer le coût"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:26
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:48
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/createMetadata.ts:25
#, fuzzy
msgid "Distribution"
msgstr "Contribution"
#: superset/viz.py:1769
msgid "Distribution - Bar Chart"
msgstr "Distibution - histogramme"
#: superset-frontend/src/dashboard/components/gridComponents/new/NewDivider.jsx:31
msgid "Divider"
msgstr "Diviseur"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:86
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:211
msgid "Do you want a donut or a pie?"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:214
msgid "Documentation"
msgstr "Documentation"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:40
#, fuzzy
msgid "Domain"
msgstr "Comparaison"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:29
msgid "Don't refresh"
msgstr "Ne pas actualiser"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:83
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:208
#, fuzzy
msgid "Donut"
msgstr "mois"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:319
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:328
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:105
msgid "Download as image"
msgstr "Télécharger comme image"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:543
msgid "Download to CSV"
msgstr "Télécharger en CSV"
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:72
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:83
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:499
msgid "Draft"
msgstr "Brouillon"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:214
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:152
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:113
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:93
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:110
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:168
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:171
msgid "Draw a marker on data points. Only applicable for line types."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:171
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:135
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:138
msgid "Draw area under curves. Only applicable for line types."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:178
msgid "Draw line from Pie to label when labels outside?"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:331
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:246
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:209
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:189
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:206
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:262
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:265
msgid "Draw split lines for minor y-axis ticks"
msgstr ""
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:217
msgid "Drop a column here or click"
msgstr "Supprimer une colonne ici ou cliquer"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:367
msgid "Drop a column/metric here or click"
msgstr "Supprimer une colonne/métrique ici ou cliquer"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelect.tsx:222
msgid "Drop column here"
msgstr "Supprimer une colonne ici"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndMetricSelect.tsx:372
msgid "Drop column or metric here"
msgstr "Supprimer une colonne ou une métrique ici"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndSelectLabel.tsx:80
msgid "Drop columns here"
msgstr "Supprimer des colonnes ici"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:389
msgid "Drop columns or metrics here"
msgstr "Supprimer des colonnes ou des métriques ici"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndFilterSelect.tsx:388
msgid "Drop columns/metrics here or click"
msgstr "Supprimer des colonnes/métriques ici ou cliquer"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:176
#, fuzzy
msgid "Drop temporal column here"
msgstr "Supprimer une colonne ici"
#: superset/connectors/druid/views.py:213
#: superset/initialization/__init__.py:516
msgid "Druid Clusters"
msgstr "Clusters Druid"
#: superset/connectors/druid/views.py:192
msgid "Druid Datasource"
msgstr "Données Druid"
#: superset/connectors/druid/views.py:277
#: superset/initialization/__init__.py:507
msgid "Druid Datasources"
msgstr "Sources de données Druid"
#: superset/connectors/druid/views.py:248
#: superset/connectors/druid/views.py:253
msgid ""
"Druid supports basic authentication. See "
"[auth](http://druid.io/docs/latest/design/auth.html) and druid-basic-"
"security extension"
msgstr ""
"Druid supporte l'authentification basique. Voir "
"[auth](http://druid.io/docs/latest/design/auth.html) et druid-basic-"
"security extension"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:30
#, fuzzy
msgid "Dual Line Chart"
msgstr "Points"
#: superset/views/datasource/views.py:119
#, python-format
msgid "Duplicate column name(s): %(columns)s"
msgstr "Nom(s) de colonne dupliqué: %(columns)s"
#: superset/common/query_object.py:284
#, python-format
msgid ""
"Duplicate column/metric labels: %(labels)s. Please make sure all columns "
"and metrics have a unique label."
msgstr ""
"Doublons de libellés colonne/métrique : %(labels)s. Veuillez vous assurer"
" que toutes les colonnes et métriques ont des libellés uniques."
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:366
msgid "Duplicate tab"
msgstr "Dupliquer l'onglet"
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:135
msgid "Duration"
msgstr "Durée"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:227
#: superset/views/database/mixins.py:175
msgid ""
"Duration (in seconds) of the caching timeout for charts of this database."
" A timeout of 0 indicates that the cache never expires. Note this "
"defaults to the global timeout if undefined."
msgstr ""
"Durée (en secondes) du timeout de cache pour les graphiques cette base de"
" données. Un timeout de 0 indique que le cache n'expire jamais. Noter que"
" s'il n'est pas défini, c'est le timeout global qui est pris en compte."
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:282
msgid ""
"Duration (in seconds) of the caching timeout for this chart. Note this "
"defaults to the dataset's timeout if undefined."
msgstr ""
"Durée (en secondes) du timeout du cache pour ce graphique. Notez que "
"c'est par défaut le timeout du jeu de données si indéfinie."
#: superset/views/chart/mixin.py:70
msgid ""
"Duration (in seconds) of the caching timeout for this chart. Note this "
"defaults to the datasource/table timeout if undefined."
msgstr "Durée (en seconds) du délai de mise en cache pour ce graphique."
#: superset/connectors/druid/views.py:243
msgid ""
"Duration (in seconds) of the caching timeout for this cluster. A timeout "
"of 0 indicates that the cache never expires. Note this defaults to the "
"global timeout if undefined."
msgstr ""
"Durée (en secondes) du timeout du cache pour ce cluster. Un timeout de 0 "
"indique que le cache n'expire jamais. Notez que s'il est indéfini, il "
"prend comme valeur par défaut celui du timeout global."
#: superset/connectors/druid/views.py:334
msgid ""
"Duration (in seconds) of the caching timeout for this datasource. A "
"timeout of 0 indicates that the cache never expires. Note this defaults "
"to the cluster timeout if undefined."
msgstr ""
"Durée (en secondes) du timeout du cache pour cette source de données. Un "
"timeout de 0 indique que le cache n'expire jamais. Notez que s'il est "
"indéfini, il prend comme valeur par défaut le timeout du cluster."
#: superset/connectors/sqla/views.py:473
msgid ""
"Duration (in seconds) of the caching timeout for this table. A timeout of"
" 0 indicates that the cache never expires. Note this defaults to the "
"database timeout if undefined."
msgstr ""
"Durée (en secondes) du timeout du cache pour cette table. Un timeout à 0 "
"indique que le cache n'expire jamais. Notez que le timeout de la base de "
"données par défaut est undefined."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:250
msgid ""
"Duration (in seconds) of the metadata caching timeout for schemas of this"
" database. If left unset, the cache never expires."
msgstr ""
"Durée (en seconds) du délai de mise en cache pour les schémas de base de "
"données. Si vide, le cache n'expire jamais."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:272
msgid ""
"Duration (in seconds) of the metadata caching timeout for tables of this "
"database. If left unset, the cache never expires. "
msgstr ""
"Durée (en secondes) du délai de mise en cache pour les métadonnées des "
"tables de cette base de données. Si vide, le cache n'expire jamais. "
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:41
msgid "Duration in ms (1.40008 => 1ms 400µs 80ns)"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:40
msgid "Duration in ms (66000 => 1m 6s)"
msgstr ""
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:205
#, python-format
msgid "Duration: %s"
msgstr "Durée : %s"
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:55
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:71
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:61
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:77
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:77
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:71
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:71
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:62
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:42
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:61
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124
msgid "ECharts"
msgstr "EGraphiques"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:76
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:169
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:176
msgid "END (EXCLUSIVE)"
msgstr "FIN (EXCLUSIVE)"
#: superset-frontend/src/views/CRUD/hooks.ts:628
#, python-format
msgid "ERROR: %s"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:241
msgid "Edge length"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:247
msgid "Edge length between nodes"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:124
msgid "Edge symbols"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:226
#, fuzzy
msgid "Edge width"
msgstr "L'épaisseur de la ligne"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:197
#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:35
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:75
#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:121
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:316
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:128
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:404
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:85
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:401
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:358
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:389
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:219
msgid "Edit"
msgstr "Éditer"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1053
#, fuzzy
msgid "Edit Alert"
msgstr "Éditer la table"
#: superset/views/annotations.py:61
msgid "Edit Annotation"
msgstr "Editer l'annotation"
#: superset/views/annotations.py:120
msgid "Edit Annotation Layer"
msgstr "Editer la couche d'annotation"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:309
msgid "Edit CSS"
msgstr "Modifier le CSS"
#: superset/views/css_templates.py:39
msgid "Edit CSS Template"
msgstr "Modifier le Template CSS"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:231
msgid "Edit CSS template properties"
msgstr "Modifier les propriétés du template CSS"
#: superset/views/chart/mixin.py:29
msgid "Edit Chart"
msgstr "Modifier le graphique"
#: superset/connectors/sqla/views.py:66
msgid "Edit Column"
msgstr "Éditer une colonne"
#: superset/views/dashboard/mixin.py:28
msgid "Edit Dashboard"
msgstr "Éditer le tableau de bord"
#: superset/views/database/mixins.py:36
msgid "Edit Database"
msgstr "Éditer la base de données"
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:192
msgid "Edit Dataset "
msgstr "Éditer le jeu de données "
#: superset/connectors/druid/views.py:216
msgid "Edit Druid Cluster"
msgstr "Éditer un cluster Druid"
#: superset/connectors/druid/views.py:73
msgid "Edit Druid Column"
msgstr "Éditer une colonne Druid"
#: superset/connectors/druid/views.py:280
msgid "Edit Druid Datasource"
msgstr "Éditer la source de données Druid"
#: superset/connectors/druid/views.py:162
msgid "Edit Druid Metric"
msgstr "Éditer une métrique Druid"
#: superset-frontend/src/components/ReportModal/index.tsx:251
msgid "Edit Email Report"
msgstr "Modifier le rapport e-mail"
#: superset/views/log/__init__.py:24
msgid "Edit Log"
msgstr "Éditer le log"
#: superset/connectors/sqla/views.py:215
msgid "Edit Metric"
msgstr "Éditer la métrique"
#: superset/views/dynamic_plugins.py:61
msgid "Edit Plugin"
msgstr "Éditer le plugin"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1051
#, fuzzy
msgid "Edit Report"
msgstr "Modifier le rapport par e-mail"
#: superset/connectors/sqla/views.py:317
msgid "Edit Row level security filter"
msgstr "Editer le filtre de sécurité au niveau de la ligne"
#: superset/views/sql_lab.py:42
msgid "Edit Saved Query"
msgstr "Éditer la requête sauvegardée"
#: superset/connectors/sqla/views.py:398
msgid "Edit Table"
msgstr "Éditer la table"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:174
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:283
msgid "Edit annotation"
msgstr "Modifier annotation"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/index.jsx:170
msgid "Edit annotation layer"
msgstr "Modifier une couche d'annotations"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:237
msgid "Edit annotation layer properties"
msgstr "Couches d'annotation"
#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:305
#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:308
msgid "Edit chart properties"
msgstr "Modifier les propriétés du graphique"
#: superset-frontend/src/dashboard/components/Header/index.jsx:605
msgid "Edit dashboard"
msgstr "Éditer le tableau de bord"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:302
msgid "Edit dashboard properties"
msgstr "Modifier les propriétés de ce tableau de bord"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1011
msgid "Edit database"
msgstr "Éditer la base de données"
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:192
msgid "Edit dataset"
msgstr "Éditer le jeu de données"
#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:73
msgid "Edit email report"
msgstr "Modifier le rapport par e-mail"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx:151
msgid "Edit formatter"
msgstr "Modifier un formateur"
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:80
msgid "Edit properties"
msgstr "Modifier les propriétés"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:383
msgid "Edit query"
msgstr "Modifier la requête"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:230
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:210
msgid "Edit template"
msgstr "Modifier un template"
#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:99
msgid "Edit template parameters"
msgstr "Modifier les paramètres du modèle"
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:353
msgid "Edit time range"
msgstr "Modifier intervalle de temps"
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:161
msgid "Edited"
msgstr "Édité"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:484
msgid "Editing 1 filter:"
msgstr "Édition d'un filtre :"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:119
msgid "Editing filter set:"
msgstr "Modifier l'ensemble de filtre :"
#: superset/errors.py:110
msgid "Either the database is spelled incorrectly or does not exist."
msgstr "Base de données inexistante ou nom incorrect."
#: superset/db_engine_specs/mysql.py:124 superset/db_engine_specs/presto.py:195
#: superset/db_engine_specs/redshift.py:63
#, python-format
msgid "Either the username \"%(username)s\" or the password is incorrect."
msgstr "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect."
#: superset/db_engine_specs/mssql.py:74
#, python-format
msgid ""
"Either the username \"%(username)s\", password, or database name "
"\"%(database)s\" is incorrect."
msgstr ""
"Soit l'utilisateur \"%(username)s\", le mot de passe, ou le nom de la "
"base de données \"%(database)s\" est incorrect."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:114
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:118
#, fuzzy, python-format
msgid "Either the username or password is incorrect."
msgstr "L'utilisateur \"%(username)s\" ou le mot de passe est incorrect."
#: superset/errors.py:109
msgid "Either the username or the password is wrong."
msgstr "Le nom d'utilisateur ou le mot de passe est incorrect."
#: superset/views/schedules.py:326
msgid "Email Format"
msgstr "Format d'e-mail"
#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:64
msgid "Email reports active"
msgstr "Rapports par e-mail actifs"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:47
#, fuzzy
msgid "Emit Target"
msgstr "Éditer le jeu de données"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:30
#, fuzzy
msgid "Emit dashboard cross filters"
msgstr "Modifier les propriétés de ce tableau de bord"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/emitFilterControl.tsx:33
#, fuzzy
msgid "Emit dashboard cross filters."
msgstr "Modifier les propriétés de ce tableau de bord"
#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:95
msgid "Emitted values"
msgstr "Valeurs émises"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:191
msgid "Emphasis"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:36
msgid "Employment and education"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:214
msgid "Empty circle"
msgstr ""
#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:59
msgid "Empty collection"
msgstr "Collection vide"
#: superset/connectors/sqla/models.py:1068
msgid "Empty query?"
msgstr "Requête vide ?"
#: superset/connectors/druid/views.py:348 superset/connectors/sqla/views.py:493
msgid "Enable Filter Select"
msgstr "Activer le filtre de sélection"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:293
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:184
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:145
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:125
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:142
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:200
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:203
msgid "Enable data zooming controls"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:44
msgid "Enable forecast"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:47
msgid "Enable forecasting"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:161
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:270
msgid "Enable graph roaming"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:141
msgid "Enable node dragging"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:176
msgid "Enable query cost estimation"
msgstr "Activer l'estimation du coût de la requête"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:290
msgid "Enable server side pagination of results (experimental feature)"
msgstr ""
#: superset/viz.py:2530
msgid ""
"Encountered invalid NULL spatial entry,"
" please consider filtering those "
"out"
msgstr ""
"Entrée spatiale NULL rencontrée, "
"veuillez les filtrer"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:164
#: superset/views/annotations.py:80
msgid "End"
msgstr "Date de fin"
#: superset/views/sql_lab.py:73
msgid "End Time"
msgstr "Date de fin"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:120
#, fuzzy
msgid "End angle"
msgstr "Intervalle de Temps"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:78
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:171
msgid "End date excluded from time range"
msgstr "Date de fin exclue de l'intervalle de temps"
#: superset/annotation_layers/annotations/commands/exceptions.py:35
msgid "End date must be after start date"
msgstr "Date de début ne peut être postérieure à Date de fin"
#: superset/databases/commands/validate.py:71
#, python-format
msgid "Engine \"%(engine)s\" cannot be configured through parameters."
msgstr "Le moteur \"%(engine)s\" ne peut pas être configuré via des paramètres."
#: superset/databases/commands/validate.py:59 superset/databases/schemas.py:308
#, python-format
msgid "Engine \"%(engine)s\" is not a valid engine."
msgstr "Le moteur \"%(engine)s\" n'est pas un moteur valide."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:459
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:464
msgid "Engine Parameters"
msgstr "Les paramètres du moteur"
#: superset/databases/schemas.py:272
msgid ""
"Engine spec \"InvalidEngine\" does not support being configured via "
"individual parameters."
msgstr ""
"La spec moteur \"InvalidEngine\" ne supporte pas d'être configuré via "
"des paramètres individuels."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:356
msgid "Enter CA_BUNDLE"
msgstr "Entrer CA_BUNDLE"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:55
msgid "Enter a name for this sheet"
msgstr "Entrée un nom pour cette feuille"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:238
msgid "Enter a new title for the tab"
msgstr "Entrée un nouveau titre pour l'onglet"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:222
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:244
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:266
msgid "Enter duration in seconds"
msgstr "Entrer la durée en secondes"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:327
msgid "Enter fullscreen"
msgstr "Passer en plein écran"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:73
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:397
#: superset-frontend/src/explore/controls.jsx:412
msgid "Entity"
msgstr "Entité"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:125
#, fuzzy
msgid "Entity ID"
msgstr "Entité"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:216
msgid "Equal Date Sizes"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:56
#, fuzzy
msgid "Error"
msgstr "Opérateur"
#: superset/views/alerts.py:83
msgid "Error Message"
msgstr "Message d'erreur"
#: superset/connectors/sqla/models.py:1349
#, python-format
msgid "Error in jinja expression in HAVING clause: %(msg)s"
msgstr "Erreur d'expression jinja dans la clause HAVING : %(msg)s"
#: superset/connectors/sqla/models.py:976
#, python-format
msgid "Error in jinja expression in RLS filters: %(msg)s"
msgstr "Erreur dans l'expression jinja des filtres RLS : %(msg)s"
#: superset/connectors/sqla/models.py:1337
#, python-format
msgid "Error in jinja expression in WHERE clause: %(msg)s"
msgstr "Erreur d'expression jinja dans la clause WHERE : %(msg)s"
#: superset/connectors/sqla/models.py:735
#, python-format
msgid "Error in jinja expression in fetch values predicate: %(msg)s"
msgstr ""
"Erreur dans l'expression jinja dans la réupération du prédicat des "
"valeurs : %(msg)s"
#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:190
msgid "Error loading chart datasources. Filters may not work correctly."
msgstr ""
"Erreur au chargement des source de données du graphique Les filtres "
"peuvent mal fonctionner."
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:144
msgid "Error message"
msgstr "Message d'erreur"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:104
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:139
#, fuzzy, python-format
msgid "Error while fetching charts"
msgstr "Une erreur s'est produite durant la récupération des tableaux de bord : %s"
#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:89
#, fuzzy, python-format
msgid "Error while fetching data: %s"
msgstr "Une erreur s'est produite durant la récupération des jeux de données : %s"
#: superset/connectors/sqla/models.py:842
#, python-format
msgid "Error while rendering virtual dataset query: %(msg)s"
msgstr "Erreur durant le rendu de la requête du jeu de données virtuel : %(msg)s"
#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:91
msgid "Estimate cost"
msgstr "Estimer le coût"
#: superset-frontend/src/SqlLab/components/EstimateQueryCostButton/index.tsx:90
msgid "Estimate selected query cost"
msgstr "Estimer le coût estimé de la requête sélectionnée"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:648
msgid "Estimate the cost before running a query"
msgstr "Estimer le coût avant d'exécuter une requête"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:29
#, fuzzy
msgid "Event Flow"
msgstr "Flot d'événements"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:43
#, fuzzy
msgid "Event Names"
msgstr "Nom de la feuille"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:35
msgid "Event definition"
msgstr ""
#: superset/viz.py:2896
msgid "Event flow"
msgstr "Flot d'événements"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:478
msgid "Event time column"
msgstr "Colonne temporelle de l’événement"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:43
msgid "Every"
msgstr "Chaque"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:30
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:29
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:25
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:25
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:30
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:25
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:25
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:56
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:59
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:58
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:57
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:57
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:48
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:57
msgid "Evolution"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1263
#, fuzzy
msgid "Exact"
msgstr "Zone de texte"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:34
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:49
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:67
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:81
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:95
msgid "Example"
msgstr "Exemple"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:92
#, fuzzy, python-format
msgid "Example %(tableName)s will appear here"
msgstr "Les ${tableName.toLowerCase()} d'exemple apparaîtront ici"
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:759
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:180
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:178
msgid "Examples"
msgstr "Exemples"
#: superset/views/database/forms.py:252
msgid "Excel File"
msgstr "Fichier Excel"
#: superset/views/database/views.py:398
#, python-format
msgid ""
"Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in"
" database \"%(db_name)s\""
msgstr ""
"Fichier CSV \"%(excel_filename)s\" chargé dans la table "
"\"%(table_name)s\" de la base de données \"%(db_name)s\""
#: superset/views/database/views.py:268
msgid "Excel to Database configuration"
msgstr "Configuration de Excel vers base de données"
#: superset-frontend/src/filters/components/Select/controlPanel.ts:126
#, fuzzy
msgid "Exclude selected values"
msgstr "Limiter les valeurs"
#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:82
msgid "Executed SQL"
msgstr "Lancer la requête SQL"
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:162
msgid "Executed query"
msgstr "Lancer la requête sélectionnée"
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:105
msgid "Execution ID"
msgstr "ID d'exécution"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:307
msgid "Execution log"
msgstr "Log d'exécution"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:326
msgid "Exit fullscreen"
msgstr "Sortir du mode plein écran"
#: superset-frontend/src/dashboard/components/filterscope/treeIcons.jsx:36
msgid "Expand all"
msgstr "Développer tout"
#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:152
#, fuzzy
msgid "Expand table preview"
msgstr "Supprimer la Prévisualisation de la table"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351
msgid "Expand tool bar"
msgstr "Etendre la barre d'outil"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:72
#: superset-frontend/src/filters/components/GroupBy/index.ts:31
#: superset-frontend/src/filters/components/Range/index.ts:31
#: superset-frontend/src/filters/components/Select/index.ts:32
#: superset-frontend/src/filters/components/Time/index.ts:31
#: superset-frontend/src/filters/components/TimeColumn/index.ts:31
#: superset-frontend/src/filters/components/TimeGrain/index.ts:31
msgid "Experimental"
msgstr ""
#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:98
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:168
#: superset/views/core.py:883
msgid "Explore"
msgstr "Explorer"
#: superset/views/core.py:881
#, python-format
msgid "Explore - %(table)s"
msgstr "Explorer - %(table)s"
#: superset/reports/notifications/email.py:91
msgid "Explore in Superset"
msgstr "Explorer dans Superset"
#: superset-frontend/src/SqlLab/components/ExploreCtasResultsButton/index.jsx:91
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:161
msgid "Explore the result set in the data exploration view"
msgstr "Explorer le résultat dans la vue d'exploration des données"
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:116
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:388
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:661
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:98
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:385
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:630
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:342
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:373
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:636
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:516
#: superset/views/dashboard/views.py:67
msgid "Export"
msgstr "Exporter"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:333
msgid "Export CSV"
msgstr "Exporter en CSV"
#: superset/views/dashboard/views.py:67
msgid "Export dashboards?"
msgstr "Exporter les tableaux de bords ?"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:341
msgid "Export full CSV"
msgstr "Exporter en full CSV"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:397
msgid "Export query"
msgstr "Exporter la requête"
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:202
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:210
msgid "Export to .CSV format"
msgstr "Exporter au format CSV"
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:182
msgid "Export to .JSON format"
msgstr "Exporter au format JSON"
#: superset/views/base.py:538
msgid "Export to YAML"
msgstr "Exporter en YAML"
#: superset/views/base.py:538
msgid "Export to YAML?"
msgstr "Exporter en YAML?"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:76
msgid "Expose database in SQL Lab"
msgstr "Exposer la base de données dans SQL Lab"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:281
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:387
#: superset/views/database/mixins.py:186
msgid "Expose in SQL Lab"
msgstr "Exposer dans SQL Lab"
#: superset/views/database/mixins.py:104
msgid "Expose this DB in SQL Lab"
msgstr "Expose cette BDD dans SQL Lab"
#: superset/connectors/sqla/views.py:149
msgid "Expression"
msgstr "Expression"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:735
#: superset/connectors/sqla/views.py:262 superset/connectors/sqla/views.py:505
#: superset/views/database/mixins.py:196
msgid "Extra"
msgstr "Extra"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:160
msgid "Extra Controls"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:87
#, fuzzy
msgid "Extra Parameters"
msgstr "Les paramètres du modèle"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:736
msgid ""
"Extra data to specify table metadata. Currently supports metadata of the "
"format: `{ \"certification\": { \"certified_by\": \"Data Platform Team\","
" \"details\": \"This table is the source of truth.\" }, "
"\"warning_markdown\": \"This is a warning.\" }`."
msgstr ""
"Donnée complémentaire pour spécifier une métadonnée de la table. Les "
"métadonnéesactuellement supportées sont `{ \"certification\": { "
"\"certified_by\": \"Data Platform Team\", \"details\": \"This table is "
"the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" "
"}`."
#: superset/views/database/mixins.py:244 superset/views/database/mixins.py:268
#, python-format
msgid "Extra field cannot be decoded by JSON. %(msg)s"
msgstr "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s"
#: superset-frontend/src/explore/controlPanels/sections.tsx:62
msgid "Extra parameters for use in jinja templated queries"
msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:89
#, fuzzy
msgid ""
"Extra parameters that any plugins can choose to set for use in Jinja "
"templated queries"
msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:78
#, fuzzy
msgid "Extra url parameters for use in Jinja templated queries"
msgstr "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:92
msgid "FEB"
msgstr "FEV"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:86
msgid "FRI"
msgstr "VEN"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:115
#, fuzzy
msgid "Factor"
msgstr "Octobre"
#: superset/views/database/forms.py:145 superset/views/database/forms.py:298
#: superset/views/database/forms.py:426
msgid "Fail"
msgstr "Echec"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:69
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:75
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:153
msgid "Failed"
msgstr "Echec"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:194
#: superset-frontend/src/SqlLab/actions/sqlLab.js:305
msgid "Failed at retrieving results"
msgstr "Echec lors de la récupération des résultats"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:409
#, python-format
msgid "Failed at stopping query. %s"
msgstr ""
#: superset/errors.py:137 superset/sqllab/sql_json_executer.py:194
msgid "Failed to start remote query on a worker."
msgstr "Echec de la requête à distance."
#: superset-frontend/src/explore/components/controls/withAsyncVerification.tsx:201
#, python-format
msgid "Failed to verify select options: %s"
msgstr "Echec de la vérification des options de sélection : %s"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:436
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:433
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:162
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:159
msgid "Favorite"
msgstr "Favoris"
#: superset-frontend/src/profile/components/App.tsx:52
msgid "Favorites"
msgstr "Favoris"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:67
msgid "February"
msgstr "Février"
#: superset/connectors/druid/views.py:353
msgid "Fetch Values From"
msgstr "Récupérer les valeurs des prédicats"
#: superset/connectors/sqla/views.py:499
msgid "Fetch Values Predicate"
msgstr "Récupérer les valeurs des prédicats"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:788
msgid "Fetch data preview"
msgstr "Prévisualisation des données"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:244
#, python-format
msgid "Fetched %s"
msgstr "Récupéré %s"
#: superset/databases/commands/exceptions.py:62
#, fuzzy, python-format
msgid "Field cannot be decoded by JSON. %(json_error)s"
msgstr "Le champ ne peut pas être décodé par JSON %{json_error}s"
#: superset/databases/schemas.py:183 superset/databases/schemas.py:198
#, python-format
msgid "Field cannot be decoded by JSON. %(msg)s"
msgstr "Le champ ne peut pas être décodé par JSON. %(msg)s"
#: superset/databases/commands/exceptions.py:50
msgid "Field is required"
msgstr "Le champ est requis"
#: superset/templates/superset/import_dashboards.html:37
msgid "File"
msgstr "Fichier"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:982
msgid "Fill all required fields to enable \"Default Value\""
msgstr ""
"Remplissez tous les champs obligatoires pour activer \"la valeur par "
"défaut\""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:166
#, fuzzy
msgid "Fill method"
msgstr "Méthode de livraison"
#: superset-frontend/src/components/ListView/Filters/Select.tsx:77
msgid "Filter"
msgstr "Filtre"
#: superset/templates/appbuilder/general/widgets/search.html:24
msgid "Filter List"
msgstr "Filtres"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:787
msgid "Filter Type"
msgstr "Type du filtre"
#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:26
msgid "Filter box"
msgstr "Boite de filtrage"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:204
msgid "Filter by database"
msgstr "Filtrer par base de données"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:240
msgid "Filter by status"
msgstr "Filtrer par status"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:195
msgid "Filter by user"
msgstr "Filtrer par utilisateur"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:282
msgid "Filter configuration"
msgstr "Configuration du filtre"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:66
msgid "Filter configuration for the filter box"
msgstr "Configuration du filtre pour la boîte de filtrage"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:895
msgid "Filter has default value"
msgstr "Le filtre a une valeur par défaut"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1010
msgid "Filter is hierarchical"
msgstr "Le filtre est hiérarchique"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:109
msgid "Filter metadata changed in dashboard. It will not be applied."
msgstr ""
"Les métadonnées du filtre ont changé dans le tableau de bord. Il ne sera "
"pas appliqué."
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:777
msgid "Filter name"
msgstr "Nom du filtre"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:563
msgid "Filter results"
msgstr "Filtrer les résultats"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:144
msgid "Filter set already exists"
msgstr "Cet ensemble de filtre existe déjà"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:143
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:83
msgid "Filter set with this name already exists"
msgstr "Un ensemble de filtre avec ce nom existe déjà"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/index.tsx:348
#, python-format
msgid "Filter sets (%(filterSetCount)d)"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:791
msgid "Filter type"
msgstr "Type du filtre"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:417
msgid "Filter value (case sensitive)"
msgstr "Valeur du filtre (sensible à la casse)"
#: superset/connectors/sqla/models.py:1278
msgid "Filter value list cannot be empty"
msgstr "La liste de valeurs du filtre ne peut pas être vide"
#: superset-frontend/src/dashboard/components/SliceAdder.jsx:245
msgid "Filter your charts"
msgstr "Filtrer vos graphiques"
#: superset/connectors/druid/views.py:95 superset/connectors/sqla/views.py:147
msgid "Filterable"
msgstr "Filtrable"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:82
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:459
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Header/index.tsx:103
#: superset-frontend/src/explore/controls.jsx:466 superset/viz.py:2105
msgid "Filters"
msgstr "Filtres"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:84
#, python-format
msgid "Filters (%d)"
msgstr "Filtres (%d)"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:134
msgid "Filters by columns"
msgstr "Filtrer par colonne"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:136
msgid "Filters by metrics"
msgstr "Filtres par métrique"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:57
msgid "Filters configuration"
msgstr "Configuration des filtres"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigModal.tsx:467
msgid "Filters configuration and scoping"
msgstr "Configuration et portée des filtres"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControls.tsx:159
#, python-format
msgid "Filters out of scope (%d)"
msgstr ""
#: superset/connectors/sqla/views.py:348
msgid ""
"Filters with the same group key will be ORed together within the group, "
"while different filter groups will be ANDed together. Undefined group "
"keys are treated as unique groups, i.e. are not grouped together. For "
"example, if a table has three filters, of which two are for departments "
"Finance and Marketing (group key = 'department'), and one refers to the "
"region Europe (group key = 'region'), the filter clause would apply the "
"filter (department = 'Finance' OR department = 'Marketing') AND (region ="
" 'Europe')."
msgstr ""
"Les filtres d'un groupe qui ont la même clé vont se combiner avec des OU,"
" alors que des filtres de groupes différents vont se combiner avec des "
"ET. Les groupes qui ont une clé indéfinie sont traités comme des groupes "
"uniques, c'est-à-dire qu'ils ne sont pas regroupés. Par exemple, si une "
"table a 3 filtres dont 2 sont pour les départements Finance et Marketing "
"(clé de groupe 'department', et 1 se réfère à la région Europe (clé de "
"groupe = 'region'), la clause du filtre qui s'appliquerait serait "
"(department = 'Finance' OR department = 'Marketing') AND (region = "
"'Europe')."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:794
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:808
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1193
msgid "Finish"
msgstr "Terminer"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:124
msgid ""
"Fix the trend line to the full time range specified in case filtered "
"results do not include the start or end dates"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:123
#, fuzzy
msgid "Fix to selected Time Range"
msgstr "Intervalle de temps courant"
#: superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx:149
msgid "Fixed"
msgstr "Modifié"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:175
#, fuzzy
msgid "Fixed Color"
msgstr "Couleur fixe"
#: superset-frontend/src/explore/controls.jsx:206
msgid "Fixed color"
msgstr "Couleur fixe"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:26
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:24
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:27
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:32
#, fuzzy
msgid "Flow"
msgstr "jaune"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:133
msgid "Font size"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:134
msgid "Font size for axis labels, detail value and other text elements"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:71
msgid "Font size for the biggest value in the list"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:60
msgid "Font size for the smallest value in the list"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:179
msgid ""
"For Presto and Postgres, shows a button to compute cost before running a "
"query."
msgstr ""
"Pour Presto et Postgres, affiche un bouton pour calculer le coût avant "
"d'exécuter une requête."
#: superset/connectors/sqla/views.py:342
msgid ""
"For regular filters, these are the roles this filter will be applied to. "
"For base filters, these are the roles that the filter DOES NOT apply to, "
"e.g. Admin if admin should see all data."
msgstr ""
"Pour les filtres réguliers, ce sont les profils sur lesquels vont "
"s'appliquer les filtres. Pour les filtres de base, ce sont les profis sur"
" lesquels les filtres NE VONT PAS s'appliquer, par exemple Admin si "
"l'admin devrait voir toutes les données."
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:111
#, fuzzy
msgid "Force"
msgstr "Source"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:129
msgid ""
"Force all tables and views to be created in this schema when clicking "
"CTAS or CVAS in SQL Lab."
msgstr ""
"Force la création des tables et des vues dans ce schéma quand on cliquer "
"sur CTAS or CVAS dans SQL Lab."
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:270
msgid "Force refresh"
msgstr "Forcer à rafraîchir"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:287
msgid "Force refresh schema list"
msgstr "Forcez à actualiser la liste des schémas"
#: superset-frontend/src/components/TableSelector/index.tsx:317
msgid "Force refresh table list"
msgstr "Forcer à actualiser les données"
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/index.js:27
msgid "Force-directed Graph"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:56
#, fuzzy
msgid "Forecast periods"
msgstr "Période relative"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:37
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:42
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:45
#, fuzzy
msgid "Formattable"
msgstr "Clefs pour la table"
#: superset-frontend/src/components/ReportModal/index.tsx:296
msgid "Formatted CSV attached in email"
msgstr "CSV formatté attaché dans l'e-mail"
#: superset-frontend/packages/superset-ui-core/src/query/extractQueryFields.ts:130
msgid "Found invalid orderby options"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:80
msgid "Fraction digits"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:53
#, fuzzy
msgid "Frequency"
msgstr "Fréquence de rafraichissement"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:304
#, fuzzy
msgid "Friction"
msgstr "Action"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:310
msgid "Friction between nodes"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:61
msgid "Friday"
msgstr "Vendredi"
#: superset/utils/date_parser.py:264 superset/viz.py:370
msgid "From date cannot be larger than to date"
msgstr "La date de début ne peut être postérieure à la date de fin"
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:52
#, fuzzy
msgid "Funnel Chart"
msgstr "Nouveau graphique"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:454
msgid "Further customize how to display each column"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:168
msgid "Further customize how to display each metric"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:42
#, fuzzy
msgid "Gauge Chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:78
msgid "General"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:34
msgid "Geo"
msgstr ""
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:203
msgid "Geohash"
msgstr "Geohash"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:75
msgid "Get the last date by the date unit."
msgstr "Récupérer la dernière date par l'unité de date."
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:88
msgid "Get the specify date for the holiday"
msgstr "Récupérer la date spécifiée pour le jour férié"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:47
msgid "Google Sheet Name and URL"
msgstr "Nom et URL de la feuille Google Sheet"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1275
msgid "Grace period"
msgstr "Période de grâce"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:37
#, fuzzy
msgid "Graph Chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:108
msgid "Graph layout"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:262
msgid "Gravity"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299
#: superset-frontend/src/filters/components/GroupBy/index.ts:28
msgid "Group By"
msgstr "Grouper par"
#: superset-frontend/src/filters/components/GroupBy/index.ts:29
msgid "Group By filter plugin"
msgstr ""
#: superset/viz.py:895
msgid "Group By' and 'Columns' can't overlap"
msgstr "'Grouper par' et 'Colonnes' ne peuvent pas se chevaucher"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:83
msgid "Group By, Metrics or Percentage Metrics must have a value"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:31
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:99
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:42
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:299
#: superset-frontend/src/explore/controls.jsx:123
msgid "Group by"
msgstr "Grouper par"
#: superset/connectors/druid/views.py:94 superset/connectors/sqla/views.py:146
msgid "Groupable"
msgstr "Groupable"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:238
msgid ""
"Hard value bounds applied for color coding. Is only relevant and applied "
"when the normalization is applied against the whole heatmap."
msgstr ""
#: superset-frontend/src/dashboard/components/gridComponents/new/NewHeader.jsx:31
msgid "Header"
msgstr "Ligne d'en-tête"
#: superset/views/database/forms.py:152 superset/views/database/forms.py:305
msgid "Header Row"
msgstr "Ligne d'en-tête"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:38
#: superset/viz.py:2212
msgid "Heatmap"
msgstr "Carte de chaleur"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:104
msgid "Heatmap Options"
msgstr ""
#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:116
msgid "Height"
msgstr "Hauteur"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:730
msgid "Hide layer"
msgstr "Masquer la couche"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:351
msgid "Hide tool bar"
msgstr "Masquer la barre d'outil"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:81
#, fuzzy
msgid "Hierarchy"
msgstr "Recherche"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:37
#: superset/viz.py:1711
msgid "Histogram"
msgstr "Histogramme"
#: superset/initialization/__init__.py:222
msgid "Home"
msgstr "Accueil"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:32
#, fuzzy
msgid "Horizon Chart"
msgstr "Histogrammes horizontaux"
#: superset/viz.py:2273
msgid "Horizon Charts"
msgstr "Histogrammes horizontaux"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:106
msgid "Horizontal alignment"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:47
msgid "Host"
msgstr ""
#: superset/db_engine_specs/base.py:1390
msgid "Hostname or IP address"
msgstr "Nom d'hôte ou adresse IP"
#: superset/db_engine_specs/base.py:94
msgid "Hour"
msgstr "Heure"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:65
#, fuzzy, python-format
msgid "Hours %s"
msgstr "heure"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:779
msgid "Hours offset"
msgstr "Offset des heures"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:94
msgid "How do you want to enter service account credentials?"
msgstr ""
"Comment voulez-vous entrer les informations de connexion du compte de "
"service ?"
#: superset/views/alerts.py:190
msgid "How long to keep the logs around for this alert"
msgstr "Combien de temps garder les logs pour cette alerte"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:59
msgid "How many periods into the future do we want to predict"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:129
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:342
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:225
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:477
#: superset-frontend/src/explore/controlPanels/sections.tsx:240
msgid ""
"How to display time shifts: as individual lines; as the difference "
"between the main time series and each time shift; as the percentage "
"change; or as the ratio between series and time shifts."
msgstr ""
"Comment afficher des décalages temporels : comme des lignes individuelles"
" ; comme la différence entre les séries temporelles principales et chaque"
" décalage temporel ; comme le pourcentage de changement; ou comme le "
"ratio entre les séries et les décalages temporels."
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:51
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:85
msgid "Huge"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:78
msgid "ISO 3166-2 Codes"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:237
msgid "ISO 8601"
msgstr "ISO 8601"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:50
#, fuzzy
msgid "Id"
msgstr "id:"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:85
msgid "Id of root node of the tree."
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:400
msgid ""
"If Presto or Trino, all the queries in SQL Lab are going to be executed "
"as the currently logged on user who must have permission to run them. If "
"Hive and hive.server2.enable.doAs is enabled, will run the queries as "
"service account, but impersonate the currently logged on user via "
"hive.server2.proxy.user property."
msgstr ""
"Si Presto ou Trino, toutes les requêtes dans SQL Lab sont en cours "
"d'exécution sous le compte de l'utilisateur actuellement connecté qui "
"doit avoir les permissions requises pour les exécuter. Si Hive et "
"hive.server2.enable.doAs est activé, les requêtes seront exécutées sous "
"le compte du service, mais en impersonnifiant l'utilisateur actuellement "
"connecté via la propriété hive.server2.proxy.user."
#: superset/views/database/mixins.py:163
msgid ""
"If Presto, all the queries in SQL Lab are going to be executed as the "
"currently logged on user who must have permission to run them.<br/>If "
"Hive and hive.server2.enable.doAs is enabled, will run the queries as "
"service account, but impersonate the currently logged on user via "
"hive.server2.proxy.user property."
msgstr ""
"Si Presto, toutes les requêtes dans SQL Lab sont en cours d'exécution "
"sous le compte de l'utilisateur actuellement connecté qui doit avoir les "
"premissions requises.<br/>Si Hive et hive.server2.enable.doAs sont "
"activés, les requêtes seront exécutées sous le compte du service, mais "
"impersonnifiant l'utilisateur actuellement connecté via la propriété "
"hive.server2.proxy.user."
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1201
msgid "If a metric is specified, sorting will be done based on the metric value"
msgstr "Si une métrique est définie, le tri sera basé sur sa valeur"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:121
msgid "If activated you can use the "
msgstr "Si activé, vous pouvez utiliser la "
#: superset/views/database/mixins.py:180
msgid "If selected, please set the schemas allowed for csv upload in Extra."
msgstr ""
"Si sélectionné, veuillez indiquer les schémas permis pour le "
"téléversement csv dans Extra."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:420
msgid "If selected, please set the schemas allowed for data upload in Extra."
msgstr ""
"Si sélectionné, veuillez définir les schémas autorisés pour le chargement"
" de données dans Extra."
#: superset/views/database/forms.py:139 superset/views/database/forms.py:292
#: superset/views/database/forms.py:420
msgid ""
"If table exists do one of the following: Fail (do nothing), Replace (drop"
" and recreate table) or Append (insert data)."
msgstr ""
"Si la table existe, faire une des actions suivantes : Echec (pas "
"d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer"
" les données)."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:48
msgid ""
"If you wish to specify a different target column than the original "
"column, it can be entered here"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:83
msgid "Ignore time"
msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:293
msgid "Image (PNG) embedded in email"
msgstr "Image (PNG) encapsulée dans l'e-mail"
#: superset-frontend/src/utils/downloadAsImage.ts:63
msgid "Image download failed, please refresh and try again."
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:395
msgid "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)"
msgstr ""
"Impersonnaliser l'utilisateur connecté (Presto, Trino, Drill, Hive, and "
"GSheets)"
#: superset/views/database/mixins.py:200
msgid "Impersonate the logged on user"
msgstr "Impersonnaliser la connexion de l'utilisateur"
#: superset-frontend/src/components/ImportModal/index.tsx:282
msgid "Import"
msgstr "Importe"
#: superset-frontend/src/components/ImportModal/index.tsx:286
#, python-format
msgid "Import %s"
msgstr "Import %s"
#: superset/templates/superset/import_dashboards.html:26
msgid "Import Dashboard(s)"
msgstr "Importer des tableaux de bords"
#: superset/initialization/__init__.py:314
msgid "Import Dashboards"
msgstr "Importer des tableaux de bord"
#: superset/connectors/sqla/views.py:397
msgid "Import a table definition"
msgstr "Importer la définition d'une table"
#: superset/charts/commands/exceptions.py:151
msgid "Import chart failed for an unknown reason"
msgstr "L'import du graphique a échoué pour une raison inconnue"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:621
msgid "Import charts"
msgstr "Importer des graphiques"
#: superset/dashboards/commands/exceptions.py:82
msgid "Import dashboard failed for an unknown reason"
msgstr "L'import du tableau de bord a échoué pour une raison inconnue"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:596
#: superset/templates/superset/import_dashboards.html:21
msgid "Import dashboards"
msgstr "Import des tableaux de bord"
#: superset/databases/commands/exceptions.py:139
msgid "Import database failed for an unknown reason"
msgstr "L'import de la base de données a échoué pour une raison inconnue"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:195
msgid "Import databases"
msgstr "Importer la base de données"
#: superset/datasets/commands/exceptions.py:181
msgid "Import dataset failed for an unknown reason"
msgstr "L'import du jeu de données a échoué pour une raison inconnue"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:517
msgid "Import datasets"
msgstr "Importer des jeux de données"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:190
msgid "Import queries"
msgstr "Importer des requêtes"
#: superset/queries/saved_queries/commands/exceptions.py:36
msgid "Import saved query failed for an unknown reason."
msgstr "L'import de la requête sauvegardée a échoué pour une raison inconnue."
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:64
msgid ""
"Important! Select this if the table is not already sorted by entity id, "
"else there is no guarantee that all events for each entity are returned."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:67
msgid "Include Series"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:70
msgid "Include series name as an axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:325
#, fuzzy
msgid "Include time"
msgstr "Date de fin"
#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:231
#, python-format
msgid "Incompatible Filters (%d)"
msgstr "Filtres incompatibles (%d)"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:121
msgid "Incorrect Fields"
msgstr ""
#: superset/views/database/forms.py:162 superset/views/database/forms.py:315
msgid "Index Column"
msgstr "Index de colonne"
#: superset/views/database/forms.py:210
msgid "Infer Datetime Format"
msgstr "Déduire le format Datetime"
#: superset-frontend/src/components/Menu/MenuRight.tsx:166
#: superset/templates/appbuilder/navbar_right.html:110
msgid "Info"
msgstr "Info"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:220
msgid "Inner Radius"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:226
msgid "Inner radius of donut hole"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:314
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:216
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:177
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:158
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:174
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:232
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:235
msgid "Input field supports custom rotation. e.g. 30 for 30°"
msgstr ""
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:90
msgid "Instant filtering"
msgstr "Filtrage instantané"
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:293
msgid "Instructions to add a dataset are available in the Superset tutorial."
msgstr ""
"Les instructions pour ajouter un jeu de données sont disponibles dans le "
"tutoriel Superset."
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:41
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:36
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:38
#, fuzzy
msgid "Intensity"
msgstr "Entité"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:495
msgid "Interval End column"
msgstr "Dernière colonne de l'intervalle"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:286
#, fuzzy
msgid "Interval bounds"
msgstr "Filtrer par colonne"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:300
#, fuzzy
msgid "Interval colors"
msgstr "Schéma de couleurs linéaire"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:477
msgid "Interval start column"
msgstr "Première colonne de l'intervalle"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:280
#, fuzzy
msgid "Intervals"
msgstr "Intervalle d'actualisation"
#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:109
msgid "Invalid JSON"
msgstr "JSON invalide"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:107
msgid "Invalid Port Number"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:113
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:117
#, fuzzy
msgid "Invalid account information"
msgstr "Information simple"
#: superset/databases/schemas.py:170 superset/exceptions.py:182
msgid "Invalid certificate"
msgstr "Certificat invalide"
#: superset/views/core.py:1375
msgid ""
"Invalid connection string, a valid string usually follows:\n"
"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'"
msgstr ""
"Chaine de connexion incorrecte, une chaine correcte s'écrit "
"habituellement\n"
"'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'"
#: superset/databases/schemas.py:148
msgid ""
"Invalid connection string, a valid string usually follows: "
"driver://user:password@database-host/database-name"
msgstr ""
"Chaîne de connexion invalide, une chaîne valide a généralement cette "
"forme : driver://user:password@database-host/database-name"
#: superset/views/database/validators.py:40
msgid ""
"Invalid connection string, a valid string usually "
"follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-"
"NAME'<p>Example:'postgresql://user:password@your-postgres-"
"db/database'</p>"
msgstr ""
"Chaîne de connexion invalide, une chaîne valide a généralement cette "
"forme : DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'<p>Exemple : \" "
"\"'postgresql://user:password@your-postgres-db/database'</p>"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:52
msgid "Invalid cron expression"
msgstr "Expression Cron invalide"
#: superset/utils/pandas_postprocessing.py:578
#, python-format
msgid "Invalid cumulative operator: %(operator)s"
msgstr "Operateur cumulatif invalide: %(operator)s"
#: superset/connectors/sqla/views.py:168 superset/datasets/schemas.py:39
msgid "Invalid date/timestamp format"
msgstr "Format date/timestamp invalide"
#: superset/viz.py:2123
msgid "Invalid filter configuration, please select a column"
msgstr "Configuration du filtre invalide, veuillez sélectionner une colonne"
#: superset/connectors/sqla/models.py:1326
#, python-format
msgid "Invalid filter operation type: %(op)s"
msgstr "Type d'opération de filtrage invalide : %(op)s"
#: superset/utils/pandas_postprocessing.py:679
msgid "Invalid geodetic string"
msgstr "Chaine de géodésie invalide"
#: superset/utils/pandas_postprocessing.py:614
msgid "Invalid geohash string"
msgstr "Chaine de geohash invalide"
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:82
msgid "Invalid lat/long configuration."
msgstr "Configuration lat/long non valide."
#: superset/utils/pandas_postprocessing.py:637
msgid "Invalid longitude/latitude"
msgstr "Invalide Longitude/Latitude"
#: superset/utils/core.py:1318
msgid "Invalid metric object"
msgstr "Object métrique invalide"
#: superset/utils/pandas_postprocessing.py:184
#, python-format
msgid "Invalid numpy function: %(operator)s"
msgstr "Fonction numpy invalide: %(operator)s"
#: superset/utils/pandas_postprocessing.py:414
#, python-format
msgid "Invalid options for %(rolling_type)s: %(options)s"
msgstr "Options invalides pour %(rolling_type)s: %(options)s"
#: superset/common/query_actions.py:192
#, python-format
msgid "Invalid result type: %(result_type)s"
msgstr "Type de résultat invalide : %(result_type)s"
#: superset/utils/pandas_postprocessing.py:408
#, python-format
msgid "Invalid rolling_type: %(type)s"
msgstr "Le rolling_type invalide: %(type)s"
#: superset/viz.py:2493
#, python-format
msgid "Invalid spatial point encountered: %s"
msgstr "Point géographique invalide : %s"
#: superset-frontend/src/filters/components/Select/controlPanel.ts:124
#, fuzzy
msgid "Inverse selection"
msgstr "Exécuter la sélection"
#: superset/connectors/druid/views.py:347
msgid "Is Hidden"
msgstr "Est caché"
#: superset/charts/filters.py:63 superset/dashboards/filters.py:168
#, fuzzy
msgid "Is certified"
msgstr "Certifié par"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:285
msgid "Is dimension"
msgstr "Est une Dimension"
#: superset/views/base_api.py:107
msgid "Is favorite"
msgstr "Favoris"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:287
msgid "Is filterable"
msgstr "Filtrable"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:286
#: superset/connectors/sqla/views.py:150
msgid "Is temporal"
msgstr "Est temporel"
#: superset-frontend/src/utils/getClientErrorObject.ts:112
#, fuzzy
msgid "Issue 1000 - The dataset is too large to query."
msgstr "Source de données trop volumineuse pour être interrogée."
#: superset-frontend/src/utils/getClientErrorObject.ts:118
#, fuzzy
msgid "Issue 1001 - The database is under an unusual load."
msgstr "La base de données est soumise à une charge inhabituelle."
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:180
#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:125
#: superset-frontend/src/components/DatabaseSelector/index.tsx:183
msgid "It seems you don't have access to any database"
msgstr "Il semble que vous n'ayez accès à aucune Base de Données"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:221
msgid "It’s not recommended to truncate y-axis in Bar chart."
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:91
msgid "JAN"
msgstr "JAN"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:918
#: superset/connectors/druid/views.py:191 superset/views/log/__init__.py:33
msgid "JSON"
msgstr "JSON"
#: superset/views/annotations.py:81 superset/views/dashboard/mixin.py:89
msgid "JSON Metadata"
msgstr "JSON des méta-données"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:584
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:336
msgid "JSON metadata"
msgstr "méta-données JSON "
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:341
msgid ""
"JSON string containing additional connection configuration. This is used "
"to provide connection information for systems like Hive, Presto and "
"BigQuery which do not conform to the username:password syntax normally "
"used by SQLAlchemy."
msgstr ""
"Chaîne JSON qui contient des informations de configuration de connexion "
"supplémentaires. Ceci est utilisé pour fournir des informations de "
"connexion pour des systèmes comme Hive, Presto et BigQuery qui ne se "
"conforment pas à la syntaxe utilisateur:mot_de_passe normalement utilisée"
" par SQLAlchemy."
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:97
msgid "JUL"
msgstr "JUI"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:96
msgid "JUN"
msgstr "JUI"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:66
msgid "January"
msgstr "Janvier"
#: superset/views/database/forms.py:177 superset/views/database/forms.py:435
msgid ""
"Json list of the column names that should be read. If not None, only "
"these columns will be read from the file."
msgstr ""
"Liste json des noms de colonnes qui devraient être lues. Si différent de "
"None, uniquement ces colonnes seront lues depuis le fichier."
#: superset/views/database/forms.py:235 superset/views/database/forms.py:368
msgid ""
"Json list of the values that should be treated as null. Examples: [\"\"],"
" [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database "
"supports only single value. Use [\"\"] for empty string."
msgstr ""
"Json liste de valeur à traiter comme NULL. Examples: [\"\"], [\"None\", "
"\"N/A\"], [\"nan\", \"null\"]. Attention: Hive database ne supporte "
"qu'une seule valeur. Use [\"\"] for empty string."
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:72
msgid "July"
msgstr "Juillet"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:71
msgid "June"
msgstr "Juin"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:29
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:30
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:25
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:37
msgid "KPI"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:56
msgid "Keep editing"
msgstr "Garder en édition"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:157
msgid "Keys for table"
msgstr "Clefs pour la table"
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:149
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:192
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:196
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1037
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1045
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:157
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:143
#: superset/views/annotations.py:77 superset/views/sql_lab.py:68
msgid "Label"
msgstr "Label"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:175
msgid "Label Line"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:85
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:99
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:106
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:95
#, fuzzy
msgid "Label Type"
msgstr "Type du filtre"
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:152
msgid "Label for your query"
msgstr "Label pour votre requête"
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:123
#, fuzzy
msgid "Label position"
msgstr "dernière partition :"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:198
msgid "Label threshold"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:144
msgid "Labelling"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:79
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:93
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:88
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:65
#, fuzzy
msgid "Labels"
msgstr "Label"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:90
msgid "Labels for the marker lines"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:70
msgid "Labels for the markers"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:50
msgid "Labels for the ranges"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:47
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:81
#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:35
#, fuzzy
msgid "Large"
msgstr "Partage de requête"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:31
#, fuzzy
msgid "Last"
msgstr "à"
#: superset/connectors/sqla/views.py:492 superset/views/database/mixins.py:193
msgid "Last Changed"
msgstr "Dernière modification"
#: superset/views/chart/mixin.py:82
msgid "Last Modified"
msgstr "Dernière modification"
#: superset-frontend/src/components/LastUpdated/index.tsx:74
#, python-format
msgid "Last Updated %s"
msgstr "Dernière mise à jour %s"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:149
#, fuzzy, python-format
msgid "Last available value seen on %s"
msgstr "Valeurs de pre-filtre disponibles"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:180
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:317
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:158
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:307
msgid "Last modified"
msgstr "Dernière modification"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:151
#, python-format
msgid "Last modified by %s"
msgstr "Dernière modification par %s"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:228
msgid "Last run"
msgstr "Dernière exécution"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:63
msgid "Latitude"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:294
msgid "Latitude of default viewport"
msgstr ""
#: superset/views/annotations.py:76
msgid "Layer"
msgstr "Couche"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:717
msgid "Layer configuration"
msgstr "Configuration de la couche"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:101
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:110
msgid "Layout"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:114
msgid "Layout type of graph"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:123
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:246
msgid "Layout type of tree"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:81
msgid ""
"Leaf nodes that represent fewer than this number of events will be "
"initially hidden in the visualization"
msgstr ""
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:567
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:541
msgid "Least recently modified"
msgstr "Dernière modification"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:111
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:306
#, fuzzy
msgid "Left"
msgstr "alerte"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:72
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:166
#, fuzzy
msgid "Left Axis Format"
msgstr "Format de l'axe Y"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:68
#, fuzzy
msgid "Left Axis Metric"
msgstr "Mesure de l'axe de droite"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:97
msgid "Left Axis chart(s)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:187
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:77
msgid "Left Margin"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:199
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:81
msgid "Left margin, in pixels, allowing for more room for axis labels"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:137
msgid "Left to Right"
msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:147
msgid "Left value"
msgstr "Valeur gauche"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:42
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:37
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:31
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:31
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:43
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:47
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:35
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:32
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:31
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:33
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:32
msgid "Legacy"
msgstr "Legacy"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:154
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:275
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:129
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:149
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:95
#, fuzzy
msgid "Legend"
msgstr "Modifié"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:68
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:88
#, fuzzy
msgid "Legend type"
msgstr "Type du filtre"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:98
msgid "Lift percent precision"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:30
msgid "Light mode"
msgstr ""
#: superset-frontend/src/explore/components/RowCountLabel.jsx:45
msgid "Limit reached"
msgstr "Limite atteinte"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:134
msgid "Limit selector values"
msgstr "Limiter les valeurs"
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:44
msgid ""
"Limiting rows may result in incomplete data and misleading charts. "
"Consider filtering or grouping source/target names instead."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:335
#: superset-frontend/src/explore/controls.jsx:364
msgid "Limits the number of rows that get displayed."
msgstr "Limite le nombre de lignes qui sont affichées."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:345
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:359
#: superset-frontend/src/explore/controls.jsx:374
msgid ""
"Limits the number of series that get displayed. A joined subquery (or an "
"extra phase where subqueries are not supported) is applied to limit the "
"number of series that get fetched and rendered. This feature is useful "
"when grouping by high cardinality column(s) though does increase the "
"query complexity and cost."
msgstr ""
"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."
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:38
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:48
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:37
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:82
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:73
#, fuzzy
msgid "Line"
msgstr "Personnel"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:38
#: superset-frontend/plugins/preset-chart-xy/src/Line/createMetadata.ts:26
#, fuzzy
msgid "Line Chart"
msgstr "Graphique minimisé"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:113
msgid "Line Style"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:124
msgid "Line interpolation as defined by d3.js"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:667
msgid "Line width"
msgstr "L'épaisseur de la ligne"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:190
#, fuzzy
msgid "Linear Color Scheme"
msgstr "Schéma de couleurs linéaire"
#: superset-frontend/src/explore/controls.jsx:222
msgid "Linear color scheme"
msgstr "Schéma de couleurs linéaire"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:216
#: superset-frontend/src/views/CRUD/hooks.ts:601
msgid "Link Copied!"
msgstr "Lien copié !"
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:58
msgid "Link Length"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:70
msgid "Link length in the force layout"
msgstr ""
#: superset/views/alerts.py:75
msgid "List Observations"
msgstr "Lister les observations"
#: superset/views/sql_lab.py:39
msgid "List Saved Query"
msgstr "Liste des requêtes sauvegardées"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:81
msgid "List of values to mark with lines"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:61
msgid "List of values to mark with triangles"
msgstr ""
#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:108
msgid "Live CSS editor"
msgstr "Editeur CSS en ligne"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:199
msgid "Live render"
msgstr ""
#: superset-frontend/src/dashboard/components/CssEditor/index.jsx:93
msgid "Load a CSS template"
msgstr "Chargé un modèle CSS"
#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:30
msgid "Loaded data cached"
msgstr "Données chargées mises en cache"
#: superset-frontend/src/components/CachedLabel/TooltipContent.tsx:34
msgid "Loaded from cache"
msgstr "Chargé depuis le cache"
#: superset-frontend/src/components/Select/Select.tsx:603
#: superset-frontend/src/components/Select/Select.tsx:714
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:110
msgid "Loading..."
msgstr "Chargement ..."
#: superset/views/alerts.py:180
msgid "Log Retentions (days)"
msgstr "Durée de rétention des logs (en jours)"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:204
msgid "Log Scale"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1238
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1243
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1244
msgid "Log retention"
msgstr "Rétention de log"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:383
msgid "Logarithmic scale on primary y-axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:416
msgid "Logarithmic scale on secondary y-axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:380
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:404
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:413
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:231
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:234
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:194
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:197
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:174
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:177
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:191
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:194
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:247
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:250
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:250
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:253
msgid "Logarithmic y-axis"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:233
#: superset/templates/appbuilder/navbar_right.html:126
msgid "Login"
msgstr "Connexion"
#: superset-frontend/src/components/Menu/MenuRight.tsx:170
#: superset/templates/appbuilder/navbar_right.html:111
msgid "Logout"
msgstr "Déconnexion"
#: superset/views/log/__init__.py:21
msgid "Logs"
msgstr "Logs"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:53
msgid "Longitude"
msgstr ""
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:168
msgid "Longitude & Latitude columns"
msgstr "Les colonnes longitude & latitude"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:280
msgid "Longitude of default viewport"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:93
msgid "MAR"
msgstr "MAR"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:95
msgid "MAY"
msgstr "MAI"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:82
msgid "MON"
msgstr "LUN"
#: superset/connectors/sqla/views.py:501
msgid "Main Datetime Column"
msgstr "Colonne Datetime principale"
#: superset/views/core.py:1738
msgid ""
"Malformed request. slice_id or table_name and db_name arguments are "
"expected"
msgstr ""
"Requête malformée. Les arguments slice_id ou table_name et db_name sont "
"attendus"
#: superset/initialization/__init__.py:232
#: superset/initialization/__init__.py:256
#: superset/initialization/__init__.py:268
#: superset/initialization/__init__.py:318
#: superset/initialization/__init__.py:446
#: superset/initialization/__init__.py:455
#: superset/initialization/__init__.py:470
#: superset/initialization/__init__.py:482
msgid "Manage"
msgstr "Gestion"
#: superset/views/schedules.py:276
msgid "Manage Email Reports for Charts"
msgstr "Gérer les rapports par e-mail pour les graphiques"
#: superset/views/schedules.py:198
msgid "Manage Email Reports for Dashboards"
msgstr "Gérer l'envoi de rapport par e-mail pour les tableaux de Bord"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:726
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:763
msgid "Mandatory"
msgstr "Obligatoire"
#: superset/views/database/forms.py:171 superset/views/database/forms.py:324
msgid "Mangle Duplicate Columns"
msgstr "Supprimer les colonnes en double"
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:25
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:26
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:27
#, fuzzy
msgid "Map"
msgstr "Carte proportionnelle"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:212
#, fuzzy
msgid "Map Style"
msgstr "Type de balisage"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:33
#, fuzzy
msgid "MapBox"
msgstr "Mapbox"
#: superset/viz.py:2285
msgid "Mapbox"
msgstr "Mapbox"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:68
msgid "March"
msgstr "Mars"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:46
#, fuzzy
msgid "Margin"
msgstr "Comparaison"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:211
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:149
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:110
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:90
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:107
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:165
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:168
#, fuzzy
msgid "Marker"
msgstr "Trimestre"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:163
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:124
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:104
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:121
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:179
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:182
msgid "Marker Size"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:68
#, fuzzy, python-format
msgid "Marker labels"
msgstr "[Alert] %(label)s"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:88
msgid "Marker line labels"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:79
msgid "Marker lines"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:225
msgid "Marker size"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:59
#, fuzzy
msgid "Markers"
msgstr "alertes"
#: superset-frontend/src/explore/controlPanels/Separator.js:32
msgid "Markup type"
msgstr "Type de balisage"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:100
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:48
#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:118
msgid "Max"
msgstr "Max"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:94
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:59
#, fuzzy
msgid "Max Bubble Size"
msgstr "Taille de la bulle"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:129
msgid "Max Events"
msgstr ""
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257
msgid "Maximize chart"
msgstr "Graphique maximisé"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1266
msgid "Maximum"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:68
msgid "Maximum Font Size"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:101
msgid "Maximum value on the gauge axis"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:70
msgid "May"
msgstr "Mai"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:93
msgid "Mean of values over specified period"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:230
msgid ""
"Median edge width, the thickest edge will be 4 times thicker than the "
"thinnest."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:217
msgid ""
"Median node size, the largest node will be 4 times larger than the "
"smallest"
msgstr ""
#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:30
msgid "Medium"
msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:275
msgid "Message Content"
msgstr "Contenu du message"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1292
msgid "Message content"
msgstr "Contenu du message"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:105
#, fuzzy
msgid "Metadata"
msgstr "méta-données JSON "
#: superset/connectors/druid/views.py:240
msgid "Metadata Last Refreshed"
msgstr "Dernière modification des métadonnées"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:437
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:442
msgid "Metadata Parameters"
msgstr "Les paramètres de métadonnées"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:617
msgid "Metadata has been synced"
msgstr "Les métadonnées ont été synchronisées"
#: superset/connectors/sqla/views.py:602
#, python-format
msgid "Metadata refreshed for the following table(s): %(tables)s"
msgstr "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:378
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:261
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:506
#: superset-frontend/src/explore/controlPanels/sections.tsx:268
msgid "Method"
msgstr "Méthode"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:113
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:114
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:151
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:152
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:84
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:97
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1036
#: superset-frontend/src/explore/controls.jsx:167
#: superset-frontend/src/explore/controls.jsx:168
#: superset/connectors/druid/views.py:187 superset/connectors/sqla/views.py:255
msgid "Metric"
msgstr "Métrique"
#: superset/connectors/sqla/models.py:1079
#: superset/connectors/sqla/models.py:1509
#, python-format
msgid "Metric '%(metric)s' does not exist"
msgstr "La métrique '%(metric)s' n'existe pas"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:38
#, fuzzy
msgid "Metric ascending"
msgstr "Tri croissant"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:148
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:407
#: superset-frontend/src/explore/controls.jsx:422
msgid "Metric assigned to the [X] axis"
msgstr "Métrique assignée à l'axe [X]"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:154
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:415
#: superset-frontend/src/explore/controls.jsx:430
msgid "Metric assigned to the [Y] axis"
msgstr "Métrique assignée à l'axe [Y]"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:103
msgid "Metric change in value from `since` to `until`"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:39
#, fuzzy
msgid "Metric descending"
msgstr "Tri décroissant"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:117
msgid "Metric factor change from `since` to `until`"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:119
#, fuzzy
msgid "Metric for Color"
msgstr "Une métrique à utiliser par couleur"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:98
msgid "Metric for node values"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:658
#, python-format
msgid "Metric name [%s] is duplicated"
msgstr "Le nom de métrique [%s] est dupliqué"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:110
msgid "Metric percent change in value from `since` to `until`"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:120
msgid "Metric that defines the color of the country"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:124
msgid "Metric that defines the size of the bubble"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:85
#, fuzzy
msgid "Metric to display bottom title"
msgstr "Choisissez une métrique à afficher"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:185
msgid "Metric to sort the results by"
msgstr "Métrique servant à trier les résultats"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:142
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:421
msgid "Metric used to calculate bubble size"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:127
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:371
#: superset-frontend/src/explore/controls.jsx:387
msgid ""
"Metric used to define how the top series are sorted if a series or row "
"limit is present. If undefined reverts to the first metric (where "
"appropriate)."
msgstr ""
"Métrique utilisée pour définir comment les séries principales sont triées"
" si une limite de série ou de ligne est définie. Si indéfini, la première"
" métrique sera utilisée (si approprié)."
#: superset/connectors/druid/models.py:1072
msgid "Metric(s) {} must be aggregations."
msgstr "La(les) métrique(s) {} doit (doivent) être des agrégations."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:99
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:137
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1196
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:301
#: superset-frontend/src/explore/controls.jsx:152
#: superset/connectors/druid/views.py:159 superset/connectors/sqla/views.py:212
msgid "Metrics"
msgstr "Métriques"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:148
msgid ""
"Metrics for which percentage of total are to be displayed. Calculated "
"from only data within the row limit."
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:93
msgid "Midnight"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:88
#: superset-frontend/src/explore/components/controls/BoundsControl.jsx:112
msgid "Min"
msgstr "Min"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:290
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:173
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:193
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:424
#, fuzzy
msgid "Min Periods"
msgstr "Périodes min"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:90
#, fuzzy
msgid "Min Width"
msgstr "L'épaisseur de la ligne"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:73
#: superset-frontend/src/explore/controlPanels/sections.tsx:189
msgid "Min periods"
msgstr "Périodes min"
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:170
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:167
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:278
msgid "Mine"
msgstr "Personnel"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:257
msgid "Minimize chart"
msgstr "Graphique minimisé"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1260
#, fuzzy
msgid "Minimum"
msgstr "minute"
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:57
msgid "Minimum Font Size"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:78
msgid "Minimum leaf node event count"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:85
msgid "Minimum threshold in percentage points for showing labels."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:202
msgid "Minimum value for label to be displayed on graph."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:89
msgid "Minimum value on the gauge axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:328
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:243
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:206
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:186
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:203
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:259
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:262
msgid "Minor Split Line"
msgstr ""
#: superset/db_engine_specs/base.py:89
msgid "Minute"
msgstr "Minute"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:64
#, fuzzy, python-format
msgid "Minutes %s"
msgstr "minute"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:93
#, fuzzy
msgid "Missing Required Fields"
msgstr "Le nom est obligatoire"
#: superset-frontend/src/components/ErrorMessage/DatasetNotFoundErrorMessage.tsx:34
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:251
msgid "Missing dataset"
msgstr "Jeu de données manquant"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:67
msgid "Mixed Time-Series"
msgstr ""
#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:128
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:312
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:309
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:359
#: superset/connectors/druid/views.py:355 superset/connectors/sqla/views.py:371
#: superset/connectors/sqla/views.py:506 superset/views/dashboard/mixin.py:86
#: superset/views/dashboard/views.py:158 superset/views/database/mixins.py:202
#: superset/views/sql_lab.py:72
msgid "Modified"
msgstr "Modifié"
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:155
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:164
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:130
#, python-format
msgid "Modified %s"
msgstr "%s modifié"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:303
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:291
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:319
msgid "Modified by"
msgstr "Modifié"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:604
#, python-format
msgid "Modified columns: %s"
msgstr "Colonnes modifiées : %s"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:57
msgid "Monday"
msgstr "Lundi"
#: superset/db_engine_specs/base.py:98
msgid "Month"
msgstr "Mois"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:68
#, fuzzy, python-format
msgid "Months %s"
msgstr "mois"
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:238
msgid "More dataset related options"
msgstr "Plus d'options sur les jeux de données"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:167
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:276
msgid "Move only"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:43
msgid "Moves the given set of dates by a specified interval."
msgstr "Décale l'ensemble de dates d'un intervalle spécifié."
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:32
#, fuzzy
msgid "Multi-Dimensions"
msgstr "Est une Dimension"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:34
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:41
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:37
msgid "Multi-Layers"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:62
msgid "Multi-Levels"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:32
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:44
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:74
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:58
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:30
msgid "Multi-Variables"
msgstr "Multi-Variables"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:187
msgid "Multiple"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:30
#, fuzzy
msgid "Multiple Line Charts"
msgstr "Séries temporelles - Lignes multiples"
#: superset/views/database/views.py:439
msgid ""
"Multiple file extensions are not allowed for columnar uploads. Please "
"make sure all files are of the same extension."
msgstr ""
"De multiples extensions de fichier ne sont pas autorisées pour les "
"téléversements en colonne. Merci de vous assurer que tous les fichiers "
"ont la même extension."
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:185
msgid ""
"Multiple formats accepted, look the geopy.points Python library for more "
"details"
msgstr ""
"Multiples formats acceptés, regarder la librairie Python geopy.points "
"pour plus de détails"
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:59
#: superset-frontend/src/filters/components/Select/controlPanel.ts:77
#, fuzzy
msgid "Multiple select"
msgstr "Autoriséer les sélections multiples"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:218
msgid "Multiple selections allowed, otherwise filter is limited to a single value"
msgstr ""
"Sélections multiples autorisées, sinon le filtre est limité à une seule "
"valeur"
#: superset/dashboards/commands/exceptions.py:39
msgid "Must be unique"
msgstr "Doit être unique"
#: superset/viz.py:2309
msgid "Must have a [Group By] column to have 'count' as the [Label]"
msgstr "Il faut une colonne [Grouper par] pour avoir 'count' comme [Label]"
#: superset/viz.py:1720
msgid "Must have at least one numeric column specified"
msgstr "Au moins une colonne numérique doit être spécifiée"
#: superset/connectors/sqla/models.py:1303
msgid "Must specify a value for filters with comparison operators"
msgstr ""
"Il faut spécifier une valeur pour les filtres avec opérateurs de "
"comparaison"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopoverTrigger.tsx:47
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/DndColumnSelectPopoverTitle.jsx:59
msgid "My column"
msgstr "Ma colonne"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopoverTitle.jsx:73
msgid "My metric"
msgstr "Ma métrique"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:76
msgid "N/A"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:101
msgid "NOV"
msgstr "NOV"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:232
msgid "NOW"
msgstr "MAINTENANT"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:72
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:123
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:211
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:230
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:232
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:722
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:233
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:131
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:131
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:279
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:273
#: superset/views/annotations.py:126 superset/views/chart/mixin.py:86
msgid "Name"
msgstr "Nom"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:779
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:785
msgid "Name is required"
msgstr "Le nom est obligatoire"
#: superset/annotation_layers/commands/exceptions.py:66
#: superset/reports/commands/exceptions.py:167
msgid "Name must be unique"
msgstr "Le nom doit être unique"
#: superset/views/database/forms.py:380
msgid "Name of table to be created from columnar data."
msgstr "Nom de la table à créer à partir des données en colonne."
#: superset/views/database/forms.py:96
msgid "Name of table to be created from csv data."
msgstr "Nom de la table à créer à partir des données CSV."
#: superset/views/database/forms.py:247
msgid "Name of table to be created from excel data."
msgstr "Nom de la table à créer à partir des données Excel."
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:61
msgid "Name of the column containing the id of the parent node"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:51
#, fuzzy
msgid "Name of the id column"
msgstr "Pas de colonne temporelle"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:53
msgid "Name of the source nodes"
msgstr ""
#: superset/connectors/sqla/views.py:439
msgid "Name of the table that exists in the source database"
msgstr "Nom de la table qui existe dans la base de données source"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:63
msgid "Name of the target nodes"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:51
msgid "Name your database"
msgstr "Donner un nom à la base de données"
#: superset-frontend/src/chart/chartReducer.ts:106
#: superset-frontend/src/chart/chartReducer.ts:170
#, fuzzy
msgid "Network error."
msgstr "Erreur de paramètre"
#: superset/templates/appbuilder/navbar_right.html:35
msgid "New"
msgstr "Nouveau"
#: superset-frontend/src/components/ReportModal/index.tsx:251
msgid "New Email Report"
msgstr "Nouveau rapoprt e-mail"
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:61
msgid "New chart"
msgstr "Nouveau graphique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:614
#, python-format
msgid "New columns added: %s"
msgstr "Nouvelles colonnes ajoutées : %s"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/index.tsx:81
msgid "New filter set"
msgstr "Nouvel ensemble de filtre"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:327
msgid "New tab"
msgstr "Nouvel onglet"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:420
msgid "New tab (Ctrl + q)"
msgstr "Nouvel onglet (Ctrl + q)"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:421
msgid "New tab (Ctrl + t)"
msgstr "Nouvel onglet (Ctrl + t)"
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:133
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:113
msgid "Next"
msgstr "Suivant"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:29
#, fuzzy
msgid "Nightingale Rose Chart"
msgstr "Séries temporelles - Graphique Nightingale Rose"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:444
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:538
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:441
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:512
msgid "No"
msgstr "Non"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:74
#, python-format
msgid "No %(tableName)s yet"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:376
#, python-format
msgid "No %s yet"
msgstr "Pas encore de %s"
#: superset/templates/superset/request_access.html:20
msgid "No Access!"
msgstr "Pas d'accès !"
#: superset-frontend/src/components/ListView/ListView.tsx:398
msgid "No Data"
msgstr "Pas de données"
#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:75
#, fuzzy
msgid "No Results"
msgstr "Visualiser les résultats"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:328
msgid "No annotation layers yet"
msgstr "Pas encore de couches d'annotations"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:254
msgid "No annotation yet"
msgstr "Pas encore d'annotations"
#: superset-frontend/src/profile/components/CreatedContent.tsx:45
msgid "No charts"
msgstr "Aucun graphique"
#: superset-frontend/src/filters/components/GroupBy/GroupByFilterPlugin.tsx:82
msgid "No columns"
msgstr "Pas de colonne"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:134
msgid "No compatible columns found"
msgstr "Aucun colonne compatible trouvée"
#: superset-frontend/src/profile/components/CreatedContent.tsx:63
msgid "No dashboards"
msgstr "Aucun tableau de bord"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:189
#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:146
#: superset-frontend/src/filters/components/Select/SelectFilterPlugin.tsx:255
#: superset-frontend/src/filters/components/TimeGrain/TimeGrainFilterPlugin.tsx:91
msgid "No data"
msgstr "Pas de données"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:219
msgid "No data after filtering or data is NULL for the latest time record"
msgstr ""
#: superset/dashboards/commands/importers/v0.py:321
msgid "No data in file"
msgstr "Pas de données dans le fichier"
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:752
msgid "No description available."
msgstr "Pas de description disponible."
#: superset-frontend/src/profile/components/Favorites.tsx:46
msgid "No favorite charts yet, go click on stars!"
msgstr "Aucun graphique favori pour le moment, cliquer sur les étoiles !"
#: superset-frontend/src/profile/components/Favorites.tsx:64
msgid "No favorite dashboards yet, go click on stars!"
msgstr "Aucun tableau de bord favori pour le moment, cliquer sur les étoiles !"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:313
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:35
#: superset-frontend/src/explore/controls.jsx:342
msgid "No filter"
msgstr "Pas de filtre"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:483
msgid "No filter is selected."
msgstr "Pas de filtre sélectionné."
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:86
#, fuzzy, python-format
msgid "No of Bins"
msgstr "Copie de %s"
#: superset-frontend/src/SqlLab/components/QueryHistory/index.tsx:49
msgid "No query history yet..."
msgstr "Pas d'historique de requête..."
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:494
#: superset/templates/appbuilder/general/widgets/base_list.html:64
msgid "No records found"
msgstr "Aucun enregistrement trouvé"
#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:400
msgid "No results found"
msgstr "Aucun résultat trouvé"
#: superset-frontend/packages/superset-ui-core/src/chart/components/NoResultsComponent.tsx:63
msgid ""
"No results were returned for this query. If you expected results to be "
"returned, ensure any filters are configured properly and the datasource "
"contains data for the selected time range."
msgstr ""
#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:133
msgid "No stored results found, you need to re-run your query"
msgstr "Pas de résultat existant trouvé, re-jouez votre requête"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:268
msgid "No such column found. To filter on a metric, try the Custom SQL tab."
msgstr ""
"Aucune colonne de ce type n'a été trouvée. Pour filtrer sur une métrique,"
" essayer l'onglet Custom SQL."
#: superset-frontend/src/filters/components/TimeColumn/TimeColumnFilterPlugin.tsx:81
msgid "No time columns"
msgstr "Pas de colonne temporelle"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:155
msgid "Node label position"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:182
#, fuzzy
msgid "Node select mode"
msgstr "Exécuter la sélection"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:213
#, fuzzy
msgid "Node size"
msgstr "Taille de la bulle"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:242
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:120
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:644
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:124
msgid "None"
msgstr "Aucun"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:129
msgid "None -> Arrow"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:128
msgid "None -> None"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:43
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:77
msgid "Normal"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:165
msgid "Normalize Across"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:315
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:141
msgid "Normalized"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:81
#, fuzzy
msgid "Not Time Series"
msgstr "Modifier intervalle de temps"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:116
msgid "Not null"
msgstr "Non Null"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:57
#, fuzzy
msgid "Not triggered"
msgstr "Rien déclenché"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:152
msgid "Not up to date"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:87
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:97
msgid "Nothing triggered"
msgstr "Rien déclenché"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:260
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1348
msgid "Notification method"
msgstr "Méthode de notification"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:76
msgid "November"
msgstr "Novembre"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:92
#, fuzzy
msgid "Now"
msgstr "Ligne"
#: superset/datasets/filters.py:26
msgid "Null or Empty"
msgstr "Null ou Vide"
#: superset/views/database/forms.py:233 superset/views/database/forms.py:366
msgid "Null values"
msgstr "Valeurs NULL"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:191
#, fuzzy
msgid "Number Format"
msgstr "Format D3"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:56
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:64
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:151
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:128
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:75
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:77
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:210
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:95
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:66
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:99
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:112
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:149
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:120
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:137
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:113
#, fuzzy
msgid "Number format"
msgstr "Format D3"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:81
msgid "Number of decimal digits to round numbers to"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:100
msgid "Number of decimal places with which to display lift values"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:87
msgid "Number of decimal places with which to display p-values"
msgstr ""
#: superset/views/database/forms.py:194 superset/views/database/forms.py:335
msgid "Number of rows of file to read."
msgstr "Nombre de lignes du fichier à lire."
#: superset/views/database/forms.py:188 superset/views/database/forms.py:329
msgid "Number of rows to skip at start of file."
msgstr "Nombre de lignes à sauter au début du fichier."
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:231
msgid "Number of split segments on the axis"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:119
msgid "Number of steps to take between ticks when displaying the X scale"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:135
msgid "Number of steps to take between ticks when displaying the Y scale"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295
msgid "Numerical range"
msgstr "Interval numérique"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:100
msgid "OCT"
msgstr "OCT"
#: superset-frontend/src/components/Modal/Modal.tsx:198
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:797
msgid "OK"
msgstr "OK"
#: superset-frontend/src/components/ImportModal/index.tsx:210
msgid "OVERWRITE"
msgstr "ECRASE"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:75
msgid "October"
msgstr "Octobre"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:93
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:163
msgid "Offline"
msgstr "Hors ligne"
#: superset/connectors/sqla/views.py:496
msgid "Offset"
msgstr "Décalage (offset)"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:58
msgid "On Grace"
msgstr ""
#: superset/views/alerts.py:191
msgid ""
"Once an alert is triggered, how long, in seconds, before Superset nags "
"you again."
msgstr ""
"Quand une alerte est déclenchée, la durée en seconde avant que Superset "
"ne vous demande encore."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:33
#: superset-frontend/src/explore/controls.jsx:126
msgid ""
"One or many columns to group by. High cardinality groupings should "
"include a series limit to limit the number of fetched and rendered "
"series."
msgstr ""
"Une ou plusieurs colonnes doivent être regroupées. Les regroupements avec"
" une cardinalité importante devraient inclure une limite de séries afin "
"de limiter le nombre de séries récupérées et affichées."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:105
#, fuzzy
msgid ""
"One or many columns to group by. High cardinality groupings should "
"include a sort by metric and series limit to limit the number of fetched "
"and rendered series."
msgstr ""
"Une ou plusieurs colonnes doivent être regroupées. Les regroupements avec"
" une cardinalité importante devraient inclure une limite de séries afin "
"de limiter le nombre de séries récupérées et affichées."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:56
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:215
#, fuzzy
msgid "One or many columns to pivot as columns"
msgstr "Un ou plusieurs contrôles à transposer en colonnes"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:323
msgid ""
"One or many controls to group by. If grouping, latitude and longitude "
"columns must be present."
msgstr ""
#: superset-frontend/src/explore/controls.jsx:246
msgid "One or many controls to pivot as columns"
msgstr "Un ou plusieurs contrôles à transposer en colonnes"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:107
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:145
#: superset-frontend/src/explore/controls.jsx:162
msgid "One or many metrics to display"
msgstr "Une ou plusieurs métriques à afficher"
#: superset/datasets/commands/exceptions.py:90
msgid "One or more columns already exist"
msgstr "Une ou plusieurs colonnes existent déjà"
#: superset/datasets/commands/exceptions.py:80
msgid "One or more columns are duplicated"
msgstr "Une ou plusieurs colonnes sont dupliquées"
#: superset/datasets/commands/exceptions.py:70
msgid "One or more columns do not exist"
msgstr "Une ou plusieurs colonnes n'existent pas"
#: superset/datasets/commands/exceptions.py:119
msgid "One or more metrics already exist"
msgstr "Une ou plusieurs métriques existent déjà"
#: superset/datasets/commands/exceptions.py:109
msgid "One or more metrics are duplicated"
msgstr "Une ou plusieurs métriques sont dupliquées"
#: superset/datasets/commands/exceptions.py:99
msgid "One or more metrics do not exist"
msgstr "Une ou plusieurs métriques n'existent pas"
#: superset/errors.py:113
msgid "One or more parameters needed to configure a database are missing."
msgstr "Il manque un ou plusieurs paramètres de configuration de la base."
#: superset/errors.py:127
msgid "One or more parameters specified in the query are malformatted."
msgstr "Un ou plusieurs paramètres de la requête sont malformés."
#: superset/errors.py:101
msgid "One or more parameters specified in the query are missing."
msgstr "Il manque un ou plusieurs paramêtres dans la requête."
#: superset/views/core.py:2075
msgid ""
"One or more required fields are missing in the request. Please try again,"
" and if the problem persists conctact your administrator."
msgstr ""
"Un ou plusieurs champs obligatoires manquent dans la requête. Merci de ré"
" essayer et de contacter votre administrateur si le problème persiste."
#: superset-frontend/src/dashboard/components/SliceHeader/index.tsx:46
msgid "One ore more annotation layers failed loading."
msgstr "Une ou plusieurs couches d'annotation ont échoué au chargement."
#: superset/sql_lab.py:201
msgid "Only SELECT statements are allowed against this database."
msgstr "Seules les instructions SELECT sont autorisées pour cette base de données."
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:128
msgid "Only Total"
msgstr ""
#: superset/connectors/sqla/utils.py:96
msgid "Only `SELECT` statements are allowed"
msgstr "Seules les instructions `SELECT` sont autorisées"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/FilterScope.tsx:131
msgid "Only selected panels will be affected by this filter"
msgstr "Seuls les panneaux sélectionnés seront affectés par ce filtre"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:131
msgid ""
"Only show the total value on the stacked chart, and not show on the "
"selected category"
msgstr ""
#: superset/connectors/sqla/utils.py:105
msgid "Only single queries supported"
msgstr "Seules les requêtes simples sont autorisées"
#: superset/views/database/forms.py:111 superset/views/database/forms.py:262
#: superset/views/database/forms.py:397
#, python-format
msgid "Only the following file extensions are allowed: %(allowed_extensions)s"
msgstr ""
"Seules les extensions de fichier suivantes sont autorisées : "
"%(allowed_extensions)s"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:236
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:196
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:636
msgid "Opacity"
msgstr "Opacité"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:137
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:152
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:155
msgid "Opacity of Area Chart. Also applies to confidence band."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:239
msgid "Opacity of all clusters, points, and labels. Between 0 and 1."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:202
msgid "Opacity of area chart."
msgstr ""
#: superset-frontend/src/explore/components/ExploreViewContainer.jsx:550
msgid "Open Datasource tab"
msgstr "Ouvrir l'onglet Source de données"
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:141
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:121
msgid "Open in SQL Lab"
msgstr "Ouvrir dans SQL Lab"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:317
msgid "Open query in SQL Lab"
msgstr "Ouvrir requête dans SQL Lab"
#: superset/views/database/mixins.py:105
msgid ""
"Operate the database in asynchronous mode, meaning that the queries are "
"executed on remote workers as opposed to on the web server itself. This "
"assumes that you have a Celery worker setup as well as a results backend."
" Refer to the installation docs for more information."
msgstr ""
"Faire fonctionner la base de données en mode asynhrone, c'est-à-dire que "
"les requêtes sont exécutées dans un processus distant au lieu de les "
"exécuter sur le serveur Web lui-même. Cela suppose que vous avez "
"configuré un processus Celery ainsi qu'un backend de résultats. Se "
"référer aux docs d'installation pour plus d'informations."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:288
msgid ""
"Operate the database in asynchronous mode, meaning that the queries are "
"executed on remote workers as opposed to on the web server itself. This "
"assumes that you have a Celery worker setup as well as a results backend."
" Refer to the installation docs for more information."
msgstr ""
"Faire fonctionner la base de données en mode asynchrone, c'est-à-dire que"
" les requêtes sont exécutées dans un processus distant au lieu de les "
"exécuter sur le serveur Web lui-même. Cela suppose que vous avez "
"configuré un processus Celery ainsi qu'un backend de résultats. Se "
"référer aux docs d'installation pour plus d'informations."
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:125
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:130
msgid "Operator"
msgstr "Opérateur"
#: superset/utils/pandas_postprocessing.py:175
#, python-format
msgid "Operator undefined for aggregator: %(name)s"
msgstr "Opérateur indéfini pour l'agrégat: %(name)s"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:361
msgid ""
"Optional CA_BUNDLE contents to validate HTTPS requests. Only available on"
" certain database engines."
msgstr ""
"Contenu CA_BUNDLE optionnel pour valider les requêtes HTTPS. Disponible "
"seulent pour certains moteurs de base de données."
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:73
msgid "Optional name of the data column."
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1135
msgid ""
"Optional time column if time range should apply to another column than "
"the default time column"
msgstr ""
"Colonne de temps optionnelle si l'intervalle de temps doit s'appliquer à "
"une autre colonne que celle par défaut"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1092
msgid "Optional warning about use of this metric"
msgstr "Avertissement optionnel à propos de l'utilisation de cette métrique"
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:49
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:75
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:119
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:72
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:39
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:37
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:105
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:198
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:363
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:48
#, fuzzy, python-format
msgid "Options"
msgstr "%s option(s)"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:668
msgid "Or choose from a list of other databases we support:"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:63
msgid "Order by entity id"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:272
msgid "Order results by selected columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:271
#, fuzzy
msgid "Ordering"
msgstr "Tri décroissant"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:142
#, fuzzy
msgid "Orientation of tree"
msgstr "Source de l'Annotation"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:27
#: superset-frontend/src/explore/constants.ts:116
#, fuzzy
msgid "Origin"
msgstr "Connexion"
#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:74
#, fuzzy
msgid "Original"
msgstr "Valeur d'origine"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:183
msgid "Original table column order"
msgstr "Ordre de colonne de table original"
#: superset-frontend/packages/superset-ui-chart-controls/src/utils/D3Formatting.ts:29
#: superset/db_engine_specs/base.py:85
msgid "Original value"
msgstr "Valeur d'origine"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:120
msgid "Orthogonal"
msgstr ""
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:120
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:687
msgid "Other"
msgstr "Autres"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:193
msgid "Outer Radius"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:199
#, fuzzy
msgid "Outer edge of Pie chart"
msgstr "L'identifiant du graphique actif"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:257
#, fuzzy
msgid "Overlap"
msgstr "Carte du monde"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:107
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:322
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:205
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:455
#: superset-frontend/src/explore/controlPanels/sections.tsx:220
msgid ""
"Overlay one or more timeseries from a relative time period. Expects "
"relative time deltas in natural language (example: 24 hours, 7 days, 52 "
"weeks, 365 days). Free text is supported."
msgstr ""
"Superposer une ou plusieurs séries temporelles d'une période relative. "
"Attend des écarts temporels relatifs en langage naturel en anglais "
"(exemple : 24 hours, 7 days, 52 weeks, 365 days). Le texte libre est "
"supporté."
#: superset-frontend/src/components/ImportModal/index.tsx:282
msgid "Overwrite"
msgstr "Ecrase"
#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:120
msgid "Overwrite & Explore"
msgstr "Modifier et explorer"
#: superset-frontend/src/dashboard/components/SaveModal.tsx:191
#, python-format
msgid "Overwrite Dashboard [%s]"
msgstr "Ecraser le Tableau de Bord [%s]"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:264
msgid "Overwrite text in the editor with a query on this table"
msgstr "Ecraser le texte dans l'éditeur avec une requête sur cette table"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:453
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:450
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:417
msgid "Owner"
msgstr "Propriétaire"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:234
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:399
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:355
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:358
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:402
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:405
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:168
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:276
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1079
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1084
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:334
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:334
#: superset/connectors/druid/views.py:346 superset/connectors/sqla/views.py:500
#: superset/views/chart/mixin.py:83 superset/views/dashboard/mixin.py:82
msgid "Owners"
msgstr "Propriétaires"
#: superset/commands/exceptions.py:105
#: superset/datasets/commands/exceptions.py:144
msgid "Owners are invalid"
msgstr "Les propriétaires sont invalides"
#: superset/views/dashboard/mixin.py:65
msgid "Owners is a list of users who can alter the dashboard."
msgstr ""
"Owners est une liste d'utilisateurs qui peuvent modifier le tableau de "
"bord."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:367
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:414
msgid ""
"Owners is a list of users who can alter the dashboard. Searchable by name"
" or username."
msgstr ""
"Owners est une liste d'utilisateurs qui peuvent modifier le tableau de "
"bord. Interrogeable par nom ou nom d'utilisateur."
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:388
msgid "Page length"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:29
msgid "Paired t-test Table"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:177
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:388
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:271
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:516
#: superset-frontend/src/explore/controlPanels/sections.tsx:278
msgid "Pandas resample method"
msgstr "Méthode de ré-échantillonnage Pandas"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:156
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:370
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:253
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:496
#: superset-frontend/src/explore/controlPanels/sections.tsx:260
msgid "Pandas resample rule"
msgstr "Règle de ré-échantillonnage Pandas"
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:30
#: superset/viz.py:2182
msgid "Parallel Coordinates"
msgstr "Coordonnées parallèles"
#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:116
msgid "Parameter error"
msgstr "Erreur de paramètre"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:64
#: superset/views/chart/mixin.py:84
msgid "Parameters"
msgstr "Paramètres"
#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:103
#, fuzzy
msgid "Parameters "
msgstr "Paramètres"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:60
msgid "Parent"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:643
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1037
msgid "Parent filter"
msgstr "Filtre parent"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1045
msgid "Parent filter is required"
msgstr "Un filtre parent est requis"
#: superset/views/database/forms.py:203 superset/views/database/forms.py:340
msgid "Parse Dates"
msgstr "Parser les dates"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:25
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:26
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:29
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:51
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:33
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:50
msgid "Part of a Whole"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:27
#, fuzzy
msgid "Partition Chart"
msgstr "Diagramme de Partition"
#: superset/viz.py:3035
msgid "Partition Diagram"
msgstr "Diagramme de Partition"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:176
#, fuzzy
msgid "Partition Limit"
msgstr "Diagramme de Partition"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:189
msgid "Partition Threshold"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:192
msgid ""
"Partitions whose height to parent height proportions are below this value"
" are pruned"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:130
#: superset/db_engine_specs/base.py:1389
msgid "Password"
msgstr "Mot de passe"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/TableCatalog.tsx:79
msgid "Paste the shareable Google Sheet URL here"
msgstr "Coller ici l'URL partageable de Google Sheet"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:35
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:35
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:46
#, fuzzy
msgid "Pattern"
msgstr "Mettre à jour"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:108
#, fuzzy
msgid "Percent Change"
msgstr "Pourcentages"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:147
#, fuzzy
msgid "Percentage metrics"
msgstr "Pourcentages"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:81
#, fuzzy
msgid "Percentage threshold"
msgstr "Pourcentages"
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:41
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:45
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:39
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:42
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:38
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:45
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:69
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:63
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:33
msgid "Percentages"
msgstr "Pourcentages"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:56
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:278
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:161
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:179
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:410
#: superset-frontend/src/explore/controlPanels/sections.tsx:177
msgid "Periods"
msgstr "Périodes"
#: superset/utils/pandas_postprocessing.py:824
msgid "Periods must be a positive integer value"
msgstr "Les périodes doivent être des nombres entiers positifs"
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:258
#, fuzzy
msgid "Person or group that has certified this chart."
msgstr "Groupe ou personne ayant certifié cette métrique"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:548
#, fuzzy
msgid "Person or group that has certified this dashboard."
msgstr "Groupe ou personne ayant certifié cette métrique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:260
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1068
msgid "Person or group that has certified this metric"
msgstr "Groupe ou personne ayant certifié cette métrique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:936
msgid "Physical"
msgstr "Physique"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:132
msgid "Physical (table or view)"
msgstr "Physique (table ou vue)"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:223
msgid "Physical dataset"
msgstr "Jeu de données physique"
#: superset/viz.py:742
msgid "Pick a granularity in the Time section or uncheck 'Include Time'"
msgstr ""
"Choississez une granularité dans la section Temps ou décochez 'Inclure le"
" temps'"
#: superset/viz.py:1573
msgid "Pick a metric for left axis!"
msgstr "Choisissez une métrique pour l'axe de gauche !"
#: superset/viz.py:1575
msgid "Pick a metric for right axis!"
msgstr "Choisissez une métrique pour l'axe de droite !"
#: superset/viz.py:1163
msgid "Pick a metric for x, y and size"
msgstr "Choisissez une métrique pour x, y, taille"
#: superset/viz.py:1202
msgid "Pick a metric to display"
msgstr "Choisissez une métrique à afficher"
#: superset/viz.py:1228 superset/viz.py:1262
msgid "Pick a metric!"
msgstr "Choisissez une métrique !"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:56
msgid "Pick a name to help you identify this database."
msgstr "Choisissez un nom pour vous aider à identifier cette base de données."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:151
msgid "Pick a nickname for this database to display as in Superset."
msgstr ""
"Choisissez un alias pour l'affichage de cette base de données dans "
"Superset."
#: superset/viz.py:1358 superset/viz.py:1621
msgid "Pick a time granularity for your time series"
msgstr "Choisissez une granularité pour vos séries temporelles"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:510
msgid "Pick a title for you annotation."
msgstr "Choisissez un titre pour votre annotation."
#: superset/viz.py:1783
msgid "Pick at least one field for [Series]"
msgstr "Choisissez au moins un champs pour [Séries]"
#: superset/viz.py:830 superset/viz.py:1781
msgid "Pick at least one metric"
msgstr "Choisissez au moins une métrique"
#: superset/viz.py:1911
msgid "Pick exactly 2 columns as [Source / Target]"
msgstr "Choisissez exactement 2 colonnes pour [Source / Target]"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:521
msgid ""
"Pick one or more columns that should be shown in the annotation. If you "
"don't select a column all of them will be shown."
msgstr ""
"Choisissez une ou plusieurs colonnes qui doivent être montrées dans "
"l'annotation. Si vous n'en sélectionnez aucune, elles seront toutes "
"affichées."
#: superset-frontend/src/explore/controlPanels/Separator.js:37
msgid "Pick your favorite markup language"
msgstr "Choisissez votre langage de balisage préféré"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/index.js:27
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:63
#, fuzzy
msgid "Pie Chart"
msgstr "Nouveau graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:187
#, fuzzy
msgid "Pie shape"
msgstr "Voir exemples"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:234
#, fuzzy
msgid "Pin"
msgstr "dans"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:56
#, fuzzy, python-format
msgid "Pivot Options"
msgstr "%s option(s)"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:30
#: superset/viz.py:862
msgid "Pivot Table"
msgstr "Table pivot"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:54
#, fuzzy
msgid "Pivot Table v2"
msgstr "Table pivot"
#: superset/utils/pandas_postprocessing.py:260
msgid "Pivot operation must include at least one aggregate"
msgstr "L'opération de pivot nécessite au moins un agrégat"
#: superset/utils/pandas_postprocessing.py:256
msgid "Pivot operation requires at least one index"
msgstr "L'opération de pivot nécessite au moins un index"
#: superset-frontend/src/explore/components/ExportToCSVDropdown/index.tsx:80
#, fuzzy
msgid "Pivoted"
msgstr "Édité"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:83
msgid "Pixel height of each series"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:28
msgid "Please apply filter changes"
msgstr ""
#: superset/sqllab/query_render.py:116
msgid ""
"Please check your query and confirm that all template parameters are "
"surround by double braces, for example, \"{{ ds }}\". Then, try running "
"your query again."
msgstr ""
"Merci de vérifier votre requête et de confirmer que tous les paramètres "
"du modèle sont entourés par des doubles accolades, par exemple, \"{{ ds "
"}}\". Puis ré essayez ."
#: superset/db_engine_specs/athena.py:55
#: superset/db_engine_specs/bigquery.py:179
#: superset/db_engine_specs/postgres.py:158
#: superset/db_engine_specs/snowflake.py:104
#, python-format
msgid ""
"Please check your query for syntax errors at or near "
"\"%(syntax_error)s\". Then, try running your query again."
msgstr ""
"Veuillez corriger une erreur de syntaxe dans la requête près de "
"\"%(syntax_error)s\". Puis essayez de relancer la requête."
#: superset/db_engine_specs/gsheets.py:74 superset/db_engine_specs/mysql.py:144
#, python-format
msgid ""
"Please check your query for syntax errors near \"%(server_error)s\". "
"Then, try running your query again."
msgstr ""
"Veuillez corriger une erreur de syntaxe dans la requête près de "
"\"%(server_error)s\". Puis essayez de relancer la requête."
#: superset/viz.py:879
msgid "Please choose at least one 'Group by' field "
msgstr "Merci de choisir au moins un champ dans 'Grouper par' "
#: superset/viz.py:891
msgid "Please choose at least one metric"
msgstr "Choississez au moins une métrique"
#: superset/viz.py:1578
msgid "Please choose different metrics on left and right axis"
msgstr "Choisissez des métriques différentes pour les axes gauches et droits"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:94
msgid "Please complete all required fields."
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:485
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:300
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:365
#: superset-frontend/src/views/CRUD/chart/ChartCard.tsx:77
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:357
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:644
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:325
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:105
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:355
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:611
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:617
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:499
msgid "Please confirm"
msgstr "Veuillez confirmer"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:485
msgid "Please enter a SQLAlchemy URI to test"
msgstr "Veuillez entrer une URI SQLAlchemy pour tester"
#: superset-frontend/src/explore/components/SaveModal.tsx:133
msgid "Please enter a chart name"
msgstr "Veuillez saisir un nom de graphique"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/Footer.tsx:81
msgid "Please filter set name"
msgstr "Veuillez saisir un nom d'ensemble de filtre"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:122
msgid "Please make sure all fields are filled out correctly"
msgstr ""
#: superset/db_engine_specs/postgres.py:122
msgid "Please re-enter the password."
msgstr "Veuillez re-saisir le mot de passe."
#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:59
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:72
msgid "Please reach out to the Chart Owner for assistance."
msgstr "Contactez le propriétaire du graphique pour obtenir de l'aide."
#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:75
msgid "Please save the query to enable sharing"
msgstr "Sauver votre requête pour pouvoir la partager"
#: superset/reports/commands/exceptions.py:90
msgid "Please save your chart first, then try creating a new email report."
msgstr ""
"Merci de sauvegarder votre graphique d'abord, créez ensuite un nouveau "
"rapport email."
#: superset/reports/commands/exceptions.py:102
msgid "Please save your dashboard first, then try creating a new email report."
msgstr ""
"Merci de sauvegarder votre tableau de bord d'abord, créez ensuite un "
"nouveau rapport email."
#: superset-frontend/src/addSlice/AddSliceContainer.tsx:322
msgid "Please select both a Dataset and a Chart type to proceed"
msgstr ""
"Merci de sélectionner à la fois un Dataset et un type de graphique pour "
"continuer"
#: superset/viz.py:1161
msgid "Please use 3 different metric labels"
msgstr "Utilisez 3 libellés de métrique différents"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:104
msgid "Please verify that port is open to connect."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:27
msgid ""
"Plots the individual metrics for each row in the data vertically and "
"links them together as a line. This chart is useful for comparing "
"multiple metrics across all of the samples or rows in the data."
msgstr ""
#: superset/initialization/__init__.py:254
msgid "Plugins"
msgstr "Plugins"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:108
msgid "Point Radius"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:132
msgid "Point Radius Unit"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:101
#, fuzzy
msgid "Points"
msgstr "Composants"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:201
msgid "Points and clusters will update as the viewport is being changed"
msgstr ""
#: superset/views/sql_lab.py:74
msgid "Pop Tab Link"
msgstr "Retirer le lien de l'onglet"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:44
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:40
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:46
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:70
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:85
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:86
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:77
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:78
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:47
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:124
msgid "Popular"
msgstr "Populaires"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/getControlItemsMap.tsx:170
msgid "Populate \"Default value\" to enable this control"
msgstr "Remplissez \"Valeur par défaut\" pour activer ce contrôle"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:33
msgid "Population age data"
msgstr ""
#: superset/db_engine_specs/mssql.py:87
#: superset/db_engine_specs/postgres.py:132
#: superset/db_engine_specs/presto.py:213
#: superset/db_engine_specs/redshift.py:73
#, python-format
msgid "Port %(port)s on hostname \"%(hostname)s\" refused the connection."
msgstr "Le port %(port)s sur l'hôte \"%(hostname)s\" a refusé la connexion."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:103
#, fuzzy
msgid "Port is closed"
msgstr "Le port est fermé."
#: superset/views/dashboard/mixin.py:87
msgid "Position JSON"
msgstr "JSON des positions"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:181
msgid "Position of child node label on tree"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:310
msgid "Position of column level subtotal"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:163
msgid "Position of intermidiate node label on tree"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:293
msgid "Position of row level subtotal"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:180
msgid "Powered by Apache Superset"
msgstr "Propulsé par Apache Superset"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1096
msgid "Pre-filter"
msgstr "Pre-filtre"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1061
msgid "Pre-filter available values"
msgstr "Valeurs de pre-filtre disponibles"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:623
msgid "Pre-filter is required"
msgstr "Un pré-filtre est obligatoire"
#: superset/connectors/sqla/views.py:451
msgid ""
"Predicate applied when fetching distinct value to populate the filter "
"control component. Supports jinja template syntax. Applies only when "
"`Enable Filter Select` is on."
msgstr ""
"Prédicat appliqué à la récupération des valeurs distinctes pour remplir "
"le filtre de contrôle des composants. Supporte la syntaxe Jinja. "
"S'applique uniquement si `Activer le filtre` est coché."
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:39
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:75
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:78
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:78
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:73
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:72
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:74
#, fuzzy
msgid "Predictive"
msgstr "Actif"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:36
#, fuzzy
msgid "Predictive Analytics"
msgstr "Analyses avancées"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:64
msgid "Prefix metric name with slice name"
msgstr ""
#: superset-frontend/src/dashboard/components/menu/MarkdownModeDropdown.tsx:39
msgid "Preview"
msgstr "Prévisualisation"
#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:166
#, python-format
msgid "Preview: `%s`"
msgstr "Prévisualisation : `%s`"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:32
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:125
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:105
msgid "Previous"
msgstr "Précédent"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:243
#, fuzzy
msgid "Primary"
msgstr "Vendredi"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:56
#, fuzzy
msgid "Primary Metric"
msgstr "Ma métrique"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:248
msgid "Primary or secondary y-axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:371
msgid "Primary y-axis format"
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:161
#: superset/templates/appbuilder/navbar_right.html:109
msgid "Profile"
msgstr "Profil"
#: superset-frontend/src/profile/components/UserInfo.tsx:44
msgid "Profile picture provided by Gravatar"
msgstr "Image de profil fournie par Gravatar"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:239
msgid "Progress"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/index.ts:30
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:56
msgid "Progressive"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:55
msgid "Propagate"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/index.js:28
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:42
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:33
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:46
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:50
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:71
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:64
msgid "Proportional"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:86
msgid "Public and privately shared sheets"
msgstr "Feuilles partagées de manière publique ou privée"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:83
msgid "Publicly shared sheets only"
msgstr "Seulement les feuilles paratagées publiques"
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:101
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:301
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:498
#: superset/views/dashboard/mixin.py:84
msgid "Published"
msgstr "Publié"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:109
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:161
msgid "Put labels outside"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:164
msgid "Put the labels outside of the pie?"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:112
msgid "Put the labels outside the pie?"
msgstr ""
#: superset-frontend/src/explore/controlPanels/Separator.js:47
msgid "Put your code here"
msgstr "Mettez votre code ici"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:351
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:234
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:485
#, fuzzy
msgid "Python Functions"
msgstr "Fonctions Python"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:233
msgid "Python datetime string pattern"
msgstr "Python datetime string pattern"
#: superset-frontend/src/explore/controlPanels/sections.tsx:248
msgid "Python functions"
msgstr "Fonctions Python"
#: superset/db_engine_specs/base.py:99
msgid "Quarter"
msgstr "Trimestre"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:69
#, fuzzy, python-format
msgid "Quarters %s"
msgstr "Trimestre"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:32
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:91
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:65
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:60
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:45
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:36
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:33
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:34
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:26
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:31
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:30
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:34
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:32
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:26
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:60
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:158
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:341
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:29
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:43
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:34
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:41
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:34
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:48
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:59
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:56
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:52
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:53
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:59
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:60
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:42
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:38
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:41
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:179
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:26
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:30
#: superset-frontend/src/explore/controlPanels/TimeTable.js:26
#: superset-frontend/src/explore/controlPanels/sections.tsx:113
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:34
#: superset-frontend/src/filters/components/Range/controlPanel.ts:31
#: superset-frontend/src/filters/components/Select/controlPanel.ts:41
#: superset-frontend/src/filters/components/Time/controlPanel.ts:29
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:178
msgid "Query"
msgstr "Requête"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:253
#, python-format
msgid "Query %s: %s"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:258
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:283
#, fuzzy
msgid "Query A"
msgstr "requête"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:259
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:284
#, fuzzy
msgid "Query B"
msgstr "requête"
#: superset/initialization/__init__.py:341
msgid "Query History"
msgstr "Historiques des requêtes"
#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:197
#: superset-frontend/src/views/CRUD/data/common.ts:44
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:89
msgid "Query history"
msgstr "Historiques des requêtes"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:722
msgid "Query in a new tab"
msgstr "Requête dans un nouvel onglet"
#: superset/errors.py:125
msgid "Query is too complex and takes too long to run."
msgstr "La requête est trop complexe et trop longue à exécuter."
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:89
#, fuzzy
msgid "Query mode"
msgstr "Nom de la requête"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:125
msgid "Query name"
msgstr "Nom de la requête"
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:117
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:376
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryPreviewModal.tsx:97
msgid "Query preview"
msgstr "Prévisualisation de la requête"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:213
msgid "Query search string"
msgstr "Chaîne de recherche"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:682
msgid "Query was stopped"
msgstr "La requête a été arrêtée"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:407
msgid "Query was stopped."
msgstr "La requête a été arrêtée."
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:292
#: superset-frontend/src/explore/components/controls/DateFilterControl/DateFilterLabel.tsx:294
msgid "RANGE TYPE"
msgstr "TYPE INTERVALLE"
#: superset-frontend/src/components/ReportModal/index.tsx:327
msgid "REPORT NAME ERROR"
msgstr "Erreur dans le nom du rapport"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:251
#, fuzzy
msgid "RGB Color"
msgstr "Couleur fixe"
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:161
msgid "Radar"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:53
#, fuzzy
msgid "Radar Chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:201
msgid "Radar render type, whether to display 'circle' shape."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:121
#, fuzzy
msgid "Radial"
msgstr "Spatial"
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:318
#, python-format
msgid "Ran %s"
msgstr "A exécuté %s"
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:35
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:38
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55
#, fuzzy
msgid "Range"
msgstr "Gestion"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:295
#: superset-frontend/src/filters/components/Range/index.ts:28
msgid "Range filter"
msgstr "Filtre d'intervalle"
#: superset-frontend/src/filters/components/Range/index.ts:29
msgid "Range filter plugin using AntD"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:48
msgid "Range labels"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:39
#, fuzzy
msgid "Ranges"
msgstr "Gestion"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/controlPanel.ts:41
msgid "Ranges to highlight with shading"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:25
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:25
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:28
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:48
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:33
#, fuzzy
msgid "Ranking"
msgstr "Avertissement"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:63
#, fuzzy
msgid "Ratio"
msgstr "Durée"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:46
msgid "Raw records"
msgstr ""
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:64
msgid "Ready to review filters in this dashboard?"
msgstr "Prêt à vérifier les filtres dans ce tableau de bord ?"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:78
msgid "Rebuild"
msgstr "Rebuild"
#: superset-frontend/src/profile/components/App.tsx:72
msgid "Recent activity"
msgstr "Activité récente"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:86
msgid "Recently created charts, dashboards, and saved queries will appear here"
msgstr ""
"Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été "
"récemment créés apparaîtront ici"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:96
msgid "Recently edited charts, dashboards, and saved queries will appear here"
msgstr ""
"Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été "
"récemment modifiés apparaîtront ici"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:561
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:535
msgid "Recently modified"
msgstr "Dernière modification"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:81
msgid "Recently viewed charts, dashboards, and saved queries will appear here"
msgstr ""
"Les graphiques, tableaux de bord et requêtes sauvegardées qui ont été "
"récemment consultés apparaîtront ici"
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:277
msgid "Recents"
msgstr "Récents"
#: superset/views/schedules.py:242 superset/views/schedules.py:322
msgid "Recipients"
msgstr "Destinataires"
#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:160
msgid "Recipients are separated by \",\" or \";\""
msgstr "Les destinataires sont séparés par \",\" ou \";\""
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:597
msgid "Recommended tags"
msgstr "Tags recommandés"
#: superset/templates/appbuilder/general/widgets/base_list.html:55
msgid "Record Count"
msgstr "Nombre d'enregistrements"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:222
#, fuzzy
msgid "Rectangle"
msgstr "Pourcentages"
#: superset/connectors/druid/views.py:330
msgid ""
"Redirects to this endpoint when clicking on the datasource from the "
"datasource list"
msgstr ""
"Redirige à cet endpoint quand on clique sur la source de données depuis "
"la liste des sources de données"
#: superset/connectors/sqla/views.py:457
msgid "Redirects to this endpoint when clicking on the table from the table list"
msgstr ""
"Redirige à cet endpoint quand on clique sur la table depuis la liste des "
"tables"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:316
msgid "Reduce X ticks"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:319
msgid ""
"Reduces the number of X-axis ticks to be rendered. If true, the x-axis "
"will not overflow and labels may be missing. If false, a minimum width "
"will be applied to columns and the width may overflow into an horizontal "
"scroll."
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:78
msgid "Refer to the"
msgstr "Se référér à"
#: superset/utils/pandas_postprocessing.py:143
msgid "Referenced columns not available in DataFrame."
msgstr "Les colonnes référencées sont indisponibles dans la DataFrame."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:799
msgid "Refetch results"
msgstr "Résultats de recherche"
#: superset/templates/appbuilder/general/widgets/search.html:57
msgid "Refresh"
msgstr "Forcer à rafraîchir"
#: superset/initialization/__init__.py:542
msgid "Refresh Druid Metadata"
msgstr "Rafraichir les méta-données de Druid"
#: superset/connectors/sqla/views.py:565
msgid "Refresh Metadata"
msgstr "Rafraîchir les métadonnées"
#: superset/connectors/sqla/views.py:565
msgid "Refresh column metadata"
msgstr "Rafraîchir les métadonnées des colonnes"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:276
msgid "Refresh dashboard"
msgstr "Rafraichir le tableau de bord"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:117
msgid "Refresh frequency"
msgstr "Fréquence de rafraichissement"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:114
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:119
msgid "Refresh interval"
msgstr "Intervalle d'actualisation"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:976
msgid "Refresh the default values"
msgstr "Rafraichir les valeurs par défaut"
#: superset/connectors/druid/views.py:420
msgid "Refreshed metadata from cluster [{}]"
msgstr "Métadonnées du cluster [{}] rafraîchies"
#: superset/connectors/druid/models.py:259
msgid "Refreshing datasource [{}]"
msgstr "Rafraîchissement de la source de données [{}]"
#: superset/connectors/sqla/views.py:335
msgid ""
"Regular filters add where clauses to queries if a user belongs to a role "
"referenced in the filter. Base filters apply filters to all queries "
"except the roles defined in the filter, and can be used to define what "
"users can see if no RLS filters within a filter group apply to them."
msgstr ""
"Les filtres réguliers ajoutent des clauses WHERE aux requêtes si un "
"utilisateur appartient à un profil référencé dans le filtre. Les filtres "
"de base appliquent les filtres à toutes les requêtes sauf pour les "
"profils définis dans le filtre, et peuvent être utilisés pour définir ce "
"que les utilisateurs peuvent voir si aucun filtre RLS au sein d'un groupe"
" de filtres ne s'appliquent à eux."
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:40
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/index.js:31
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:43
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:44
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:44
#, fuzzy
msgid "Relational"
msgstr "Durée"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:32
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:35
msgid "Relationships between community channels"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:91
#, fuzzy
msgid "Relative Date/Time"
msgstr "Quantité relative"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:157
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:210
msgid "Relative period"
msgstr "Période relative"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:145
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:198
msgid "Relative quantity"
msgstr "Quantité relative"
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:69
msgid "Remind me in 24 hours"
msgstr "Me le rappeler dans 24 heures"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:779
msgid "Remove"
msgstr "Supprimer"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FilterSetUnit.tsx:77
msgid "Remove invalid filters"
msgstr "Supprime les filtres invalides"
#: superset-frontend/src/explore/components/controls/CollectionControl/index.jsx:142
msgid "Remove item"
msgstr "Supprimer élément"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:282
msgid "Remove query from log"
msgstr "Supprimer la requête des logs"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:211
msgid "Remove table preview"
msgstr "Supprimer la Prévisualisation de la table"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:609
#, python-format
msgid "Removed columns: %s"
msgstr "Colonnes supprimées : %s"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:345
msgid "Rename tab"
msgstr "Renommer l'onglet"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:146
#, fuzzy
msgid "Rendering"
msgstr "Avertissement"
#: superset/views/database/forms.py:146 superset/views/database/forms.py:299
#: superset/views/database/forms.py:427
msgid "Replace"
msgstr "Remplacer"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:36
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:36
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:41
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:46
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:57
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:48
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:59
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:48
#, fuzzy
msgid "Report"
msgstr "rapport"
#: superset/reports/commands/exceptions.py:118
msgid "Report Schedule could not be created."
msgstr "La planification de rapport n'a pas pu être créée."
#: superset/reports/commands/exceptions.py:114
msgid "Report Schedule could not be deleted."
msgstr "La planification de rapport n'a pas pu être supprimée."
#: superset/reports/commands/exceptions.py:122
msgid "Report Schedule could not be updated."
msgstr "La planification de rapport n'a pas pu être mise à jour."
#: superset/reports/commands/exceptions.py:130
msgid "Report Schedule delete failed."
msgstr "La planification de rapport n'a pas être supprimée."
#: superset/reports/commands/exceptions.py:142
msgid "Report Schedule execution failed when generating a csv."
msgstr ""
"L'exécution de la planification de rapport a échoué à la génération d'un "
"csv."
#: superset/reports/commands/exceptions.py:146
msgid "Report Schedule execution failed when generating a dataframe."
msgstr ""
"L'exécution de la planification de rapport a échoué à la génération d'un "
"dataframe."
#: superset/reports/commands/exceptions.py:138
msgid "Report Schedule execution failed when generating a screenshot."
msgstr ""
"L'exécution de la planification de rapport a échoué à la génération de la"
" copie d'écran."
#: superset/reports/commands/exceptions.py:150
msgid "Report Schedule execution got an unexpected error."
msgstr ""
"L'exécution de la planification de rapport a rencontré une erreur "
"inattendue."
#: superset/reports/commands/exceptions.py:154
msgid "Report Schedule is still working, refusing to re-compute."
msgstr ""
"La planification de rapport est toujours en cours d'exécution, refus de "
"re-traiter."
#: superset/reports/commands/exceptions.py:134
msgid "Report Schedule log prune failed."
msgstr "Le log de la planification de rapport n'a pas pu être élagué."
#: superset/reports/commands/exceptions.py:126
msgid "Report Schedule not found."
msgstr "Planification de rapport introuvable."
#: superset/reports/commands/exceptions.py:110
msgid "Report Schedule parameters are invalid."
msgstr "Les paramètres des planification de rapport sont invalides."
#: superset/reports/commands/exceptions.py:158
msgid "Report Schedule reached a working timeout."
msgstr "La planification de rapport a atteint un timeout d'exécution."
#: superset/reports/commands/exceptions.py:226
msgid "Report Schedule sellenium user not found"
msgstr "Utilisateur sellenium du programme de rapport introuvable"
#: superset/reports/commands/exceptions.py:230
msgid "Report Schedule state not found"
msgstr "Etat du programme de rapport introuvable"
#: superset-frontend/src/components/Menu/MenuRight.tsx:225
msgid "Report a bug"
msgstr "Rapporter un BUG"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:81
msgid "Report failed"
msgstr "Le rapport a échoué"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1064
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1072
msgid "Report name"
msgstr "Nom du rapport"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1214
msgid "Report schedule"
msgstr "Planification de rapport"
#: superset/reports/commands/exceptions.py:234
msgid "Report schedule unexpected error"
msgstr "Erreur inattendue du programme de rapport"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:74
msgid "Report sending"
msgstr "Envoi d'un rapport"
#: superset-frontend/src/views/CRUD/alert/components/AlertStatusIcon.tsx:67
msgid "Report sent"
msgstr "Rapport envoyé"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:443
msgid "Reports"
msgstr "Rapports"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:283
#, fuzzy
msgid "Repulsion"
msgstr "Expression"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:289
msgid "Repulsion strength between nodes"
msgstr ""
#: superset/templates/superset/request_access.html:31
msgid "Request Permissions"
msgstr "Besoin de permissions"
#: superset/charts/data/api.py:145 superset/charts/data/api.py:233
#: superset/charts/data/api.py:297
#, python-format
msgid "Request is incorrect: %(error)s"
msgstr "La requête est incorrecte : %(error)s"
#: superset/charts/data/api.py:222
msgid "Request is not JSON"
msgstr "La requête n'est pas JSON"
#: superset/views/datasource/views.py:71
msgid "Request missing data field."
msgstr "Il manque un champ de donnée dans la requête."
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:93
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:97
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:104
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:252
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:73
#: superset-frontend/src/filters/components/Range/controlPanel.ts:55
#: superset-frontend/src/filters/components/Select/controlPanel.ts:91
#: superset-frontend/src/filters/components/Time/controlPanel.ts:53
#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:33
#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:33
msgid "Required"
msgstr "Requis"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:137
#, fuzzy
msgid "Resample"
msgstr "Voir exemples"
#: superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.jsx:231
msgid "Reset state"
msgstr "Réinitialiser l'état"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:46
msgid "Restore Filter"
msgstr "Restaurer le Filtre"
#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:194
msgid "Results"
msgstr "Résultats"
#: superset/sql_lab.py:375 superset/views/core.py:2251
msgid "Results backend is not configured."
msgstr "Le backend des résultats n'est pas configuré."
#: superset/errors.py:116
msgid "Results backend needed for asynchronous queries is not configured."
msgstr ""
"Le backend des résultats pour les requêtes asynchrones n'est pas "
"configuré."
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:29
msgid "Return to specific datetime."
msgstr "Retour au datetime spécifique."
#: superset-frontend/src/explore/components/controls/SpatialControl.jsx:155
msgid "Reverse lat/long "
msgstr "Inverser lat/long "
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:230
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:100
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:281
msgid "Rich Tooltip"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:149
msgid "Rich tooltip"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:113
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:307
#, fuzzy
msgid "Right"
msgstr "Hauteur"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:53
#, fuzzy
msgid "Right Axis Format"
msgstr "Mesure de l'axe de droite"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:119
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:183
#, fuzzy
msgid "Right Axis Metric"
msgstr "Mesure de l'axe de droite"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:132
#, fuzzy
msgid "Right Axis chart(s)"
msgstr "Chercher tous les graphiques"
#: superset-frontend/src/explore/controls.jsx:215
msgid "Right axis metric"
msgstr "Mesure de l'axe de droite"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:138
msgid "Right to Left"
msgstr ""
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:160
msgid "Right value"
msgstr "Valeur droite"
#: superset/dashboards/filters.py:153
msgid "Role"
msgstr "Profil"
#: superset/views/core.py:389
#, python-format
msgid "Role %(r)s was extended to provide the access to the datasource %(ds)s"
msgstr ""
"Le profil %(r)s a été étendu pour donner l'accès à la source de données "
"%(ds)s"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:421
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:424
#: superset-frontend/src/profile/components/Security.tsx:35
#: superset/connectors/sqla/views.py:368 superset/views/dashboard/mixin.py:83
msgid "Roles"
msgstr "Profils"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:433
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks. If no roles "
"defined then the dashboard is available to all roles."
msgstr ""
"Roles est une liste qui défini ceux qui accède au tableau de bord .Donner"
" un droit d'accès à un tableau de bord surpasse les contrôles de droit de"
" niveau jeu de donnée. Si roles n'est pas défini, le tableau de bord est "
"accessible à tous les profils."
#: superset/views/dashboard/mixin.py:66
msgid ""
"Roles is a list which defines access to the dashboard. Granting a role "
"access to a dashboard will bypass dataset level checks.If no roles "
"defined then the dashboard is available to all roles."
msgstr ""
"Roles est une liste qui défini ceux qui accède au tableau de bord .Donner"
" un droit d'accès à un tableau de bord surpasse les contrôles de droit de"
" niveau jeu de donnée. Si aucun rôle n'est défini, le tableau de bord est"
" accessible à tous les profils."
#: superset/views/access_requests.py:45
msgid "Roles to grant"
msgstr "Profils à donner"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:257
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:140
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:158
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:389
#, fuzzy
msgid "Rolling Function"
msgstr "Fonction de fenêtre glissante"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:251
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:134
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:152
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:383
#, fuzzy
msgid "Rolling Window"
msgstr "Fenêtre glissante"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:39
#: superset-frontend/src/explore/controlPanels/sections.tsx:158
msgid "Rolling function"
msgstr "Fonction de fenêtre glissante"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:33
#: superset-frontend/src/explore/controlPanels/sections.tsx:152
msgid "Rolling window"
msgstr "Fenêtre glissante"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:351
#: superset/views/database/mixins.py:198
msgid "Root certificate"
msgstr "Certificat racine"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:84
msgid "Root node id"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:307
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:209
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:170
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:151
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:167
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:225
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:228
msgid "Rotate x axis label"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:89
msgid "Rotation to apply to words in the cloud"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:271
#, fuzzy
msgid "Round cap"
msgstr "Carte de pays"
#: superset-frontend/src/dashboard/components/gridComponents/new/NewRow.jsx:31
msgid "Row"
msgstr "Ligne"
#: superset/initialization/__init__.py:274
msgid "Row Level Security"
msgstr "Sécurité de niveau ligne"
#: superset/views/database/forms.py:153 superset/views/database/forms.py:306
msgid ""
"Row containing the headers to use as column names (0 is first line of "
"data). Leave empty if there is no header row."
msgstr ""
"Ligne contenant l'en-tête à utiliser en nom de colonne (0 est la première"
" ligne de données). Laissez à vide s'il n'y a pas de ligne d'en-tête."
#: superset/connectors/sqla/views.py:314
msgid "Row level security filter"
msgstr "Filtre de sécurité au niveau de la ligne"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:331
#: superset-frontend/src/explore/controls.jsx:360
msgid "Row limit"
msgstr "Nombre de lignes max"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:49
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:83
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:289
msgid "Rows"
msgstr "Lignes"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:314
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:391
msgid "Rows per page, 0 means no pagination"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:285
msgid "Rows subtotal position"
msgstr ""
#: superset/views/database/forms.py:193 superset/views/database/forms.py:334
msgid "Rows to Read"
msgstr "Lignes à lire"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:144
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:360
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:243
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:493
#: superset-frontend/src/explore/controlPanels/sections.tsx:257
msgid "Rule"
msgstr "Règle"
#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:56
#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:76
msgid "Run"
msgstr "Exécuter"
#: superset-frontend/src/SqlLab/components/SouthPane/index.tsx:157
msgid "Run a query to display results here"
msgstr "Lancer la requête pour afficher les résultats ici"
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:101
msgid "Run in SQL Lab"
msgstr "Exécuter dans SQL Lab"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:307
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:317
#: superset-frontend/src/chart/Chart.jsx:280
msgid "Run query"
msgstr "Lancer la requête"
#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:116
msgid "Run query (Ctrl + Return)"
msgstr "Exécuter la requête (Ctrl + Return)"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:273
msgid "Run query in a new tab"
msgstr "Lancer la requête dans une nouvelle fenêtre"
#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:54
msgid "Run selection"
msgstr "Exécuter la sélection"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:81
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:158
msgid "Running"
msgstr "En cours"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:87
msgid "SAT"
msgstr "SAM"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:99
msgid "SEP"
msgstr "SEP"
#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:101
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:897
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:294
msgid "SQL"
msgstr "SQL"
#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:71
msgid "SQL Copied!"
msgstr "SQL Copié !"
#: superset/initialization/__init__.py:326
msgid "SQL Editor"
msgstr "Éditeur SQL"
#: superset/connectors/sqla/views.py:259
msgid "SQL Expression"
msgstr "Expression SQL"
#: superset/initialization/__init__.py:331
#: superset/initialization/__init__.py:346
msgid "SQL Lab"
msgstr "SQL Lab"
#: superset/connectors/sqla/views.py:503
msgid "SQL Lab View"
msgstr "Vue SQL Lab"
#: superset-frontend/src/SqlLab/components/App/index.jsx:91
#, python-format
msgid ""
"SQL Lab uses your browser's local storage to store queries and results.\n"
"Currently, you are using %(currentUsage)s KB out of %(maxStorage)d KB "
"storage space.\n"
"To keep SQL Lab from crashing, please delete some query tabs.\n"
"You can re-access these queries by using the Save feature before you "
"delete the tab.\n"
"Note that you will need to close other SQL Lab windows before you do this."
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1150
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:287
#: superset/templates/appbuilder/navbar_right.html:38
msgid "SQL Query"
msgstr "Requête SQL"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:181
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1038
msgid "SQL expression"
msgstr "Expression SQL"
#: superset-frontend/src/components/Menu/MenuRight.tsx:32
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:124
msgid "SQL query"
msgstr "requête SQL"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:61
#: superset/views/database/mixins.py:194
msgid "SQLAlchemy URI"
msgstr "URI SQLAlchemy"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:202
msgid "SSL Mode \"require\" will be used."
msgstr "Le mode SSL \"require\" sera utilisé."
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:64
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:115
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:122
msgid "START (INCLUSIVE)"
msgstr "DEBUT (INCLUSIVE)"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:81
msgid "SUN"
msgstr "DIM"
#: superset/viz.py:1903
msgid "Sankey"
msgstr "Sankey"
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:36
msgid "Sankey Diagram"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/index.js:27
msgid "Sankey Diagram with Loops"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:62
msgid "Saturday"
msgstr "Samedi"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:227
#: superset-frontend/src/components/ReportModal/index.tsx:267
#: superset-frontend/src/dashboard/components/CrossFilterScopingModal/CrossFilterScopingModal.tsx:88
#: superset-frontend/src/dashboard/components/Header/index.jsx:588
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:458
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
#: superset-frontend/src/dashboard/components/SaveModal.tsx:224
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:531
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:157
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:71
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:205
#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:112
#: superset-frontend/src/explore/components/SaveModal.tsx:202
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:318
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:260
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:488
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:345
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1039
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:273
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:226
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:220
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1006
msgid "Save"
msgstr "Enregistrer"
#: superset-frontend/src/SqlLab/components/SaveDatasetModal/index.tsx:108
msgid "Save & Explore"
msgstr "Sauver et explorer"
#: superset-frontend/src/explore/components/SaveModal.tsx:190
msgid "Save & go to dashboard"
msgstr "Sauvegarder et aller au tableau de bord"
#: superset-frontend/src/explore/components/SaveModal.tsx:234
msgid "Save (Overwrite)"
msgstr "Enregister (écrase)"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:160
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:166
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:254
msgid "Save as"
msgstr "Enregistrer sous"
#: superset-frontend/src/explore/components/SaveModal.tsx:243
msgid "Save as ..."
msgstr "Enregistrer sous ..."
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:181
msgid "Save as new"
msgstr "Enregistrer comme nouveau"
#: superset-frontend/src/explore/components/SaveModal.tsx:201
msgid "Save as new chart"
msgstr "Enregistrer comme un nouveau graphique"
#: superset-frontend/src/dashboard/components/SaveModal.tsx:199
msgid "Save as:"
msgstr "Enregistrer sous :"
#: superset-frontend/src/explore/components/SaveModal.tsx:171
msgid "Save chart"
msgstr "Enregistrer un graphique"
#: superset-frontend/src/dashboard/components/SaveModal.tsx:182
msgid "Save dashboard"
msgstr "Sauvegarder le Tableau de Bord"
#: superset-frontend/src/dashboard/components/RefreshIntervalModal.tsx:148
msgid "Save for this session"
msgstr "Sauvegarder pour la session"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:169
msgid "Save query"
msgstr "Sauvegarder la requête"
#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:89
msgid "Save the query to enable this feature"
msgstr "Sauver la requête pour permettre cette fonction"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:241
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:368
msgid "Saved"
msgstr "Enregistré"
#: superset/initialization/__init__.py:334
msgid "Saved Queries"
msgstr "Requêtes sauvegardées"
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:226
msgid "Saved expressions"
msgstr "Expressions sauvegardées"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:369
msgid "Saved metric"
msgstr "Métrique sauvegardée"
#: superset-frontend/src/views/CRUD/data/common.ts:38
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:108
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:318
msgid "Saved queries"
msgstr "Requêtes sauvegardées"
#: superset/queries/saved_queries/commands/exceptions.py:28
msgid "Saved queries could not be deleted."
msgstr "Les requêtes sauvegardées ne peuvent pas être supprimées."
#: superset/queries/saved_queries/commands/exceptions.py:32
msgid "Saved query not found."
msgstr "Requête sauvegardée introuvable."
#: superset/queries/saved_queries/commands/exceptions.py:40
msgid "Saved query parameters are invalid."
msgstr "Les paramètres des requêtes sauvegardées sont invalides."
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:168
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:277
msgid "Scale and Move"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:166
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:275
msgid "Scale only"
msgstr ""
#: superset/initialization/__init__.py:529
msgid "Scan New Datasources"
msgstr "Scanner les nouvelles sources de données"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:39
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:36
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:77
msgid "Scatter"
msgstr ""
#: superset-frontend/plugins/preset-chart-xy/src/ScatterPlot/createMetadata.ts:26
#, fuzzy
msgid "Scatter Plot"
msgstr "Deck.gl - Nuage de points"
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:221
#: superset-frontend/src/components/ReportModal/index.tsx:357
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:237
msgid "Schedule"
msgstr "Plannifeir"
#: superset/views/schedules.py:274
msgid "Schedule Email Reports for Charts"
msgstr "Prévoir des rapports par e-mail pour les graphiques"
#: superset/views/schedules.py:196
msgid "Schedule Email Reports for Dashboards"
msgstr "Prévoir l'envoi de rapport par e-mail pour les tableaux de Bord"
#: superset-frontend/src/dashboard/components/Header/index.jsx:423
#: superset-frontend/src/explore/components/ExploreChartHeader/index.jsx:218
msgid "Schedule email report"
msgstr "Planifier un rapport par e-mail"
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:211
msgid "Schedule query"
msgstr "Plannifier une requête"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1234
msgid "Schedule settings"
msgstr "Paramètres de planification"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:517
msgid "Schedule the query periodically"
msgstr "Planifier la requête de façon périodique"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:99
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:105
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:168
msgid "Scheduled"
msgstr "Programmé"
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:117
msgid "Scheduled at (UTC)"
msgstr "Plannifié à (UTC)"
#: superset-frontend/src/components/ReportModal/index.tsx:359
msgid "Scheduled reports will be sent to your email as a PNG"
msgstr "Les rapports planifiés seront envoyés à votre @ e-mail en PNG"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:295
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:220
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:299
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:451
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:232
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:287
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:444
#: superset/connectors/sqla/views.py:494 superset/views/database/forms.py:126
#: superset/views/database/forms.py:285 superset/views/database/forms.py:413
msgid "Schema"
msgstr "Schéma"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:235
msgid "Schema cache timeout"
msgstr "Timeout du cache de schéma"
#: superset/connectors/sqla/views.py:440
msgid "Schema, as used only in some databases like Postgres, Redshift and DB2"
msgstr ""
"Schéma, utilisé uniquement dans certaines bases de données comme "
"Postgres, Redshift et DB2"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:369
msgid "Schemas allowed for CSV upload"
msgstr "Schémas autorisés pour le chargement de CSV"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:256
msgid "Scoping"
msgstr "Portée"
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:121
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:256
#: superset-frontend/src/explore/components/DataTableControl/index.tsx:77
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:419
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:305
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:542
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:292
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:516
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:417
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:477
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:461
#: superset/templates/appbuilder/general/widgets/search.html:40
msgid "Search"
msgstr "Recherche"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:293
msgid "Search / Filter"
msgstr "Rechercher / Filtrer"
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:291
msgid "Search Metrics & Columns"
msgstr "Chercher dans les métriques et les colonnes"
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:703
msgid "Search all charts"
msgstr "Chercher tous les graphiques"
#: superset-frontend/src/components/OmniContainer/index.tsx:102
msgid "Search all dashboards"
msgstr "Chercher tous les tableaux de bord"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:232
#: superset-frontend/src/filters/components/Select/controlPanel.ts:137
msgid "Search all filter options"
msgstr "Rechercher toutes les options de filtrage"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:403
#, fuzzy
msgid "Search box"
msgstr "Recherche"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:388
msgid "Search by query text"
msgstr "Texte de recherche"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:452
msgid "Search..."
msgstr "Recherche..."
#: superset/db_engine_specs/base.py:86
msgid "Second"
msgstr "Seconde"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:244
#, fuzzy
msgid "Secondary"
msgstr "5 secondes"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:62
#, fuzzy
msgid "Secondary Metric"
msgstr "Basé sur une métrique"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:392
msgid "Secondary y-axis format"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:401
msgid "Secondary y-axis title"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:63
#, fuzzy, python-format
msgid "Seconds %s"
msgstr "30 secondes"
#: superset/views/database/mixins.py:197
msgid "Secure Extra"
msgstr "Sécurité"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:326
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:331
msgid "Secure extra"
msgstr "Sécurité"
#: superset/initialization/__init__.py:276
#: superset/initialization/__init__.py:421
#: superset/initialization/__init__.py:493
msgid "Security"
msgstr "Sécurité"
#: superset-frontend/src/profile/components/App.tsx:82
msgid "Security & Access"
msgstr "Securité et accès"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:157
#, fuzzy, python-format
msgid "See all %(tableName)s"
msgstr "Explorer - %(table)s"
#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:155
msgid "See less"
msgstr "Voir moins"
#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:126
#: superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:142
msgid "See more"
msgstr "Voir plus"
#: superset-frontend/src/components/TableSelector/index.tsx:291
msgid "See table schema"
msgstr "Voir le schéma de la table"
#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:132
msgid "Select"
msgstr "Sélectionner"
#: superset-frontend/src/components/AsyncSelect/index.jsx:41
#: superset-frontend/src/components/Select/Select.tsx:290
#: superset-frontend/src/explore/components/controls/SelectAsyncControl/index.tsx:106
#: superset-frontend/src/explore/components/controls/SelectControl.jsx:227
msgid "Select ..."
msgstr "Sélectionner..."
#: superset-frontend/src/views/CRUD/alert/components/NotificationMethod.tsx:127
msgid "Select Delivery Method"
msgstr "Choisir la méthode de livraison"
#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:106
msgid "Select Viz Type"
msgstr "Selectionner un type de visualisation"
#: superset/views/database/forms.py:102
msgid "Select a CSV file to be uploaded to a database."
msgstr "Sélectionner un fichier CSV à charger dans une base de données."
#: superset/views/database/forms.py:386
msgid "Select a Columnar file to be uploaded to a database."
msgstr "Sélectionner un fichier en colonne à téléverser dans une base de données."
#: superset/views/database/forms.py:253
msgid "Select a Excel file to be uploaded to a database."
msgstr "Sélectionner un fichier Excel à charger dans une base de données."
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:133
msgid "Select a column"
msgstr "Sélectionner une colonne"
#: superset-frontend/src/explore/components/SaveModal.tsx:264
msgid "Select a dashboard"
msgstr "Sélectionner un tableau de bord"
#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:131
msgid "Select a visualization type"
msgstr "Selectionner un type de visualisation"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:310
msgid "Select aggregate options"
msgstr "Sélectionner les options d’agrégat"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:107
msgid "Select any columns for metadata inspection"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:103
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:138
#, fuzzy
msgid "Select charts"
msgstr "Tous les graphiques"
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:188
msgid "Select color scheme"
msgstr "Sélectionner un schéma de couleurs"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:208
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:63
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:301
msgid "Select column"
msgstr "Sélectionner la colonne"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:268
#: superset-frontend/src/components/DatabaseSelector/index.tsx:275
msgid "Select database or type database name"
msgstr "Sélectionnez la base de données ou tapez le nom de la table"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1127
msgid ""
"Select databases require additional fields to be completed in the "
"Advanced tab to successfully connect the database. Learn what "
"requirements your databases has "
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294
#: superset-frontend/src/filters/components/Select/index.ts:28
msgid "Select filter"
msgstr "Selectionner un filtre"
#: superset-frontend/src/filters/components/Select/index.ts:29
msgid "Select filter plugin using AntD"
msgstr ""
#: superset-frontend/src/filters/components/Select/controlPanel.ts:111
msgid ""
"Select first item by default (when using this option, default value can’t"
" be set)"
msgstr ""
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:303
msgid "Select operator"
msgstr "Sélectionner l'opérateur"
#: superset-frontend/src/components/ListView/Filters/Select.tsx:84
msgid "Select or type a value"
msgstr "Sélectionner ou renseigner une valeur"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:393
msgid "Select owners"
msgstr "Sélectionner les propriétaires"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/CascadeFilters/CascadePopover/index.tsx:177
msgid "Select parent filters"
msgstr "Selectionnee les filtres parents"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:319
msgid "Select saved metrics"
msgstr "Sélectionner les métriques sauvegardées"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:293
#: superset-frontend/src/components/DatabaseSelector/index.tsx:300
msgid "Select schema or type schema name"
msgstr "Sélectionnez le schéma ou tapez le nom du schéma"
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:194
#, fuzzy
msgid "Select scheme"
msgstr "Sélectionner un schéma de couleurs"
#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:273
msgid "Select start and end date"
msgstr "Selectionner la date de début et la date de fin"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:265
msgid "Select subject"
msgstr "Sélectionner un objet"
#: superset-frontend/src/components/TableSelector/index.tsx:298
#: superset-frontend/src/components/TableSelector/index.tsx:308
msgid "Select table or type table name"
msgstr "Sélectionnez la table ou le nom de type de table"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:98
msgid "Select the number of bins for the histogram"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:38
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:48
msgid "Select the numeric columns to draw the histogram"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1340
msgid "Send as CSV"
msgstr "Envoyer comme CSV"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1339
msgid "Send as PNG"
msgstr "Envoyer comme PNG"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1342
msgid "Send as text"
msgstr "Envoyer comme texte"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:58
msgid "Send range filter events to other charts"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:74
msgid "September"
msgstr "Septembre"
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:58
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:49
msgid "Sequential"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:61
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:385
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:119
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:128
#: superset-frontend/src/explore/controls.jsx:400
msgid "Series"
msgstr "Séries"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:71
#, fuzzy
msgid "Series Height"
msgstr "Nombre de séries max"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:112
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:113
#, fuzzy
msgid "Series Style"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:147
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:122
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:125
msgid "Series chart type (line, bar etc)"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:341
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:356
#: superset-frontend/src/explore/controls.jsx:370
msgid "Series limit"
msgstr "Nombre de séries max"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:135
#, fuzzy
msgid "Series type"
msgstr "Type du filtre"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:311
msgid "Server Page Length"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:289
msgid "Server pagination"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:115
msgid "Service Account"
msgstr "Compte de service"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:286
msgid "Set auto-refresh interval"
msgstr "Définir l'interval d'auto-refresh"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:295
msgid "Set filter mapping"
msgstr "Définir le mappage de filtre"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1264
#: superset-frontend/src/components/Menu/MenuRight.tsx:133
msgid "Settings"
msgstr "Paramètres"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:133
msgid "Settings for time series"
msgstr ""
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:229
msgid "Share"
msgstr "Partage de requête"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:317
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:175
msgid "Share chart by email"
msgstr "Partager le graphique par e-mail"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:264
msgid "Share dashboard by email"
msgstr "Partager le tableau de bord par e-mail"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1221
msgid "Shared query"
msgstr "Requête partagée"
#: superset/views/database/forms.py:272
msgid "Sheet Name"
msgstr "Nom de la feuille"
#: superset/annotation_layers/annotations/commands/exceptions.py:46
msgid "Short description must be unique for this layer"
msgstr "La description courte doit être unique pour cette couche"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:126
msgid ""
"Should daily seasonality be applied. An integer value will specify "
"Fourier order of seasonality."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:109
msgid ""
"Should weekly seasonality be applied. An integer value will specify "
"Fourier order of seasonality."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:90
msgid ""
"Should yearly seasonality be applied. An integer value will specify "
"Fourier order of seasonality."
msgstr ""
#: superset/views/annotations.py:59
msgid "Show Annotation"
msgstr "Montrer l'annotation"
#: superset/views/annotations.py:118
msgid "Show Annotation Layer"
msgstr "Montrer la couche d'annotation"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:80
#, fuzzy
msgid "Show Bubbles"
msgstr "Afficher les tables"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:204
msgid "Show CREATE VIEW statement"
msgstr "Voir l'ordre CREATE VIEW"
#: superset/views/css_templates.py:37
msgid "Show CSS Template"
msgstr "Voir le Template CSS"
#: superset/views/chart/mixin.py:27
msgid "Show Chart"
msgstr "Afficher le graphique"
#: superset/connectors/sqla/views.py:64
msgid "Show Column"
msgstr "Afficher la colonne"
#: superset/views/dashboard/mixin.py:26
msgid "Show Dashboard"
msgstr "Montrer les tableaux de bords"
#: superset/views/database/mixins.py:34
msgid "Show Database"
msgstr "Afficher la base de données"
#: superset/connectors/druid/views.py:214
msgid "Show Druid Cluster"
msgstr "Afficher le cluster Druid"
#: superset/connectors/druid/views.py:71
msgid "Show Druid Column"
msgstr "Afficher les colonnes Druid"
#: superset/connectors/druid/views.py:278
msgid "Show Druid Datasource"
msgstr "Afficher la source de données Druid"
#: superset/connectors/druid/views.py:160
msgid "Show Druid Metric"
msgstr "Afficher une métrique Druid"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:33
msgid "Show Druid granularity dropdown"
msgstr "Afficher la liste déroulante de la granularité Druid"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:44
msgid "Show Druid time origin"
msgstr "Afficher l'origine du temps Druid"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:96
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:127
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:149
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:94
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:71
#, fuzzy
msgid "Show Labels"
msgstr "Afficher les tables"
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359
msgid "Show Less..."
msgstr "Afficher moins ..."
#: superset/views/log/__init__.py:22
msgid "Show Log"
msgstr "Afficher le log"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:64
msgid "Show Markers"
msgstr ""
#: superset/connectors/sqla/views.py:213
msgid "Show Metric"
msgstr "Afficher la métrique"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:178
#, fuzzy
msgid "Show Metric Names"
msgstr "Afficher la métrique"
#: superset/views/alerts.py:76
msgid "Show Observation"
msgstr "Voir l'observation"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:132
#, fuzzy
msgid "Show Range Filter"
msgstr "Filtre d'intervalle"
#: superset/connectors/sqla/views.py:315
msgid "Show Row level security filter"
msgstr "Afficher le filtre de sécurité au niveau de la ligne"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:120
msgid "Show SQL time column"
msgstr "Afficher la colonne temps SQL"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:105
msgid "Show SQL time grain dropdown"
msgstr "Afficher la liste déroulante de la granularité de temps SQL"
#: superset/views/sql_lab.py:40
msgid "Show Saved Query"
msgstr "Montrer les requêtes sauvegardées"
#: superset/connectors/sqla/views.py:396
msgid "Show Table"
msgstr "Afficher les tables"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:85
#, fuzzy
msgid "Show Timestamp"
msgstr "Afficher la colonne temps"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:97
msgid "Show Trend Line"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:83
msgid "Show Upper Labels"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:106
#, fuzzy
msgid "Show Value"
msgstr "Afficher les tables"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:164
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:301
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:182
#, fuzzy
msgid "Show Values"
msgstr "Afficher les tables"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:173
#, fuzzy
msgid "Show all columns"
msgstr "Pas de colonne"
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:359
msgid "Show all..."
msgstr "Afficher tout ..."
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:206
msgid "Show axis line ticks"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:119
msgid "Show cell bars"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:161
#, fuzzy
msgid "Show columns total"
msgstr "Pas de colonne"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:67
msgid "Show data points as circle markers on the lines"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:52
msgid ""
"Show hierarchical relationships of data, with with the value represented "
"by area, showing proportion and contribution to the whole."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/components/InfoTooltipWithTrigger.tsx:50
msgid "Show info tooltip"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:736
#, fuzzy
msgid "Show label"
msgstr "Afficher les tables"
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:86
msgid "Show labels when the node has children."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:35
msgid "Show legend"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/ColumnConfigControl.tsx:168
#, fuzzy
msgid "Show less columns"
msgstr "Afficher la colonne temps"
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:326
msgid "Show less..."
msgstr "Afficher moins ..."
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:287
#, fuzzy
msgid "Show percentage"
msgstr "Pourcentages"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:179
msgid "Show pointer"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:245
#, fuzzy
msgid "Show progress"
msgstr "Propriétés du tableau de bord"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:149
msgid "Show rows total"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:109
msgid "Show series values on the chart"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:218
msgid "Show split lines"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:297
msgid "Show the value on top of the bar"
msgstr ""
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:121
msgid "Show time column"
msgstr "Afficher la colonne temps"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:106
msgid "Show time grain dropdown"
msgstr "Afficher la liste déroulante de la granularité de temps"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:351
msgid ""
"Show total aggregations of selected metrics. Note that row limit does not"
" apply to the result."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:87
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:349
msgid "Show totals"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:31
msgid ""
"Showcases a single metric front-and-center. Big number is best used to "
"call attention to a KPI or the one thing you want your audience to focus "
"on."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:30
msgid ""
"Showcases a single number accompanied by a simple line chart, to call "
"attention to an important metric along with its change over time or other"
" dimension."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:49
msgid ""
"Showcases how a metric changes as the funnel progresses. This classic "
"chart is useful for visualizing drop-off between stages in a pipeline or "
"lifecycle."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/index.js:28
msgid ""
"Showcases the flow or link between categories using thickness of chords. "
"The value and corresponding thickness can be different for each side."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:27
msgid ""
"Showcases the progress of a single metric against a given target. The "
"higher the fill, the closer the metric is to the target."
msgstr ""
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:305
#: superset-frontend/src/explore/components/DatasourcePanel/index.tsx:338
#, python-format
msgid "Showing %s of %s"
msgstr "Affichage de %s sur %s"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:152
msgid "Shows a list of all series available at that point in time"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:31
msgid ""
"Shows the composition of a dataset by segmenting a given rectangle as "
"smaller rectangles with areas proportional to their value or contribution"
" to the whole. Those rectangles may also, in turn, be further segmented "
"hierarchically."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:72
msgid "Significance Level"
msgstr ""
#: superset-frontend/src/explore/components/controls/DndColumnSelectControl/ColumnSelectPopover.tsx:262
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopover/index.jsx:201
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:394
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:397
msgid "Simple"
msgstr "Simple"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:390
msgid "Simple ad-hoc metrics are not enabled for this dataset"
msgstr "Les métriques ad-hoc simples ne sont pas disponibles pour ce dataset"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:186
#, fuzzy
msgid "Single"
msgstr "Personnel"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:45
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:46
#, fuzzy
msgid "Single Metric"
msgstr "Filtres par métrique"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1234
#, fuzzy
msgid "Single Value"
msgstr "Valeur droite"
#: superset-frontend/src/filters/components/Range/controlPanel.ts:65
#, fuzzy
msgid "Single value"
msgstr "Valeur droite"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1251
msgid "Single value type"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:261
msgid "Size of edge symbols"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:230
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:168
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:129
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:109
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:126
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:184
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:187
msgid "Size of marker. Also applies to forecast observations."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:34
msgid "Sizes of vehicles"
msgstr ""
#: superset/views/database/forms.py:199
msgid "Skip Blank Lines"
msgstr "Sauter les lignes vides"
#: superset/views/database/forms.py:184
msgid "Skip Initial Space"
msgstr "Supprimer l'espace initial"
#: superset/views/database/forms.py:187 superset/views/database/forms.py:328
msgid "Skip Rows"
msgstr "Sauter des lignes"
#: superset/views/database/forms.py:200
msgid "Skip blank lines rather than interpreting them as NaN values."
msgstr "Sauter les lignes vides au lieu des les interpréter comme des valeurs NaN."
#: superset/views/database/forms.py:184
msgid "Skip spaces after delimiter."
msgstr "Supprimer l'espace après le délimiteur."
#: superset/views/schedules.py:243 superset/views/schedules.py:323
msgid "Slack Channel"
msgstr "Canal Slack"
#: superset/views/dashboard/mixin.py:80
msgid "Slug"
msgstr "Slug"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:39
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:73
#: superset-frontend/src/dashboard/util/headerStyleOptions.ts:25
msgid "Small"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:153
msgid "Small number format"
msgstr ""
#: superset/commands/exceptions.py:112
msgid "Some roles do not exist"
msgstr "Des profils n'existent pas"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:623
#, python-format
msgid "Sorry there was an error fetching database information: %s"
msgstr ""
"Désolé, une erreur s'est produite lors de la récupération des "
"informations de cette base de données : %s"
#: superset-frontend/src/dashboard/actions/sliceEntities.js:121
msgid "Sorry there was an error fetching saved charts: "
msgstr ""
"Désolé, une erreur s'est produite lors de la récupération des graphiques "
"sauvegardés : "
#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:273
#: superset-frontend/src/explore/components/controls/ViewQueryModal.tsx:84
msgid "Sorry, An error occurred"
msgstr "Désolén une erreur s'est produite"
#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:65
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:126
msgid "Sorry, something went wrong. Try again later."
msgstr "Une erreur s'est produite. Ré essayez plus tard."
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/EventFlow.tsx:50
msgid "Sorry, there appears to be no data"
msgstr ""
#: superset-frontend/src/dashboard/actions/dashboardState.js:238
#, fuzzy, python-format
msgid "Sorry, there was an error saving this dashboard: %s"
msgstr ""
"Désolé, une erreur s'est produite lors de la récupération des graphiques "
"sauvegardés : "
#: superset-frontend/src/dashboard/components/menu/ShareMenuItems/index.tsx:55
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:115
#: superset-frontend/src/views/CRUD/data/components/SyntaxHighlighterCopy/index.tsx:76
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:219
#: superset-frontend/src/views/CRUD/hooks.ts:604
msgid "Sorry, your browser does not support copying."
msgstr "Désolé, votre navigateur ne doit pas supporter la copie."
#: superset-frontend/src/components/CopyToClipboard/index.jsx:79
msgid "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!"
msgstr "Désolé, votre navigateur ne supporte pas la copie. Utilisez Ctrl/Cmd + C!"
#: superset-frontend/src/components/ListView/CardSortSelect.tsx:82
#: superset-frontend/src/components/ListView/CardSortSelect.tsx:83
msgid "Sort"
msgstr "Trier"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:92
#, fuzzy
msgid "Sort Bars"
msgstr "Importer des graphiques"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:42
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:45
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:40
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:48
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:47
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:46
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:44
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:59
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:354
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:105
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:89
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:86
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:83
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:89
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:90
#, fuzzy
msgid "Sort Descending"
msgstr "Tri décroissant"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1198
msgid "Sort Metric"
msgstr "Trier les métriques"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:251
msgid "Sort X Axis"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:263
msgid "Sort Y Axis"
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1188
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:205
#: superset-frontend/src/filters/components/Select/controlPanel.ts:66
msgid "Sort ascending"
msgstr "Tri croissant"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:95
msgid "Sort bars by x labels."
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:125
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:369
#: superset-frontend/src/dashboard/components/SliceAdder.jsx:259
#: superset-frontend/src/explore/controls.jsx:384
msgid "Sort by"
msgstr "Trier par"
#: superset-frontend/src/dashboard/components/SliceAdder.jsx:256
#, fuzzy, python-format
msgid "Sort by %s"
msgstr "Trier par"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:39
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:38
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:94
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:55
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:39
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:62
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:65
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:62
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:49
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:38
#, fuzzy
msgid "Sort by metric"
msgstr "Trier les métriques"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:184
msgid "Sort columns alphabetically"
msgstr "Trier les colonnes alphabétiquement"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:257
#, fuzzy
msgid "Sort columns by"
msgstr "Pas de colonne"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:29
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:337
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1189
#: superset-frontend/src/explore/controlPanels/sections.tsx:125
msgid "Sort descending"
msgstr "Tri décroissant"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1167
msgid "Sort filter values"
msgstr "Trier les valeurs de filtre"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1211
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:184
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:188
msgid "Sort metric"
msgstr "Trier les métriques"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:229
#, fuzzy
msgid "Sort rows by"
msgstr "Trier par"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1181
msgid "Sort type"
msgstr "Type de tri"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:60
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:52
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1189
msgid "Source"
msgstr "Source"
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:104
#: superset-frontend/plugins/legacy-plugin-chart-sankey-loop/src/controlPanel.ts:43
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:33
#, fuzzy
msgid "Source / Target"
msgstr "Nom source de données"
#: superset-frontend/src/SqlLab/components/HighlightedSql/index.tsx:76
msgid "Source SQL"
msgstr "SQL source"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:73
#, fuzzy
msgid "Source category"
msgstr "Catégorie"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:804
msgid "Spatial"
msgstr "Spatial"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:90
#, fuzzy
msgid "Specific Date/Time"
msgstr "Retour au datetime spécifique."
#: superset/views/database/forms.py:127 superset/views/database/forms.py:286
#: superset/views/database/forms.py:414
msgid "Specify a schema (if database flavor supports this)."
msgstr ""
"Spécifier un schéma (si la base de données soutient cette "
"fonctionnalités)."
#: superset/views/database/forms.py:172 superset/views/database/forms.py:325
msgid "Specify duplicate columns as \"X.0, X.1\"."
msgstr "Spécifier les colonnes en double comme\"X.0, X.1\"."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:494
msgid ""
"Specify the database version. This should be used with Presto in order to"
" enable query cost estimation."
msgstr ""
"Spécifier la version de la base de données. Ceci doit être utilisé avec "
"Presto afin d'autoriser l'estimation du coût de requête."
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:230
#, fuzzy
msgid "Split number"
msgstr "Numéro de version"
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:156
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:117
msgid "Stack series"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:159
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:120
msgid "Stack series on top of each other"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:37
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:51
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:40
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:47
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:84
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:83
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:68
#, fuzzy
msgid "Stacked"
msgstr "Backend"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:305
msgid "Stacked Bars"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:52
msgid "Stacked Style"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:37
msgid "Stacked style"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:88
msgid "Standard time series"
msgstr ""
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:155
#: superset/views/annotations.py:79
msgid "Start"
msgstr "Date de début"
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:79
msgid "Start Review"
msgstr "Démarrer la Vérification"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:110
#, fuzzy
msgid "Start angle"
msgstr "Changements de graphique"
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:125
msgid "Start at (UTC)"
msgstr "Début à (UTC)"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/AdvancedFrame.tsx:66
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.tsx:117
msgid "Start date included in time range"
msgstr "Date de début incluse de l'intervalle de temps"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:109
msgid "Start y-axis at 0"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:112
msgid ""
"Start y-axis at zero. Uncheck to start y-axis at minimum value in the "
"data."
msgstr ""
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:94
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:348
msgid "State"
msgstr "Etat"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/index.ts:55
msgid "Statistical"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:399
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:302
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:492
msgid "Status"
msgstr "Status"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:112
#, fuzzy
msgid "Step type"
msgstr "Type du filtre"
#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:49
#: superset-frontend/src/explore/components/QueryAndSaveBtns.jsx:66
msgid "Stop"
msgstr "Arrêt"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:339
msgid "Stop query"
msgstr "Arrêter la requête"
#: superset-frontend/src/SqlLab/components/RunQueryActionButton/index.tsx:115
msgid "Stop running (Ctrl + x)"
msgstr "Arrêter l'exécution (Ctrl + x)"
#: superset/databases/commands/exceptions.py:126
msgid "Stopped an unsafe database connection"
msgstr "Une connexion non sécurisée avec la base de données a été arrêtée"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:268
msgid "Strength to pull the graph toward center"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:36
#, fuzzy, python-format
msgid "Stretched style"
msgstr "Récupéré %s"
#: superset/views/database/forms.py:273
msgid "Strings used for sheet names (default is the first sheet)."
msgstr ""
"Chaînes utilisées pour les noms des feuilles (par défaut la première "
"feuille)."
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:45
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:45
msgid "Structural"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:621
msgid "Style"
msgstr "Style"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:272
msgid "Style the ends of the progress bar with a round cap"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:56
msgid "Subdomain"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:46
#, fuzzy
msgid "Subheader"
msgstr "Ligne d'en-tête"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:62
msgid "Subheader Font Size"
msgstr ""
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:63
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:54
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:142
msgid "Success"
msgstr "Succès"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:62
msgid "Suffix to apply after the percentage display"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:98
msgid "Sum of values over specified period"
msgstr ""
#: superset/viz.py:1856
msgid "Sunburst"
msgstr "Camembert hiérarchique"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:32
#, fuzzy
msgid "Sunburst Chart"
msgstr "Graphique superset"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:56
msgid "Sunday"
msgstr "Dimanche"
#: superset-frontend/src/explore/components/ExploreActionButtons.tsx:121
msgid "Superset Chart"
msgstr "Graphique Superset"
#: superset-frontend/src/components/AnchorLink/index.jsx:84
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:318
msgid "Superset chart"
msgstr "Graphique superset"
#: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:218
msgid "Superset dashboard"
msgstr "Tableau de bord superset"
#: superset/errors.py:105
msgid "Superset encountered an error while running a command."
msgstr "Superset a rencontré une erreur lors de l'exécution d'une commande."
#: superset/errors.py:106
msgid "Superset encountered an unexpected error."
msgstr "Superset a rencontré une erreur inattendue."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:670
#, fuzzy
msgid "Supported databases"
msgstr "Importer la base de données"
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:34
msgid "Survey Responses"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:112
msgid "Swap Groups and Columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:175
msgid "Swap rows and columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:59
msgid ""
"Swiss army knife for visualizing time series data. Choose between step, "
"line, scatter, and bar charts. This viz type has many customization "
"options as well."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:210
#, fuzzy
msgid "Symbol"
msgstr "boulon"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:125
msgid "Symbol of two ends of edge line"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:255
#, fuzzy
msgid "Symbol size"
msgstr "Taille de la bulle"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1223
msgid "Sync columns from source"
msgstr "Synchroniser les colonnes de la source"
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:30
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:44
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:62
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:76
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:89
msgid "Syntax"
msgstr "Syntaxe"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:250
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:305
msgid "TABLES"
msgstr "TABLES"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:85
msgid "THU"
msgstr "JEU"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:83
msgid "TUE"
msgstr "MAR"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:218
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:145
msgid "Tab name"
msgstr "Nom de l'onglet"
#: superset-frontend/src/dashboard/util/newComponentFactory.js:56
#: superset-frontend/src/dashboard/util/newComponentFactory.js:57
msgid "Tab title"
msgstr "Onglet titre"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:25
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:50
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:35
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:41
#: superset-frontend/src/components/TableSelector/index.tsx:293
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:24
#: superset/connectors/sqla/views.py:148 superset/connectors/sqla/views.py:260
#: superset/connectors/sqla/views.py:488 superset/views/chart/mixin.py:87
msgid "Table"
msgstr "Table"
#: superset/views/core.py:1761
#, python-format
msgid "Table %(table)s wasn't found in the database %(db)s"
msgstr "Table %(table)s pas trouvée dans la base de données %(db)s"
#: superset/views/database/forms.py:138 superset/views/database/forms.py:291
#: superset/views/database/forms.py:419
msgid "Table Exists"
msgstr "La table existe"
#: superset/connectors/sqla/views.py:498 superset/views/database/forms.py:95
#: superset/views/database/forms.py:246 superset/views/database/forms.py:379
msgid "Table Name"
msgstr "Nom de la table"
#: superset/viz.py:671
msgid "Table View"
msgstr "Vue en table"
#: superset/datasets/commands/exceptions.py:130
#, python-format
msgid ""
"Table [%(table_name)s] could not be found, please double check your "
"database connection, schema, and table name"
msgstr ""
"La table [%(table_name)s] n'a pu être trouvée, vérifiez à nouveau votre "
"connexion à votre base de données, le schéma et le nom de la table"
#: superset/views/base.py:251
msgid ""
"Table [%{table}s] could not be found, please double check your database "
"connection, schema, and table name, error: {}"
msgstr ""
"La table [%{table}s] n'a pu être trouvée, vérifiez à nouveau votre la "
"connexion à votre base de données, le schéma et le nom de la table, "
"error: {}"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:257
msgid "Table cache timeout"
msgstr "Timeout du cache de table"
#: superset/databases/decorators.py:46
msgid "Table name undefined"
msgstr "Nom de la table non défini"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:26
msgid ""
"Table that visualizes paired t-tests, which are used to understand "
"statistical differences between groups."
msgstr ""
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:269
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:324
#: superset/connectors/sqla/views.py:367 superset/connectors/sqla/views.py:395
msgid "Tables"
msgstr "Tables"
#: superset-frontend/src/dashboard/components/gridComponents/new/NewTabs.jsx:31
msgid "Tabs"
msgstr "Onglets"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/index.js:30
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:55
#: superset-frontend/plugins/plugin-chart-table/src/index.ts:50
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:34
msgid "Tabular"
msgstr "Tabulaire"
#: superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx:607
msgid "Tags"
msgstr "Tags"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/index.js:29
msgid ""
"Take your data points, and group them into \"bins\" to see where the "
"densest areas of information lie"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:62
#, fuzzy
msgid "Target"
msgstr "Date de début"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:67
msgid "Target aspect ratio for treemap tiles."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:86
#, fuzzy
msgid "Target category"
msgstr "Catégorie"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:176
msgid "Target value"
msgstr "Valeur cible"
#: superset/views/css_templates.py:44
msgid "Template Name"
msgstr "Nom du template"
#: superset-frontend/src/SqlLab/components/TemplateParamsEditor/index.tsx:94
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:788
#: superset/connectors/sqla/views.py:504
msgid "Template parameters"
msgstr "Les paramètres du modèle"
#: superset-frontend/src/explore/controlPanels/TimeTable.js:52
msgid ""
"Templated link, it's possible to include {{ metric }} or other values "
"coming from the controls."
msgstr ""
"Lien template, il est possible d'inclure {{ metric }} or autres valeurs "
"provenant de ces contrôles."
#: superset/models/sql_types/base.py:54
#, python-format
msgid "Temporal expression not supported for type: %(col_type)s"
msgstr "Expression temporelle non supportée pour le type %(col_type)s"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:307
msgid ""
"Terminate running queries when browser window closed or navigated to "
"another page. Available for Presto, Hive, MySQL, Postgres and Snowflake "
"databases."
msgstr ""
"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."
#: superset/templates/superset/models/database/macros.html:22
msgid "Test Connection"
msgstr "Test de connexion"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:95
msgid "Test connection"
msgstr "Tester la connexion"
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:35
msgid "Text"
msgstr "Zone de texte"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:105
msgid "Text align"
msgstr ""
#: superset-frontend/src/components/ReportModal/index.tsx:289
msgid "Text embedded in email"
msgstr "Text encapsulé dans l'e-mail"
#: superset/views/dashboard/mixin.py:53
msgid ""
"The CSS for individual dashboards can be altered here, or in the "
"dashboard view where changes are immediately visible"
msgstr ""
"Le css pour certains tableaux de bords peut être modifié ici, ou dans la"
" page tableaux de bords pour que les changement soient visibles "
"immédiatement"
#: superset/errors.py:118
msgid ""
"The CTAS (create table as select) doesn't have a SELECT statement at the "
"end. Please make sure your query has a SELECT as its last statement. "
"Then, try running your query again."
msgstr ""
"Le CTAS (create table as select) n'a pas d'instruction SELECT à la fin. "
"Assurez-vous que la requête a bien un SELECT en dernière instruction. "
"Puis essayez d'exécuter votre requête à nouveau."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:921
msgid "The JSON metric or post aggregation definition."
msgstr "La métrique JSON ou la définition de post-agrégation."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:126
msgid ""
"The URL could not be identified. Please check for typos and make sure "
"that \"Type of google sheet allowed\" selection matches the input"
msgstr ""
#: superset/views/core.py:354
msgid "The access requests seem to have been deleted"
msgstr "L'accée à cette requête semble avoir été effacé"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:168
msgid "The annotation has been saved"
msgstr "Cette annotation a été sauvegardée"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:152
msgid "The annotation has been updated"
msgstr "Cette annotation a été modifiée"
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:74
msgid ""
"The category of source nodes used to assign colors. If a node is "
"associated with more than one category, only the first will be used."
msgstr ""
#: superset/common/query_context_processor.py:449
msgid "The chart does not exist"
msgstr "Le graphique n'existe pas"
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts:54
msgid ""
"The classic. Great for showing how much of a company each investor gets, "
"what demographics follow your blog, or what portion of the budget goes to"
" the military industrial complex.\n"
"\n"
" Pie charts can be difficult to interpret precisely. If clarity of"
" relative proportion is important, consider using a bar or other chart "
"type instead."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:261
msgid "The color for points and clusters in RGB"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:478
#: superset-frontend/src/explore/controls.jsx:484
msgid "The color scheme for rendering chart"
msgstr "Le jeu de couleur pour le rendu graphique"
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:66
msgid ""
"The color scheme is determined by the related dashboard.\n"
" Edit the color scheme in the dashboard properties."
msgstr ""
#: superset/errors.py:99
msgid "The column was deleted or renamed in the database."
msgstr "La colonne a été supprimée ou renommée dans la base de données."
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:47
msgid ""
"The country code standard that Superset should expect to find in the "
"[country] column"
msgstr ""
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:327
msgid "The dashboard has been saved"
msgstr "Ce Tableau de Bord a été sauvegardé"
#: superset/views/core.py:182
msgid "The data source seems to have been deleted"
msgstr "La source de données semble avoir été effacée"
#: superset/connectors/sqla/views.py:103
msgid ""
"The data type that was inferred by the database. It may be necessary to "
"input a type manually for expression-defined columns in some cases. In "
"most case users should not need to alter this."
msgstr ""
"Le type de donnée inféré par la base de données. Il peut être nécessaire "
"de le rentrer manuellement pour les colonnes définissant des expressions "
"dans certains cas. Dans la plupart des cas il n'est pas nécessaire de le "
"modifier."
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:439
#, python-format
msgid ""
"The database %s is linked to %s charts that appear on %s dashboards and "
"users have %s SQL Lab tabs using this database open. Are you sure you "
"want to continue? Deleting the database will break those objects."
msgstr ""
"La base de données %s est liée à %s graphiques qui apparaissent sur %s "
"tableaux de bord et les utilisateurs ont des onglets %s SQL Lab ouverts "
"qui utilisent cette base de données . Êtes-vous sûr de vouloir continuer "
"? Supprimer la base de données cassera ces objets."
#: superset/errors.py:126
msgid "The database is currently running too many queries."
msgstr "La base de données exécute actuellement trop de requêtes."
#: superset/errors.py:93
msgid "The database is under an unusual load."
msgstr "La base de données est soumise à une charge inhabituelle."
#: superset/sqllab/command.py:149
msgid ""
"The database referenced in this query was not found. Please contact an "
"administrator for further assistance or try again."
msgstr ""
"Impossible de trouver la base de données référencée dans cette requête. "
"Merci de contacter un administrateur pour obtenir davantage d'aide ou "
"bien d'essayer à nouveau."
#: superset/errors.py:94
msgid "The database returned an unexpected error."
msgstr "La base de données a retourné une erreur inattendue."
#: superset/errors.py:138
msgid "The database was deleted."
msgstr "La base de données a été supprimée."
#: superset/views/core.py:2085 superset/views/core.py:2155
msgid "The database was not found."
msgstr "Base de données non trouvée."
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:592
#, python-format
msgid ""
"The dataset %s is linked to %s charts that appear on %s dashboards. Are "
"you sure you want to continue? Deleting the dataset will break those "
"objects."
msgstr ""
"La source de données %s est reliée à %s graphiques qui sont présents dans"
" %s tableaux de bord. Etes-vous sûr de vouloir continuer ? Supprimer le "
"jeu de données cassera ces objets."
#: superset-frontend/src/chart/Chart.jsx:73 superset/views/utils.py:268
msgid "The dataset associated with this chart no longer exists"
msgstr "Le jeu de donnée associé à ce graphique n'existe plus"
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:167
msgid ""
"The dataset configuration exposed here\n"
" affects all the charts using this dataset.\n"
" Be mindful that changing settings\n"
" here may affect other charts\n"
" in undesirable ways."
msgstr ""
"La configuration du jeu de donnée indiqué ici\n"
" s'applique à tous les graphiques utilisant ce jeu de "
"données.\n"
" Rappelez vous que changer ces paramètres\n"
" peut affecter d'autres graphiques\n"
" de manière non voulue."
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:128
#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:109
msgid "The dataset has been saved"
msgstr "Le jeu de données a été sauvegardé"
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:256
msgid "The dataset linked to this chart may have been deleted."
msgstr "Le jeu de données lié à ce graphique semble avoir été effacé."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:1283
msgid "The datasource couldn't be loaded"
msgstr "La requête ne peut pas être chargée"
#: superset/errors.py:92
msgid "The datasource is too large to query."
msgstr "Source de données trop volumineuse pour être interrogée."
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:247
msgid ""
"The description can be displayed as widget headers in the dashboard view."
" Supports markdown."
msgstr ""
"La description peut être affichée comme des widgets d'entête dans la vue "
"tableau de bord. Prend en charge le Markdown."
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:104
msgid "The distance between cells, in pixels"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:772
msgid "The duration of time in seconds before the cache is invalidated"
msgstr "Le nombre de secondes avant l'expiration du cache"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:474
msgid ""
"The engine_params object gets unpacked into the sqlalchemy.create_engine "
"call."
msgstr ""
"L'objet engine_params contient les paramètres envoyés à "
"sqlalchemy.create_engine."
#: superset/common/query_object.py:295
#, python-format
msgid ""
"The following entries in `series_columns` are missing in `columns`: "
"%(columns)s. "
msgstr ""
"Les entrées suivantes dans `series_columns` sont manquantes dans "
"`columns`: %(columns)s. "
#: superset/connectors/sqla/views.py:612
#, python-format
msgid "The following tables added new columns: %(tables)s"
msgstr "Nouvelles colonnes dans les tables suivantes : %(tables)s"
#: superset/connectors/sqla/views.py:623
#, python-format
msgid "The following tables removed columns: %(tables)s"
msgstr "Colonnes supprimées dans les tables suivantes : %(tables)s"
#: superset/connectors/sqla/views.py:634
#, python-format
msgid "The following tables update column metadata: %(tables)s"
msgstr ""
"Métadonnées de colonnes mises à jour dans les tables suivantes : "
"%(tables)s"
#: superset/db_engine_specs/mysql.py:134
#, python-format
msgid "The host \"%(hostname)s\" might be down and can't be reached."
msgstr ""
"L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être "
"atteint."
#: superset/db_engine_specs/mssql.py:92
#: superset/db_engine_specs/postgres.py:137
#: superset/db_engine_specs/presto.py:205
#: superset/db_engine_specs/redshift.py:78
#, python-format
msgid ""
"The host \"%(hostname)s\" might be down, and can't be reached on port "
"%(port)s."
msgstr ""
"L'hôte \"%(hostname)s\" est peut-être hors-dervice et ne peut être "
"atteint sur le port %(port)s."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:98
msgid "The host is invalid. Please verify that this field is entered correctly."
msgstr ""
#: superset/errors.py:104
msgid "The host might be down, and can't be reached on the provided port."
msgstr "L'hôte est peut-être HS et ne peut pas être atteint sur le port."
#: superset/db_engine_specs/mssql.py:82
#: superset/db_engine_specs/postgres.py:127
#: superset/db_engine_specs/presto.py:200
#: superset/db_engine_specs/redshift.py:68
#, python-format
msgid "The hostname \"%(hostname)s\" cannot be resolved."
msgstr "Le nom d'hôte \"%(hostname)s\" ne peut pas être résolu."
#: superset/errors.py:102
msgid "The hostname provided can't be resolved."
msgstr "Le nom d'hôte ne peut pas être résolu."
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:60
#: superset-frontend/src/explore/controlPanels/sections.tsx:44
msgid "The id of the active chart"
msgstr "L'identifiant du graphique actif"
#: superset-frontend/src/components/ImportModal/index.tsx:187
msgid "The import was successful"
msgstr "Importé avec succès"
#: superset/connectors/druid/views.py:303 superset/connectors/sqla/views.py:429
msgid ""
"The list of charts associated with this table. By altering this "
"datasource, you may change how these associated charts behave. Also note "
"that charts need to point to a datasource, so this form will fail at "
"saving if removing charts from a datasource. If you want to change the "
"datasource for a chart, overwrite the chart from the 'explore view'"
msgstr ""
"La liste des graphiques associés à cette table. En alterant cette source "
"de données, vous pouvez changer le comportement des graphiques associés. "
"Aussi notez que les graphiques doivent pointer vers une source de "
"données, alors ce formulaire ne pourra pas être enregistré si des "
"graphiques sont retirés d'une source de données. Si vous voulez changer "
"la source de données d'un graphique, écraser le graphique depuis la 'vue "
"d'exploration'"
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:130
msgid "The maximum number of events to return, equivalent to the number of rows"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:179
msgid ""
"The maximum number of subdivisions of each group; lower values are pruned"
" first"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:49
msgid "The maximum value of metrics. It is an optional configuration"
msgstr ""
#: superset/databases/schemas.py:206
#, python-format
msgid ""
"The metadata_params in Extra field is not configured correctly. The key "
"%(key)s is invalid."
msgstr ""
"Le paramètre metadata_params dans Champ supplémentaire n'est pas "
"correctement configuré. La clé %(key)s est invalide."
#: superset/databases/commands/exceptions.py:79
#: superset/views/database/mixins.py:252
msgid ""
"The metadata_params in Extra field is not configured correctly. The key "
"%{key}s is invalid."
msgstr ""
"Le paramètre metadata_params dans Champ supplémentaire n'est pas "
"correctement configuré. La clé %(key)s est invalide."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:452
msgid ""
"The metadata_params object gets unpacked into the sqlalchemy.MetaData "
"call."
msgstr ""
"L'objet metadata_params contient les paramètres envoyés à "
"sqlalchemy.MetaData."
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:75
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:292
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:175
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:195
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:426
#: superset-frontend/src/explore/controlPanels/sections.tsx:191
msgid ""
"The minimum number of rolling periods required to show a value. For "
"instance if you do a cumulative sum on 7 days you may want your \"Min "
"Period\" to be 7, so that all data points shown are the total of 7 "
"periods. This will hide the \"ramp up\" taking place over the first 7 "
"periods"
msgstr ""
"Le nombre minimum de périodes glissantes requis pour afficher une valeur."
" Par exemple, si vous faites un somme cumulée sur 7 jours, vous souhaitez"
" peut être que votre \"Min Période\" soit égale à 7, de sorte que tous "
"les points de données affichés correspondent au total des 7 périodes. "
"Ceci cachera la \"montée en puissance\" qui aura lieu au cours des 7 "
"périodes"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:130
msgid "The number color \"steps\""
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:781
msgid ""
"The number of hours, negative or positive, to shift the time column. This"
" can be used to move UTC time to local time."
msgstr ""
"Nombre d'heures, négatif ou positif, pour décaler la colonne de temps. "
"Cela peut être utilisé pour passer du temps UTC au temps local."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:583
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d by the "
"configuration DISPLAY_MAX_ROWS. Please add additional limits/filters or "
"download to csv to see more rows up to the %(limit)d limit."
msgstr ""
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:589
#, python-format
msgid ""
"The number of results displayed is limited to %(rows)d. Please add "
"additional limits/filters, download to csv, or contact an admin to see "
"more rows up to the %(limit)d limit."
msgstr ""
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:615
#, python-format
msgid "The number of rows displayed is limited to %(rows)d by the limit dropdown."
msgstr ""
"Le nombre de lignes affichées est limité à %(rows)d par la limite de la "
"liste déroulante."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:603
#, python-format
msgid "The number of rows displayed is limited to %(rows)d by the query"
msgstr "Le nombre de lignes affichées est limité à %(rows)d par la requête"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:624
#, python-format
msgid ""
"The number of rows displayed is limited to %(rows)d by the query and "
"limit dropdown."
msgstr ""
"Le nombre de lignes affichées est limité à %(rows)d par la requête et par"
" la limite de la liste déroulante."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:644
#, python-format
msgid "The number of rows displayed is limited to %s by the dropdown."
msgstr "Le nombre de lignes affichées est limité à %s par la liste déroulante."
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:69
#: superset-frontend/src/explore/controlPanels/sections.tsx:53
msgid "The number of seconds before expiring the cache"
msgstr "Le nombre de secondes avant l'expiration du cache"
#: superset/errors.py:128
msgid "The object does not exist in the given database."
msgstr "L'objet n'existe pas dans la base de données."
#: superset/sqllab/query_render.py:97
#, python-format
msgid "The parameter %(parameters)s in your query is undefined."
msgid_plural "The following parameters in your query are undefined: %(parameters)s."
msgstr[0] "Le paramètre %(parameters)s de votre requête est indéfini."
msgstr[1] "Les paramètres suivants de votre requête sont indéfinis : %(parameters)s."
#: superset/db_engine_specs/postgres.py:117
#, python-format
msgid "The password provided for username \"%(username)s\" is incorrect."
msgstr "Le mot de passe fourni pour l'utilisateur \"%(username)s\" est incorrect."
#: superset/errors.py:108
msgid "The password provided when connecting to a database is not valid."
msgstr "Le mot de passe fourni à une base de données est invalide."
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:65
msgid ""
"The passwords for the databases below are needed in order to import them "
"together with the charts. Please note that the \"Secure Extra\" and "
"\"Certificate\" sections of the database configuration are not present in"
" export files, and should be added manually after the import if they are "
"needed."
msgstr ""
"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."
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:57
msgid ""
"The passwords for the databases below are needed in order to import them "
"together with the dashboards. Please note that the \"Secure Extra\" and "
"\"Certificate\" sections of the database configuration are not present in"
" export files, and should be added manually after the import if they are "
"needed."
msgstr ""
"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."
#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:23
#, fuzzy
msgid ""
"The passwords for the databases below are needed in order to import them "
"together with the datasets. Please note that the \"Secure Extra\" and "
"\"Certificate\" sections of the database configuration are not present in"
" export files, and should be added manually after the import if they are "
"needed."
msgstr ""
"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."
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:56
msgid ""
"The passwords for the databases below are needed in order to import them "
"together with the saved queries. Please note that the \"Secure Extra\" "
"and \"Certificate\" sections of the database configuration are not "
"present in export files, and should be added manually after the import if"
" they are needed."
msgstr ""
"Les mots de passe pour les bases de données ci-dessous sont nécessaires "
"pour les importer en même temps que les requêtes sauvegardées. Notez que "
"les sections \"Securité Supplémentaire\" et \"Certificat\" de la "
"configuration de la base de données ne sont pas présents dans les "
"fichiers d'export et doivent être ajoutés manuellement après l'import si "
"nécessaire."
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:39
msgid ""
"The passwords for the databases below are needed in order to import them."
" Please note that the \"Secure Extra\" and \"Certificate\" sections of "
"the database configuration are not present in export files, and should be"
" added manually after the import if they are needed."
msgstr ""
"Les mots de passe pour les bases de données ci-dessous sont nécessaires "
"pour les importer. Notez que les sections \"Securité Supplémentaire\" et "
"\"Certificat\" de la configuration de la base de données ne sont pas "
"présents dans les fichiers d'export et doivent être ajoutés manuellement "
"après l'import si nécessaire."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:231
msgid "The pattern of timestamp format. For strings use "
msgstr "Le motif du format de timestamp. Pour les chaines, utilisez "
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:65
msgid ""
"The periodicity over which to pivot time. Users can provide\n"
" \"Pandas\" offset alias.\n"
" Click on the info bubble for more details on accepted "
"\"freq\" expressions."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:118
msgid "The pixel radius"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:977
msgid ""
"The pointer to a physical table (or view). Keep in mind that the chart is"
" associated to this Superset logical table, and this logical table points"
" the physical table referenced here."
msgstr ""
"Pointeur vers une table physique (ou une vue). Gardez à l'esprit que le "
"graphique est associé à cette table logique de superset et que cette "
"table logique pointe vers la table physique décrite ici."
#: superset/errors.py:103
msgid "The port is closed."
msgstr "Le port est fermé."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:108
#, fuzzy
msgid "The port must be a whole number less than or equal to 65535."
msgstr "`row_limit` doit être plus grand ou égal à 0"
#: superset/errors.py:136
msgid "The port number is invalid."
msgstr "Le numéro de port est invalide."
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:57
msgid "The primary metric is used to define the arc segment sizes"
msgstr ""
#: superset/views/core.py:2330
msgid "The provided `rows` argument is not a valid integer."
msgstr "L'argument `rows` n'est pas un entier valide."
#: superset/errors.py:131
msgid "The query associated with the results was deleted."
msgstr "La requête associée aux résutlats a été supprimée."
#: superset/views/core.py:2280
msgid ""
"The query associated with these results could not be find. You need to "
"re-run the original query."
msgstr ""
"La requête associée à ces résultats n'a pu être trouvée. Rejouez la "
"requête originale."
#: superset/sqllab/query_render.py:113
msgid "The query contains one or more malformed template parameters."
msgstr "Cette requête contient un ou plusieurs paramètres de modèle malformé(s)."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:106
msgid "The query couldn't be loaded"
msgstr "La requête ne peut pas être chargée"
#: superset/errors.py:129
msgid "The query has a syntax error."
msgstr "La requête a une erreur de syntaxe."
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:771
msgid "The query returned no data"
msgstr "La requête n'a pas retourné de résultat"
#: superset/sql_lab.py:265
#, python-format
msgid ""
"The query was killed after %(sqllab_timeout)s seconds. It might be too "
"complex, or the database might be under heavy load."
msgstr ""
"La requête a été tuée après %(sqllab_timeout)s secondes. Elle est peut-"
"être trop complexe ou la base de donnée est soumise à une charge trop "
"importante."
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:87
msgid ""
"The radius (in pixels) the algorithm uses to define a cluster. Choose 0 "
"to turn off clustering, but beware that a large number of points (>1000) "
"will cause lag."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:110
msgid ""
"The radius of individual points (ones that are not in a cluster). Either "
"a numerical column or `Auto`, which scales the point based on the largest"
" cluster"
msgstr ""
#: superset-frontend/src/reports/actions/reports.js:111
msgid "The report has been created"
msgstr "Le rapport a été créé"
#: superset/errors.py:130
msgid "The results backend no longer has the data from the query."
msgstr "Le backend des résultats n'a plus les données de la requête."
#: superset/errors.py:132
msgid ""
"The results stored in the backend were stored in a different format, and "
"no longer can be deserialized."
msgstr ""
"Les résultats stockés dans le backend le sont dans un format différent et"
" ne peuvent plus être déserialisés."
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:233
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:103
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:284
msgid "The rich tooltip shows a list of all series for that point in time"
msgstr ""
#: superset/db_engine_specs/bigquery.py:171
#, python-format
msgid ""
"The schema \"%(schema)s\" does not exist. A valid schema must be used to "
"run this query."
msgstr ""
"Le schéma \"%(schema)s\" n'existe pas. Un schéma valide doit être utilisé"
" pour cette requête."
#: superset/db_engine_specs/presto.py:187
#, python-format
msgid ""
"The schema \"%(schema_name)s\" does not exist. A valid schema must be "
"used to run this query."
msgstr ""
"Le schéma \"%(schema_name)s\" n'existe pas. Un schéma valide doit être "
"utilisé pour cette requête."
#: superset/errors.py:111
msgid "The schema was deleted or renamed in the database."
msgstr "Le schéma a été supprimé ou renommé dans la base de données."
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:92
msgid "The size of the square cell, in pixels"
msgstr ""
#: superset/errors.py:114
msgid "The submitted payload has the incorrect format."
msgstr "Les données fournies sont dans un format incorrect."
#: superset/errors.py:115
msgid "The submitted payload has the incorrect schema."
msgstr "Les données fournies ont un schéma incorrect."
#: superset/db_engine_specs/bigquery.py:158
#, python-format
msgid ""
"The table \"%(table)s\" does not exist. A valid table must be used to run"
" this query."
msgstr ""
"La table \"%(table)s\" n'existe pas. Une table valide doit être utilisée "
"pour cette requête."
#: superset/db_engine_specs/presto.py:179
#, python-format
msgid ""
"The table \"%(table_name)s\" does not exist. A valid table must be used "
"to run this query."
msgstr ""
"La table \"%(table_name)s\" n'existe pas. Une table valide doit être "
"utilisée pour cette requête."
#: superset/connectors/sqla/views.py:540
msgid ""
"The table was created. As part of this two-phase configuration process, "
"you should now click the edit button by the new table to configure it."
msgstr ""
"La table a été créée. Dans le cadre de cette configuration en deux "
"étapes, vous devez maintenant cliquer sur le bouton d'édition de la "
"nouvelle table pour la configurer."
#: superset/errors.py:100
msgid "The table was deleted or renamed in the database."
msgstr "La table a été supprimée ou renommée dans la base de données."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:167
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:266
#: superset-frontend/src/explore/controls.jsx:297
msgid ""
"The time column for the visualization. Note that you can define arbitrary"
" expression that return a DATETIME column in the table. Also note that "
"the filter below is applied against this column or expression"
msgstr ""
"La colonne temps pour la visualisation. Notez que vous pouvez définir "
"arbitrairement l'expression que retourne la colonne DATETIME dans la "
"table. Aussi noter que le filtre ci-dessous est appliqué à cette colonne "
"ou expression"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:256
#: superset-frontend/src/explore/controls.jsx:287
msgid ""
"The time granularity for the visualization. Note that you can type and "
"use simple natural language as in `10 seconds`, `1 day` or `56 weeks`"
msgstr ""
"La granularité temporelle pour la visualisation. Noter que vous pouvez "
"taper etu tiliser le langage naturel comme `10 seconds`, `1 day` ou `56 "
"weeks`"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:297
#: superset-frontend/src/explore/controls.jsx:326
msgid ""
"The time granularity for the visualization. This applies a date "
"transformation to alter your time column and defines a new time "
"granularity. The options here are defined on a per database engine basis "
"in the Superset source code."
msgstr ""
"Le granularité de temps pour la visualisation. Ceci applique une "
"transformation de date pour modifier votre colonne de temps et définit "
"une nouvelle granularité d'heure. Les options ici sont définies pour "
"chaque type de SGBD dans le code source de Superset."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:314
#: superset-frontend/src/explore/controls.jsx:343
msgid ""
"The time range for the visualization. All relative times, e.g. \"Last "
"month\", \"Last 7 days\", \"now\", etc. are evaluated on the server using"
" the server's local time (sans timezone). All tooltips and placeholder "
"times are expressed in UTC (sans timezone). The timestamps are then "
"evaluated by the database using the engine's local timezone. Note one can"
" explicitly set the timezone per the ISO 8601 format if specifying either"
" the start and/or end time."
msgstr ""
"L'intervalle de temps pour la visualisation. Tous les temps relatifs, par"
" exemple \"Mois dernier\", \"7 derniers jours\", \"maintenant\", etc. "
"sont évalués sur le serveur en utilisant l'heure locale du serveur (sans "
"fuseau horaire). Toutes les infobulles et les heures des \"placeholders\""
" sont exprimées en UTC (sans fuseau). Les timestamps sont alors évalués "
"par la base données en utilisant le fuseau horaire local du serveur. "
"Notez que l'on peut indiquer explicitement la fuseau horaire dans le "
"format ISO 8601 quand on spécifie l'heure de début et/ou de fin."
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:65
msgid ""
"The time unit for each block. Should be a smaller unit than "
"domain_granularity. Should be larger or equal to Time Grain"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:49
msgid "The time unit used for the grouping of blocks"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:170
#: superset-frontend/src/explore/controls.jsx:202
msgid "The type of visualization to display"
msgstr "Le type de visualisation à afficher"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:135
msgid "The unit of measure for the specified point radius"
msgstr ""
#: superset/views/core.py:183
msgid "The user seems to have been deleted"
msgstr "L'utilisateur semble avoir été effacé"
#: superset/db_engine_specs/postgres.py:112
#, python-format
msgid "The username \"%(username)s\" does not exist."
msgstr "L'utilisateur \"%(username)s\" n'existe pas."
#: superset/errors.py:107
msgid "The username provided when connecting to a database is not valid."
msgstr "Le nom d'utilisateur fourni à une base de données est invalide."
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:206
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:89
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:72
msgid "The way the ticks are laid out on the X-axis"
msgstr ""
#: superset/charts/commands/exceptions.py:127
#: superset/charts/commands/exceptions.py:147
#: superset/dashboards/commands/exceptions.py:62
#: superset/dashboards/commands/exceptions.py:74
#: superset/databases/commands/exceptions.py:117
msgid "There are associated alerts or reports"
msgstr "Il y a des alertes ou des rapports associés"
#: superset/charts/commands/bulk_delete.py:64
#: superset/charts/commands/delete.py:68
#: superset/dashboards/commands/bulk_delete.py:65
#: superset/dashboards/commands/delete.py:66
#: superset/databases/commands/delete.py:65
#, python-format
msgid "There are associated alerts or reports: %s,"
msgstr "Il y a des alertes ou des rapports associés : %s,"
#: superset-frontend/src/dashboard/components/filterscope/FilterScopeSelector.jsx:507
msgid "There are no filters in this dashboard."
msgstr "Pas de filtre dans ce tableau de bord."
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/Footer.tsx:45
msgid "There are unsaved changes."
msgstr "Vous avez des modifications non sauvegardées."
#: superset/errors.py:95
msgid ""
"There is a syntax error in the SQL query. Perhaps there was a misspelling"
" or a typo."
msgstr ""
"Il y a une erreur de syntaxe dans la requête SQL. Peut-être une faute de "
"frappe."
#: superset-frontend/src/dashboard/components/MissingChart.jsx:31
msgid ""
"There is no chart definition associated with this component, could it "
"have been deleted?"
msgstr ""
"Il n'y a pas de définition de graphique associé à ce composanta-t-il été "
"supprimé ?"
#: superset-frontend/src/dashboard/actions/dashboardLayout.js:180
msgid ""
"There is not enough space for this component. Try decreasing its width, "
"or increasing the destination width."
msgstr ""
"Espace insuffisant pour ce composant. Diminuez sa largeur ou augmentez la"
" largeur de la destination."
#: superset-frontend/src/views/CRUD/hooks.ts:522
#, fuzzy, python-format
msgid "There was an error fetching the favorite status: %s"
msgstr "Erreur à la récupération du statut favori de ce Tableau de Bord."
#: superset-frontend/src/views/CRUD/utils.tsx:181
msgid "There was an error fetching your recent activity:"
msgstr ""
"Une erreur s'est produite lors de lors de la récupération de votre "
"activité récente :"
#: superset-frontend/src/components/DatabaseSelector/index.tsx:230
msgid "There was an error loading the schemas"
msgstr "Une erreur s'est produite lors de la récupération des schémas"
#: superset-frontend/src/components/TableSelector/index.tsx:218
msgid "There was an error loading the tables"
msgstr "Il y a eu une erreur au chargement des tables"
#: superset-frontend/src/views/CRUD/hooks.ts:543
#, fuzzy, python-format
msgid "There was an error saving the favorite status: %s"
msgstr "Il y a eu une erreur au chargement des tables"
#: superset-frontend/src/SqlLab/components/ShareSqlLabQuery/index.tsx:61
msgid "There was an error with your request"
msgstr "Il y avait une erreur avec vore requête"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:165
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:107
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:94
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:97
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:148
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:550
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:235
#: superset-frontend/src/views/CRUD/utils.tsx:289
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:175
#, python-format
msgid "There was an issue deleting %s: %s"
msgstr "Il y a eu un problème lors de la suppression de %s: %s"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:180
#, python-format
msgid "There was an issue deleting the selected %s: %s"
msgstr "Il y a eu un problème lors de la suppression des %s sélectionné(e)s :%s"
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:127
#, python-format
msgid "There was an issue deleting the selected annotations: %s"
msgstr ""
"Il y eu un problème lors de la suppression des annotations sélectionnés :"
" %s"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:209
#, python-format
msgid "There was an issue deleting the selected charts: %s"
msgstr ""
"Il y a eu un problème lors de la suppression des graphiques sélectionnés "
": %s"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:226
msgid "There was an issue deleting the selected dashboards: "
msgstr ""
"Une erreur s'est produite durant la sauvegarde du tableau de bord "
"sélectionné : "
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:568
#, python-format
msgid "There was an issue deleting the selected datasets: %s"
msgstr "Il y a eu un problème en supprimant les jeux de données sélectionnés : %s"
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:111
#, python-format
msgid "There was an issue deleting the selected layers: %s"
msgstr "Il y eu un problème lors de la suppression des couches sélectionnés : %s"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:262
#, python-format
msgid "There was an issue deleting the selected queries: %s"
msgstr ""
"Il y a eu un problème lors de la suppression de requêtes sélectionnées : "
"%s"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:115
#, python-format
msgid "There was an issue deleting the selected templates: %s"
msgstr ""
"Il y a eu un problème lors de la suppression des templates sélectionnés :"
" %s"
#: superset-frontend/src/views/CRUD/utils.tsx:249
#, python-format
msgid "There was an issue deleting: %s"
msgstr "Il y a eu un problème lors de la suppression de : %s"
#: superset-frontend/src/dashboard/actions/dashboardState.js:100
msgid "There was an issue favoriting this dashboard."
msgstr "Un problème est survenu lors de l'activation de ce tableau de bord."
#: superset-frontend/src/reports/actions/reports.js:68
msgid "There was an issue fetching reports attached to this dashboard."
msgstr ""
"Désolé, une erreur s'est produite lors de la récupération des rapports de"
" ce tableau de bord."
#: superset-frontend/src/dashboard/actions/dashboardState.js:79
msgid "There was an issue fetching the favorite status of this dashboard."
msgstr "Erreur à la récupération du statut favori de ce Tableau de Bord."
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:195
#, python-format
msgid "There was an issue fetching your recent activity: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération de votre activité "
"récente : %s"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:152
#, python-format
msgid "There was an issue previewing the selected query %s"
msgstr ""
"Il y a eu un problème lors de la prévisualisation de la requête "
"sélectionnée %s"
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:109
#, python-format
msgid "There was an issue previewing the selected query. %s"
msgstr "Il y a eu un problème de prévisualisation de la requête sélectionnée. %s"
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:222
#, python-format
msgid "There was an issues fetching your chart: %s"
msgstr "Une erreur s'est produite lors de la récupération de votre graphique : %s"
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:211
#, python-format
msgid "There was an issues fetching your dashboards: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération de votre tableau de "
"bord : %s"
#: superset-frontend/src/views/CRUD/welcome/Welcome.tsx:233
#, python-format
msgid "There was an issues fetching your saved queries: %s"
msgstr ""
"Une erreur s'est produite lors de la récupération de vos requêtes "
"sauvegardées : %s"
#: superset/viz.py:1955
msgid ""
"There's a loop in your Sankey, please provide a tree. Here's a faulty "
"link: {}"
msgstr "Il y a une boucle dans votre Sankey, il faut un arbre. Lien fautif: {}"
#: superset/connectors/sqla/views.py:341
msgid "These are the tables this filter will be applied to."
msgstr "Ce sont les tables sur lesquelles vont s'appliquer les filtres."
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:135
msgid "These filters apply to the values available in the dropdowns"
msgstr ""
"Ces filtres s'appliquent aux valeurs disponibles dans les listes "
"déroulantes"
#: superset/views/chart/mixin.py:64
msgid ""
"These parameters are generated dynamically when clicking the save or "
"overwrite button in the explore view. This JSON object is exposed here "
"for reference and for power users who may want to alter specific "
"parameters."
msgstr ""
"Ces paramètres sont généré dynamiquement quand vous cliquez sur "
"Sauvegarder ou forcer dans la page d'exploration. Cet objet JSON est "
"exposé ici comme une référence et pour les experts qui voudraient "
"modifier des paramètres."
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:597
#: superset/views/dashboard/mixin.py:59
msgid ""
"This JSON object is generated dynamically when clicking the save or "
"overwrite button in the dashboard view. It is exposed here for reference "
"and for power users who may want to alter specific parameters."
msgstr ""
"Ce JSON a été généré automatiquement quand vous avez cliqué sur "
"sauvegarder ou forcer dans la page des tableaux de bords. Il est exposé "
"ici comme une référence et pour les experts qui voudraient modifier des "
"paramètres."
#: superset-frontend/src/components/ReportModal/HeaderReportActionsDropdown/index.tsx:99
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:470
#, python-format
msgid "This action will permanently delete %s."
msgstr "Cette action va supprimer définitivement %s."
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx:353
msgid "This action will permanently delete the layer."
msgstr "Cette action va définitivement supprimer la couche."
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:475
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:249
msgid "This action will permanently delete the saved query."
msgstr "Cette action va définitivement supprimer la requête sauvegardée."
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplatesList.tsx:313
msgid "This action will permanently delete the template."
msgstr "Cette acion supprimera définitvement le template."
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:40
msgid ""
"This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. "
"mydatabase.com)."
msgstr ""
"Cela peut être soit une adresse IP (ex 127.0.0.1) ou un nom de domaine "
"(ex mydatabase.com)."
#: superset-frontend/src/dashboard/actions/dashboardLayout.js:258
msgid "This chart has been moved to a different filter scope."
msgstr "Ce graphique a été déplacé vers un autre champ d'application du filtre."
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.ts:56
msgid "This chart might be incompatible with the filter (datasets don't match)"
msgstr ""
#: superset-frontend/src/explore/components/controls/ColorSchemeControl/index.jsx:127
msgid ""
"This color scheme is being overriden by custom label colors.\n"
" Check the JSON metadata in the Advanced settings"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:480
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:496
msgid "This column must contain date/time information."
msgstr "Cette colonne doit contenir une information date/heure."
#: superset-frontend/src/dashboard/components/Header/index.jsx:303
#, python-format
msgid ""
"This dashboard is currently auto refreshing; the next auto refresh will "
"be in %s."
msgstr ""
"Ce tableau de bord est en train de se rafraîchir automatiquement ; le "
"prochain rafraîchissement sera dans %s."
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:38
msgid ""
"This dashboard is not published which means it will not show up in the "
"list of dashboards. Favorite it to see it there or access it by using the"
" URL directly."
msgstr ""
"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."
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:33
msgid ""
"This dashboard is not published, it will not show up in the list of "
"dashboards. Click here to publish this dashboard."
msgstr ""
"Ce tableau de bord n'est pas publié, il ne sera pas visible dans la liste"
" des tableaux de bord. Cliquez ici pour publier ce tableau de bord."
#: superset-frontend/src/dashboard/actions/dashboardState.js:125
#, fuzzy
msgid "This dashboard is now hidden"
msgstr "Modifier ce tableau de bord est interdit"
#: superset-frontend/src/dashboard/actions/dashboardState.js:124
#, fuzzy
msgid "This dashboard is now published"
msgstr "Ce tableau de bord est maintenant ${nowPublished}"
#: superset-frontend/src/dashboard/components/PublishedStatus/index.jsx:43
msgid "This dashboard is published. Click to make it a draft."
msgstr "Ce tableau de bord est publié. Cliquez pour en faire un brouillon."
#: superset/views/core.py:1273
msgid ""
"This dashboard was changed recently. Please reload dashboard to get "
"latest version."
msgstr ""
"Ce tableau de bord a été changé récemment. Merci de le recharger pour "
"avoir la dernière version."
#: superset-frontend/src/dashboard/actions/dashboardState.js:231
msgid "This dashboard was saved successfully."
msgstr "Ce Tableau de Bord a été sauvegardé avec succès."
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:77
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:401
#: superset-frontend/src/explore/controls.jsx:416
msgid "This defines the element to be plotted on the chart"
msgstr "Ceci définit l'élément à tracer sur le graphique"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:82
#, fuzzy
msgid "This defines the level of the hierarchy"
msgstr "Ceci définit l'élément à tracer sur le graphique"
#: superset/views/alerts.py:232 superset/views/schedules.py:253
#: superset/views/schedules.py:334
msgid ""
"This feature is deprecated and will be removed on 2.0. Take a look at the"
" replacement feature <a "
"href='https://superset.apache.org/docs/installation/alerts-"
"reports'>Alerts & Reports documentation</a>"
msgstr ""
"Cette fonctionnalité est obsolète et sera supprimée en 2.0 Regardez "
"replacement feature dans <a "
"href='https://superset.apache.org/docs/installation/alerts-"
"reports'>Alerts & Reports documentation</a>"
#: superset/connectors/sqla/views.py:447
msgid ""
"This fields acts a Superset view, meaning that Superset will run a query "
"against this string as a subquery."
msgstr ""
"Ces champs agissent comme une vue Superset, i.e. Superset va lancer une "
"requête pour cette expression comme une sous-requête."
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/FiltersHeader.tsx:105
msgid "This filter doesn't exist in dashboard. It will not be applied."
msgstr "Ce filtre n'existe pas dans le tableau de bord. Il ne sera pas appliqué."
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx:165
#, python-format
msgid "This filter set is identical to: \"%s\""
msgstr "Cet ensemble de filtre est identique à : \"%s\""
#: superset/connectors/sqla/views.py:358
msgid ""
"This is the condition that will be added to the WHERE clause. For "
"example, to only return rows for a particular client, you might define a "
"regular filter with the clause `client_id = 9`. To display no rows unless"
" a user belongs to a RLS filter role, a base filter can be created with "
"the clause `1 = 0` (always false)."
msgstr ""
"Ceci est la condition qui sera ajoutée à la clause WHERE. Par exemple, "
"pour ne retourner que les lignes d'un client particulier, vous pouvez "
"définir un filtre régulier avec la clause `client_id = 9`. Pour "
"n'afficher aucune ligne sauf pour les utilisateurs qui appartiennent à un"
" role de filtre RLS, un filtre de base peut être créé avec la clause `1 "
"= 0` (toujours faux)."
#: superset/views/dashboard/mixin.py:47
msgid ""
"This json object describes the positioning of the widgets in the "
"dashboard. It is dynamically generated when adjusting the widgets size "
"and positions by using drag & drop in the dashboard view"
msgstr ""
"Cet objet JSON décrit la position des widgets dans le tableau de bord. Il"
" est généré dynamiquement quand on ajuste la taille ou la position des "
"widgets via drag and drop dans la vue tableau de bord"
#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:80
msgid "This markdown component has an error."
msgstr "Ce composant markdown est en erreur."
#: superset-frontend/src/dashboard/components/gridComponents/Markdown.jsx:167
msgid "This markdown component has an error. Please revert your recent changes."
msgstr "Ce composant markdown est en erreur. Reprenez vos modifications récentes."
#: superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.tsx:47
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:62
msgid "This may be triggered by:"
msgstr "Cela peut être déclenché par:"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:109
#, python-format
msgid "This query took %s seconds to run, "
msgstr "Cette requête s'est exécutée en %s secondes, "
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:466
msgid ""
"This section allows you to configure how to use the slice\n"
" to generate annotations."
msgstr ""
"Cette section vous permet de configurer comment utiliser le graphique\n"
" pour générer des annotations."
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:27
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:244
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:127
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:377
#: superset-frontend/src/explore/controlPanels/sections.tsx:146
msgid ""
"This section contains options that allow for advanced analytical post "
"processing of query results"
msgstr ""
"Cette section contient les options permettant un post traitement "
"analytique avancé des résultats de requêtes"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:84
msgid "This value should be greater than the left target value"
msgstr "Cette valeur devrait être plus grande que la valeur cible de gauche"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:79
msgid "This value should be smaller than the right target value"
msgstr "Cette valeur devrait être plus petite que la valeur cible de droite"
#: superset-frontend/src/explore/components/controls/VizTypeControl/index.tsx:67
msgid "This visualization type is not supported."
msgstr "Ce type de visualisation n'est pas supporté."
#: superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.tsx:61
msgid "This was triggered by:"
msgstr "Cela a été déclenché par:"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:74
msgid "Threshold alpha level for determining significance"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:60
msgid "Thursday"
msgstr "Jeudi"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:32
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:26
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:36
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:52
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:38
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:37
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:33
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:36
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:81
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:81
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:75
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:75
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:75
#: superset-frontend/src/explore/controlPanels/sections.tsx:25
#: superset-frontend/src/explore/controlPanels/sections.tsx:84
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:182
msgid "Time"
msgstr "Temps"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:25
#, fuzzy
msgid "Time Column"
msgstr "Colonne de temps"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:303
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:186
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:436
#, fuzzy
msgid "Time Comparison"
msgstr "Comparaison de temps"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:141
#, fuzzy
msgid "Time Format"
msgstr "Format Datetime"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:26
#, fuzzy
msgid "Time Grain"
msgstr "Granularité de Temps"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:28
#, fuzzy
msgid "Time Granularity"
msgstr "Granularité de Temps"
#: superset/connectors/druid/views.py:350
msgid "Time Offset"
msgstr "Décalage du temps (offset)"
#: superset-frontend/packages/superset-ui-chart-controls/src/constants.ts:24
#, fuzzy
msgid "Time Range"
msgstr "Intervalle de Temps"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:86
#, fuzzy
msgid "Time Series"
msgstr "Colonnes des séries temporelles"
#: superset/viz.py:1638
msgid "Time Series - Bar Chart"
msgstr "Séries temporelles - histogramme"
#: superset/viz.py:1564
msgid "Time Series - Dual Axis Line Chart"
msgstr "Séries temporelles - double axe"
#: superset/viz.py:1276
msgid "Time Series - Line Chart"
msgstr "Séries temporelles - ligne"
#: superset/viz.py:1486
msgid "Time Series - Multiple Line Charts"
msgstr "Séries temporelles - Lignes multiples"
#: superset/viz.py:3000
msgid "Time Series - Nightingale Rose Chart"
msgstr "Séries temporelles - Graphique Nightingale Rose"
#: superset/viz.py:2928
msgid "Time Series - Paired t-test"
msgstr "Séries temporelles - Paired t-test"
#: superset/viz.py:1693
msgid "Time Series - Percent Change"
msgstr "Séries temporelles - pourcentage de changement"
#: superset/viz.py:1647
msgid "Time Series - Period Pivot"
msgstr "Séries temporelles - Période Pivot"
#: superset/viz.py:1701
msgid "Time Series - Stacked"
msgstr "Séries temporelles - empilées"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:67
#, fuzzy
msgid "Time Series Options"
msgstr "Colonnes des séries temporelles"
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:311
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:194
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:444
#, fuzzy
msgid "Time Shift"
msgstr "Décalage temporel"
#: superset/viz.py:822
msgid "Time Table View"
msgstr "Vue de la table temporelle"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:297
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1132
#: superset-frontend/src/explore/constants.ts:114
#: superset-frontend/src/filters/components/TimeColumn/index.ts:28
msgid "Time column"
msgstr "Colonne de temps"
#: superset/connectors/sqla/models.py:1173
#, python-format
msgid "Time column \"%(col)s\" does not exist in dataset"
msgstr "La colonne temporelle \"%(col)s\" n'existe pas dans le jeu de données"
#: superset-frontend/src/filters/components/TimeColumn/index.ts:29
msgid "Time column filter plugin"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:88
#: superset-frontend/src/explore/controlPanels/sections.tsx:201
msgid "Time comparison"
msgstr "Comparaison de temps"
#: superset/charts/commands/exceptions.py:66
#, python-format
msgid ""
"Time delta is ambiguous. Please specify [%(human_readable)s ago] or "
"[%(human_readable)s later]."
msgstr ""
"La chaîne Ecart Temps est ambigüe. Veuillez spécifier [%(human_readable)s"
" ago] ou [%(human_readable)s later]."
#: superset/connectors/druid/views.py:317
msgid ""
"Time expression to use as a predicate when retrieving distinct values to "
"populate the filter component. Only applies when `Enable Filter Select` "
"is on. If you enter `7 days ago`, the distinct list of values in the "
"filter will be populated based on the distinct value over the past week"
msgstr ""
"Expression temporelle à utiliser comme un prédicat pour récupérer les "
"valeurs distinctes pour remplir le filtre. S'applique uniquement quand "
"`Activier le filtre` est coché. Si vous entrez `7 days ago`, les listes "
"de valeurs distinctes dans le filtre seront remplies en se basant sur les"
" valeurs distinctes trouvées la semaine passée"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296
#: superset-frontend/src/filters/components/Time/index.ts:27
msgid "Time filter"
msgstr "Filtre de temps"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:450
#, fuzzy
msgid "Time format"
msgstr "Format Datetime"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:298
#: superset-frontend/src/explore/constants.ts:115
#: superset-frontend/src/filters/components/TimeGrain/index.ts:28
msgid "Time grain"
msgstr "Granularité de Temps"
#: superset-frontend/src/filters/components/TimeGrain/index.ts:29
#, fuzzy
msgid "Time grain filter plugin"
msgstr "Granularité de temps manquante"
#: superset/utils/pandas_postprocessing.py:815
msgid "Time grain missing"
msgstr "Granularité de temps manquante"
#: superset-frontend/src/explore/constants.ts:117
#, fuzzy
msgid "Time granularity"
msgstr "Granularité de Temps"
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1267
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1282
msgid "Time in seconds"
msgstr "Temps en secondes"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:296
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:1105
#: superset-frontend/src/explore/constants.ts:113
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:382
msgid "Time range"
msgstr "Intervalle de Temps"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:98
#: superset-frontend/src/explore/controlPanels/sections.tsx:69
msgid "Time range endpoints"
msgstr "Bornes de la période temporelle"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:100
#: superset-frontend/src/explore/controlPanels/sections.tsx:71
msgid "Time range endpoints (SIP-15)"
msgstr "Bornes de la période temporelle (SIP-15)"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:28
#: superset-frontend/src/explore/controlPanels/sections.tsx:27
#: superset-frontend/src/explore/controlPanels/sections.tsx:85
msgid "Time related form attributes"
msgstr "Attributs de formulaire liés au temps"
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:48
#: superset-frontend/src/explore/controlPanels/TimeTable.js:38
msgid "Time series columns"
msgstr "Colonnes des séries temporelles"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx:96
#: superset-frontend/src/explore/controlPanels/sections.tsx:209
msgid "Time shift"
msgstr "Décalage temporel"
#: superset/charts/commands/exceptions.py:38
#, python-format
msgid ""
"Time string is ambiguous. Please specify [%(human_readable)s ago] or "
"[%(human_readable)s later]."
msgstr ""
"La chaîne de Temps est ambigüe. Veuillez spécifier [%(human_readable)s "
"ago] ou [%(human_readable)s later]."
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:75
#, fuzzy
msgid "Time-series Area Chart"
msgstr "Séries temporelles - histogramme"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:65
msgid ""
"Time-series Area chart are similar to line chart in that they represent "
"variables with the same scale, but area charts stack the metrics on top "
"of each other. An area chart in Superset can be stream, stack, or expand."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:35
#, fuzzy
msgid "Time-series Bar Chart"
msgstr "Séries temporelles - histogramme"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:75
#, fuzzy
msgid "Time-series Bar Chart v2"
msgstr "Séries temporelles - histogramme"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:61
msgid ""
"Time-series Bar Charts are used to show the changes in a metric over time"
" as a series of bars."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:69
#, fuzzy
msgid "Time-series Chart"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:70
#, fuzzy
msgid "Time-series Line Chart"
msgstr "Séries temporelles - ligne"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:30
#, fuzzy
msgid "Time-series Percent Change"
msgstr "Séries temporelles - pourcentage de changement"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:28
#, fuzzy
msgid "Time-series Period Pivot"
msgstr "Séries temporelles - Période Pivot"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:69
#, fuzzy
msgid "Time-series Scatter Plot"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:59
msgid ""
"Time-series Scatter Plot has time on the horizontal axis in linear units,"
" and the points are connected in order. It shows a statistical "
"relationship between two variables."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:69
#, fuzzy
msgid "Time-series Smooth Line"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:59
msgid ""
"Time-series Smooth-line is a variation of line chart. Without angles and "
"hard edges, Smooth-line looks more smarter and more professional."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:60
#, fuzzy
msgid "Time-series Stepped Line"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:50
msgid ""
"Time-series Stepped-line graph (also called step chart) is a variation of"
" line chart but with the line forming a series of steps between data "
"points. A step chart can be useful when you want to show the changes that"
" occur at irregular intervals."
msgstr ""
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:25
msgid "Time-series Table"
msgstr "Table de Séries temporelles"
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Line/index.ts:60
msgid ""
"Time-series line chart is used to visualize repeated measurements taken "
"over regular time intervals. Line chart is a type of chart which displays"
" information as a series of data points connected by straight line "
"segments. It is a basic type of chart common in many fields."
msgstr ""
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:98
msgid "Timeout error"
msgstr "Erreur de timeout"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:60
#, fuzzy
msgid "Timestamp Format"
msgstr "Format date/timestamp invalide"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:73
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:372
#, fuzzy
msgid "Timestamp format"
msgstr "Format date/timestamp invalide"
#: superset-frontend/src/components/ReportModal/index.tsx:378
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1223
msgid "Timezone"
msgstr "Fuseau horaire"
#: superset/connectors/druid/views.py:312 superset/connectors/sqla/views.py:438
msgid "Timezone offset (in hours) for this datasource"
msgstr "Timezone offset (en heure) de cette source de données"
#: superset-frontend/src/components/TimezoneSelector/index.tsx:120
msgid "Timezone selector"
msgstr "Sélecteur de fuseau horaire"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:35
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/sharedControls.ts:69
#, fuzzy
msgid "Tiny"
msgstr "dans"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:502
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:42
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:278
#: superset/views/dashboard/mixin.py:79 superset/views/dashboard/views.py:156
msgid "Title"
msgstr "Titre"
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:509
msgid "Title Column"
msgstr "Colonne de Titre"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/DividerConfigForm.tsx:45
#, fuzzy
msgid "Title is required"
msgstr "Une valeur est obligatoire"
#: superset/dashboards/filters.py:33
msgid "Title or Slug"
msgstr "Titre"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:287
msgid "To filter on a metric, use Custom SQL tab."
msgstr "Pour filtrer sur une métrique, utiliser l'onglet Custom SQL."
#: superset/views/dashboard/mixin.py:58
msgid "To get a readable URL for your dashboard"
msgstr "Pour avoir une URL lisible pour votre tableau de bord"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:280
msgid "Toggle chart description"
msgstr "Basculer la description du graphique"
#: superset-frontend/src/visualizations/FilterBox/FilterBoxChartPlugin.js:25
msgid "Tools"
msgstr "Outils"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:184
msgid "Tooltip"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:172
#, fuzzy
msgid "Tooltip sort by metric"
msgstr "Filtres par métrique"
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:162
#, fuzzy
msgid "Tooltip time format"
msgstr "Format Datetime"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:289
#, fuzzy
msgid "Top"
msgstr "Arrêt"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:139
msgid "Top to Bottom"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:439
msgid "Totals"
msgstr ""
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:820
msgid "Track job"
msgstr "Suivre le job"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/index.js:40
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/index.ts:46
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:77
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/index.ts:83
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:82
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/index.ts:76
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/SmoothLine/index.ts:77
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/index.ts:67
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/index.ts:76
msgid "Transformable"
msgstr ""
#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:25
msgid "Transparent"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:110
msgid "Transpose Pivot"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:173
msgid "Transpose pivot"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:39
#, fuzzy
msgid "Tree Chart"
msgstr "Nouveau graphique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:117
msgid "Tree layout"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:134
#, fuzzy
msgid "Tree orientation"
msgstr "Documentation"
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/index.js:40
#: superset/viz.py:1003
msgid "Treemap"
msgstr "Carte proportionnelle"
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/index.ts:56
#, fuzzy
msgid "Treemap v2"
msgstr "Carte proportionnelle"
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:37
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/index.js:37
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/index.ts:43
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:53
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:38
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:40
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/index.ts:59
#: superset-frontend/src/visualizations/TimeTable/TimeTableChartPlugin.ts:36
msgid "Trend"
msgstr "Tendance"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:226
msgid "Triangle"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1168
msgid "Trigger Alert If..."
msgstr "Déclencher une alerte si ..."
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:340
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:255
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:218
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:198
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:215
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:271
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:274
msgid "Truncate Y Axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:343
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:258
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:201
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:218
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:274
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:277
msgid "Truncate Y Axis. Can be overridden by specifying a min or max bound."
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/components/DateFunctionTooltip.tsx:58
msgid "Truncates the specified date to the accuracy specified by the date unit."
msgstr "Tronquer la date spécifiée à la précision spécifiée par l'unité de date."
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/BigNumber.tsx:222
msgid "Try applying different filters or ensuring your datasource has data"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:58
msgid "Tuesday"
msgstr "Mardi"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:215
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:219
#: superset-frontend/src/explore/components/controls/TimeSeriesColumnControl/index.jsx:276
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:288
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:466
#: superset/connectors/druid/views.py:92 superset/connectors/druid/views.py:190
#: superset/connectors/sqla/views.py:152 superset/connectors/sqla/views.py:258
msgid "Type"
msgstr "Type"
#: superset-frontend/src/components/DeleteModal/index.tsx:92
#: superset-frontend/src/components/ImportModal/index.tsx:253
#, python-format
msgid "Type \"%s\" to confirm"
msgstr "Tapez \"%s\" pour confirmer"
#: superset-frontend/src/components/ListView/Filters/Search.tsx:71
msgid "Type a value"
msgstr "Renseigner une valeur"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/index.tsx:319
msgid "Type a value here"
msgstr "Saisir une valeur ici"
#: superset/reports/commands/exceptions.py:71
msgid "Type is required"
msgstr "Le type est requis"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:73
msgid "Type of Google Sheets allowed"
msgstr "Type de feuilles Google Sheets autorisées"
#: superset-frontend/src/visualizations/FilterBox/FilterBox.jsx:379
#, python-format
msgid "Type or Select [%s]"
msgstr "Tapez ou Selectionnez [%s]"
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:51
#: superset-frontend/src/filters/components/Range/controlPanel.ts:47
#: superset-frontend/src/filters/components/Select/controlPanel.ts:57
#: superset-frontend/src/filters/components/Time/controlPanel.ts:45
#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:25
#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:25
#, fuzzy
msgid "UI Configuration"
msgstr "Configuration du filtre"
#: superset-frontend/src/explore/controlPanels/TimeTable.js:51
msgid "URL"
msgstr "URL"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/sections.tsx:76
#, fuzzy
msgid "URL Parameters"
msgstr "Paramètres URL"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:125
#, fuzzy
msgid "URL could not be identified"
msgstr "Le graphique n'a pas pu être supprimé."
#: superset-frontend/src/explore/controlPanels/sections.tsx:60
msgid "URL parameters"
msgstr "Paramètres URL"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:514
msgid "URL slug"
msgstr "URL Slug"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:531
msgid "Unable to add a new tab to the backend. Please contact your administrator."
msgstr ""
"Impossible d'ajouter une table dans le backend. Veuillez contacter votre "
"administrateur."
#: superset/db_engine_specs/presto.py:218
#, python-format
msgid "Unable to connect to catalog named \"%(catalog_name)s\"."
msgstr "Impossible de se connecter au catalogue \"%(catalog_name)s\"."
#: superset/db_engine_specs/mysql.py:139
#: superset/db_engine_specs/postgres.py:145
#, python-format
msgid "Unable to connect to database \"%(database)s\"."
msgstr "Impossible de se connecter à la base de données \"%(database)s\"."
#: superset/utils/date_parser.py:390
#, python-format
msgid "Unable to find such a holiday: [%(holiday)s]"
msgstr "Impossible de trouver un tel congé : [%(holiday)s]"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:498
msgid ""
"Unable to migrate query editor state to backend. Superset will retry "
"later. Please contact your administrator if this problem persists."
msgstr ""
"Impossible de migrer l'état de l'éditeur de requêtes dans le backend. "
"Superset réessayera plus tard. Veuillez contacter votre administrateur si"
" le problème persiste."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:452
msgid ""
"Unable to migrate query state to backend. Superset will retry later. "
"Please contact your administrator if this problem persists."
msgstr ""
"Impossible de migrer l'état de la requête dans le backend. Superset "
"réessayera plus tard. Veuillez contacter votre administrateur si le "
"problème persiste."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:434
msgid ""
"Unable to migrate table schema state to backend. Superset will retry "
"later. Please contact your administrator if this problem persists."
msgstr ""
"Impossible de migrer l'état du schéma de la table dans le backend. "
"Superset réessayera plus tard. Veuillez contacter votre administrateur si"
" le problème persiste."
#: superset/connectors/sqla/views.py:641
#, python-format
msgid "Unable to refresh metadata for the following table(s): %(tables)s"
msgstr "Metadonnées rafraichies pour le(s) table(s) suivante(s) : %(tables)s"
#: superset/views/database/views.py:240
#, python-format
msgid ""
"Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in"
" database \"%(db_name)s\". Error message: %(error_msg)s"
msgstr ""
"Impossible de téléverser le fichier CSV \"%(filename)s\" dans la table "
"\"%(table_name)s\" de la base de données \"%(db_name)s\". Message "
"d'erreur : %(error_msg)s"
#: superset/views/database/views.py:538
#, python-format
msgid ""
"Unable to upload Columnar file \"%(filename)s\" to table "
"\"%(table_name)s\" in database \"%(db_name)s\". Error message: "
"%(error_msg)s"
msgstr ""
"Impossible de charger le fichier en colonnes \"%(filename)s\" dans la "
"table \"%(table_name)s\" de la base de données \"%(db_name)s\". Message "
"d'erreur : %(error_msg)s"
#: superset/views/database/views.py:386
#, python-format
msgid ""
"Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" "
"in database \"%(db_name)s\". Error message: %(error_msg)s"
msgstr ""
"Impossible de charger le fichier Excel \"%(filename)s\" dans la table "
"\"%(table_name)s\" de la base de données \"%(db_name)s\". Message "
"d'erreur : %(error_msg)s"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:75
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:114
msgid "Undefined"
msgstr "Indéfini"
#: superset/utils/pandas_postprocessing.py:391
msgid "Undefined window for rolling operation"
msgstr "Fenêtre indéfinie pour l'opération de roulement"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FilterTitleContainer.tsx:126
msgid "Undo?"
msgstr "Défaire?"
#: superset-frontend/src/components/ErrorBoundary/index.jsx:51
#: superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:26
msgid "Unexpected error"
msgstr "Erreur inattendue"
#: superset/databases/commands/exceptions.py:135 superset/views/core.py:1391
msgid "Unexpected error occurred, please check your logs for details"
msgstr "Erreur inattendue, consultez les logs pour plus de détails"
#: superset-frontend/src/utils/getClientErrorObject.ts:55
#, fuzzy
msgid "Unexpected error: "
msgstr "Erreur inattendue"
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:95
msgid "Unknown"
msgstr "Erreur inconnue"
#: superset/db_engine_specs/mysql.py:129
#, python-format
msgid "Unknown MySQL server host \"%(hostname)s\"."
msgstr "Hôte MySQL \"%(hostname)s\" inconnu."
#: superset/db_engine_specs/presto.py:1005
msgid "Unknown Presto Error"
msgstr "Erreur Presto inconnue"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:111
msgid "Unknown Status"
msgstr "Statut inconnu"
#: superset/connectors/sqla/models.py:1121
#, python-format
msgid "Unknown column used in orderby: %(col)s"
msgstr "Colonne inconnue utilisée dans le tri %(col)s"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:349
#: superset-frontend/src/SqlLab/actions/sqlLab.js:389
msgid "Unknown error"
msgstr "Erreur inconnue"
#: superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/utils/index.ts:45
#, fuzzy
msgid "Unknown value"
msgstr "Statut inconnu"
#: superset/jinja_context.py:347
#, python-format
msgid "Unsafe return type for function %(func)s: %(value_type)s"
msgstr "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s"
#: superset/jinja_context.py:371
#, python-format
msgid "Unsafe template value for key %(key)s: %(value_type)s"
msgstr "Valeur de template non sécurisée pour la clé %(key)s: %(value_type)s"
#: superset-frontend/src/dashboard/components/FiltersBadge/DetailsPanel/index.tsx:255
#, python-format
msgid "Unset Filters (%d)"
msgstr "Filtre(s) désactivé(s) (%d)"
#: superset/utils/core.py:1048
#, python-format
msgid "Unsupported clause type: %(clause)s"
msgstr "Type de clause non supportée: %(clause)s"
#: superset/connectors/druid/models.py:1492
msgid "Unsupported extraction function: "
msgstr "Fonction d’extraction non supportée : "
#: superset/common/query_object.py:392
#, python-format
msgid "Unsupported post processing operation: %(operation)s"
msgstr "Opération de post-traitement non supportée : %(operation)s"
#: superset/jinja_context.py:358
#, python-format
msgid "Unsupported return value for method %(name)s"
msgstr "Type de retour non supporté pour la méthode %(name)s"
#: superset/jinja_context.py:382
#, python-format
msgid "Unsupported template value for key %(key)s"
msgstr "Valeur de template non supportée pour la clé key %(key)s"
#: superset/utils/pandas_postprocessing.py:818
#, python-format
msgid "Unsupported time grain: %(time_grain)s"
msgstr "Granularité de Temps non supportée : %(time_grain)s"
#: superset-frontend/src/SqlLab/components/TabbedSqlEditors/index.jsx:264
#, python-format
msgid "Untitled Query %s"
msgstr "Requête sans titre %s"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:331
#: superset-frontend/src/SqlLab/reducers/getInitialState.js:44
msgid "Untitled query"
msgstr "Requête sans titre"
#: superset-frontend/src/SqlLab/components/SaveQuery/index.tsx:190
msgid "Update"
msgstr "Mettre à jour"
#: superset-frontend/src/chart/chartReducer.ts:82
#, fuzzy
msgid "Updating chart was stopped"
msgstr "La requête a été arrêtée"
#: superset/templates/superset/import_dashboards.html:63
msgid "Upload"
msgstr "Téléverser"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:134
msgid "Upload Credentials"
msgstr "Charger les informations de connexion"
#: superset/initialization/__init__.py:400
msgid "Upload Excel"
msgstr "Téléverser un fichier Excel"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:102
msgid "Upload JSON file"
msgstr "Charger un fichier JSON"
#: superset/initialization/__init__.py:369
msgid "Upload a CSV"
msgstr "Téléverser un fichier CSV"
#: superset/initialization/__init__.py:383
msgid "Upload a Columnar File"
msgstr "Téléverser un fichier en colonnes"
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:112
#, fuzzy
msgid "Use Area Proportions"
msgstr "Sélectionner les options d’agrégat"
#: superset/views/database/forms.py:175 superset/views/database/forms.py:433
msgid "Use Columns"
msgstr "Utilise Columns"
#: superset/views/database/forms.py:211
msgid "Use Pandas to interpret the datetime format automatically."
msgstr "Utiliser Pandas pour interpréter le format Datetime automatiquement."
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:207
msgid "Use a log scale"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:107
msgid "Use a log scale for the X-axis"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:230
msgid "Use a log scale for the Y-axis"
msgstr ""
#: superset/db_engine_specs/base.py:1401
msgid "Use an encrypted connection to the database"
msgstr "Utiliser une connexion cryptée vers la base de données"
#: superset-frontend/src/components/Datasource/DatasourceModal.tsx:209
msgid "Use legacy datasource editor"
msgstr "Utiliser l'ancien éditeur de source de données"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:85
msgid "Use metrics as a top level group for columns or for rows"
msgstr ""
#: superset-frontend/src/filters/components/Range/controlPanel.ts:68
msgid "Use only a single value."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:124
msgid "Use the Advanced Analytics options below"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/EncryptedField.tsx:136
msgid ""
"Use the JSON file you automatically downloaded when creating your service"
" account."
msgstr ""
"Utiliser le fichier JSON que vous avez téléchargé automatiquement lors de"
" la création de votre compte de service."
#: superset/templates/superset/fab_overrides/list_with_checkboxes.html:82
msgid "Use the edit buttom to change this field"
msgstr "Utilisez le bouton Editer pour changer ce champ"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:176
#: superset-frontend/src/explore/controls.jsx:207
msgid "Use this to define a static color for all circles"
msgstr "Utiliser ceci pour définir une couleur statique pour tous les cercles"
#: superset/views/dynamic_plugins.py:48
msgid ""
"Used internally to identify the plugin. Should be set to the package name"
" from the pluginʼs package.json"
msgstr ""
"Utilisé en interne pour identifier le plugin. Devrait être le nom du "
"package tiré du fichier plugin package.json"
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/index.js:27
msgid ""
"Used to summarize a set of data by grouping together multiple statistics "
"along two axes. Examples: Sales numbers by region and month, tasks by "
"status and assignee, active users by age and location.\n"
"\n"
" This chart is being deprecated and we recommend checking out Pivot "
"Table V2 instead!"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/index.ts:51
msgid ""
"Used to summarize a set of data by grouping together multiple statistics "
"along two axes. Examples: Sales numbers by region and month, tasks by "
"status and assignee, active users by age and location. Not the most "
"visually stunning visualization, but highly informative and versatile."
msgstr ""
#: superset-frontend/src/components/Menu/MenuRight.tsx:158
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:275
#: superset-frontend/src/views/CRUD/data/query/QueryList.tsx:365
#: superset/views/access_requests.py:41 superset/views/log/__init__.py:30
#: superset/views/schedules.py:239 superset/views/schedules.py:319
#: superset/views/sql_lab.py:69
msgid "User"
msgstr "Utilisateur"
#: superset/views/access_requests.py:42
msgid "User Roles"
msgstr "Profils utilisateurs"
#: superset/errors.py:112
msgid "User doesn't have the proper permissions."
msgstr "L'utilisateur n'a pas les droits."
#: superset-frontend/src/filters/components/Select/controlPanel.ts:94
#, fuzzy
msgid "User must select a value before applying the filter"
msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre"
#: superset-frontend/src/explore/components/controls/FilterBoxItemControl/index.jsx:253
msgid "User must select a value for this filter"
msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre"
#: superset-frontend/src/filters/components/GroupBy/controlPanel.ts:76
#: superset-frontend/src/filters/components/Range/controlPanel.ts:58
#: superset-frontend/src/filters/components/Time/controlPanel.ts:56
#: superset-frontend/src/filters/components/TimeColumn/controlPanel.ts:36
#: superset-frontend/src/filters/components/TimeGrain/controlPanel.ts:36
#, fuzzy
msgid "User must select a value for this filter."
msgstr "L'utilisateur doit sélectionner une valeur pour ce filtre"
#: superset-frontend/src/views/CRUD/data/query/QueryPreviewModal.tsx:154
msgid "User query"
msgstr "Requête utilisateur"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:109
#: superset/db_engine_specs/base.py:1388
msgid "Username"
msgstr "Nom d'utilisateur"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/index.ts:39
msgid ""
"Uses a gauge to showcase progress of a metric towards a target. The "
"position of the dial represents the progress and the terminal value in "
"the gauge represents the target value."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/index.js:28
msgid ""
"Uses circles to visualize the flow of data through different stages of a "
"system. Hover over individual paths in the visualization to understand "
"the stages a value took. Useful for multi-stage, multi-group visualizing "
"funnels and pipelines."
msgstr ""
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FiltersConfigForm.tsx:294
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1186
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1202
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:140
msgid "Value"
msgstr "Valeur"
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:91
msgid "Value Domain"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:329
#, fuzzy
msgid "Value Format"
msgstr "Format d'e-mail"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:235
msgid "Value bounds"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:165
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:206
#, fuzzy
msgid "Value format"
msgstr "Format d'e-mail"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DefaultValue.tsx:75
msgid "Value is required"
msgstr "Une valeur est obligatoire"
#: superset/reports/schemas.py:185 superset/reports/schemas.py:191
#: superset/reports/schemas.py:197 superset/reports/schemas.py:275
#: superset/reports/schemas.py:281 superset/reports/schemas.py:288
msgid "Value must be greater than 0"
msgstr "La valeur doit être plus grande que 0"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:39
#, fuzzy
msgid "Vehicle Types"
msgstr "Type du filtre"
#: superset/connectors/druid/views.py:189
#: superset/connectors/druid/views.py:238 superset/connectors/sqla/views.py:144
#: superset/connectors/sqla/views.py:257
msgid "Verbose Name"
msgstr "Nom explicite"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:482
msgid "Version"
msgstr "Version"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:489
msgid "Version number"
msgstr "Numéro de version"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:41
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:48
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts:84
#, fuzzy
msgid "Vertical"
msgstr "virtuel"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:38
msgid "Video game consoles"
msgstr ""
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:217
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:219
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:296
msgid "View All »"
msgstr ""
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:287
msgid "View chart in Explore"
msgstr "Voir le graphique dans explore"
#: superset-frontend/src/explore/components/controls/DatasourceControl/index.jsx:197
msgid "View in SQL Lab"
msgstr "Voir dans SQL Lab"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:166
#, python-format
msgid "View keys & indexes (%s)"
msgstr "Vue des clefs et index (%s)"
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:296
#: superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx:298
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:86
#: superset-frontend/src/explore/components/ExploreAdditionalActionsMenu/index.jsx:88
msgid "View query"
msgstr "Voir la requête"
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:216
#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:396
msgid "View results"
msgstr "Visualiser les résultats"
#: superset-frontend/src/explore/components/DataTablesPane/index.tsx:409
msgid "View samples"
msgstr "Voir exemples"
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:180
msgid "Viewed"
msgstr "Consultés"
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:124
#, fuzzy, python-format
msgid "Viewed %s"
msgstr "Consultés"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:268
#, fuzzy
msgid "Viewport"
msgstr "rapport"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:133
msgid "Virtual (SQL)"
msgstr "SQL virtuel"
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:231
msgid "Virtual dataset"
msgstr "Jeu de données virtuel"
#: superset/connectors/sqla/models.py:849 superset/connectors/sqla/utils.py:83
msgid "Virtual dataset query cannot be empty"
msgstr "La requête du jeu de données virtuel ne peut pas être vide"
#: superset/connectors/sqla/models.py:852
msgid "Virtual dataset query cannot consist of multiple statements"
msgstr ""
"La requête du jeu de données virtuel ne peut pas comporter plusieurs "
"instructions"
#: superset/connectors/sqla/models.py:825
msgid "Virtual dataset query must be read-only"
msgstr "La requête du jeu de données virtuel doit être en lecture seule"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:192
msgid "Visual Tweaks"
msgstr ""
#: superset-frontend/src/dashboard/components/AddSliceCard.jsx:132
msgid "Visualization"
msgstr "Visualisation"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:168
#: superset/views/chart/mixin.py:88
msgid "Visualization Type"
msgstr "Type de visualisation"
#: superset-frontend/src/explore/controls.jsx:200
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:270
msgid "Visualization type"
msgstr "Type de visualisation"
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:50
msgid ""
"Visualize a parallel set of metrics across multiple groups. Each group is"
" visualized using its own line of points and each metric is represented "
"as an edge in the chart."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/index.js:30
msgid ""
"Visualize a related metric across pairs of groups. Heatmaps excel at "
"showcasing the correlation or strength between two groups. Color is used "
"to emphasize the strength of the link between each pair of groups."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/index.js:31
msgid ""
"Visualize how a metric changes over time using bars. Add a group by "
"column to visualize group level metrics and how they change over time."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/index.ts:35
msgid ""
"Visualize multiple levels of hierarchy using a familiar tree-like "
"structure."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/index.ts:58
msgid ""
"Visualize two different time series using the same x-axis time range. "
"Note that each time series can be visualized differently (e.g. 1 using "
"bars and 1 using a line)."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:27
msgid ""
"Visualize two different time series using the same x-axis time range. "
"This chart is being deprecated and we recommend using the Mixed "
"Timeseries Chart instead!"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/index.js:27
msgid ""
"Visualizes 2 metrics as line plots using the same x-axis. This chart is "
"useful for comparing metrics across the same time range."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:27
msgid ""
"Visualizes a metric across three dimensions of data in a single chart (X "
"axis, Y axis, and bubble size). Bubbles from the same group can be "
"showcased using bubble color."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/index.js:27
msgid ""
"Visualizes how a metric has changed over a time using a color scale and a"
" calendar view. Gray values are used to indicate missing values and the "
"linear color scheme is used to encode the magnitude of each day's value."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/index.js:27
msgid ""
"Visualizes how a single metric varies across a country's principal "
"subdivisions (states, provinces, etc) on a chloropleth map. Each "
"subdivision's value is elevated when you hover over the corresponding "
"geographic boundary."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:27
msgid ""
"Visualizes many different time-series objects in a single chart. This "
"chart is being deprecated and we recommend using the Time-series Chart "
"instead."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/index.js:29
msgid ""
"Visualizes the flow of different group's values through different stages "
"of a system. New stages in the pipeline are visualized as nodes or "
"layers. The thickness of the bars or edges represent the metric being "
"visualized."
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:35
msgid ""
"Visualizes the words in a column that appear the most often. Bigger font "
"corresponds to higher frequency."
msgstr ""
#: superset/viz.py:133
msgid "Viz is missing a datasource"
msgstr "Viz est une source de données manquante"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:495
msgid "Viz type"
msgstr "Type"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:84
msgid "WED"
msgstr "MER"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:697
msgid "Want to add a new database?"
msgstr "Ajouter un nouvelle base de données ?"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:1090
msgid "Warning"
msgstr "Avertissement"
#: superset/connectors/druid/views.py:193 superset/connectors/sqla/views.py:263
msgid "Warning Message"
msgstr "Message d'avertissement"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:285
msgid "Warning!"
msgstr "Attention !"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:46
msgid ""
"Warning! Changing the dataset may break the chart if the metadata does "
"not exist."
msgstr ""
"Attention ! Changer le jeu de données peut mettre en erreur le graphique "
"si la métadonnées n'existe pas."
#: superset/db_engine_specs/bigquery.py:166
#, python-format
msgid "We can't seem to resolve column \"%(column)s\" at line %(location)s."
msgstr ""
"Nous ne pouvons résoudre la colonne \"%(column)s\" à la ligne "
"%(location)s."
#: superset/db_engine_specs/sqlite.py:63
#, python-format
msgid "We can't seem to resolve the column \"%(column_name)s\""
msgstr "Nous ne pouvons résoudre la colonne \"%(column_name)s\""
#: superset/db_engine_specs/postgres.py:150
#: superset/db_engine_specs/presto.py:171
#, python-format
msgid ""
"We can't seem to resolve the column \"%(column_name)s\" at line "
"%(location)s."
msgstr ""
"Nous ne pouvons résoudre la colonne \"%(column_name)s\" à la ligne "
"%(location)s."
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:118
msgid "We recommend your summarize your data further before following that flow. "
msgstr "Nous recommandons d'agréger vos données avant de suivre ce flux. "
#: superset-frontend/src/reports/actions/reports.js:156
msgid "We were unable to active or deactivate this report."
msgstr "Nous n'avons pas pu activer ou désactiver ce rapport."
#: superset/db_engine_specs/redshift.py:86
#, python-format
msgid ""
"We were unable to connect to your database named \"%(database)s\". Please"
" verify your database name and try again."
msgstr ""
"Nous n'avons pas pu nous connecter à votre base de données "
"\"%(database)s\". Veuillez vérfier le nom de la base et réessayez."
#: superset/db_engine_specs/bigquery.py:149
msgid ""
"We were unable to connect to your database. Please confirm that your "
"service account has the Viewer and Job User roles on the project."
msgstr ""
"Nous n'avons pas pu nous connecter à votre base de données. Veuillez "
"confirmer que votre compte de service a les profils Viewer et Job User "
"sur le projet."
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/index.ts:60
msgid "Web"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:59
msgid "Wednesday"
msgstr "Mercredi"
#: superset/db_engine_specs/base.py:97
msgid "Week"
msgstr "Semaine"
#: superset/db_engine_specs/base.py:103
msgid "Week ending Saturday"
msgstr "Semaine terminant le samedi"
#: superset/db_engine_specs/base.py:102
msgid "Week starting Monday"
msgstr "Semaine débutant le lundi"
#: superset/db_engine_specs/base.py:101
msgid "Week starting Sunday"
msgstr "Semaine débutant le dimanche"
#: superset/db_engine_specs/base.py:104
msgid "Week_ending Sunday"
msgstr "Semaine terminant le dimanche"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:67
#, fuzzy, python-format
msgid "Weeks %s"
msgstr "semaine"
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:52
#, python-format
msgid ""
"We’re having trouble loading these results. Queries are set to timeout "
"after %s second."
msgstr ""
"Erreur au chargement de ces résultats. Les requêtes s'interrompent au "
"bout de %s secondes."
#: superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.tsx:46
#, python-format
msgid ""
"We’re having trouble loading this visualization. Queries are set to "
"timeout after %s second."
msgstr ""
"Erreur au chargement de cette visu. Les requêtes s'interrompent au bout "
"de %s secondes."
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:58
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:102
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:110
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:113
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:103
msgid "What should be shown on the label?"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:437
#: superset-frontend/src/explore/controls.jsx:454
msgid ""
"When `Calculation type` is set to \"Percentage change\", the Y Axis "
"Format is forced to `.1%`"
msgstr ""
"Lorsque `Type de calcul` vaut \"Pourcentage de changement\", le format de"
" l'axe Y est à forcé à `.1%`"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:76
msgid "When a secondary metric is provided, a linear color scale is used."
msgstr ""
#: superset/views/database/mixins.py:120
msgid ""
"When allowing CREATE TABLE AS option in SQL Lab, this option forces the "
"table to be created in this schema"
msgstr ""
"Quand l'option autoriser CREATE TABLE AS dans SQL Lab est cochée, force "
"la table a être créée dans le schéma"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/ExtraOptions.tsx:195
msgid "When enabled, users are able to visualize SQL Lab results in Explore."
msgstr ""
"Quand activé, les utilisateurs peuvent visualiser les résulats de SQL Lab"
" dans Explorer."
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:71
msgid "When only a primary metric is provided, a categorical color scale is used."
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:898
msgid ""
"When specifying SQL, the datasource acts as a view. Superset will use "
"this statement as a subquery while grouping and filtering on the "
"generated parent queries."
msgstr ""
"Quand on indique du SQL, la source de données se comporte comme une vue. "
"Superset utilisera ce paramètre comme une sous-requête lors du "
"regroupement et du filtrage sur la requête parent générée."
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:716
msgid ""
"When using \"Autocomplete filters\", this can be used to improve "
"performance of the query fetching the values. Use this option to apply a "
"predicate (WHERE clause) to the query selecting the distinct values from "
"the table. Typically the intent would be to limit the scan by applying a "
"relative time filter on a partitioned or indexed time-related field."
msgstr ""
"Quand vous utilisez les filtres de replissage automatique, cela peut être"
" utilisé pour améliorer la perfomance de chargement des valeurs. Utilisez"
" cette option pour appliquer un prédicat (clause WHERE) à la requête qui "
"sélectionne les valeurs. Typiquement, le but serait de limiter le "
"parcours en appliquant un filtre temporel sur un champ temporel "
"partitionné ou indexé."
#: superset/viz.py:834
msgid "When using 'Group By' you are limited to use a single metric"
msgstr "Quand vous utilisez 'Grouper par' vous êtes limité à une seule métrique"
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:258
msgid "Whether the progress bar overlaps when there are multiple groups of data"
msgstr ""
#: superset/connectors/sqla/views.py:466
msgid "Whether the table was generated by the 'Visualize' flow in SQL Lab"
msgstr "Si la table a été générée par le flow 'Visualiser' dans SQL Lab"
#: superset/connectors/druid/views.py:98 superset/connectors/sqla/views.py:99
msgid ""
"Whether this column is exposed in the `Filters` section of the explore "
"view."
msgstr ""
"Si cette colonne doit apparaître dans la section `Filtres` de la page "
"exploration."
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:430
msgid ""
"Whether to align background charts with both positive and negative values"
" at 0"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:128
msgid "Whether to align positive and negative values in cell bar chart at 0"
msgstr ""
#: superset-frontend/src/explore/components/controls/AnnotationLayerControl/AnnotationLayer.jsx:739
msgid "Whether to always show the annotation label"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:192
msgid "Whether to animate the progress and the value or just display them"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:317
msgid "Whether to apply a normal distribution based on rank on the color scale"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:138
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:442
msgid "Whether to colorize numeric values by if they are positive or negative"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/components/ColumnConfigControl/constants.tsx:120
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:416
msgid "Whether to display a bar chart background in table columns"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:38
msgid "Whether to display a legend for the chart"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:83
msgid "Whether to display bubbles on top of countries"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:60
msgid "Whether to display the interactive data table"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:130
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:152
#: superset-frontend/plugins/plugin-chart-echarts/src/Radar/controlPanel.tsx:97
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:74
msgid "Whether to display the labels."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Pie/controlPanel.ts:99
msgid ""
"Whether to display the labels. Note that the label only displays when the"
" the 5% threshold."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:157
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:278
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:132
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:152
msgid "Whether to display the legend (toggles)"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:181
msgid "Whether to display the metric name as a title"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:273
msgid "Whether to display the min and max values of the X-axis"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:94
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:105
msgid "Whether to display the min and max values of the Y-axis"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-calendar/src/controlPanel.ts:167
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:304
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:185
msgid "Whether to display the numerical values within the cells"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:141
msgid "Whether to display the time range interactive selector"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:88
msgid "Whether to display the timestamp"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumber/controlPanel.tsx:100
msgid "Whether to display the trend line"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:170
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:279
msgid "Whether to enable changing graph position and scaling."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Graph/controlPanel.tsx:144
msgid "Whether to enable node dragging in force layout mode."
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/controlPanel.ts:63
#, fuzzy
msgid "Whether to format the timestamp"
msgstr "Métrique servant à trier les résultats"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:406
#, fuzzy
msgid "Whether to include a client-side search box"
msgstr "S'il faut inclure un filtre de temps"
#: superset-frontend/src/visualizations/FilterBox/controlPanel.jsx:81
msgid "Whether to include a time filter"
msgstr "S'il faut inclure un filtre de temps"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:289
#, fuzzy
msgid "Whether to include the percentage in the tooltip"
msgstr "S'il faut inclure un filtre de temps"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:326
msgid "Whether to include the time granularity as defined in the time section"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:155
msgid "Whether to make the histogram cumulative"
msgstr ""
#: superset/connectors/sqla/views.py:94
msgid ""
"Whether to make this column available as a [Time Granularity] option, "
"column has to be DATETIME or DATETIME-like"
msgstr ""
"S'il faut que cette colonne soit accessible comme une option [Time "
"Granularity], elle doit être DATETIME ou d'un format équivalent"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:143
msgid "Whether to normalize the histogram"
msgstr ""
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:709
msgid "Whether to populate autocomplete filters options"
msgstr "S'il faut remplir les options des filtres de saisie semi-automatique"
#: superset/connectors/druid/views.py:325 superset/connectors/sqla/views.py:461
msgid ""
"Whether to populate the filter's dropdown in the explore view's filter "
"section with a list of distinct values fetched from the backend on the "
"fly"
msgstr ""
"Faut-il remplir à la volée les choix du filtre de la section filtre de la"
" page d'exploration avec la liste des valeurs distinctes répérées depuis "
"le backend"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:163
msgid ""
"Whether to show extra controls or not. Extra controls include things like"
" making mulitBar charts stacked or side by side."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:207
msgid "Whether to show minor ticks on the axis"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:180
msgid "Whether to show the pointer"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:246
msgid "Whether to show the progress of gauge chart"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:219
msgid "Whether to show the split lines on the axis"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:44
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:47
#: superset-frontend/plugins/legacy-plugin-chart-parallel-coordinates/src/controlPanel.ts:42
#: superset-frontend/plugins/legacy-plugin-chart-partition/src/controlPanel.tsx:50
#: superset-frontend/plugins/legacy-plugin-chart-pivot-table/src/controlPanel.ts:49
#: superset-frontend/plugins/legacy-plugin-chart-rose/src/controlPanel.tsx:48
#: superset-frontend/plugins/legacy-plugin-chart-treemap/src/controlPanel.ts:46
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:61
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:356
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:107
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:91
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:88
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:68
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:85
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:91
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:92
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:339
#: superset-frontend/src/explore/controlPanels/sections.tsx:127
msgid "Whether to sort descending or ascending"
msgstr "Trier par ordre décroissant ou croissant"
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/legacySortBy.tsx:31
#, fuzzy
msgid ""
"Whether to sort descending or ascending. Takes effect only when \"Sort "
"by\" is set"
msgstr "Trier par ordre décroissant ou croissant"
#: superset-frontend/plugins/legacy-plugin-chart-chord/src/controlPanel.ts:40
#: superset-frontend/plugins/legacy-plugin-chart-force-directed/src/controlPanel.ts:39
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:95
#: superset-frontend/plugins/legacy-plugin-chart-sankey/src/controlPanel.ts:56
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:40
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/controlPanel.ts:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Funnel/controlPanel.tsx:64
#: superset-frontend/plugins/plugin-chart-echarts/src/Gauge/controlPanel.tsx:66
#: superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx:63
#: superset-frontend/plugins/plugin-chart-echarts/src/Treemap/controlPanel.tsx:50
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:39
msgid "Whether to sort results by the selected metric in descending order."
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:175
msgid "Whether to sort tooltip by the selected metric in descending order."
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-country-map/src/controlPanel.ts:43
msgid "Which country to plot the map for?"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:197
msgid "Which relatives to highlight on hover"
msgstr ""
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:51
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:45
msgid "Whisker/outlier options"
msgstr ""
#: superset-frontend/src/dashboard/util/backgroundStyleOptions.ts:30
#, fuzzy
msgid "White"
msgstr "Titre"
#: superset-frontend/src/explore/components/EmbedCodeButton.jsx:130
msgid "Width"
msgstr "Largeur"
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/forecastInterval.tsx:73
#, fuzzy
msgid "Width of the confidence interval. Should be between 0 and 1"
msgstr "L'intervalle de confiance doit être entre 0 et 1 (exclusif)"
#: superset/utils/pandas_postprocessing.py:393
msgid "Window must be > 0"
msgstr "La fenêtre doit être > 0"
#: superset-frontend/plugins/legacy-preset-chart-big-number/src/BigNumberTotal/index.ts:36
msgid "With a subheader"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/legacyPlugin/index.ts:29
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/index.ts:39
msgid "Word Cloud"
msgstr ""
#: superset-frontend/plugins/plugin-chart-word-cloud/src/plugin/controlPanel.ts:80
#, fuzzy
msgid "Word Rotation"
msgstr "Ajouter une annotation"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:55
msgid "Working"
msgstr ""
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:1258
msgid "Working timeout"
msgstr "Timeout d'exécution"
#: superset-frontend/plugins/legacy-plugin-chart-world-map/src/index.js:33
#: superset/viz.py:2042
msgid "World Map"
msgstr "Carte du monde"
#: superset-frontend/src/SqlLab/components/ScheduleQueryButton/index.tsx:166
msgid "Write a description for your query"
msgstr "Ecrire une description à votre requête"
#: superset/views/database/forms.py:221 superset/views/database/forms.py:354
#: superset/views/database/forms.py:442
msgid "Write dataframe index as a column."
msgstr "Ecrire l'index du tableau de données en colonne."
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:51
msgid "X AXIS TITLE BOTTOM MARGIN"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:31
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:147
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:406
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:69
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:63
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:83
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/controlPanel.ts:107
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:69
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:77
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:90
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:298
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:189
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:150
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:130
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:147
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:205
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:208
#: superset-frontend/src/explore/controls.jsx:421
msgid "X Axis"
msgstr "Axe X"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:215
#, fuzzy
msgid "X Axis Format"
msgstr "Format de l'axe Y"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:107
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:175
msgid "X Axis Label"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:37
#, fuzzy
msgid "X Axis Title"
msgstr "Onglet titre"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:104
msgid "X Log Scale"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:201
#: superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/controlPanel.ts:78
#: superset-frontend/plugins/preset-chart-xy/src/BoxPlot/controlPanel.ts:62
msgid "X Tick Layout"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:270
msgid "X bounds"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:114
#, fuzzy
msgid "XScale Interval"
msgstr "Intervalle d'actualisation"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:102
msgid "Y 2 bounds"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:79
msgid "Y AXIS TITLE MARGIN"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:94
msgid "Y AXIS TITLE POSITION"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:59
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/dndControls.tsx:153
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:413
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/controlPanel.ts:79
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bar/controlPanel.ts:75
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/controlPanel.ts:115
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/controlPanel.ts:54
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/controlPanel.ts:80
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/controlPanel.ts:109
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:241
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:322
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:224
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:186
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:167
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:183
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:240
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:243
#: superset-frontend/src/explore/controls.jsx:428
msgid "Y Axis"
msgstr "Axe Y"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:40
msgid "Y Axis 1"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DualLine/controlPanel.ts:50
msgid "Y Axis 2"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:254
msgid "Y Axis 2 Bounds"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:238
#: superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:354
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx:269
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx:232
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx:212
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/controlPanel.tsx:229
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Step/controlPanel.tsx:285
#: superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/controlPanel.tsx:288
msgid "Y Axis Bounds"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:428
#: superset-frontend/src/explore/controls.jsx:442
msgid "Y Axis Format"
msgstr "Format de l'axe Y"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/controlPanel.ts:118
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:333
msgid "Y Axis Label"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:88
msgid "Y Axis Left"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/controlPanel.ts:123
msgid "Y Axis Right"
msgstr ""
#: superset-frontend/packages/superset-ui-chart-controls/src/sections/chartTitle.tsx:65
#, fuzzy
msgid "Y Axis Title"
msgstr "Onglet titre"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:227
msgid "Y Log Scale"
msgstr ""
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx:91
msgid "Y bounds"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:130
#, fuzzy
msgid "YScale Interval"
msgstr "Intervalle d'actualisation"
#: superset/db_engine_specs/base.py:100
msgid "Year"
msgstr "Année"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:70
#, fuzzy, python-format
msgid "Years %s"
msgstr "année"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:443
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:537
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:440
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:511
msgid "Yes"
msgstr "Oui"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/Footer/CancelConfirmationAlert.tsx:64
msgid "Yes, cancel"
msgstr "Oui, annuler"
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:72
msgid ""
"You are importing one or more charts that already exist. Overwriting "
"might cause you to lose some of your work. Are you sure you want to "
"overwrite?"
msgstr ""
"Vous importez un ou plusieurs graphiques qui existent déjà. L'écrasement "
"peut vous conduire à perdre une partie de votre travail. Etes-vous sûr de"
" vouloir ce remplacement ?"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:64
msgid ""
"You are importing one or more dashboards that already exist. Overwriting "
"might cause you to lose some of your work. Are you sure you want to "
"overwrite?"
msgstr ""
"Vous importez un ou plusieurs tableaux de bord qui existent déjà. "
"L'écrasement peut vous conduire à perdre une partie de votre travail. "
"Etes-vous sûr de vouloir ce remplacement ?"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:45
msgid ""
"You are importing one or more databases that already exist. Overwriting "
"might cause you to lose some of your work. Are you sure you want to "
"overwrite?"
msgstr ""
"Vous importez une ou plusieurs bases de données qui existent déjà. "
"L'écrasement peut vous conduire à perdre une partie de votre travail. "
"Etes-vous sûr de vouloir ce remplacement ?"
#: superset-frontend/src/views/CRUD/data/dataset/constants.ts:30
#, fuzzy
msgid ""
"You are importing one or more datasets that already exist. Overwriting "
"might cause you to lose some of your work. Are you sure you want to "
"overwrite?"
msgstr ""
"Vous importez une ou plusieurs bases de données qui existent déjà. "
"L'écrasement peut vous conduire à perdre une partie de votre travail. "
"Etes-vous sûr de vouloir ce remplacement ?"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:63
msgid ""
"You are importing one or more saved queries that already exist. "
"Overwriting might cause you to lose some of your work. Are you sure you "
"want to overwrite?"
msgstr ""
"Vous importez une ou plusieurs requêtes sauvegardées qui existent déjà. "
"L'écrasement peut vous conduire à perdre une partie de votre travail. "
"Etes-vous sûr de vouloir ce remplacement ?"
#: superset/views/core.py:2175
msgid ""
"You are not authorized to fetch samples from this table. If you think "
"this is an error, please reach out to your administrator."
msgstr ""
"Vous n'avez pas le droit d'utiliser cette table. Contactez votre "
"administrateur si vous pensez que c'est une erreur."
#: superset/views/core.py:2295
msgid ""
"You are not authorized to see this query. If you think this is an error, "
"please reach out to your administrator."
msgstr ""
"Vous n'avez pas le droit de voir cette requête. Contactez votre "
"administrateur si vous pensez que c'est une erreur."
#: superset/views/database/views.py:463
msgid ""
"You cannot specify a namespace both in the name of the table: "
"\"%(columnar_table.table)s\" and in the schema field: "
"\"%(columnar_table.schema)s\". Please remove one"
msgstr ""
"Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom "
"de la table : \"%(columnar_table.table)s\" et dans le champ du schéma : "
"\"%(columnar_table.schema)s\". Veuillez en enlever un"
#: superset/views/database/views.py:146
msgid ""
"You cannot specify a namespace both in the name of the table: "
"\"%(csv_table.table)s\" and in the schema field: "
"\"%(csv_table.schema)s\". Please remove one"
msgstr ""
"Vous ne pouvez pas spécifier un espace de nommage à la fois dans le nom "
"de la table : \"%(csv_table.table)s\" et dans le champ du schéma : "
"\"%(csv_table.schema)s\". Veuillez en enlever un"
#: superset/views/database/views.py:293
msgid ""
"You cannot specify a namespace both in the name of the table: "
"\"%(excel_table.table)s\" and in the schema field: "
"\"%(excel_table.schema)s\". Please remove one"
msgstr ""
"Vous ne pouvez pas spécifier un namespace à la fois dans le nom de la "
"table : \"%(excel_table.table)s\" et dans le champ du schéma : "
"\"%(excel_table.schema)s\". Merci d'en enlever un"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Vis.js:366
msgid "You cannot use 45° tick layout along with the time range filter"
msgstr ""
#: superset/viz.py:696
msgid ""
"You cannot use [Columns] in combination with [Group "
"By]/[Metrics]/[Percentage Metrics]. Please choose one or the other."
msgstr ""
"Vous ne pouvez pas utiliser [Colonnes] en même temps que [Grouper "
"par]/[Métriques]/[Métriques de Pourcentages]. Veuillez choisir l'un ou "
"l'autre."
#: superset-frontend/src/explore/components/PropertiesModal/index.tsx:66
msgid "You do not have permission to edit this chart"
msgstr "Vous n'avez pas les permission pour modifier ce graphique"
#: superset-frontend/src/dashboard/components/PropertiesModal/index.jsx:77
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/ColumnSelect.tsx:118
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/DatasetSelect.tsx:48
msgid "You do not have permission to edit this dashboard"
msgstr "Vous n'avez pas le droit de modifier ce tableau de bord"
#: superset/templates/superset/request_access.html:25
#, python-format
msgid "You do not have permissions to access the datasource(s): %(name)s."
msgstr "Vous n'avez pas les permissions pour accéder à(aux) source(s) : %(name)s."
#: superset-frontend/src/dashboard/actions/dashboardState.js:133
msgid "You do not have permissions to edit this dashboard."
msgstr "Vous n'avez pas les droits pour modifier ce tableau de bord."
#: superset/dashboards/commands/exceptions.py:86
msgid "You don't have access to this dashboard."
msgstr "Vous n'avez pas accès à ce tableau de bord."
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:144
msgid "You don't have any favorites yet!"
msgstr "Vous n'avez pas encore de favoris !"
#: superset/key_value/commands/exceptions.py:45
#, fuzzy
msgid "You don't have permission to modify the value."
msgstr "Vous n'avez pas les permission pour modifier ce graphique"
#: superset/views/core.py:618 superset/views/core.py:823
#: superset/views/core.py:829 superset/views/core.py:999
#: superset/views/core.py:1017
msgid "You don't have the rights to "
msgstr "Vous n'avez pas les droits pour "
#: superset-frontend/src/components/EditableTitle/index.tsx:199
msgid "You don't have the rights to alter this title."
msgstr "Vous n'avez pas les droits pour modifier ce titre."
#: superset/views/core.py:406
msgid "You have no permission to approve this request"
msgstr "Vous n'avez pas les permission pour approuver cette requête"
#: superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/RemovedFilter.tsx:39
msgid "You have removed this filter."
msgstr "Vous avez supprimé ce filtre."
#: superset-frontend/src/dashboard/components/Dashboard.jsx:88
msgid "You have unsaved changes."
msgstr "Vous avez des modifications non sauvegardées."
#: superset-frontend/src/dashboard/components/SaveModal.tsx:160
msgid "You must pick a name for the new dashboard"
msgstr "Vous devez entrer un nom pour le nouveau Tableau de Bord"
#: superset-frontend/src/SqlLab/components/SqlEditor/index.jsx:518
msgid "You must run the query successfully first"
msgstr "Vous devez d'abord exécuter la requête avec succès"
#: superset-frontend/src/dashboard/components/Header/index.jsx:382
msgid "Your dashboard is too large. Please reduce its size before saving it."
msgstr ""
"Votre tableau de bord est trop gros.Merci de réduire sa taille avant de "
"sauvegarder."
#: superset-frontend/src/SqlLab/actions/sqlLab.js:876
msgid "Your query could not be saved"
msgstr "Votre requête n'a pas pu être enregistrée"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:166
msgid "Your query could not be scheduled"
msgstr "Votre requête ne peut pas être planifiée"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:892
msgid "Your query could not be updated"
msgstr "Votre requête n'a pas pu être mise à jour"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:159
msgid ""
"Your query has been scheduled. To see details of your query, navigate to "
"Saved queries"
msgstr ""
"Votre requête a été planifiée. Pour voir les détails de votre requête, "
"naviguer vers Requêtes sauvegardées"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:872
msgid "Your query was saved"
msgstr "Votre requête a été enregistrée"
#: superset-frontend/src/SqlLab/actions/sqlLab.js:888
msgid "Your query was updated"
msgstr "Votre requête a été mise à jour"
#: superset-frontend/src/reports/actions/reports.js:172
msgid "Your report could not be deleted"
msgstr "Votre rapport n'a pas pu être supprimé"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:306
msgid "Zoom"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:310
msgid "Zoom level of the map"
msgstr ""
#: superset/tasks/schedules.py:658
#, python-format
msgid "[Alert] %(label)s"
msgstr "[Alert] %(label)s"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:219
msgid "[From]-"
msgstr "[Depuis]-"
#: superset/viz.py:2349
msgid "[Longitude] and [Latitude] columns must be present in [Group By]"
msgstr ""
"Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans "
"[Grouper par]"
#: superset/viz.py:2299
msgid "[Longitude] and [Latitude] must be set"
msgstr "Les colonnes [Longitude] et [Latitude] doivent êtres définies"
#: superset/views/core.py:783
msgid "[Missing Dataset]"
msgstr "[jeu de données manquant]"
#: superset/utils/core.py:864
#, python-format
msgid "[Superset] Access to the datasource %(name)s was granted"
msgstr "[Superset] Accès à la source de données %(name)s accordé"
#: superset-frontend/src/SqlLab/components/QuerySearch/index.tsx:231
msgid "[To]-"
msgstr "[à]-"
#: superset-frontend/src/views/CRUD/welcome/ActivityTable.tsx:94
msgid "[Untitled]"
msgstr "[Sans titre]"
#: superset-frontend/src/dashboard/components/SaveModal.tsx:203
msgid "[dashboard name]"
msgstr "[nom du tableau de bord]"
#: superset-frontend/plugins/legacy-plugin-chart-sunburst/src/controlPanel.ts:64
msgid ""
"[optional] this secondary metric is used to define the color as a ratio "
"against the primary metric. When omitted, the color is categorical and "
"based on labels"
msgstr ""
#: superset/utils/pandas_postprocessing.py:519
msgid "`compare_columns` must have the same length as `source_columns`."
msgstr "`compare_columns` doit être de même longueur que `source_columns`."
#: superset/utils/pandas_postprocessing.py:523
msgid "`compare_type` must be `difference`, `percentage` or `ratio`"
msgstr "`compare_type` doit être `difference`, `percentage` or `ratio`"
#: superset/charts/schemas.py:557
msgid "`confidence_interval` must be between 0 and 1 (exclusive)"
msgstr "`confidence_interval` doit être entre 0 et 1 (exclusif)"
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:154
msgid ""
"`count` is COUNT(*) if a group by is used. Numerical columns will be "
"aggregated with the aggregator. Non-numerical columns will be used to "
"label points. Leave empty to get a count of points in each cluster."
msgstr ""
#: superset/common/query_object.py:388
msgid "`operation` property of post processing object undefined"
msgstr "La propriété `operation` de l'objet de post-traitement est indéfinie"
#: superset/utils/pandas_postprocessing.py:765
msgid "`prophet` package not installed"
msgstr "`prophet` package non installé"
#: superset/utils/pandas_postprocessing.py:722
msgid "`rename_columns` must have the same length as `columns`."
msgstr "`rename_columns` doit être de même longueur que `columns`."
#: superset/charts/schemas.py:1070
msgid "`row_limit` must be greater than or equal to 0"
msgstr "`row_limit` doit être plus grand ou égal à 0"
#: superset/charts/schemas.py:1077
msgid "`row_offset` must be greater than or equal to 0"
msgstr "`row_offset` doit être plus grand ou égal à 0"
#: superset/charts/schemas.py:932
msgid "`width` must be greater or equal to 0"
msgstr "`width` doit être plus grand ou égal à 0"
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:413
msgid "aggregate"
msgstr "agrégat"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90
msgid "alert"
msgstr "alerte"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91
msgid "alerts"
msgstr "alertes"
#: superset-frontend/src/dashboard/components/SaveModal.tsx:213
msgid "also copy (duplicate) charts"
msgstr "copier également les graphiques (dupliquer)"
#: superset/views/core.py:823 superset/views/core.py:1000
msgid "alter this "
msgstr "modifier ce "
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:194
msgid "ancestor"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:47
msgid "and"
msgstr "et"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:111
#, python-format
msgid "and the explore view times out at %s seconds "
msgstr "et la vue d'exploration expire à %s secondes "
#: superset-frontend/src/views/CRUD/annotation/AnnotationList.tsx:64
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:106
msgid "annotation"
msgstr "annotation"
#: superset/views/annotations.py:40
msgid "annotation start time or end time is required."
msgstr "l'heure de démarrage ou de fin est obligatoire pour l'annotation."
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:102
msgid "annotation_layer"
msgstr "annotation_layer"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:48
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:50
msgid "at"
msgstr "à"
#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:74
#: superset-frontend/src/explore/components/ControlHeader.jsx:76
msgid "bolt"
msgstr "boulon"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:161
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:179
#, fuzzy
msgid "bottom"
msgstr "dttm"
#: superset-frontend/src/components/CachedLabel/index.tsx:51
msgid "cached"
msgstr "mis en cache"
#: superset-frontend/packages/superset-ui-core/src/validator/validateNonEmpty.ts:29
#, fuzzy
msgid "cannot be empty"
msgstr "La liste de valeurs du filtre ne peut pas être vide"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:143
msgid ""
"cannot be used as a column name. The column name/alias \"__timestamp\"\n"
" is reserved for the main temporal expression, and column "
"aliases ending with\n"
" double underscores followed by a numeric value (e.g. "
"\"my_col__1\") are reserved\n"
" for deduplicating duplicate column names. Please use aliases to"
" rename the\n"
" invalid column names."
msgstr ""
"ne peut pas être utilisé comme nom de colonne. Le nom/alias de la colonne"
" \"__timestamp\"\n"
" est réservé pour l'expression temporelle principale, et les "
"alias de colonnes terminant\n"
" par des doubles underscores suivis d'une valeur numérique (ex: "
"\"colonne__1\") sont réservés\n"
" pour dédupliquer les noms de colonnes dupliqués. Utilisez des "
"alias pour renommer\n"
" les noms de colonnes invalides."
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:146
#: superset-frontend/src/views/CRUD/chart/ChartList.tsx:699
#: superset-frontend/src/views/CRUD/welcome/ChartTable.tsx:81
#: superset/views/core.py:823 superset/views/core.py:829
msgid "chart"
msgstr "graphique"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:26
#, fuzzy
msgid "charts"
msgstr "graphique"
#: superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx:101
msgid "choose WHERE or HAVING..."
msgstr "choisir WHERE ou HAVING..."
#: superset-frontend/src/explore/components/controls/MetricControl/AdhocMetricEditPopover/index.jsx:402
msgid "column"
msgstr "colonne"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:116
#, fuzzy
msgid "count"
msgstr "colonne"
#: superset/views/core.py:829 superset/views/core.py:1018
msgid "create a "
msgstr "créer un "
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:253
msgid "css"
msgstr "css"
#: superset-frontend/src/views/CRUD/csstemplates/CssTemplateModal.tsx:91
msgid "css_template"
msgstr "css_template"
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:120
#, fuzzy
msgid "cumulative"
msgstr "Actif"
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:115
#: superset-frontend/src/views/CRUD/dashboard/DashboardList.tsx:678
#: superset-frontend/src/views/CRUD/welcome/DashboardTable.tsx:77
#: superset/views/core.py:1001 superset/views/core.py:1019
msgid "dashboard"
msgstr "tableau de bord"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:27
#, fuzzy
msgid "dashboards"
msgstr "tableau de bord"
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:89
#: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx:471
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:464
msgid "database"
msgstr "base de données"
#: superset-frontend/src/components/Datasource/ChangeDatasourceModal.tsx:116
#: superset-frontend/src/views/CRUD/data/dataset/AddDatasetModal.tsx:61
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:123
#: superset-frontend/src/views/CRUD/data/dataset/DatasetList.tsx:699
msgid "dataset"
msgstr "jeu de données"
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:304
msgid "date"
msgstr "date"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:39
msgid "day"
msgstr "jour"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:30
msgid "day of the month"
msgstr "jour du mois"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:32
msgid "day of the week"
msgstr "jour de la semaine"
#: superset-frontend/src/components/DeleteModal/index.tsx:84
msgid "delete"
msgstr "effacer"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:195
#, fuzzy
msgid "descendant"
msgstr "Tri décroissant"
#: superset-frontend/packages/superset-ui-chart-controls/src/components/ControlHeader.tsx:64
#: superset-frontend/src/explore/components/ControlHeader.jsx:66
#: superset-frontend/src/views/CRUD/annotation/AnnotationModal.tsx:327
#: superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayerModal.tsx:258
msgid "description"
msgstr "description"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:71
msgid "dialect+driver://username:password@host:port/database"
msgstr "dialect+driver://username:password@host:port/database"
#: superset/views/core.py:618
msgid "download as csv"
msgstr "télécharger en CSV"
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153
msgid "draft"
msgstr "brouillon"
#: superset/views/log/__init__.py:32
msgid "dttm"
msgstr "dttm"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:129
msgid "e.g. ********"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:45
msgid "e.g. 127.0.0.1"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:67
msgid "e.g. 5432"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:108
#, fuzzy
msgid "e.g. Analytics"
msgstr "Analyses avancées"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:172
msgid "e.g. param1=value1¶m2=value2"
msgstr ""
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm/CommonParameters.tsx:88
msgid "e.g. world_population"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-event-flow/src/controlPanel.tsx:126
#, fuzzy
msgid "e.g., a \"user id\" column"
msgstr "Colonnes des séries temporelles"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:27
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:35
msgid "every"
msgstr "chaque"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:29
msgid "every day of the month"
msgstr "chaque jour du mois"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:31
msgid "every day of the week"
msgstr "chaque jour de la semaine"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:33
msgid "every hour"
msgstr "chaque heure"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:34
msgid "every minute"
msgstr "chaque minute"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:28
msgid "every month"
msgstr "chaque mois"
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:123
msgid "feature to store a summarized data set that you can then explore."
msgstr ""
"fonction pour stocker un jeu de données agrégé que vous pourrez alors "
"explorer."
#: superset-frontend/src/SqlLab/components/QueryTable/index.jsx:87
msgid "fetching"
msgstr "récupération"
#: superset-frontend/src/dashboard/components/FilterBoxMigrationModal.tsx:86
#: superset-frontend/src/dashboard/containers/DashboardPage.tsx:143
msgid ""
"filter_box will be deprecated in a future version of Superset. Please "
"replace filter_box by dashboard filter components."
msgstr ""
"filter_box sera déprécié dans une future version de Superset. Merci de "
"remplacer filter_box par des composants filtre de tableau de bord."
#: superset-frontend/src/SqlLab/components/ExploreResultsButton/index.jsx:115
msgid "following this flow will most likely lead to your query timing out. "
msgstr "suivre ce flux va très probablement conduire la requête à un timeout. "
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/SqlAlchemyForm.tsx:86
msgid "for more information on how to structure your URI."
msgstr "pour plus d'information sur comment strcuturer votre URI."
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:41
msgid "green"
msgstr "vert"
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:724
#: superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx:1136
#, fuzzy
msgid "here"
msgstr "Partage de requête"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:40
msgid "hour"
msgstr "heure"
#: superset-frontend/src/profile/components/UserInfo.tsx:75
msgid "id:"
msgstr "id:"
#: superset-frontend/plugins/legacy-plugin-chart-heatmap/src/controlPanel.ts:153
msgid ""
"image-rendering CSS attribute of the canvas object that defines how the "
"browser scales up the image"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:44
msgid "in"
msgstr "dans"
#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:122
msgid "in modal"
msgstr "en modal"
#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateNumber.ts:28
#: superset-frontend/packages/superset-ui-core/src/validator/validateNumber.ts:32
msgid "is expected to be a number"
msgstr ""
#: superset-frontend/packages/superset-ui-core/src/validator/legacyValidateInteger.ts:31
#: superset-frontend/packages/superset-ui-core/src/validator/validateInteger.ts:32
msgid "is expected to be an integer"
msgstr ""
#: superset-frontend/src/profile/components/UserInfo.tsx:64
msgid "joined"
msgstr "relié"
#: superset/views/base.py:527
msgid "json isn't valid"
msgstr "le json n'est pas valide"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:233
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:261
msgid "key a-z"
msgstr ""
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:234
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:262
msgid "key z-a"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-map-box/src/controlPanel.ts:152
#, fuzzy
msgid "label"
msgstr "Label"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:39
#, fuzzy
msgid "last day"
msgstr "Samedi"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:41
#, fuzzy
msgid "last month"
msgstr "mois"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:42
#, fuzzy
msgid "last quarter"
msgstr "Trimestre"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:40
#, fuzzy
msgid "last week"
msgstr "semaine"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:43
#, fuzzy
msgid "last year"
msgstr "Cluster"
#: superset-frontend/src/SqlLab/components/TableElement/index.tsx:120
msgid "latest partition:"
msgstr "dernière partition :"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:158
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:176
#, fuzzy
msgid "left"
msgstr "alerte"
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:63
msgid "log"
msgstr "log"
#: superset/charts/schemas.py:624
msgid ""
"lower percentile must be greater than 0 and less than 100. Must be lower "
"than upper percentile."
msgstr ""
"le percentile inférieur doit être plus grand que 0 et plus petit que 100 "
"et doit être plus petit que le percentile supérieur."
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:41
msgid "minute"
msgstr "minute"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:51
msgid "minute(s)"
msgstr "minute(s)"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:37
msgid "month"
msgstr "mois"
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:116
#: superset-frontend/plugins/plugin-chart-table/src/controlPanel.tsx:138
#, fuzzy
msgid "must have a value"
msgstr "Renseigner une valeur"
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Area/index.js:54
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bubble/index.js:39
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Bullet/index.js:31
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Compare/index.js:34
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/DistBar/index.js:49
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/Line/index.js:45
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/LineMulti/index.js:34
#: superset-frontend/plugins/legacy-preset-chart-nvd3/src/TimePivot/index.js:29
msgid "nvd3"
msgstr ""
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:45
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:46
msgid "on"
msgstr "sur"
#: superset/charts/schemas.py:1098
msgid "orderby column must be populated"
msgstr "la colonne de tri doit être remplie"
#: superset-frontend/plugins/legacy-plugin-chart-paired-t-test/src/controlPanel.ts:85
msgid "p-value precision"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/consts.ts:26
msgid "page_size.all"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:159
msgid "page_size.entries"
msgstr ""
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:139
msgid "page_size.show"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-histogram/src/Histogram.jsx:124
msgid "percentile (exclusive)"
msgstr ""
#: superset/utils/pandas_postprocessing.py:921
msgid ""
"percentiles must be a list or tuple with two numeric values, of which the"
" first is lower than the second value"
msgstr ""
"percentiles doit être une liste ou un couple de 2 valeurs dont le premier"
" est inférieur au second"
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:53
msgid "previous calendar month"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:50
msgid "previous calendar week"
msgstr ""
#: superset-frontend/src/explore/components/controls/DateFilterControl/utils/constants.ts:56
msgid "previous calendar year"
msgstr ""
#: superset-frontend/src/views/CRUD/dashboard/DashboardCard.tsx:153
msgid "published"
msgstr "publié"
#: superset-frontend/src/views/CRUD/data/savedquery/SavedQueryList.tsx:543
msgid "queries"
msgstr "requêtes"
#: superset-frontend/src/views/CRUD/welcome/SavedQueries.tsx:129
msgid "query"
msgstr "requête"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:42
msgid "reboot"
msgstr "reboot"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:28
#, fuzzy
msgid "recents"
msgstr "Récents"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:43
msgid "red"
msgstr "rouge"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:90
#: superset-frontend/src/views/CRUD/alert/AlertReportModal.tsx:484
msgid "report"
msgstr "rapport"
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:91
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:117
#: superset-frontend/src/views/CRUD/alert/AlertList.tsx:126
#: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx:72
msgid "reports"
msgstr "rapports"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:160
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:178
#, fuzzy
msgid "right"
msgstr "Hauteur"
#: superset-frontend/src/explore/components/RowCountLabel.jsx:35
msgid "rows"
msgstr "lignes"
#: superset-frontend/src/explore/components/DataTableControl/index.tsx:96
msgid "rows retrieved"
msgstr "lignes récupérées"
#: superset-frontend/src/views/CRUD/welcome/EmptyState.tsx:29
#, fuzzy
msgid "saved queries"
msgstr "Requêtes sauvegardées"
#: superset-frontend/plugins/plugin-chart-table/src/TableChart.tsx:124
msgid "search.num_records"
msgstr ""
#: superset-frontend/plugins/legacy-plugin-chart-horizon/src/controlPanel.ts:98
msgid ""
"series: Treat each series independently; overall: All series use the same"
" scale; change: Show changes compared to the first data point in each "
"series"
msgstr ""
#: superset-frontend/src/explore/components/controls/TextAreaControl.jsx:92
msgid "textarea"
msgstr "zone de texte"
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:159
#: superset-frontend/plugins/plugin-chart-echarts/src/Tree/controlPanel.tsx:177
#, fuzzy
msgid "top"
msgstr "Arrêt"
#: superset/charts/schemas.py:639
msgid ""
"upper percentile must be greater than 0 and less than 100. Must be higher"
" than lower percentile."
msgstr ""
"le percentile supérieur doit être plus grand que 0 et plus petit que 100 "
"et doit être supérieur au percentile inférieur."
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:235
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:263
#, fuzzy
msgid "value ascending"
msgstr "Tri croissant"
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:236
#: superset-frontend/plugins/plugin-chart-pivot-table/src/plugin/controlPanel.tsx:264
#, fuzzy
msgid "value descending"
msgstr "Tri décroissant"
#: superset-frontend/src/components/Datasource/DatasourceEditor.jsx:857
msgid "virtual"
msgstr "virtuel"
#: superset-frontend/src/SqlLab/components/ResultSet/index.tsx:715
msgid "was created"
msgstr "a été créé"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:38
msgid "week"
msgstr "semaine"
#: superset-frontend/src/components/CronPicker/CronPicker.tsx:36
msgid "year"
msgstr "année"
#: superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx:42
msgid "yellow"
msgstr "jaune"
| Gettext Catalog | 2 | delorenzosoftware/superset | superset/translations/fr/LC_MESSAGES/messages.po | [
"Apache-2.0"
]
|
--TEST--
Test for setting Date/Time during a forward DST transition
--FILE--
<?php
date_default_timezone_set('America/Chicago');
$date = new DateTime('2020-03-08 01:30:00');
echo $date->setTime(2, 0)->format('Y-m-d H:i:s T/e - U') . "\n";
$date = new DateTime('2020-03-08 01:30:00');
echo $date->setTime(2, 30)->format('Y-m-d H:i:s T/e - U') . "\n";
$date = new DateTime('2020-03-08 01:30:00');
echo $date->setTime(3, 0)->format('Y-m-d H:i:s T/e - U') . "\n";
$date = new DateTime('2020-03-08 01:30:00');
echo $date->setTime(1, 59, 59)->format('Y-m-d H:i:s T/e - U') . "\n";
?>
--EXPECT--
2020-03-08 03:00:00 CDT/America/Chicago - 1583654400
2020-03-08 03:30:00 CDT/America/Chicago - 1583656200
2020-03-08 03:00:00 CDT/America/Chicago - 1583654400
2020-03-08 01:59:59 CST/America/Chicago - 1583654399
| PHP | 3 | thiagooak/php-src | ext/date/tests/bug79396-forward-transition-settime.phpt | [
"PHP-3.01"
]
|
module golographics2d.GPoint
#import io.vertx.golo.core.buffer.Buffer
#import io.vertx.golo.core.net.SocketAddress
import graphics2d.Point
var JPoint = null
#var JPoint1 = Point(2.0,3.0)
function GPoint = |x,y|{
JPoint = Point()
JPoint: setX(x)
JPoint: setY(y)
return JPoint
}
function getX = {
return JPoint : getX()
}
function setX = |x|{
JPoint : setX(x)
}
function test = {
return "hi"
}
#public double getY() { return coords[1]; }
#public void setX(double x) { coords[0] = x; }
#public void setY(double y) { coords[1] = y; }
#public void translate(double d) { coords[0] += d; coords[1] += d; }
#public String toString() { return "(" + coords[0] + "," + coords[1] + ")" ;}
#public int getId() {return id;}
#public static int getCount() {return count;}
| Golo | 2 | ajnavarro/language-dataset | data/github.com/golo-vertx/golo_testing/1a78f7333d2f5b22f048c0655be88d8ff1634ee3/interfacing_java_classes/GPoint.golo | [
"MIT"
]
|
-include ../tools.mk
# Test expected libtest's JSON output
OUTPUT_FILE_DEFAULT := $(TMPDIR)/libtest-json-output-default.json
OUTPUT_FILE_STDOUT_SUCCESS := $(TMPDIR)/libtest-json-output-stdout-success.json
all:
$(RUSTC) --test f.rs
RUST_BACKTRACE=0 $(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE_DEFAULT) || true
RUST_BACKTRACE=0 $(call RUN,f) -Z unstable-options --test-threads=1 --format=json --show-output > $(OUTPUT_FILE_STDOUT_SUCCESS) || true
cat $(OUTPUT_FILE_DEFAULT) | "$(PYTHON)" validate_json.py
cat $(OUTPUT_FILE_STDOUT_SUCCESS) | "$(PYTHON)" validate_json.py
# Normalize the actual output and compare to expected output file
cat $(OUTPUT_FILE_DEFAULT) | sed 's/"exec_time": [0-9.]*/"exec_time": $$TIME/' | diff output-default.json -
cat $(OUTPUT_FILE_STDOUT_SUCCESS) | sed 's/"exec_time": [0-9.]*/"exec_time": $$TIME/' | diff output-stdout-success.json -
| Makefile | 3 | Eric-Arellano/rust | src/test/run-make-fulldeps/libtest-json/Makefile | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
]
|
import
macros, algorithm, strutils
proc normalProc(x: int) =
echo x
template templateWithtouParams =
echo 10
proc overloadedProc(x: int) =
echo x
proc overloadedProc(x: string) =
echo x
proc overloadedProc[T](x: T) =
echo x
template normalTemplate(x: int) =
echo x
template overloadedTemplate(x: int) =
echo x
template overloadedTemplate(x: string) =
echo x
macro normalMacro(x: int): untyped =
discard
macro macroWithoutParams: untyped =
discard
macro inspectSymbol(sym: typed, expected: static[string]): untyped =
if sym.kind == nnkSym:
echo "Symbol node:"
let res = sym.getImpl.repr & "\n"
echo res
# echo "|", res, "|"
# echo "|", expected, "|"
if expected.len > 0: assert res == expected
elif sym.kind in {nnkClosedSymChoice, nnkOpenSymChoice}:
echo "Begin sym choice:"
var results = newSeq[string](0)
for innerSym in sym:
results.add innerSym.getImpl.repr
sort(results, cmp[string])
let res = results.join("\n") & "\n"
echo res
if expected.len > 0: assert res == expected
echo "End symchoice."
else:
echo "Non-symbol node: ", sym.kind
if expected.len > 0: assert $sym.kind == expected
macro inspectUntyped(sym: untyped, expected: static[string]): untyped =
let res = sym.repr
echo "Untyped node: ", res
assert res == expected
inspectSymbol templateWithtouParams, "nnkCommand"
# this template is expanded, because bindSym was not used
# the end result is the template body (nnkCommand)
inspectSymbol bindSym("templateWithtouParams"), """
template templateWithtouParams() =
echo 10
"""
inspectSymbol macroWithoutParams, "nnkEmpty"
# Just like the template above, the macro was expanded
inspectSymbol bindSym("macroWithoutParams"), """
macro macroWithoutParams(): untyped =
discard
"""
inspectSymbol normalMacro, """
macro normalMacro(x: int): untyped =
discard
"""
# Since the normalMacro has params, it's automatically
# treated as a symbol here (no need for `bindSym`)
inspectSymbol bindSym("normalMacro"), """
macro normalMacro(x: int): untyped =
discard
"""
inspectSymbol normalTemplate, """
template normalTemplate(x: int) =
echo x
"""
inspectSymbol bindSym("normalTemplate"), """
template normalTemplate(x: int) =
echo x
"""
inspectSymbol overloadedTemplate, """
template overloadedTemplate(x: int) =
echo x
template overloadedTemplate(x: string) =
echo x
"""
inspectSymbol bindSym("overloadedTemplate"), """
template overloadedTemplate(x: int) =
echo x
template overloadedTemplate(x: string) =
echo x
"""
inspectUntyped bindSym("overloadedTemplate"), """bindSym("overloadedTemplate")"""
# binSym is active only in the presence of `typed` params.
# `untyped` params still get the raw AST
inspectSymbol normalProc, """
proc normalProc(x: int) =
echo [x]
"""
inspectSymbol bindSym("normalProc"), """
proc normalProc(x: int) =
echo [x]
"""
inspectSymbol overloadedProc, """
proc overloadedProc(x: int) =
echo [x]
proc overloadedProc(x: string) =
echo [x]
proc overloadedProc[T](x: T) =
echo x
"""
# XXX: There seems to be a repr rendering problem above.
# Notice that `echo [x]`
inspectSymbol overloadedProc[float], """
proc overloadedProc(x: T) =
echo [x]
"""
# As expected, when we select a specific generic, the
# AST is no longer a symChoice
inspectSymbol bindSym("overloadedProc"), """
proc overloadedProc(x: int) =
echo [x]
proc overloadedProc(x: string) =
echo [x]
proc overloadedProc[T](x: T) =
echo x
"""
| Nimrod | 5 | JohnAD/Nim | tests/macros/ttemplatesymbols.nim | [
"MIT"
]
|
function createButton(bar_name::String, on_change, userdata, type::Int32 = 0, initial_button_state::Bool = false)
func = (x)->on_change(x, userdata)
CxxWrap.gcprotect(userdata)
CxxWrap.gcprotect(func)
CxxWrap.gcprotect(on_change)
return jl_cpp_cv2.createButton(bar_name,func, type, initial_button_state)
end
function setMouseCallback(winname::String, onMouse, userdata)
func = (event, x, y, flags)->onMouse(event, x, y, flags, userdata)
CxxWrap.gcprotect(userdata)
CxxWrap.gcprotect(func)
CxxWrap.gcprotect(onMouse)
return jl_cpp_cv2.setMouseCallback(winname,func)
end
function createTrackbar(trackbarname::String, winname::String, value::Ref{Int32}, count::Int32, onChange, userdata)
func = (x)->onChange(x, userdata)
CxxWrap.gcprotect(userdata)
CxxWrap.gcprotect(func)
CxxWrap.gcprotect(onChange)
return jl_cpp_cv2.createTrackbar(trackbarname, winname, value, count, func)
end
function CascadeClassifier(filename::String)
return cpp_to_julia(jlopencv_cv_cv_CascadeClassifier_cv_CascadeClassifier_CascadeClassifier(julia_to_cpp(filename)))
end
function detect(cobj::cv_Ptr{T}, image::InputArray, mask::InputArray) where {T <: Feature2D}
return cpp_to_julia(jlopencv_cv_cv_Feature2D_cv_Feature2D_detect(julia_to_cpp(cobj),julia_to_cpp(image),julia_to_cpp(mask)))
end
detect(cobj::cv_Ptr{T}, image::InputArray; mask::InputArray = (CxxMat())) where {T <: Feature2D} = detect(cobj, image, mask)
function detectMultiScale(cobj::CascadeClassifier, image::InputArray, scaleFactor::Float64, minNeighbors::Int32, flags::Int32, minSize::Size{Int32}, maxSize::Size{Int32})
return cpp_to_julia(jlopencv_cv_cv_CascadeClassifier_cv_CascadeClassifier_detectMultiScale(julia_to_cpp(cobj),julia_to_cpp(image),julia_to_cpp(scaleFactor),julia_to_cpp(minNeighbors),julia_to_cpp(flags),julia_to_cpp(minSize),julia_to_cpp(maxSize)))
end
detectMultiScale(cobj::CascadeClassifier, image::InputArray; scaleFactor::Float64 = Float64(1.1), minNeighbors::Int32 = Int32(3), flags::Int32 = Int32(0), minSize::Size{Int32} = (Size{Int32}(0,0)), maxSize::Size{Int32} = (Size{Int32}(0,0))) = detectMultiScale(cobj, image, scaleFactor, minNeighbors, flags, minSize, maxSize)
function empty(cobj::CascadeClassifier)
return cpp_to_julia(jlopencv_cv_cv_CascadeClassifier_cv_CascadeClassifier_empty(julia_to_cpp(cobj)))
end
function SimpleBlobDetector_create(parameters::SimpleBlobDetector_Params)
return cpp_to_julia(jlopencv_cv_cv_SimpleBlobDetector_create(julia_to_cpp(parameters)))
end
SimpleBlobDetector_create(; parameters::SimpleBlobDetector_Params = (SimpleBlobDetector_Params())) = SimpleBlobDetector_create(parameters)
| Julia | 4 | ptelang/opencv_contrib | modules/julia/gen/jl_cxx_files/cv_manual_wrap.jl | [
"Apache-2.0"
]
|
class: draw;
dpi: 96;
size: 100px 100px;
rectangle {
size: 50px 50px;
stroke: dash(color(#06c) width(2px) pattern(6px 4px) offset(10px));
}
| CLIPS | 3 | asmuth-archive/travistest | test/draw/style_stroke_dash_custom.clp | [
"Apache-2.0"
]
|
import NextImage from 'next/image'
import src from '../../public/test.jpg'
// Keep arrow function to test rsc loaders
const Page = () => {
return <NextImage src={src} />
}
export default Page
export const config = {
runtime: 'edge',
}
| JavaScript | 4 | hanneslund/next.js | test/integration/react-streaming-and-server-components/app/pages/next-api/image.server.js | [
"MIT"
]
|
ALTER TABLE hdb_catalog.event_log DROP COLUMN archived;
DROP INDEX hdb_catalog.event_log_delivered_idx;
| SQL | 4 | gh-oss-contributor/graphql-engine-1 | server/src-rsr/migrations/27_to_26.sql | [
"Apache-2.0",
"MIT"
]
|
.demo-stepper {
margin-top: 8px;
}
.demo-form-field {
margin-top: 16px;
}
.demo-radio-group {
display: flex;
flex-direction: column;
margin: 15px 0;
}
.demo-radio-button {
margin: 5px;
}
| CSS | 3 | tungyingwaltz/components | src/components-examples/material/stepper/stepper-intl/stepper-intl-example.css | [
"MIT"
]
|
/*
* Copyright 2014-2019 Jiří Janoušek <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
public class Nuvola.MediaPlayerBinding: ModelBinding<MediaPlayerModel> {
private const string TRACK_INFO_CHANGED = "track-info-changed";
private const string TRACK_POSITION_CHANGED = "track-position-changed";
private const string VOLUME_CHANGED = "volume-changed";
public MediaPlayerBinding(Drt.RpcRouter router, WebWorker web_worker, MediaPlayerModel model) {
base(router, web_worker, "Nuvola.MediaPlayer", model);
}
protected override void bind_methods() {
bind("get-flag", Drt.RpcFlags.READABLE,
"Returns boolean state of a particular flag or null if no such flag has been found.",
handle_get_flag, {
new Drt.StringParam("name", true, false, null, "Flag name, e.g. can-go-next, can-go-previous, can-play, can-pause, can-stop, can-rate"),
});
bind("set-flag", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE, null, handle_set_flag, {
new Drt.StringParam("name", true, false),
new Drt.BoolParam("state", true),
});
bind("set-track-info", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE, null, handle_set_track_info, {
new Drt.StringParam("title", false, true),
new Drt.StringParam("artist", false, true),
new Drt.StringParam("album", false, true),
new Drt.StringParam("state", false, true),
new Drt.StringParam("artworkLocation", false, true),
new Drt.StringParam("artworkFile", false, true),
new Drt.DoubleParam("rating", false, 0.0),
new Drt.DoubleParam("length", false, 0.0),
new Drt.StringArrayParam("playbackActions", false),
});
bind("set-track-position", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE, null, handle_set_track_position, {
new Drt.DoubleParam("position", false, 0.0)
});
bind("update-volume", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE, null, handle_update_volume, {
new Drt.DoubleParam("volume", false, 1.0)
});
bind("track-info", Drt.RpcFlags.READABLE, "Returns information about currently playing track.",
handle_get_track_info, null);
bind("volume", Drt.RpcFlags.READABLE, "Returns information about current volume.",
handle_get_volume, null);
bind("track-position", Drt.RpcFlags.READABLE, "Returns information about current track position.",
handle_get_track_position, null);
add_notification(TRACK_INFO_CHANGED, Drt.RpcFlags.WRITABLE|Drt.RpcFlags.SUBSCRIBE,
"Sends a notification when track info is changed.");
add_notification(TRACK_POSITION_CHANGED, Drt.RpcFlags.WRITABLE|Drt.RpcFlags.SUBSCRIBE,
"Sends a notification when track position is changed.");
add_notification(VOLUME_CHANGED, Drt.RpcFlags.WRITABLE|Drt.RpcFlags.SUBSCRIBE,
"Sends a notification when volume is changed.");
model.set_rating.connect(on_set_rating);
}
private void handle_set_track_info(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? title = request.pop_string();
string? artist = request.pop_string();
string? album = request.pop_string();
string? state = request.pop_string();
string? artwork_location = request.pop_string();
string? artwork_file = request.pop_string();
double rating = request.pop_double();
double length = request.pop_double();
model.set_track_info(title, artist, album, state, artwork_location, artwork_file, rating, (int64) length);
string[] actions = request.pop_strv();
bool actions_changed = false;
if (actions.length != model.playback_actions.length()) {
actions_changed = true;
} else {
int i = 0;
foreach (unowned string action in model.playback_actions) {
if (action != actions[i++]) {
actions_changed = true;
break;
}
}
}
if (actions_changed) {
SList<string> playback_actions = null;
foreach (unowned string action in actions) {
playback_actions.prepend(action);
}
playback_actions.reverse();
model.playback_actions = (owned) playback_actions;
}
emit(TRACK_INFO_CHANGED);
request.respond(new Variant.boolean(true));
}
private void handle_get_track_info(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
var builder = new VariantBuilder(new VariantType("a{smv}"));
builder.add("{smv}", "title", Drt.VariantUtils.from_string_if_not_null(model.title));
builder.add("{smv}", "artist", Drt.VariantUtils.from_string_if_not_null(model.artist));
builder.add("{smv}", "album", Drt.VariantUtils.from_string_if_not_null(model.album));
builder.add("{smv}", "state", Drt.VariantUtils.from_string_if_not_null(model.state));
builder.add("{smv}", "artworkLocation", Drt.VariantUtils.from_string_if_not_null(model.artwork_location));
builder.add("{smv}", "artworkFile", Drt.VariantUtils.from_string_if_not_null(model.artwork_file));
builder.add("{smv}", "rating", new Variant.double(model.rating));
request.respond(builder.end());
}
private void handle_set_track_position(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
double position = request.pop_double();
model.track_position = (int64) position;
emit(TRACK_POSITION_CHANGED);
request.respond(new Variant.boolean(true));
}
private void handle_get_track_position(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
request.respond(new Variant.double((double) model.track_position));
}
private void handle_update_volume(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
double volume = request.pop_double();
model.volume = volume;
emit(VOLUME_CHANGED);
request.respond(new Variant.boolean(true));
}
private void handle_get_volume(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
request.respond(new Variant.double(model.volume));
}
private void handle_set_flag(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
bool state = request.pop_bool();
bool handled = false;
switch (name) {
case "can-go-next":
case "can-go-previous":
case "can-play":
case "can-pause":
case "can-stop":
case "can-rate":
case "can-seek":
case "can-change-volume":
handled = true;
GLib.Value value = GLib.Value(typeof(bool));
value.set_boolean(state);
model.@set_property(name, value);
break;
default:
warning("Unknown flag '%s'", name);
break;
}
request.respond(new Variant.boolean(handled));
}
private void handle_get_flag(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
switch (name) {
case "can-go-next":
case "can-go-previous":
case "can-play":
case "can-pause":
case "can-stop":
case "can-rate":
case "can-seek":
case "can-change-volume":
GLib.Value value = GLib.Value(typeof(bool));
model.@get_property(name, ref value);
request.respond(new Variant.boolean(value.get_boolean()));
break;
default:
warning("Unknown flag '%s'", name);
request.respond(null);
break;
}
}
private void on_set_rating(double rating) {
if (!model.can_rate) {
warning("Rating is not enabled");
return;
}
try {
var payload = new Variant("(sd)", "RatingSet", rating);
call_web_worker("Nuvola.mediaPlayer.emit", ref payload);
} catch (GLib.Error e) {
warning("Communication failed: %s", e.message);
}
}
}
| Vala | 5 | xcffl/nuvolaruntime | src/nuvolakit-runner/components/mediaplayer/MediaPlayerBinding.vala | [
"BSD-2-Clause"
]
|
#! /bin/sh -e
src=gcc
if [ $# -eq 3 -a "$2" = '-d' ]; then
pdir="-d $3"
src=$3/gcc
elif [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi
case "$1" in
-patch)
patch $pdir -f --no-backup-if-mismatch -p0 --fuzz 10 < $0
;;
-unpatch)
patch $pdir -f --no-backup-if-mismatch -R -p0 --fuzz 10 < $0
;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
esac
exit 0
# DP: use GOTOFF not GOT relocs for .LCn and other local symbols;
# DP: don't use gotoff for non-static functions, even if defined locally
--- gcc/config/arm/arm.c 2003-06-14 15:20:53.000000000 +0100
+++ gcc/config/arm/arm.c 2004-03-06 15:15:32.000000000 +0000
@@ -2364,6 +2394,40 @@
return 1;
}
+/* Return true if OP is a symbolic operand that resolves locally. */
+
+static int
+local_symbolic_operand (op, mode)
+ rtx op;
+ enum machine_mode mode ATTRIBUTE_UNUSED;
+{
+ if (GET_CODE (op) == CONST
+ && GET_CODE (XEXP (op, 0)) == PLUS
+ && GET_CODE (XEXP (XEXP (op, 0), 1)) == CONST_INT)
+ op = XEXP (XEXP (op, 0), 0);
+
+ if (GET_CODE (op) == LABEL_REF)
+ return 1;
+
+ if (GET_CODE (op) != SYMBOL_REF)
+ return 0;
+
+ /* These we've been told are local by varasm and encode_section_info
+ respectively. */
+ if (CONSTANT_POOL_ADDRESS_P (op) || ENCODED_LOCAL_BINDING_ATTR_P (XSTR (op, 0)))
+ return 1;
+
+ /* There is, however, a not insubstantial body of code in the rest of
+ the compiler that assumes it can just stick the results of
+ ASM_GENERATE_INTERNAL_LABEL in a symbol_ref and have done. */
+ /* ??? This is a hack. Should update the body of the compiler to
+ always create a DECL an invoke targetm.encode_section_info. */
+ if (strncmp (arm_strip_name_encoding (XSTR (op, 0)), ".L", 2) == 0)
+ return 1;
+
+ return 0;
+}
+
rtx
legitimize_pic_address (orig, mode, reg)
rtx orig;
@@ -2404,10 +2468,7 @@
else
emit_insn (gen_pic_load_addr_thumb (address, orig));
- if ((GET_CODE (orig) == LABEL_REF
- || (GET_CODE (orig) == SYMBOL_REF &&
- ENCODED_SHORT_CALL_ATTR_P (XSTR (orig, 0))))
- && NEED_GOT_RELOC)
+ if (local_symbolic_operand (orig, Pmode) && NEED_GOT_RELOC)
pic_ref = gen_rtx_PLUS (Pmode, pic_offset_table_rtx, address);
else
{
@@ -8804,11 +8911,7 @@
if (NEED_GOT_RELOC && flag_pic && making_const_table &&
(GET_CODE (x) == SYMBOL_REF || GET_CODE (x) == LABEL_REF))
{
- if (GET_CODE (x) == SYMBOL_REF
- && (CONSTANT_POOL_ADDRESS_P (x)
- || ENCODED_SHORT_CALL_ATTR_P (XSTR (x, 0))))
- fputs ("(GOTOFF)", asm_out_file);
- else if (GET_CODE (x) == LABEL_REF)
+ if (local_symbolic_operand (x, Pmode))
fputs ("(GOTOFF)", asm_out_file);
else
fputs ("(GOT)", asm_out_file);
@@ -11335,6 +11418,11 @@
else if (! TREE_PUBLIC (decl))
arm_encode_call_attribute (decl, SHORT_CALL_FLAG_CHAR);
}
+
+ if (TREE_CODE_CLASS (TREE_CODE (decl)) == 'd'
+ && flag_pic
+ && (*targetm.binds_local_p) (decl))
+ arm_encode_call_attribute (decl, LOCAL_BINDING_FLAG_CHAR);
}
#endif /* !ARM_PE */
--- gcc/config/arm/arm.h Fri Mar 5 18:49:44 2004
+++ gcc/config/arm/arm.h Fri Mar 5 15:04:31 2004
@@ -1870,6 +1870,7 @@
Note, '@' and '*' have already been taken. */
#define SHORT_CALL_FLAG_CHAR '^'
#define LONG_CALL_FLAG_CHAR '#'
+#define LOCAL_BINDING_FLAG_CHAR '%'
#define ENCODED_SHORT_CALL_ATTR_P(SYMBOL_NAME) \
(*(SYMBOL_NAME) == SHORT_CALL_FLAG_CHAR)
@@ -1877,6 +1878,9 @@
#define ENCODED_LONG_CALL_ATTR_P(SYMBOL_NAME) \
(*(SYMBOL_NAME) == LONG_CALL_FLAG_CHAR)
+#define ENCODED_LOCAL_BINDING_ATTR_P(SYMBOL_NAME) \
+ (*(SYMBOL_NAME) == LOCAL_BINDING_FLAG_CHAR)
+
#ifndef SUBTARGET_NAME_ENCODING_LENGTHS
#define SUBTARGET_NAME_ENCODING_LENGTHS
#endif
@@ -1888,6 +1892,7 @@
#define ARM_NAME_ENCODING_LENGTHS \
case SHORT_CALL_FLAG_CHAR: return 1; \
case LONG_CALL_FLAG_CHAR: return 1; \
+ case LOCAL_BINDING_FLAG_CHAR: return 1; \
case '*': return 1; \
SUBTARGET_NAME_ENCODING_LENGTHS
| Darcs Patch | 4 | JrCs/opendreambox | recipes/gcc/gcc-3.3.4/arm-gotoff.dpatch | [
"MIT"
]
|
package test
import android.app.Activity
import android.view.View
import android.widget.*
import kotlinx.android.synthetic.main.layout.*
import kotlinx.android.synthetic.main.layout.view.*
class R {
class id {
companion object {
const val container = 0
const val login = 1
}
}
}
class MyActivity(): Activity() {
val containerWidget = object : FrameLayout(this) {
val loginWidget = Button(this@MyActivity)
override fun <T : View> findViewById(id: Int): T? {
return when (id) {
R.id.login -> loginWidget as T
else -> null
}
}
}
override fun <T : View> findViewById(id: Int): T? {
return when (id) {
R.id.container -> containerWidget as T
else -> null
}
}
public fun box(): String{
return if (container.login.toString() == "Button") "OK" else ""
}
}
fun box(): String {
return MyActivity().box()
}
| Kotlin | 3 | AndrewReitz/kotlin | plugins/android-extensions/android-extensions-compiler/testData/codegen/android/view/0.kt | [
"ECL-2.0",
"Apache-2.0"
]
|
[{"Name":"WAF_Found","Enabled":true,"Scanner":2,"Author":"@six2dez1","UrlEncode":false,"Grep":["true,Or,Cloudflare","true,Or,Imperva","true,Or,NetScaler","true,Or,wzws-waf-cgi","true,Or,X-Powered-By-360WZB","true,Or,aeSecure","true,Or,AL-SESS","true,Or,aliyun","true,Or,Anquanbao","true,Or,WZWS-RAY","true,Or,ArvanCloud","true,Or,ASPA-Cache-Status","true,Or,X-ASPNET-Version","true,Or,cz_astra_csrf_cookie","true,Or,awselb/2.0","true,Or,Yunjiasu","true,Or,barracuda_","true,Or,barra_counter_session","true,Or,BinarySec","true,Or,BigIP","true,Or,BlockDos.net","true,Or,BDWAF","true,Or,CdnNsWAF","true,Or,ChinaCache","true,Or,ACE XML Gateway","true,Or,Cloudbric","true,Or,cloudflare","true,Or,__cfuid\u003d","true,Or,CloudfloorDNS","true,Or,cloudfront","true,Or,FORTIWAFSID","true,Or,hwclouds.com","true,Or,Incapsula","true,Or,KeyCDN","true,Or,AkamaiGHost","true,Or,PowerCDN","true,Or,X-Qiniu-CDN","true,Or,squid/","true,Or,Sucuri","true,Or,waf.tencent-cloud.com","true,Or,xVarnish-WAF","true,Or,WatchGuard","true,Or,WebKnight","true,Or,ZScaler","true,Or,X-Powered-By-360WZB","true,Or,ak_bmsc","true,Or,AkamaiGHost","true,Or,X-Powered-By-Anquanbao","true,Or,BNI__BARRACUDA_LB_COOKIE","true,Or,BNI_persistence","true,Or,BinarySec","true,Or,x-binarysec-via","true,Or,x-binarysec-nocache","true,Or,ChinaCache","true,Or,Server: ACE XML Gateway","true,Or,ns_af","true,Or,citrix_ns_id","true,Or,NSC_","true,Or,Cneonction","true,Or,Coection","true,Or,NS-CACHE","true,Or,X-client-ip","true,Or,pwcount","true,Or,cloudflare-nginx","true,Or,__cfduid","true,Or,cloudflare","true,Or,X-dotDefender","true,Or,BIG-IP-F5","true,Or,MRHSession","true,Or,BigIP","true,Or,BIG-IP","true,Or,BIGIP","true,Or,F5_ST","true,Or,F5_HT","true,Or,LastMRH_Session","true,Or,MRHSequence","true,Or,MRHSHint","true,Or,Set-Cookie: TS","true,Or,BIGipServer","true,Or,uRoamTestCookie","true,Or,MRHCId","true,Or,uRoamTestCookie","true,Or,MRHIntranetSession","true,Or,F5-TrafficShield","true,Or,fgd_icon","true,Or,FORTIWAFSID","true,Or,WODSESSION","true,Or,X-Backside-Transport","true,Or,X-CDN: Incapsula","true,Or,incap_ses","true,Or,Set-Cookie: visid","true,Or,Set-Cookie: AL","true,Or,Server: Mission Control Application Shield","true,Or,mod_security","true,Or,Mod_Security","true,Or,NOYB","true,Or,NCI__SessionId","true,Or,NSFocus","true,Or,PowerCDN","true,Or,profense","true,Or,safedog-flow-item","true,Or,Safedog","true,Or,st8id","true,Or,Secure Entry Server","true,Or,WT263CDN","true,Or,ZENEDGE","true,Or,Served-By-Zenedge"],"Tags":["All"],"PayloadResponse":false,"NotResponse":false,"isTime":false,"iscontentLength":false,"CaseSensitive":false,"ExcludeHTTP":false,"OnlyHTTP":true,"IsContentType":true,"ContentType":"text/css,image/jpeg,image/png,image/svg+xml,image/gif,image/tiff,image/webp,image/x-icon,application/font-woff,image/vnd.microsoft.icon,font/ttf,font/woff2","NegativeCT":true,"IsResponseCode":false,"ResponseCode":"","NegativeRC":false,"isurlextension":false,"NegativeUrlExtension":false,"MatchType":1,"RedirType":0,"MaxRedir":0,"payloadPosition":0,"grepsFile":"","IssueName":"WAF Found","IssueSeverity":"Information","IssueConfidence":"Certain","IssueDetail":"WAF Found\n\nCheck the results against https://github.com/0xInfection/Awesome-WAF","RemediationDetail":"WAF Found","IssueBackground":"WAF Found","RemediationBackground":"WAF Found","VariationAttributes":[],"InsertionPointType":[],"Scantype":0,"pathDiscovery":false}] | BitBake | 3 | 5m477/BurpBounty | profiles/WAF_Found.bb | [
"Apache-2.0"
]
|
==Hit a Problem!
GDB allows for all of the data sent between your PC and the remote MRI target to be captured to a log file. If you enter the following command in GDB before issuing the "target remote" command then everything for your session will be logged to a file called mri.log in the current directory where GDB was launched:
{{{
set remotelogfile mri.log
}}}
Describe as clearly as possible what you were doing when you encountered the problem and then e-mail me this description along with a log file captured as described above. I have an electronic mail account at yahoo.com. The alias I use there is adamgrym. | Creole | 2 | PetteriAimonen/mri | notes/mri-report-problem.creole | [
"Apache-2.0"
]
|
'use strict'
define ['./editor', './editorSupport'], (Editor, EditorSupport)->
bindCount = 0
{
posFor
last
escapeHtml
} = Editor
{
editorForToolbar
} = EditorSupport
errorDisplay = null
getDiagShowing = (node)-> editorForToolbar(node).diag
showDiag = (node, state)->
editor = editorForToolbar(node)
data = editor.options.data
node = editor?.node
editor.diag = state
if state
$(node).addClass 'diag'
$(node).nextAll(".editorDiag").addClass 'diag'
$(node).nextAll(".structure").addClass 'diag'
setTimeout (-> editor.options.setDiagEnabled true), 1
setTimeout (-> editor.options.data.setDiagEnabled true), 1
editor.on 'moved', statusUpdate
editor.on 'selection', statusUpdate
editor.options
.on 'diag', diagOptions
.on 'render', diagRender
data
.on 'change', observeDataChange
.on 'load', observeDataLoad
.on 'diag', observeDataDiag
else
$(node).removeClass 'diag'
$(node).nextAll(".editorDiag").removeClass 'diag'
$(node).nextAll(".structure").removeClass 'diag'
editor.options.setDiagEnabled false
editor.options.data.setDiagEnabled false
editor.off 'moved', statusUpdate
editor.off 'selection', statusUpdate
editor.options
.off 'diag', diagOptions
.off 'render', diagRender
data
.off 'change', observeDataChange
.off 'load', observeDataLoad
.off 'diag', observeDataDiag
createEditorDisplay = (editor)->
status = $("<div class='editorDiag'><div class='editorErrors'></div><div class='selectionInfo'>No selection</div></div>")
editor.node.after(status)
errors = status.find '.editorErrors'
selection = status.find '.selectionInfo'
statusUpdate = (editor)->
{block, offset} = editor.getSelectedBlockRange()
if block
{line, col, blockLine, top, left} = lineInfo editor.options, block, offset
if line
return selection.html "line: #{numSpan line} col: #{numSpan col} block: #{block._id}:#{numSpan blockLine} top: #{numSpan top} left: #{numSpan left}"
selection.html "No selection"
diagOptions = (badBlocks)->
$(editor.node).find('.error').removeClass 'error'
for id in badBlocks ? []
$(editor.options.nodeForId(id)).addClass 'error'
if badBlocks?.length then errors.html "BAD BLOCKS: #{JSON.stringify badBlocks}"
else errors.html ''
diagRender = (editor, block)->
if editor.diag then console.log "RENDER: #{block._id}"
numSpan = (n)-> "<span class='status-num'>#{n}</span>"
lineInfo = (options, block, offset)->
if block
{line, col} = getBlockLine block, offset
startBlock = block
docLine = line
while block.prev
block = options.getBlock block.prev
docLine += block.text.split('\n').length - 1
holder = options.nodeForId startBlock._id
if p = posFor options.editor.domCursorForTextPosition(holder, offset)
line: docLine
col: col
blockLine: line
top: Math.round(p.top)
left: Math.round(p.left)
else {}
else {}
getBlockLine = (block, offset)->
text = block.text.substring(0, offset)
lines = text.split('\n')
line: lines.length
col: last(lines).length
createStructureDisplay = (data, stop)->
if !$(".structure").length
div = $("<div class='structure'><div class='dataErrors'></div><div class='blocks'></div></div>")
$(document.body).append div
errorDisplay = div.find '.dataErrors'
blockDisplay = div.find '.blocks'
observeDataChange = (changes)-> displayStructure data, blockDisplay
observeDataLoad = -> displayStructure data, blockDisplay
observeDataDiag = (badBlocks)->
$(".structure").data badBlocks: badBlocks
showStructureErrors()
showStructureErrors = ->
if errorDisplay
if badBlocks = $('.structure').data().badBlocks
errorDisplay.html "<b>BAD BLOCKS:</b> #{(b[0]+': '+b[1] for b in badBlocks).join ', '}"
console.log "ADDING ERROR TO: " + (".structure.diag .#{b[0]}" for b in badBlocks).join ','
$((".structure.diag .#{b[0]}" for b in badBlocks).join ',').addClass 'error'
else errorDisplay.html ''
diagMessage = (msg)->
if errorDisplay then $(errorDisplay).html msg
console.log msg
displayStructure = (data, div)->
$(div).html structureInfo(data).description
showStructureErrors()
structureInfo = (data)->
parentStack = []
levels = {}
desc = ""
level = 0
cur = data.getBlock data.getFirst()
prevParent = null
checks = nextSibling: {}, previousSibling: {}, prev: {}
check = cur
prev = null
while check
checks.nextSibling[check.previousSibling] = check._id
checks.previousSibling[check.nextSibling] = check._id
checks.prev[check.next] = check._id
prev = check
check = data.getBlock check.next
while cur
bad = []
if cur.nextSibling != checks.nextSibling[cur._id] then bad.push 'nextSibling'
if cur.previousSibling != checks.previousSibling[cur._id] then bad.push 'previousSibling'
if cur.prev != checks.prev[cur._id] then bad.push 'prev'
if cur.previousSibling != cur.prev
p = cur
level = 0
while p = data.parent p
level++
levels[cur._id] = level
desc += "<span class='#{cur._id}'>#{(' ' for i in [0...level]).join ''}#{cur._id} #{cur.type}#{checkStructure cur, bad}: #{escapeHtml JSON.stringify cur.text}\n</span>"
if !cur.nextSibling then level = 0
cur = data.getBlock cur.next
levels: levels, description: desc
checkStructure = (block, bad)->
if bad.length
' <span class="err">[' + ("#{err}: #{block[err]}" for err in bad).join(', ') + ']</span>'
else ''
Object.assign Leisure, {
showDiag
getDiagShowing
}
{
createStructureDisplay
createEditorDisplay
structureInfo
showDiag
getDiagShowing
diagMessage
}
| Literate CoffeeScript | 4 | zot/Leisure | src/diag.litcoffee | [
"Zlib"
]
|
#N canvas 69 59 443 360 12;
#X obj 210 286 textfile;
#X obj 8 174 bng 15 250 50 0 empty empty store 16 7 0 10 -262144 -1
-1;
#X obj 8 320 bng 15 250 50 0 empty empty recall 15 7 0 10 -262144 -1
-1;
#X obj 408 330 tgl 10 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
#X obj 104 59 t b b b;
#X msg 219 121 clear;
#X msg 114 149 -record-;
#X obj 61 207 symbol \$1.txt;
#X obj 363 115 1;
#X obj 310 191 symbol \$1.txt;
#X obj 312 165 loadbang;
#X msg 310 216 read \$1 cr;
#X msg 62 234 write \$1 cr;
#X obj 75 299 until;
#X msg 210 322 \; \$1 \$2;
#X obj 112 175 s \$2-in;
#X obj 224 187 r \$2-out;
#X obj 77 265 t b b;
#X msg 140 268 rewind;
#X obj 308 295 print;
#X obj 224 220 spigot;
#X obj 311 126 1;
#X obj 278 124 0;
#X connect 0 0 14 0;
#X connect 0 1 13 1;
#X connect 1 0 4 0;
#X connect 2 0 17 0;
#X connect 4 0 7 0;
#X connect 4 0 8 0;
#X connect 4 0 22 0;
#X connect 4 1 6 0;
#X connect 4 2 5 0;
#X connect 4 2 21 0;
#X connect 5 0 0 0;
#X connect 6 0 15 0;
#X connect 7 0 12 0;
#X connect 8 0 3 0;
#X connect 9 0 11 0;
#X connect 10 0 9 0;
#X connect 11 0 0 0;
#X connect 12 0 0 0;
#X connect 13 0 0 0;
#X connect 16 0 20 0;
#X connect 17 0 13 0;
#X connect 17 1 18 0;
#X connect 18 0 0 0;
#X connect 20 0 0 0;
#X connect 21 0 20 1;
#X connect 22 0 20 1;
#X coords 0 0 1 1 90 35 1;
| Pure Data | 2 | mcclure/pure-data | doc/7.stuff/synth/preset.pd | [
"TCL"
]
|
Red [
Title: "Red VID simple test script"
Author: "Nenad Rakocevic"
File: %vid5.red
Needs: 'View
]
system/view/VID/debug?: yes
view [
at 1x110 base 1100x1 black
across top base 1x60 button 50x50 button "OK" text "text" cyan field drop-down drop-list check yellow radio yellow progress slider return
across middle base 1x60 button 50x50 button "OK" text "text" cyan field drop-down drop-list check yellow radio yellow progress slider return
across bottom base 1x60 button 50x50 button "OK" text "text" cyan field drop-down drop-list check yellow radio yellow progress slider
]
system/view/VID/debug?: no | Red | 3 | 0xflotus/red | tests/vid5.red | [
"BSL-1.0",
"BSD-3-Clause"
]
|
use "time"
class TimerPrint is TimerNotify
var _env: Env
var _count: U64 = 0
new iso create(env: Env) =>
_env = env
fun ref apply(timer: Timer, count: U64): Bool =>
_count = _count + count
_env.out.print("timer: " + _count.string())
_count < 10
fun ref cancel(timer: Timer) =>
_env.out.print("timer cancelled")
actor Main
new create(env: Env) =>
let timers = Timers
let t1 = Timer(TimerPrint(env), 500000000, 500000000) // 500 ms
let t1' = t1
timers(consume t1)
timers.cancel(t1')
let t2 = Timer(TimerPrint(env), 500000000, 500000000) // 500 ms
timers(consume t2)
| Pony | 4 | presidentbeef/ponyc | examples/timers/timers.pony | [
"BSD-2-Clause"
]
|
[playlist]
NumberOfEntries=1
Title1=Sveriges Radio
Length1=-1
Version=2
| SQL | 0 | liangleslie/core | tests/components/cast/fixtures/164-hi-aac_missing_file.pls | [
"Apache-2.0"
]
|
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports System.Collections.Immutable
Imports System.Composition
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.Shared.Utilities
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAnalysis.Shared.TestHooks
Imports Microsoft.CodeAnalysis.Snippets
Imports Microsoft.VisualStudio.LanguageServices.VisualBasic.Snippets
Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.Completion
<ExportLanguageService(GetType(ISnippetInfoService), LanguageNames.VisualBasic, ServiceLayer.Test), [Shared], PartNotDiscoverable>
Friend Class TestVisualBasicSnippetInfoService
Inherits VisualBasicSnippetInfoService
<ImportingConstructor>
<Obsolete(MefConstruction.ImportingConstructorMessage, True)>
Public Sub New(threadingContext As IThreadingContext, listenerProvider As IAsynchronousOperationListenerProvider)
MyBase.New(threadingContext, Nothing, listenerProvider)
End Sub
Friend Sub SetSnippetShortcuts(newSnippetShortcuts As String())
SyncLock cacheGuard
snippets = newSnippetShortcuts.Select(Function(shortcut) New SnippetInfo(shortcut, "title", "description", "path")).ToImmutableArray()
snippetShortcuts = GetShortcutsHashFromSnippets(snippets)
End SyncLock
End Sub
End Class
End Namespace
| Visual Basic | 4 | ffMathy/roslyn | src/VisualStudio/Core/Test/Completion/TestVisualBasicSnippetInfoService.vb | [
"MIT"
]
|
- unless @one_banks.empty?
.panel.panel-primary
.panel-heading: span = t('.one')
= render partial: 'table', locals: {banks: @one_banks}
- unless @all_banks.empty?
.panel.panel-success
.panel-heading: span = t('.all')
= render partial: 'table', locals: {banks: @all_banks}
- if @all_banks.empty? and @one_banks.empty?
h3.text-info.text-center = t('.empty')
| Slim | 4 | childselfy/crypto-exchange | app/views/admin/withdraws/banks/index.html.slim | [
"MIT"
]
|
D:/gitee/open/tinyriscv/tests/riscv-compliance/build_generated/rv32i/I-ADD-01.elf: file format elf32-littleriscv
Disassembly of section .text.init:
00000000 <_start>:
0: 04c0006f j 4c <reset_vector>
00000004 <trap_vector>:
4: 34202f73 csrr t5,mcause
8: 00800f93 li t6,8
c: 03ff0a63 beq t5,t6,40 <write_tohost>
10: 00900f93 li t6,9
14: 03ff0663 beq t5,t6,40 <write_tohost>
18: 00b00f93 li t6,11
1c: 03ff0263 beq t5,t6,40 <write_tohost>
20: 00000f17 auipc t5,0x0
24: fe0f0f13 addi t5,t5,-32 # 0 <_start>
28: 000f0463 beqz t5,30 <trap_vector+0x2c>
2c: 000f0067 jr t5
30: 34202f73 csrr t5,mcause
34: 000f5463 bgez t5,3c <handle_exception>
38: 0040006f j 3c <handle_exception>
0000003c <handle_exception>:
3c: 5391e193 ori gp,gp,1337
00000040 <write_tohost>:
40: 00001f17 auipc t5,0x1
44: fc3f2023 sw gp,-64(t5) # 1000 <tohost>
48: ff9ff06f j 40 <write_tohost>
0000004c <reset_vector>:
4c: 00000193 li gp,0
50: 00000297 auipc t0,0x0
54: fb428293 addi t0,t0,-76 # 4 <trap_vector>
58: 30529073 csrw mtvec,t0
5c: 30005073 csrwi mstatus,0
60: 00000297 auipc t0,0x0
64: 02028293 addi t0,t0,32 # 80 <begin_testcode>
68: 34129073 csrw mepc,t0
6c: 00000293 li t0,0
70: 10000337 lui t1,0x10000
74: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
78: 00532023 sw t0,0(t1)
7c: 30200073 mret
00000080 <begin_testcode>:
80: 00002297 auipc t0,0x2
84: f8028293 addi t0,t0,-128 # 2000 <begin_signature>
88: fff00f93 li t6,-1
8c: 00000813 li a6,0
90: 010f8033 add zero,t6,a6
94: 0002a023 sw zero,0(t0)
98: 00100f13 li t5,1
9c: 80100793 li a5,-2047
a0: 00ff00b3 add ra,t5,a5
a4: 0012a223 sw ra,4(t0)
a8: 00000e93 li t4,0
ac: fff00713 li a4,-1
b0: 00ee8133 add sp,t4,a4
b4: 0022a423 sw sp,8(t0)
b8: 7ff00e13 li t3,2047
bc: fffff6b7 lui a3,0xfffff
c0: dcc68693 addi a3,a3,-564 # ffffedcc <_end+0xffffcbc8>
c4: 00de01b3 add gp,t3,a3
c8: 0032a623 sw gp,12(t0)
cc: 00000d93 li s11,0
d0: 80000637 lui a2,0x80000
d4: 00cd8233 add tp,s11,a2
d8: 0042a823 sw tp,16(t0)
dc: 00002097 auipc ra,0x2
e0: f3808093 addi ra,ra,-200 # 2014 <test_2_res>
e4: 00001d37 lui s10,0x1
e8: 800d0d13 addi s10,s10,-2048 # 800 <end_testcode+0x4b4>
ec: 000015b7 lui a1,0x1
f0: 23458593 addi a1,a1,564 # 1234 <fromhost+0x134>
f4: 00bd02b3 add t0,s10,a1
f8: 0050a023 sw t0,0(ra)
fc: 07654cb7 lui s9,0x7654
100: 321c8c93 addi s9,s9,801 # 7654321 <_end+0x765211d>
104: fff00513 li a0,-1
108: 00ac8333 add t1,s9,a0
10c: 0060a223 sw t1,4(ra)
110: 80000c37 lui s8,0x80000
114: fffc0c13 addi s8,s8,-1 # 7fffffff <_end+0x7fffddfb>
118: 00100493 li s1,1
11c: 009c03b3 add t2,s8,s1
120: 0070a423 sw t2,8(ra)
124: 00100b93 li s7,1
128: 80000437 lui s0,0x80000
12c: fff40413 addi s0,s0,-1 # 7fffffff <_end+0x7fffddfb>
130: 008b8433 add s0,s7,s0
134: 0080a623 sw s0,12(ra)
138: fff00b13 li s6,-1
13c: 076543b7 lui t2,0x7654
140: 32138393 addi t2,t2,801 # 7654321 <_end+0x765211d>
144: 007b04b3 add s1,s6,t2
148: 0090a823 sw s1,16(ra)
14c: 00002097 auipc ra,0x2
150: edc08093 addi ra,ra,-292 # 2028 <test_3_res>
154: 00001ab7 lui s5,0x1
158: 234a8a93 addi s5,s5,564 # 1234 <fromhost+0x134>
15c: 00001337 lui t1,0x1
160: 80030313 addi t1,t1,-2048 # 800 <end_testcode+0x4b4>
164: 006a8533 add a0,s5,t1
168: 00a0a023 sw a0,0(ra)
16c: 80000a37 lui s4,0x80000
170: 00000293 li t0,0
174: 005a05b3 add a1,s4,t0
178: 00b0a223 sw a1,4(ra)
17c: fffff9b7 lui s3,0xfffff
180: dcc98993 addi s3,s3,-564 # ffffedcc <_end+0xffffcbc8>
184: 7ff00213 li tp,2047
188: 00498633 add a2,s3,tp
18c: 00c0a423 sw a2,8(ra)
190: fff00913 li s2,-1
194: fff00193 li gp,-1
198: 003906b3 add a3,s2,gp
19c: 00d0a623 sw a3,12(ra)
1a0: 80100893 li a7,-2047
1a4: 00100113 li sp,1
1a8: 00288733 add a4,a7,sp
1ac: 00e0a823 sw a4,16(ra)
1b0: 00002117 auipc sp,0x2
1b4: e8c10113 addi sp,sp,-372 # 203c <test_4_res>
1b8: 00000813 li a6,0
1bc: 00000093 li ra,0
1c0: 001807b3 add a5,a6,ra
1c4: 00f12023 sw a5,0(sp)
1c8: fff00793 li a5,-1
1cc: 00000013 nop
1d0: 00078833 add a6,a5,zero
1d4: 01012223 sw a6,4(sp)
1d8: 00100713 li a4,1
1dc: 80100f93 li t6,-2047
1e0: 01f708b3 add a7,a4,t6
1e4: 01112423 sw a7,8(sp)
1e8: 00000693 li a3,0
1ec: fff00f13 li t5,-1
1f0: 01e68933 add s2,a3,t5
1f4: 01212623 sw s2,12(sp)
1f8: 7ff00613 li a2,2047
1fc: fffffeb7 lui t4,0xfffff
200: dcce8e93 addi t4,t4,-564 # ffffedcc <_end+0xffffcbc8>
204: 01d609b3 add s3,a2,t4
208: 01312823 sw s3,16(sp)
20c: 00002097 auipc ra,0x2
210: e4408093 addi ra,ra,-444 # 2050 <test_5_res>
214: 00000593 li a1,0
218: 80000e37 lui t3,0x80000
21c: 01c58a33 add s4,a1,t3
220: 0140a023 sw s4,0(ra)
224: 00001537 lui a0,0x1
228: 80050513 addi a0,a0,-2048 # 800 <end_testcode+0x4b4>
22c: 00001db7 lui s11,0x1
230: 234d8d93 addi s11,s11,564 # 1234 <fromhost+0x134>
234: 01b50ab3 add s5,a0,s11
238: 0150a223 sw s5,4(ra)
23c: 076544b7 lui s1,0x7654
240: 32148493 addi s1,s1,801 # 7654321 <_end+0x765211d>
244: fff00d13 li s10,-1
248: 01a48b33 add s6,s1,s10
24c: 0160a423 sw s6,8(ra)
250: 80000437 lui s0,0x80000
254: fff40413 addi s0,s0,-1 # 7fffffff <_end+0x7fffddfb>
258: 00100c93 li s9,1
25c: 01940bb3 add s7,s0,s9
260: 0170a623 sw s7,12(ra)
264: 00100393 li t2,1
268: 80000c37 lui s8,0x80000
26c: fffc0c13 addi s8,s8,-1 # 7fffffff <_end+0x7fffddfb>
270: 01838c33 add s8,t2,s8
274: 0180a823 sw s8,16(ra)
278: 00002097 auipc ra,0x2
27c: dec08093 addi ra,ra,-532 # 2064 <test_6_res>
280: fff00313 li t1,-1
284: 07654bb7 lui s7,0x7654
288: 321b8b93 addi s7,s7,801 # 7654321 <_end+0x765211d>
28c: 01730cb3 add s9,t1,s7
290: 0190a023 sw s9,0(ra)
294: 000012b7 lui t0,0x1
298: 23428293 addi t0,t0,564 # 1234 <fromhost+0x134>
29c: 00001b37 lui s6,0x1
2a0: 800b0b13 addi s6,s6,-2048 # 800 <end_testcode+0x4b4>
2a4: 01628d33 add s10,t0,s6
2a8: 01a0a223 sw s10,4(ra)
2ac: 80000237 lui tp,0x80000
2b0: 00000a93 li s5,0
2b4: 01520db3 add s11,tp,s5
2b8: 01b0a423 sw s11,8(ra)
2bc: fffff1b7 lui gp,0xfffff
2c0: dcc18193 addi gp,gp,-564 # ffffedcc <_end+0xffffcbc8>
2c4: 7ff00a13 li s4,2047
2c8: 01418e33 add t3,gp,s4
2cc: 01c0a623 sw t3,12(ra)
2d0: fff00113 li sp,-1
2d4: fff00993 li s3,-1
2d8: 01310eb3 add t4,sp,s3
2dc: 01d0a823 sw t4,16(ra)
2e0: 00002117 auipc sp,0x2
2e4: d9810113 addi sp,sp,-616 # 2078 <test_7_res>
2e8: 80100093 li ra,-2047
2ec: 00100913 li s2,1
2f0: 01208f33 add t5,ra,s2
2f4: 01e12023 sw t5,0(sp)
2f8: 00000013 nop
2fc: 00000893 li a7,0
300: 01100fb3 add t6,zero,a7
304: 01f12223 sw t6,4(sp)
308: 00002297 auipc t0,0x2
30c: cf828293 addi t0,t0,-776 # 2000 <begin_signature>
310: 10000337 lui t1,0x10000
314: 00830313 addi t1,t1,8 # 10000008 <_end+0xfffde04>
318: 00532023 sw t0,0(t1)
31c: 00002297 auipc t0,0x2
320: d7428293 addi t0,t0,-652 # 2090 <end_signature>
324: 10000337 lui t1,0x10000
328: 00c30313 addi t1,t1,12 # 1000000c <_end+0xfffde08>
32c: 00532023 sw t0,0(t1)
330: 00100293 li t0,1
334: 10000337 lui t1,0x10000
338: 01030313 addi t1,t1,16 # 10000010 <_end+0xfffde0c>
33c: 00532023 sw t0,0(t1)
340: 00000013 nop
344: 00100193 li gp,1
348: 00000073 ecall
0000034c <end_testcode>:
34c: c0001073 unimp
...
Disassembly of section .tohost:
00001000 <tohost>:
...
00001100 <fromhost>:
...
Disassembly of section .data:
00002000 <begin_signature>:
2000: ffff 0xffff
2002: ffff 0xffff
2004: ffff 0xffff
2006: ffff 0xffff
2008: ffff 0xffff
200a: ffff 0xffff
200c: ffff 0xffff
200e: ffff 0xffff
2010: ffff 0xffff
2012: ffff 0xffff
00002014 <test_2_res>:
2014: ffff 0xffff
2016: ffff 0xffff
2018: ffff 0xffff
201a: ffff 0xffff
201c: ffff 0xffff
201e: ffff 0xffff
2020: ffff 0xffff
2022: ffff 0xffff
2024: ffff 0xffff
2026: ffff 0xffff
00002028 <test_3_res>:
2028: ffff 0xffff
202a: ffff 0xffff
202c: ffff 0xffff
202e: ffff 0xffff
2030: ffff 0xffff
2032: ffff 0xffff
2034: ffff 0xffff
2036: ffff 0xffff
2038: ffff 0xffff
203a: ffff 0xffff
0000203c <test_4_res>:
203c: ffff 0xffff
203e: ffff 0xffff
2040: ffff 0xffff
2042: ffff 0xffff
2044: ffff 0xffff
2046: ffff 0xffff
2048: ffff 0xffff
204a: ffff 0xffff
204c: ffff 0xffff
204e: ffff 0xffff
00002050 <test_5_res>:
2050: ffff 0xffff
2052: ffff 0xffff
2054: ffff 0xffff
2056: ffff 0xffff
2058: ffff 0xffff
205a: ffff 0xffff
205c: ffff 0xffff
205e: ffff 0xffff
2060: ffff 0xffff
2062: ffff 0xffff
00002064 <test_6_res>:
2064: ffff 0xffff
2066: ffff 0xffff
2068: ffff 0xffff
206a: ffff 0xffff
206c: ffff 0xffff
206e: ffff 0xffff
2070: ffff 0xffff
2072: ffff 0xffff
2074: ffff 0xffff
2076: ffff 0xffff
00002078 <test_7_res>:
2078: ffff 0xffff
207a: ffff 0xffff
207c: ffff 0xffff
207e: ffff 0xffff
2080: ffff 0xffff
2082: ffff 0xffff
2084: ffff 0xffff
2086: ffff 0xffff
2088: ffff 0xffff
208a: ffff 0xffff
208c: 0000 unimp
...
00002090 <end_signature>:
...
00002100 <begin_regstate>:
2100: 0080 addi s0,sp,64
...
00002200 <end_regstate>:
2200: 0004 0x4
...
| ObjDump | 4 | DuBirdFly/TinyRISCV_Learn | tests/riscv-compliance/build_generated/rv32i/I-ADD-01.elf.objdump | [
"Apache-2.0"
]
|
i 00001 00 010 0000 00 100 7765
i 00002 00 010 2000 00 100 7767
i 00003 00 010 2001 00 100 7766
i 00004 00 010 2002 00 100 7763
i 00005 00 010 2003 00 100 7762
i 00006 00 010 2002 00 100 7765
i 00007 00 110 7763 00 011 2004
i 00010 00 26 00007 00 010 2002
i 00011 00 100 7763 00 22 00000
i 00012 00 110 7763 00 011 2004
i 00013 00 26 00012 06 33 12345
d 02000 0000 0000 0000 0000
d 02001 0000 0000 0000 0020
d 02002 0000 0000 0000 0001
d 02003 0000 0000 0000 0004
d 02004 0000 0000 0000 0002
| Octave | 0 | besm6/mesm6 | test/timer/timer.oct | [
"MIT"
]
|
--TEST--
Using settype() on a typed property
--FILE--
<?php
class Test {
public int $x;
}
$test = new Test;
$test->x = 42;
settype($test->x, 'string');
// Same as $test->x = (string) $test->x.
// Leaves value unchanged due to coercion
var_dump($test->x);
try {
settype($test->x, 'array');
} catch (TypeError $e) {
echo $e->getMessage(), "\n";
}
var_dump($test->x);
?>
--EXPECT--
int(42)
Cannot assign array to reference held by property Test::$x of type int
int(42)
| PHP | 4 | thiagooak/php-src | ext/standard/tests/general_functions/settype_typed_property.phpt | [
"PHP-3.01"
]
|
-- Copyright 2021 Jeff Foley. All rights reserved.
-- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
name = "IPv4Info"
type = "scrape"
function start()
set_rate_limit(2)
end
function vertical(ctx, domain)
local path = get_path(ctx, domain)
if path == "" then
return
end
local token = get_token(ctx, domain, path)
if token == "" then
return
end
local u = "http://ipv4info.com/subdomains/" .. token .. "/" .. domain .. ".html"
local resp, err = request(ctx, {['url']=u})
if (err ~= nil and err ~= "") then
log(ctx, "vertical request to service failed: " .. err)
return
end
send_names(ctx, resp)
-- Attempt to scrape additional pages of subdomain names
local pagenum = 1
while(true) do
local last = resp
resp = ""
local page = "page" .. tostring(pagenum)
local key = domain .. page
resp = next_page(ctx, domain, last, page)
if (resp == nil or resp == "") then
break
end
send_names(ctx, resp)
pagenum = pagenum + 1
end
end
function get_path(ctx, domain)
local u = "http://ipv4info.com/search/" .. domain
local page, err = request(ctx, {['url']=u})
if (err ~= nil and err ~= "") then
log(ctx, "get_path request to service failed: " .. err)
return ""
end
local match = find(page, "/ip-address/(.*)/" .. domain)
if (match == nil or #match == 0) then
return ""
end
return match[1]
end
function get_token(ctx, domain, path)
local u = "http://ipv4info.com" .. path
local page, err = request(ctx, {['url']=u})
if (err ~= nil and err ~= "") then
log(ctx, "get_token request to service failed: " .. err)
return ""
end
local matches = submatch(page, "/dns/(.*?)/" .. domain)
if (matches == nil or #matches == 0) then
return ""
end
local match = matches[1]
if (match == nil or #match < 2) then
return ""
end
return match[2]
end
function next_page(ctx, domain, resp, page)
local match = find(resp, "/subdomains/(.*)/" .. page .. "/" .. domain .. ".html")
if (match == nil or #match == 0) then
return ""
end
local u = "http://ipv4info.com" .. match[1]
local page, err = request(ctx, {['url']=u})
if (err ~= nil and err ~= "") then
log(ctx, "next_page request to service failed: " .. err)
return ""
end
return page
end
| Ada | 4 | Elon143/Amass | resources/scripts/scrape/ipv4info.ads | [
"Apache-2.0"
]
|
import { subClass } from './index.module.scss'
export default function Home() {
return (
<div id="verify-yellow" className={subClass}>
This text should be yellow on blue.
</div>
)
}
| JavaScript | 3 | blomqma/next.js | test/integration/scss-fixtures/composes-external/pages/index.js | [
"MIT"
]
|
# {MultiSelect} = require \react-selectize
create-react-class = require \create-react-class
Form = create-react-class do
# render :: a -> ReactElement
render: ->
div do
style: border: '1px solid #000', height: 100, overflow: \auto, padding: 20
# RANDOM TEXT
div do
style: padding: 20
"Lorem ipsum dolor sit amet, consectetur adipiscing elit"
# MULTISELECT
React.create-element MultiSelect,
tether: true
options: <[apple mango grapes melon strawberry cherry banana kiwi]> |> map ~> label: it, value: it
placeholder: "Select fruits"
# RANDOM TEXT
div do
style: padding: 20
"Fusce aliquet dui tortor, imperdiet viverra augue pretium nec"
render (React.create-element Form, null), mount-node | LiveScript | 3 | rodcope1/react-selectize-rodcope1 | public/examples/multi/Tether.ls | [
"Apache-2.0"
]
|
--TEST--
Bug #28800 (Incorrect string to number conversion for strings starting with 'inf')
--FILE--
<?php
$strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
foreach ($strings as $v) {
try {
echo ($v+0)."\n";
} catch (\TypeError $e) {
echo $e->getMessage() . \PHP_EOL;
}
}
?>
--EXPECT--
Unsupported operand types: string + int
Unsupported operand types: string + int
Unsupported operand types: string + int
Unsupported operand types: string + int
Unsupported operand types: string + int
Unsupported operand types: string + int
| PHP | 3 | NathanFreeman/php-src | tests/lang/bug28800.phpt | [
"PHP-3.01"
]
|
import * as React from 'react';
import Box from '@mui/material/Box';
export default function BreakpointsAsObject() {
return (
<div>
<Box
sx={{
width: {
xs: 100, // theme.breakpoints.up('xs')
sm: 200, // theme.breakpoints.up('sm')
md: 300, // theme.breakpoints.up('md')
lg: 400, // theme.breakpoints.up('lg')
xl: 500, // theme.breakpoints.up('xl')
},
}}
>
This box has a responsive width.
</Box>
</div>
);
}
| TypeScript | 4 | dany-freeman/material-ui | docs/data/system/basics/BreakpointsAsObject.tsx | [
"MIT"
]
|
extends Node2D
const VU_COUNT = 16
const FREQ_MAX = 11050.0
const WIDTH = 400
const HEIGHT = 100
const MIN_DB = 60
var spectrum
func _draw():
#warning-ignore:integer_division
var w = WIDTH / VU_COUNT
var prev_hz = 0
for i in range(1, VU_COUNT+1):
var hz = i * FREQ_MAX / VU_COUNT;
var magnitude: float = spectrum.get_magnitude_for_frequency_range(prev_hz, hz).length()
var energy = clamp((MIN_DB + linear2db(magnitude)) / MIN_DB, 0, 1)
var height = energy * HEIGHT
draw_rect(Rect2(w * i, HEIGHT - height, w, height), Color.white)
prev_hz = hz
func _process(_delta):
update()
func _ready():
spectrum = AudioServer.get_bus_effect_instance(0,0)
| GDScript | 4 | jonbonazza/godot-demo-projects | audio/spectrum/show_spectrum.gd | [
"MIT"
]
|
<div id="uploader">
<section>
<h2>UPLOADING</h2>
<progress id="uploader-progress" class="progress"></progress>
<img src="../assets/circle.svg" alt="upload-circle">
<div id="uploads"></div>
<button id="uploader-button" uploaded="0" total="0" onclick="hideUploader();"></button>
</section>
</div> | Kit | 3 | pws1453/web-client | source/imports/app/photos-uploader.kit | [
"MIT"
]
|
discard """
output: '''
success
M1 M2
ok
'''
"""
type
TObj = object
x, y: int
PObj = ref TObj
proc p(a: PObj) =
a.x = 0
proc q(a: var PObj) =
a.p()
var
a: PObj
new(a)
q(a)
# bug #914
when defined(windows):
var x = newWideCString("Hello")
echo "success"
# bug #833
type
PFuture*[T] = ref object
value*: T
finished*: bool
cb: proc (future: PFuture[T]) {.closure.}
var k = PFuture[void]()
##bug #9297 and #13281
import strutils
type
MyKind = enum
M1, M2, M3
MyObject {.exportc: "ExtObject"} = object
case kind: MyKind
of M1: a:int
of M2: b:float
of M3: c:cstring
MyObjectRef {.exportc: "ExtObject2"} = ref object
case kind: MyKind
of M1: a:int
of M2: b:float
of M3: c:cstring
Helper* {.exportc: "PublicHelper".} = object
case isKind: bool
of true:
formatted: string
of false:
parsed1: string
parsed2: string
proc newMyObject(kind: MyKind, val: string): MyObject =
result = MyObject(kind: kind)
case kind
of M1: result.a = parseInt(val)
of M2: result.b = parseFloat(val)
of M3: result.c = val
proc newMyObjectRef(kind: MyKind, val: string): MyObjectRef =
result = MyObjectRef(kind: kind)
case kind
of M1: result.a = parseInt(val)
of M2: result.b = parseFloat(val)
of M3: result.c = val
echo newMyObject(M1, "2").kind, " ", newMyObjectRef(M2, "3").kind
proc test(c: Helper): string =
c.formatted
echo test(Helper(isKind: true, formatted: "ok"))
| Nimrod | 4 | JohnAD/Nim | tests/ccgbugs/tcgbug.nim | [
"MIT"
]
|
-include ../tools.mk
all:
$(RUSTC) foo1.rs
$(RUSTC) foo2.rs
mkdir $(TMPDIR)/foo
cp $(TMPDIR)/libfoo1.rlib $(TMPDIR)/foo/libfoo1.rlib
$(RUSTC) bar.rs --extern foo1=$(TMPDIR)/libfoo1.rlib -L $(TMPDIR)/foo
| Makefile | 3 | Eric-Arellano/rust | src/test/run-make-fulldeps/extern-multiple-copies/Makefile | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
]
|
| s = 'Hello,How,Are,You,Today' |
((s splitOn: ',') joinUsing: '.') printLine.
| Self | 3 | LaudateCorpus1/RosettaCodeData | Task/Tokenize-a-string/Self/tokenize-a-string.self | [
"Info-ZIP"
]
|
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
server_name maat.onestic.com;
root /var/www/public;
index index.php index.html index.htm;
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.php$ {
#try_files $uri /index.php =404;
fastcgi_pass php-upstream;
fastcgi_index index.php;
fastcgi_buffers 16 16k;
fastcgi_buffer_size 32k;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
#fixes timeouts
fastcgi_read_timeout 600;
include fastcgi_params;
}
location ~ /\.ht {
deny all;
}
location /.well-known/acme-challenge/ {
root /var/www/letsencrypt/;
log_not_found off;
}
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
}
| ApacheConf | 4 | onestic/laradock | nginx/sites/production.vhost | [
"MIT"
]
|
breed [citizens citizen]
breed [mapping-citizens mapping-citizen]
breed [buses bus]
breed [mapping-buses mapping-bus]
breed [taxies taxi]
breed [mapping-taxies mapping-taxi]
breed [vertices vertex] ;; Graph Algorithm
undirected-link-breed [edges edge] ;; Graph Algorithm
undirected-link-breed [map-links map-link] ;; link between controller and entity
undirected-link-breed [bus-links bus-link] ;; link between bus and passenger
undirected-link-breed [taxi-links taxi-link] ;; link between taxi and passenger
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Variables
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
globals[
;; configuration
district-width
district-length
; initial-people-num
company-capacity
residence-capacity
bus-capacity
;; interaction
mouse-was-down?
;; time control
; traffic-light-cycle
traffic-light-count
;; transportation
person-speed ;; person
car-speed ;; car
bus-speed ;; bus
acceleration
deceleration
event-duration ;; person: work and rest
bus-duration ;; bus: wait
taxi-duration ;; taxi: wait
buffer-distance ;; safe distance to the car ahead
;; game parameter
money
;; patch-set
roads
intersections
idle-estates
residence-district
company-district
residences
companies
;; patch
global-origin-station
global-terminal-station
;; Analysis
average-taxi-carring-rate-list
average-commuting-time-list
average-bus-carring-number-list
]
citizens-own[
;; basic
residence
company
has-car?
;; game
earning-power
;; transportation
trip-mode ;; 1: take car, 2: take bus, 3: take taxi
path
max-speed
;; round
speed
advance-distance
still?
time
;; trip
last-commuting-time
commuting-counter
]
taxies-own [
;; transportation
trip-mode ;; 4: taxi
path
max-speed
;; round
is-ordered?
is-occupied?
speed
advance-distance
still?
time
]
buses-own [
;; basic
origin-station ;; vertex
terminal-station ;; vertex
;; transportation
trip-mode ;; 5: bus
path
max-speed
;; round
num-of-passengers
speed
advance-distance
still?
time
]
patches-own[
land-type ;; land, road, bus-stop, residence, company, idle-estate
intersection?
num ;; land-type = "residence" or "company"
]
vertices-own [
weight
predecessor
]
edges-own [
bus-route?
cost
]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Setup
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
to setup
clear-all
setup-config
setup-globals
setup-patches
setup-estates
setup-map
setup-citizens
reset-ticks
end
to setup-config
set district-width 7
set district-length 7
; set initial-people-num 80
set company-capacity 5
set residence-capacity 1
set bus-capacity 4
set mouse-was-down? false
; set traffic-light-cycle 10
set traffic-light-count traffic-light-cycle
end
to setup-globals
set person-speed 0.05
set car-speed 0.99
set bus-speed 0.49
set acceleration 0.25
set deceleration 0.5
set event-duration 50
set bus-duration 2
set taxi-duration 2
set buffer-distance 1.0
set money 0
end
to setup-patches
ask patches [
set intersection? false
]
;; roads
ask patches with [
pxcor mod (district-width + 1) = 0 or pycor mod (district-length + 1) = 0
][
set land-type "road"
set pcolor gray + 4
]
set roads patches with [land-type = "road"]
;; intersections
ask patches with [
pxcor mod (district-width + 1) = 0 and pycor mod (district-length + 1) = 0
][
set intersection? true
]
set intersections patches with [intersection? = true]
;; traffic lights
ask intersections [
let right-patch patch-at 1 0
let left-patch patch-at -1 0
let up-patch patch-at 0 1
let down-patch patch-at 0 -1
if right-patch != nobody [ ask right-patch [set pcolor green] ]
if left-patch != nobody [ ask left-patch [set pcolor green] ]
if up-patch != nobody [ ask up-patch [set pcolor red ] ]
if down-patch != nobody [ ask down-patch [set pcolor red ] ]
]
;; land
ask patches with [land-type != "road"][
set land-type "land"
set pcolor brown + 2
]
;; idle estate
ask patches with [
any? neighbors with [land-type = "road"] and land-type = "land"
][
set land-type "idle-estate"
set pcolor brown + 3
]
set idle-estates patch-set patches with [land-type = "idle-estate"]
;; residence-district
set residence-district patch-set patches with [
((pxcor > max-pxcor / 2) or (pxcor < (- max-pxcor / 2)) or
(pycor > max-pycor / 2) or (pycor < (- max-pycor / 2))) and
(land-type = "idle-estate")
]
;; company-district
set company-district patch-set patches with [
((pxcor < max-pxcor / 2) and (pxcor > (- max-pxcor / 2)) and
(pycor < max-pycor / 2) and (pycor > (- max-pycor / 2))) and
((land-type = "idle-estate"))
]
end
to setup-estates
let residence-num ceiling(initial-people-num / residence-capacity)
let company-num ceiling(initial-people-num / company-capacity )
;; residences
ask n-of residence-num residence-district[
set land-type "residence"
]
set residences patch-set patches with [land-type = "residence"]
ask residences [
set pcolor yellow
set num 0
]
;; companies
ask n-of company-num company-district[
set land-type "company"
]
set companies patch-set patches with [land-type = "company"]
ask companies [
set pcolor blue
set num 0
]
end
to setup-graph
let isTerminal? ([land-type] of patch-here = "residence" or [land-type] of patch-here = "company")
create-edges-with vertices-on neighbors4 with [land-type = "road"][
set shape "dotted"
set bus-route? false
ifelse (isTerminal?)[
set cost 20
][
set cost 10
]
]
end
to setup-map
;; initialize vertices
ask roads [
sprout-vertices 1 [hide-turtle]
]
ask residences [
sprout-vertices 1 [hide-turtle]
]
ask companies [
sprout-vertices 1 [hide-turtle]
]
;; initialize edges
ask vertices [
setup-graph
]
end
to setup-citizen
;; set residence
ask patch-here [ set num num + 1 ]
;; set company
let my-company one-of companies with [num < company-capacity]
if (my-company = nobody)[
let new-company one-of company-district with [land-type = "idle-estate"]
ask new-company [
set land-type "company"
set pcolor blue
set num 0
sprout-vertices 1 [
setup-graph
hide-turtle
]
]
set companies (patch-set companies new-company)
set my-company new-company
]
ask my-company [ set num num + 1 ]
;; set basic properties
set residence one-of vertices-on patch-here
set company one-of vertices-on my-company
set earning-power 5
;; set has-car?
ifelse random 100 < has-car-ratio [
set has-car? true
set color magenta
][
set has-car? false
set color cyan
]
;; set transportation properties
set-max-speed person-speed
;; set other properties
set speed 0
set advance-distance 0
set still? false
set time 0
set last-commuting-time nobody
set commuting-counter 0
;; set trip-mode
set-trip-mode
;; set path
set path find-path residence company trip-mode
;; hatch mapping person
face first path
let controller self
let controller-heading heading
hide-turtle ;; debug
hatch-mapping-citizens 1 [
set shape "person business"
set color color
set heading heading
rt 90
fd 0.25
lt 90
create-map-link-with controller [tie]
show-turtle
]
;; set shape
set-moving-shape
end
to setup-citizens
set-default-shape citizens "person business"
ask residences [
sprout-citizens residence-capacity [
setup-citizen
]
]
end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Transportation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; fundamental movement
to advance [len]
ifelse (advance-distance > len) [
fd len
set advance-distance advance-distance - len
][
fd advance-distance
set advance-distance 0
]
end
to halt [duration]
set time duration
set still? true
set speed 0
end
;; taxi-related
to-report find-taxi
let this self
let available-taxies ((taxies with [is-ordered? = false and is-occupied? = false]) in-radius taxi-detect-distance)
ifelse count available-taxies > 0 [
report min-one-of available-taxies [distance this]
][
report nobody
]
end
;; bus-related
to passengers-off
let this self
ifelse length path > 0 [
let next-station first path
if (any? bus-link-neighbors)[
ask bus-link-neighbors [
if (distance first path < 0.0001)[
set path but-first path
]
if (first path != next-station)[
ask link-with this [
die
]
set still? false
ask one-of map-link-neighbors [ set size 1.0 ]
passengers-on-off ;; transfer to another bus
]
]
]
set num-of-passengers count bus-link-neighbors
][
if (any? bus-link-neighbors)[
ask bus-link-neighbors [
ask link-with this [
die
]
set still? false
ask one-of map-link-neighbors [ set size 1.0 ]
]
set num-of-passengers 0 ;; all passengers off
]
]
end
to passengers-on-off
;; bus
if trip-mode = 2 [
if (length path > 0 and distance first path > 1.0001)[
halt 0
]
]
if trip-mode = 5 [
halt bus-duration
passengers-off
]
;; taxi
if trip-mode = 3 [
if (patch-here = [patch-here] of company or patch-here = [patch-here] of residence) [
set trip-mode 2
ask one-of taxi-link-neighbors [
if (is-occupied?)[
ask my-taxi-links [die]
set is-occupied? false
set still? false
set-path
face first path
]
]
]
]
end
;; set
to set-max-speed [avg-max-speed]
set max-speed random-normal avg-max-speed (avg-max-speed * 0.1)
if max-speed <= 0 [ set max-speed avg-max-speed ]
end
to set-speed
;; agent can only see one patch ahead of it
let controller self
let this one-of map-link-neighbors
let my-taxi self
let turtles-ahead nobody
let vehicles-ahead nobody
let jam-ahead nobody
let nearest-vehicle nobody
let safe-distance 100 ;; positive infinity
if (count taxi-link-neighbors > 0)[
set my-taxi one-of [map-link-neighbors] of one-of taxi-link-neighbors
]
ifelse patch-ahead 1 != nobody [
set turtles-ahead (turtle-set (other turtles-here) (turtles-on patch-ahead 1))
with [who != [who] of this and who != [who] of my-taxi] ;; not my mapping vehicle or my taxi
][
set turtles-ahead turtle-set (other turtles-here)
with [who != [who] of this and who != [who] of my-taxi]
]
if turtles-ahead != nobody [
set vehicles-ahead turtles-ahead with[
(shape = "car top" or shape = "van top" or shape = "bus") ;; private car, taxi and bus
]
]
ifelse (vehicles-ahead != nobody and count vehicles-ahead > 0 and any? vehicles-ahead with [distance this = 0])[
ifelse speed != 0 [
set speed random-float speed
][
set speed random-float person-speed ;; restart
]
][
if (vehicles-ahead != nobody and count vehicles-ahead > 0) [
set jam-ahead vehicles-ahead with[
abs (abs ([heading] of this - towards this) - 180) < 1 and ;; in front of self
abs (heading - [heading] of this) < 1 ;; same direction
]
if (jam-ahead != nobody and count jam-ahead > 0) [
set nearest-vehicle min-one-of jam-ahead [distance this]
set safe-distance distance nearest-vehicle
]
]
;; slow down before the red light
if (patch-ahead 1 != nobody and [pcolor] of patch-ahead 1 = red)[
let red-light-distance (distance patch-ahead 1)
if (red-light-distance < safe-distance)[
set safe-distance red-light-distance
]
]
ifelse safe-distance < buffer-distance [
set speed 0
][
set safe-distance safe-distance - buffer-distance
ifelse speed > safe-distance[ ;; decelerate
let next-speed speed - deceleration
ifelse (next-speed < 0)[
set speed 0
][
set speed next-speed
]
][
if speed + acceleration < safe-distance[ ;; accelerate
let next-speed speed + acceleration
ifelse (next-speed > max-speed)[
set speed max-speed
][
set speed next-speed
]
]
]
]
]
end
to set-duration
ifelse (trip-mode = 1 or trip-mode = 2 or trip-mode = 3)[ ;; person
;; record
ifelse last-commuting-time = nobody [
set last-commuting-time commuting-counter
][
set last-commuting-time commuting-counter - event-duration
]
set commuting-counter 0
;; halt
halt event-duration
][
ifelse (trip-mode = 4)[ ;; taxi
halt taxi-duration
][
if (trip-mode = 5)[ ;; bus
halt bus-duration
]
]
]
end
to set-static-shape
if breed = citizens [
ask map-link-neighbors [
set shape "person business"
]
]
end
to set-moving-shape
if trip-mode = 1 [
ask map-link-neighbors [
set shape "car top"
]
]
end
to set-trip-mode
if breed = citizens [
ifelse has-car? [
set trip-mode 1
set-max-speed car-speed
][
let target-taxi find-taxi
ifelse (target-taxi != nobody) [
let this self
ask target-taxi [
;; taxi is already on the patch of passenger
ifelse (patch-here != [patch-here] of this)[
let departure one-of vertices-on patch-here
let destination one-of vertices-on [patch-here] of this
set path find-path departure destination 4
face first path
][
set path []
]
set is-ordered? true
create-taxi-link-with this [
set shape "taxi-link-shape"
set color sky
set thickness 0.05
]
]
set trip-mode 3
set-max-speed car-speed
][
set trip-mode 2
set-max-speed person-speed
]
]
]
end
to set-path
let origin-point nobody
let terminal-point nobody
let mode 0
if breed = citizens [
set origin-point residence
set terminal-point company
set mode trip-mode
]
if breed = taxies [
set origin-point one-of vertices-on patch-here
ifelse (is-ordered? = true)[
set terminal-point [patch-here] of one-of taxi-link-neighbors
][
set terminal-point one-of companies
]
ifelse (terminal-point = patch-here) [
set terminal-point one-of vertices-on one-of residences
][
set terminal-point one-of vertices-on terminal-point
]
set mode 4
]
if breed = buses [
set origin-point origin-station
set terminal-point terminal-station
set mode 5
]
if (patch-here = [patch-here] of origin-point)[
set path find-path origin-point terminal-point mode
]
if (patch-here = [patch-here] of terminal-point)[
set path find-path terminal-point origin-point mode
]
end
;; basic behavior
to watch-traffic-light
if ([land-type] of patch-here = "road" and [pcolor] of patch-here = red)[
halt 0
]
if ([land-type] of patch-here = "road" and [pcolor] of patch-here = green)[
set still? false
]
end
to stay
if (time = 1)[
if (trip-mode != 3)[
;; set path
set-trip-mode
set-path
if (trip-mode != 3)[
set time time - 1
set still? false
]
]
;; citizen
if breed = citizens [
ifelse (trip-mode = 3)[
let this self
let link-taxi one-of taxi-link-neighbors
if ([is-ordered?] of link-taxi = true)[
if ([patch-here] of link-taxi = patch-here)[
ask link-taxi [
halt 0
move-to patch-here
set is-ordered? false
set is-occupied? true
set heading [heading] of this
]
ask one-of my-taxi-links [tie]
if (patch-here = [patch-here] of company)[
set money money + earning-power
]
face first path
set time time - 1
set still? false
]
]
][
if (patch-here = [patch-here] of company)[
set money money + earning-power
]
face first path
set-moving-shape
]
]
;; bus
if breed = buses [
;; passengers on
let next-station first path
let this self
let on-passengers (citizens-on patch-here) with [first path = next-station and not map-link-neighbor? self]
let on-passengers-num count on-passengers
if (on-passengers-num > 0 and num-of-passengers < bus-capacity)[
let free-space bus-capacity - num-of-passengers
if on-passengers-num > free-space [
set on-passengers (n-of free-space on-passengers)
]
ask on-passengers [
create-bus-link-with this [ tie ]
ask one-of map-link-neighbors [ set size 0.5 ]
]
]
set num-of-passengers count bus-link-neighbors
;; turn around
if (patch-here = [patch-here] of origin-station or patch-here = [patch-here] of terminal-station) [
lt 180
]
]
;; taxi
if breed = taxies [
ifelse (is-ordered?)[
halt 0
][
face first path
]
]
]
if time > 1 [
set time time - 1
]
if (time = 0 and breed = taxies and is-ordered? = true and still? = true)[
if ([pcolor] of patch-here != red)[
set still? false
]
]
end
to move
set-speed
set advance-distance speed
while [advance-distance > 0 and length path > 1] [
watch-traffic-light
let next-vertex first path
if (distance next-vertex < 0.0001) [
set path but-first path
set next-vertex first path
passengers-on-off
]
ifelse not still? [
face next-vertex
advance distance next-vertex
][
set advance-distance 0
]
]
if (length path = 1)[
while [advance-distance > 0 and length path = 1][
watch-traffic-light
let next-vertex first path
face next-vertex
ifelse (distance next-vertex < 0.0001) [ ;; arrived at destination
set path []
passengers-on-off
;; wait
set-duration
;; set default shape
set-static-shape
][
advance distance next-vertex
]
]
]
end
;; uniform controller
to progress
ask citizens [
set commuting-counter commuting-counter + 1
if (count bus-link-neighbors = 0)[
watch-traffic-light
ifelse still? [
stay
][
move
]
]
]
ask taxies [
if (is-occupied? = false)[
watch-traffic-light
ifelse still? [
stay
][
move
]
]
]
ask buses [
watch-traffic-light
ifelse still? [
stay
][
move
]
]
end
to change-traffic-light
ifelse (traffic-light-count = 0)[
let green-patches patches with [pcolor = green]
let red-patches patches with [pcolor = red]
ask green-patches [set pcolor red]
ask red-patches [set pcolor green]
set traffic-light-count traffic-light-cycle
][
set traffic-light-count (traffic-light-count - 1)
]
end
;; command
to go
progress
mouse-manager
change-traffic-light
record-data
update-plot
tick
end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Interaction
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
to add-citizen
let my-residence one-of (residences with [num < residence-capacity])
if (my-residence = nobody)[
let new-residence one-of residence-district with [land-type = "idle-estate"]
ask new-residence [
set land-type "residence"
set pcolor yellow
set num 0
sprout-vertices 1 [
setup-graph
hide-turtle
]
]
set residences (patch-set residences new-residence)
set my-residence new-residence
]
ask my-residence [
sprout-citizens 1 [
setup-citizen
if (trip-mode = 3)[
halt 2 ;; wait for the taxi
]
]
set num num + 1
]
end
to add-taxi
ask one-of companies [
let taxi-heading 0
let controller nobody
sprout-taxies 1 [
;; transportation
let departure one-of vertices-on patch-here
let destination one-of companies
ifelse (destination = patch-here) [
set destination one-of vertices-on one-of residences
][
set destination one-of vertices-on destination
]
set trip-mode 4
set path find-path departure destination trip-mode
set-max-speed car-speed
;; round
set is-ordered? false
set is-occupied? false
set speed 0
set still? false
set time 0
;; set parameters for the mapping taxi
face first path
set taxi-heading heading
set controller self
hide-turtle ;; debug
]
sprout-mapping-taxies 1 [
set shape "van top"
set color yellow
set heading taxi-heading
rt 90
fd 0.25
lt 90
create-map-link-with controller [tie]
]
]
end
to add-bus-stop
;; setup
ask global-origin-station [
set land-type "bus-stop"
]
ask global-terminal-station [
set land-type "bus-stop"
]
let origin-station-vertex one-of vertices-on global-origin-station
let terminal-station-vertex one-of vertices-on global-terminal-station
;; Create bus line
let bus-path find-path origin-station-vertex terminal-station-vertex 1
let bus-line filter [ [node] ->
([intersection?] of [patch-here] of node = true) or
node = terminal-station-vertex
] bus-path
set bus-line fput origin-station-vertex bus-line
let i 0
while [i < length bus-line - 1][
ask item i bus-line [
create-edge-with item (i + 1) bus-line [
set bus-route? true
set cost 10 * person-speed / bus-speed * district-width * length bus-line
set color orange
set thickness 0.2
]
]
set i i + 1
]
;; Create bus
ask global-origin-station [
let bus-heading 0
let controller nobody
sprout-buses 1 [
;; set basic properties
set origin-station origin-station-vertex
set terminal-station terminal-station-vertex
;; set transportation properties
set num-of-passengers 0
set-max-speed bus-speed
;; set other properties
set speed 0
set still? false
set time 0
set trip-mode 5
;; set path
set path but-first bus-line
;; set parameters for the mapping bus
face first path
set bus-heading heading
set controller self
hide-turtle ;; debug
]
sprout-mapping-buses 1 [
set shape "bus"
set color gray + 2
set size 1.5
set heading bus-heading
rt 90
fd 0.25
lt 90
create-map-link-with controller [tie]
]
]
end
to-report mouse-clicked?
report (mouse-was-down? = true and not mouse-down?)
end
to mouse-manager
let mouse-is-down? mouse-down?
if mouse-clicked? [
let patch-clicked patch round mouse-xcor round mouse-ycor
print "clicked!" ;; debug
if ([land-type] of patch-clicked = "road")[
ifelse (not is-patch? global-origin-station) [
set global-origin-station patch-clicked
print patch-clicked ;; log
][
if (patch-clicked != global-origin-station)[
set global-terminal-station patch-clicked
print patch-clicked ;; log
add-bus-stop
set global-origin-station nobody
set global-terminal-station nobody
]
]
]
]
set mouse-was-down? mouse-is-down?
end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Analysis
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
to record-data
;; taxi
if count taxies > 0 [
let average-taxi-carring-rate ((count taxies with [is-occupied? = true] + 0.0) / (count taxies) * 100)
ifelse is-list? average-taxi-carring-rate-list [
set average-taxi-carring-rate-list
fput average-taxi-carring-rate average-taxi-carring-rate-list
][
set average-taxi-carring-rate-list
(list average-taxi-carring-rate)
]
]
;; bus
if count buses > 0[
let average-bus-carring-number mean [count my-bus-links] of buses
ifelse is-list? average-bus-carring-number-list [
set average-bus-carring-number-list
fput average-bus-carring-number average-bus-carring-number-list
][
set average-bus-carring-number-list
(list average-bus-carring-number)
]
]
;; citizen
if (all? citizens [last-commuting-time != nobody])[
let average-commuting-time mean [last-commuting-time] of citizens
ifelse is-list? average-commuting-time-list [
set average-commuting-time-list
fput average-commuting-time average-commuting-time-list
][
set average-commuting-time-list
(list average-commuting-time)
]
]
end
to update-plot
if (ticks mod 10 = 0) [
;; taxi
if is-list? average-taxi-carring-rate-list and (length average-taxi-carring-rate-list >= 100) [
set-current-plot "Average Taxi Carring Rate"
plot mean sublist average-taxi-carring-rate-list 0 100
]
;; bus
if is-list? average-bus-carring-number-list and (length average-bus-carring-number-list >= 100) [
set-current-plot "Average Bus Carring Number"
plot mean sublist average-bus-carring-number-list 0 100
]
;; citizen
if is-list? average-commuting-time-list and (length average-commuting-time-list >= 100) [
set-current-plot "Average Commuting Time"
plot mean sublist average-commuting-time-list 0 100
]
]
end
to-report analyze-citizen
ifelse is-list? average-commuting-time-list [
report mean average-commuting-time-list
][
report 0
]
end
to-report analyze-taxi
ifelse is-list? average-taxi-carring-rate-list [
report mean average-taxi-carring-rate-list
][
report 0
]
end
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Algorithm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Dijkstra
to initialize-single-source [ source ]
ask vertices [
set weight 10000 ;; positive infinity
set predecessor nobody
]
ask source [
set weight 0
]
end
to relax [u v w]
let new-weight ([weight] of u + [cost] of w)
if [weight] of v > new-weight [
ask v [
set weight new-weight
set predecessor u
]
]
end
to dijkstra [source target mode] ;; mode: 1: take car, 2: take bus, 3: take taxi, 4: bus route
initialize-single-source source
let Q vertices
while [any? Q][
let u min-one-of Q [weight]
set Q Q with [self != u]
let patch-u [patch-here] of u
ask [edge-neighbors] of u [
let edge-btw edge [who] of u [who] of self
ifelse (mode = 5)[ ;; bus route
if ([bus-route?] of edge-btw = true)[
relax u self edge-btw
]
][ ;; people commuting
ifelse ([bus-route?] of edge-btw = true)[
if (mode = 2) [
relax u self edge-btw
]
][
relax u self edge-btw
]
]
]
]
end
to-report find-path [source target mode]
dijkstra source target mode
let path-list (list target)
let pred [predecessor] of target
while [pred != source][
set path-list fput pred path-list ;; fput: Add item to the beginning of a list
set pred [predecessor] of pred
]
report path-list
end
@#$#@#$#@
GRAPHICS-WINDOW
171
10
716
556
-1
-1
10.96
1
10
1
1
1
0
0
0
1
-24
24
-24
24
1
1
1
ticks
30.0
BUTTON
46
179
114
212
NIL
setup
NIL
1
T
OBSERVER
NIL
NIL
NIL
NIL
1
BUTTON
46
224
114
257
NIL
go
T
1
T
OBSERVER
NIL
NIL
NIL
NIL
1
BUTTON
40
268
121
301
go once
go
NIL
1
T
OBSERVER
NIL
NIL
NIL
NIL
1
MONITOR
51
481
108
526
NIL
money
17
1
11
SLIDER
3
10
163
43
initial-people-num
initial-people-num
0
200
80.0
1
1
NIL
HORIZONTAL
BUTTON
43
338
117
371
Add taxi
add-taxi
NIL
1
T
OBSERVER
NIL
NIL
NIL
NIL
1
SLIDER
3
48
163
81
taxi-detect-distance
taxi-detect-distance
0
50
15.0
1
1
NIL
HORIZONTAL
SLIDER
3
86
163
119
has-car-ratio
has-car-ratio
0
100
30.0
1
1
NIL
HORIZONTAL
PLOT
726
63
1015
218
Average Taxi Carring Rate
Time
Rate
0.0
10.0
0.0
100.0
true
false
"" ""
PENS
"taxi" 1.0 0 -16777216 true "\n" "\n\n"
MONITOR
725
10
841
55
Number of taxies
count taxies
17
1
11
MONITOR
850
10
966
55
Number of buses
count buses
17
1
11
PLOT
726
228
1015
388
Average Bus Carring Number
Time
Number
0.0
10.0
0.0
10.0
true
false
"set-plot-y-range 0 bus-capacity\n set-plot-x-range 0 10" ""
PENS
"bus" 1.0 0 -16777216 true "\n\n" "\n"
BUTTON
30
382
131
415
Add citizen
add-citizen
NIL
1
T
OBSERVER
NIL
NIL
NIL
NIL
1
PLOT
725
397
1015
557
Average Commuting Time
Time
Time
0.0
10.0
0.0
10.0
true
false
"" ""
PENS
"citizen" 1.0 0 -16777216 true "" ""
SLIDER
3
124
163
157
traffic-light-cycle
traffic-light-cycle
0
25
14.0
1
1
NIL
HORIZONTAL
@#$#@#$#@
## WHAT IS IT?
This is an urban transportation model simulating citizens' commuting by private cars, taxies and buses. It contains four subdivision systems: citizens, taxies, buses and traffic lights. User can manipulate this transportation system by setting the number of citizens, regulating the number of taxies and creating bus lines. This model simulates the real world transportation system which reveals the importance of public traffic.
## HOW IT WORKS
The whole city is presented as grid. There are different kinds of patches: land, road, bus-stop, residence, company and idle-estate. The roads, residences and companies have their corresponding vertices which logically form a graph.
Every citizen has its own residence and company. The citizen's goal is to move back and forth between his residence and his company. If the citizen has a private car, then he commutes by his own car. Otherwise, he either takes taxi if there exists idle one nearby or takes bus. The shortest path from origin to destination will be calculated using Dijkstra Algorithm by the program itself.
All vehicles are running in the two-lane roads and abide by the traffic lights. Vehicles will decelerate when there are other vehicles or red light ahead, and accelerate until reaching the max speed in other situations.
Taxies travel randomly from house to house when idle and buses are driven alongside their bus lines continuously. One taxi can only carry one passenger, meanwhile, one bus can carry up to 4 passengers. Traffic lights switch periodically.
Whether citizens can reach the destination as soon as possible depends on the reasonable planning of public traffic and fewer traffic congestion. User can learn about the utilization of public traffic (taxies and buses) and average commuting time by observing graphical data.
### Patch Color
Land -- deeper brown
Idle-estate -- deep brown
Residence -- yellow
Company -- blue
Road -- light gray
Red light -- red
Green light -- green
## HOW TO USE IT
Whole system will be initialized after SETUP button is pressed. After that, user can press the GO button to start the system.
Taxies can be added by ADD TAXI button. Bus lines can be created by clicking two different road patches when system is running.
### Plots
Average Taxi Carrying Rate -- displays the proportion of taxies with passenger over time
Average Bus Carrying Number -- displays the average number of passengers on each bus over time
Average Commuting Time -- displays the average time of each commuting
## THINGS TO NOTICE
Bus lines and taxies have to be added cautiously in case traffic jams happen frequently.
## THINGS TO TRY
User should schedule public traffic so that citizens don't have to walk all the way to the destination which is pretty inefficient and empty loading rate should be reduced to avoid redundant vehicles causing traffic jams.
## EXTENDING THE MODEL
### Vehicle Detection
Limited by the implementation and language capacity, detecting vehicles ahead has low-precision.
### Collision Detection
Since agents don't take up space in NetLogo but their images do, a better way to avoid traffic collision, in the format of image overlapping, is in demand.
### Practical Two-Lane Road
The implementation of two-lane road can be polished, like traffic lights of two directions and integrated turning animation.
### Variety
More vehicle types and terrain can be included.
## NETLOGO FEATURES
Citizens in this model use both utility-based cognition and goal-based cognition.
## RELATED MODELS
- "Traffic Grid": a model of traffic moving in a city grid.
## CREDITS AND REFERENCES
Github: [https://github.com/Luminoid/urban-transportation-system](https://github.com/Luminoid/urban-transportation-system)
@#$#@#$#@
default
true
0
Polygon -7500403 true true 150 5 40 250 150 205 260 250
airplane
true
0
Polygon -7500403 true true 150 0 135 15 120 60 120 105 15 165 15 195 120 180 135 240 105 270 120 285 150 270 180 285 210 270 165 240 180 180 285 195 285 165 180 105 180 60 165 15
arrow
true
0
Polygon -7500403 true true 150 0 0 150 105 150 105 293 195 293 195 150 300 150
box
false
0
Polygon -7500403 true true 150 285 285 225 285 75 150 135
Polygon -7500403 true true 150 135 15 75 150 15 285 75
Polygon -7500403 true true 15 75 15 225 150 285 150 135
Line -16777216 false 150 285 150 135
Line -16777216 false 150 135 15 75
Line -16777216 false 150 135 285 75
bug
true
0
Circle -7500403 true true 96 182 108
Circle -7500403 true true 110 127 80
Circle -7500403 true true 110 75 80
Line -7500403 true 150 100 80 30
Line -7500403 true 150 100 220 30
bus
true
0
Polygon -7500403 true true 206 285 150 285 120 285 105 270 105 30 120 15 135 15 206 15 210 30 210 270
Rectangle -16777216 true false 126 69 159 264
Line -7500403 true 135 240 165 240
Line -7500403 true 120 240 165 240
Line -7500403 true 120 210 165 210
Line -7500403 true 120 180 165 180
Line -7500403 true 120 150 165 150
Line -7500403 true 120 120 165 120
Line -7500403 true 120 90 165 90
Line -7500403 true 135 60 165 60
Rectangle -16777216 true false 174 15 182 285
Circle -16777216 true false 187 210 42
Rectangle -16777216 true false 127 24 205 60
Circle -16777216 true false 187 63 42
Line -7500403 true 120 43 207 43
butterfly
true
0
Polygon -7500403 true true 150 165 209 199 225 225 225 255 195 270 165 255 150 240
Polygon -7500403 true true 150 165 89 198 75 225 75 255 105 270 135 255 150 240
Polygon -7500403 true true 139 148 100 105 55 90 25 90 10 105 10 135 25 180 40 195 85 194 139 163
Polygon -7500403 true true 162 150 200 105 245 90 275 90 290 105 290 135 275 180 260 195 215 195 162 165
Polygon -16777216 true false 150 255 135 225 120 150 135 120 150 105 165 120 180 150 165 225
Circle -16777216 true false 135 90 30
Line -16777216 false 150 105 195 60
Line -16777216 false 150 105 105 60
car
false
0
Polygon -7500403 true true 300 180 279 164 261 144 240 135 226 132 213 106 203 84 185 63 159 50 135 50 75 60 0 150 0 165 0 225 300 225 300 180
Circle -16777216 true false 180 180 90
Circle -16777216 true false 30 180 90
Polygon -16777216 true false 162 80 132 78 134 135 209 135 194 105 189 96 180 89
Circle -7500403 true true 47 195 58
Circle -7500403 true true 195 195 58
car top
true
0
Polygon -7500403 true true 151 8 119 10 98 25 86 48 82 225 90 270 105 289 150 294 195 291 210 270 219 225 214 47 201 24 181 11
Polygon -16777216 true false 210 195 195 210 195 135 210 105
Polygon -16777216 true false 105 255 120 270 180 270 195 255 195 225 105 225
Polygon -16777216 true false 90 195 105 210 105 135 90 105
Polygon -1 true false 205 29 180 30 181 11
Line -7500403 false 210 165 195 165
Line -7500403 false 90 165 105 165
Polygon -16777216 true false 121 135 180 134 204 97 182 89 153 85 120 89 98 97
Line -16777216 false 210 90 195 30
Line -16777216 false 90 90 105 30
Polygon -1 true false 95 29 120 30 119 11
circle
false
0
Circle -7500403 true true 0 0 300
circle 2
false
0
Circle -7500403 true true 0 0 300
Circle -16777216 true false 30 30 240
cow
false
0
Polygon -7500403 true true 200 193 197 249 179 249 177 196 166 187 140 189 93 191 78 179 72 211 49 209 48 181 37 149 25 120 25 89 45 72 103 84 179 75 198 76 252 64 272 81 293 103 285 121 255 121 242 118 224 167
Polygon -7500403 true true 73 210 86 251 62 249 48 208
Polygon -7500403 true true 25 114 16 195 9 204 23 213 25 200 39 123
cylinder
false
0
Circle -7500403 true true 0 0 300
dot
false
0
Circle -7500403 true true 90 90 120
face happy
false
0
Circle -7500403 true true 8 8 285
Circle -16777216 true false 60 75 60
Circle -16777216 true false 180 75 60
Polygon -16777216 true false 150 255 90 239 62 213 47 191 67 179 90 203 109 218 150 225 192 218 210 203 227 181 251 194 236 217 212 240
face neutral
false
0
Circle -7500403 true true 8 7 285
Circle -16777216 true false 60 75 60
Circle -16777216 true false 180 75 60
Rectangle -16777216 true false 60 195 240 225
face sad
false
0
Circle -7500403 true true 8 8 285
Circle -16777216 true false 60 75 60
Circle -16777216 true false 180 75 60
Polygon -16777216 true false 150 168 90 184 62 210 47 232 67 244 90 220 109 205 150 198 192 205 210 220 227 242 251 229 236 206 212 183
fish
false
0
Polygon -1 true false 44 131 21 87 15 86 0 120 15 150 0 180 13 214 20 212 45 166
Polygon -1 true false 135 195 119 235 95 218 76 210 46 204 60 165
Polygon -1 true false 75 45 83 77 71 103 86 114 166 78 135 60
Polygon -7500403 true true 30 136 151 77 226 81 280 119 292 146 292 160 287 170 270 195 195 210 151 212 30 166
Circle -16777216 true false 215 106 30
flag
false
0
Rectangle -7500403 true true 60 15 75 300
Polygon -7500403 true true 90 150 270 90 90 30
Line -7500403 true 75 135 90 135
Line -7500403 true 75 45 90 45
flower
false
0
Polygon -10899396 true false 135 120 165 165 180 210 180 240 150 300 165 300 195 240 195 195 165 135
Circle -7500403 true true 85 132 38
Circle -7500403 true true 130 147 38
Circle -7500403 true true 192 85 38
Circle -7500403 true true 85 40 38
Circle -7500403 true true 177 40 38
Circle -7500403 true true 177 132 38
Circle -7500403 true true 70 85 38
Circle -7500403 true true 130 25 38
Circle -7500403 true true 96 51 108
Circle -16777216 true false 113 68 74
Polygon -10899396 true false 189 233 219 188 249 173 279 188 234 218
Polygon -10899396 true false 180 255 150 210 105 210 75 240 135 240
house
false
0
Rectangle -7500403 true true 45 120 255 285
Rectangle -16777216 true false 120 210 180 285
Polygon -7500403 true true 15 120 150 15 285 120
Line -16777216 false 30 120 270 120
leaf
false
0
Polygon -7500403 true true 150 210 135 195 120 210 60 210 30 195 60 180 60 165 15 135 30 120 15 105 40 104 45 90 60 90 90 105 105 120 120 120 105 60 120 60 135 30 150 15 165 30 180 60 195 60 180 120 195 120 210 105 240 90 255 90 263 104 285 105 270 120 285 135 240 165 240 180 270 195 240 210 180 210 165 195
Polygon -7500403 true true 135 195 135 240 120 255 105 255 105 285 135 285 165 240 165 195
line
true
0
Line -7500403 true 150 0 150 300
line half
true
0
Line -7500403 true 150 0 150 150
pentagon
false
0
Polygon -7500403 true true 150 15 15 120 60 285 240 285 285 120
person
false
0
Circle -7500403 true true 110 5 80
Polygon -7500403 true true 105 90 120 195 90 285 105 300 135 300 150 225 165 300 195 300 210 285 180 195 195 90
Rectangle -7500403 true true 127 79 172 94
Polygon -7500403 true true 195 90 240 150 225 180 165 105
Polygon -7500403 true true 105 90 60 150 75 180 135 105
person business
false
0
Rectangle -1 true false 120 90 180 180
Polygon -13345367 true false 135 90 150 105 135 180 150 195 165 180 150 105 165 90
Polygon -7500403 true true 120 90 105 90 60 195 90 210 116 154 120 195 90 285 105 300 135 300 150 225 165 300 195 300 210 285 180 195 183 153 210 210 240 195 195 90 180 90 150 165
Circle -7500403 true true 110 5 80
Rectangle -7500403 true true 127 76 172 91
Line -16777216 false 172 90 161 94
Line -16777216 false 128 90 139 94
Polygon -13345367 true false 195 225 195 300 270 270 270 195
Rectangle -13791810 true false 180 225 195 300
Polygon -14835848 true false 180 226 195 226 270 196 255 196
Polygon -13345367 true false 209 202 209 216 244 202 243 188
Line -16777216 false 180 90 150 165
Line -16777216 false 120 90 150 165
plant
false
0
Rectangle -7500403 true true 135 90 165 300
Polygon -7500403 true true 135 255 90 210 45 195 75 255 135 285
Polygon -7500403 true true 165 255 210 210 255 195 225 255 165 285
Polygon -7500403 true true 135 180 90 135 45 120 75 180 135 210
Polygon -7500403 true true 165 180 165 210 225 180 255 120 210 135
Polygon -7500403 true true 135 105 90 60 45 45 75 105 135 135
Polygon -7500403 true true 165 105 165 135 225 105 255 45 210 60
Polygon -7500403 true true 135 90 120 45 150 15 180 45 165 90
sheep
false
15
Circle -1 true true 203 65 88
Circle -1 true true 70 65 162
Circle -1 true true 150 105 120
Polygon -7500403 true false 218 120 240 165 255 165 278 120
Circle -7500403 true false 214 72 67
Rectangle -1 true true 164 223 179 298
Polygon -1 true true 45 285 30 285 30 240 15 195 45 210
Circle -1 true true 3 83 150
Rectangle -1 true true 65 221 80 296
Polygon -1 true true 195 285 210 285 210 240 240 210 195 210
Polygon -7500403 true false 276 85 285 105 302 99 294 83
Polygon -7500403 true false 219 85 210 105 193 99 201 83
square
false
0
Rectangle -7500403 true true 30 30 270 270
square 2
false
0
Rectangle -7500403 true true 30 30 270 270
Rectangle -16777216 true false 60 60 240 240
star
false
0
Polygon -7500403 true true 151 1 185 108 298 108 207 175 242 282 151 216 59 282 94 175 3 108 116 108
target
false
0
Circle -7500403 true true 0 0 300
Circle -16777216 true false 30 30 240
Circle -7500403 true true 60 60 180
Circle -16777216 true false 90 90 120
Circle -7500403 true true 120 120 60
tree
false
0
Circle -7500403 true true 118 3 94
Rectangle -6459832 true false 120 195 180 300
Circle -7500403 true true 65 21 108
Circle -7500403 true true 116 41 127
Circle -7500403 true true 45 90 120
Circle -7500403 true true 104 74 152
triangle
false
0
Polygon -7500403 true true 150 30 15 255 285 255
triangle 2
false
0
Polygon -7500403 true true 150 30 15 255 285 255
Polygon -16777216 true false 151 99 225 223 75 224
truck
false
0
Rectangle -7500403 true true 4 45 195 187
Polygon -7500403 true true 296 193 296 150 259 134 244 104 208 104 207 194
Rectangle -1 true false 195 60 195 105
Polygon -16777216 true false 238 112 252 141 219 141 218 112
Circle -16777216 true false 234 174 42
Rectangle -7500403 true true 181 185 214 194
Circle -16777216 true false 144 174 42
Circle -16777216 true false 24 174 42
Circle -7500403 false true 24 174 42
Circle -7500403 false true 144 174 42
Circle -7500403 false true 234 174 42
turtle
true
0
Polygon -10899396 true false 215 204 240 233 246 254 228 266 215 252 193 210
Polygon -10899396 true false 195 90 225 75 245 75 260 89 269 108 261 124 240 105 225 105 210 105
Polygon -10899396 true false 105 90 75 75 55 75 40 89 31 108 39 124 60 105 75 105 90 105
Polygon -10899396 true false 132 85 134 64 107 51 108 17 150 2 192 18 192 52 169 65 172 87
Polygon -10899396 true false 85 204 60 233 54 254 72 266 85 252 107 210
Polygon -7500403 true true 119 75 179 75 209 101 224 135 220 225 175 261 128 261 81 224 74 135 88 99
van top
true
0
Polygon -7500403 true true 90 117 71 134 228 133 210 117
Polygon -7500403 true true 150 8 118 10 96 17 85 30 84 264 89 282 105 293 149 294 192 293 209 282 215 265 214 31 201 17 179 10
Polygon -16777216 true false 94 129 105 120 195 120 204 128 180 150 120 150
Polygon -16777216 true false 90 270 105 255 105 150 90 135
Polygon -16777216 true false 101 279 120 286 180 286 198 281 195 270 105 270
Polygon -16777216 true false 210 270 195 255 195 150 210 135
Polygon -1 true false 201 16 201 26 179 20 179 10
Polygon -1 true false 99 16 99 26 121 20 121 10
Line -16777216 false 130 14 168 14
Line -16777216 false 130 18 168 18
Line -16777216 false 130 11 168 11
Line -16777216 false 185 29 194 112
Line -16777216 false 115 29 106 112
Line -7500403 false 210 180 195 180
Line -7500403 false 195 225 210 240
Line -7500403 false 105 225 90 240
Line -7500403 false 90 180 105 180
wheel
false
0
Circle -7500403 true true 3 3 294
Circle -16777216 true false 30 30 240
Line -7500403 true 150 285 150 15
Line -7500403 true 15 150 285 150
Circle -7500403 true true 120 120 60
Line -7500403 true 216 40 79 269
Line -7500403 true 40 84 269 221
Line -7500403 true 40 216 269 79
Line -7500403 true 84 40 221 269
wolf
false
0
Polygon -16777216 true false 253 133 245 131 245 133
Polygon -7500403 true true 2 194 13 197 30 191 38 193 38 205 20 226 20 257 27 265 38 266 40 260 31 253 31 230 60 206 68 198 75 209 66 228 65 243 82 261 84 268 100 267 103 261 77 239 79 231 100 207 98 196 119 201 143 202 160 195 166 210 172 213 173 238 167 251 160 248 154 265 169 264 178 247 186 240 198 260 200 271 217 271 219 262 207 258 195 230 192 198 210 184 227 164 242 144 259 145 284 151 277 141 293 140 299 134 297 127 273 119 270 105
Polygon -7500403 true true -1 195 14 180 36 166 40 153 53 140 82 131 134 133 159 126 188 115 227 108 236 102 238 98 268 86 269 92 281 87 269 103 269 113
x
false
0
Polygon -7500403 true true 270 75 225 30 30 225 75 270
Polygon -7500403 true true 30 75 75 30 270 225 225 270
@#$#@#$#@
NetLogo 6.0
@#$#@#$#@
@#$#@#$#@
@#$#@#$#@
<experiments>
<experiment name="transportation experiment" repetitions="1" runMetricsEveryStep="false">
<setup>setup
repeat 6 [add-taxi]</setup>
<go>go</go>
<timeLimit steps="6000"/>
<metric>analyze-citizen</metric>
<metric>analyze-taxi</metric>
<enumeratedValueSet variable="initial-people-num">
<value value="20"/>
<value value="200"/>
</enumeratedValueSet>
<enumeratedValueSet variable="taxi-detect-distance">
<value value="4"/>
<value value="8"/>
<value value="12"/>
<value value="16"/>
<value value="20"/>
</enumeratedValueSet>
<enumeratedValueSet variable="has-car-ratio">
<value value="0"/>
<value value="100"/>
</enumeratedValueSet>
<enumeratedValueSet variable="traffic-light-cycle">
<value value="4"/>
<value value="8"/>
<value value="12"/>
<value value="16"/>
<value value="20"/>
</enumeratedValueSet>
</experiment>
</experiments>
@#$#@#$#@
@#$#@#$#@
default
0.0
-0.2 0 0.0 1.0
0.0 1 1.0 0.0
0.2 0 0.0 1.0
link direction
true
0
Line -7500403 true 150 150 90 180
Line -7500403 true 150 150 210 180
dotted
0.0
-0.2 0 0.0 1.0
0.0 1 4.0 4.0
0.2 0 0.0 1.0
link direction
true
0
Line -7500403 true 150 150 90 180
Line -7500403 true 150 150 210 180
taxi-link-shape
0.0
-0.2 0 0.0 1.0
0.0 1 2.0 2.0
0.2 0 0.0 1.0
link direction
true
0
Line -7500403 true 150 150 90 180
Line -7500403 true 150 150 210 180
@#$#@#$#@
0
@#$#@#$#@
| NetLogo | 5 | ajnavarro/language-dataset | data/github.com/Luminoid/urban-transportation-system/9e8c945247290429106f4a75aa64661501e37a90/UrbanTransportationSystem.nlogo | [
"MIT"
]
|
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Outfile=install.exe
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
; Open Screen Resolution
Run( "control desk.cpl" )
Sleep( 2000 )
; Tab to Resolution
Send( "{TAB}" )
Sleep( 250 )
Send( "{TAB}" )
Sleep( 250 )
; Open Resolution Drop Down
Send( "{Enter}" )
Sleep( 250 )
; Move Resolution Up to max. You may need to add more up arrows.
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
Send( "{UP}" )
Sleep( 250 )
; Accept resolution
Send( "{Enter}" )
Sleep( 250 )
; Move to OK button
Send( "{TAB}" )
Sleep( 250 )
Send( "{TAB}" )
Sleep( 250 )
Send( "{TAB}" )
Sleep( 250 )
Send( "{TAB}" )
Sleep( 250 )
Send( "{TAB}" )
Sleep( 250 )
; Apply New Resolution
Send( "{Enter}" )
Sleep( 5000 )
; Accept New Resolution
Send( "k" )
| AutoIt | 2 | thatSecOpsGuy/PowerShell | ScreenResolution.au3 | [
"MIT"
]
|
// (c) Copyright 1995-2019 Xilinx, Inc. All rights reserved.
//
// This file contains confidential and proprietary information
// of Xilinx, Inc. and is protected under U.S. and
// international copyright and other intellectual property
// laws.
//
// DISCLAIMER
// This disclaimer is not a license and does not grant any
// rights to the materials distributed herewith. Except as
// otherwise provided in a valid license issued to you by
// Xilinx, and to the maximum extent permitted by applicable
// law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
// WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
// AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
// BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
// INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
// (2) Xilinx shall not be liable (whether in contract or tort,
// including negligence, or under any other theory of
// liability) for any loss or damage of any kind or nature
// related to, arising under or in connection with these
// materials, including for any direct, or any indirect,
// special, incidental, or consequential loss or damage
// (including loss of data, profits, goodwill, or any type of
// loss or damage suffered as a result of any action brought
// by a third party) even if such damage or loss was
// reasonably foreseeable or Xilinx had been advised of the
// possibility of the same.
//
// CRITICAL APPLICATIONS
// Xilinx products are not designed or intended to be fail-
// safe, or for use in any application requiring fail-safe
// performance, such as life-support or safety devices or
// systems, Class III medical devices, nuclear facilities,
// applications related to the deployment of airbags, or any
// other applications that could lead to death, personal
// injury, or severe property or environmental damage
// (individually and collectively, "Critical
// Applications"). Customer assumes the sole risk and
// liability of any use of Xilinx products in Critical
// Applications, subject only to applicable laws and
// regulations governing limitations on product liability.
//
// THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
// PART OF THIS FILE AT ALL TIMES.
//
// DO NOT MODIFY THIS FILE.
// IP VLNV: xilinx.com:user:S86:1.0
// IP Revision: 2
// The following must be inserted into your Verilog file for this
// core to be instantiated. Change the instance name and port connections
// (in parentheses) to your own signal names.
//----------- Begin Cut here for INSTANTIATION Template ---// INST_TAG
S86_0 your_instance_name (
.nmi(nmi), // input wire nmi
.nmia(nmia), // output wire nmia
.wb_ack_i(wb_ack_i), // input wire wb_ack_i
.wb_clk_i(wb_clk_i), // input wire wb_clk_i
.wb_cyc_o(wb_cyc_o), // output wire wb_cyc_o
.wb_rst_i(wb_rst_i), // input wire wb_rst_i
.wb_stb_o(wb_stb_o), // output wire wb_stb_o
.wb_tga_o(wb_tga_o), // output wire wb_tga_o
.wb_tgc_i(wb_tgc_i), // input wire wb_tgc_i
.wb_tgc_o(wb_tgc_o), // output wire wb_tgc_o
.wb_we_o(wb_we_o), // output wire wb_we_o
.pc(pc), // output wire [19 : 0] pc
.wb_adr_o(wb_adr_o), // output wire [19 : 1] wb_adr_o
.wb_dat_i(wb_dat_i), // input wire [15 : 0] wb_dat_i
.wb_dat_o(wb_dat_o), // output wire [15 : 0] wb_dat_o
.wb_sel_o(wb_sel_o) // output wire [1 : 0] wb_sel_o
);
// INST_TAG_END ------ End INSTANTIATION Template ---------
// You must compile the wrapper file S86_0.v when simulating
// the core, S86_0. When compiling the wrapper file, be sure to
// reference the Verilog simulation library.
| Verilog | 3 | z1514/Minisystem-Computer-Design | softwares/Ex_1/Ex_1.srcs/sources_1/ip/S86_0/S86_0.veo | [
"MIT"
]
|
CREATE TABLE `uk_auto_inc` (
`pk` int PRIMARY KEY,
`id` bigint UNIQUE KEY AUTO_INCREMENT
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
| SQL | 3 | cuishuang/tidb | br/tests/lightning_incremental/data1/incr.uk_auto_inc-schema.sql | [
"Apache-2.0"
]
|
.def("reqUserLogin", &FutureApi::reqUserLogin)
.def("reqUserLogout", &FutureApi::reqUserLogout)
.def("reqSafeVerify", &FutureApi::reqSafeVerify)
.def("reqVerifyCode", &FutureApi::reqVerifyCode)
.def("reqSetVerifyQA", &FutureApi::reqSetVerifyQA)
.def("reqGetQuestion", &FutureApi::reqGetQuestion)
.def("reqOrderInsert", &FutureApi::reqOrderInsert)
.def("reqOrderModify", &FutureApi::reqOrderModify)
.def("reqOrderCancel", &FutureApi::reqOrderCancel)
.def("reqPasswordUpdate", &FutureApi::reqPasswordUpdate)
.def("reqQryOrder", &FutureApi::reqQryOrder)
.def("reqQryTrade", &FutureApi::reqQryTrade)
.def("reqQryCapital", &FutureApi::reqQryCapital)
.def("reqQryVersion", &FutureApi::reqQryVersion)
.def("reqQryCurrency", &FutureApi::reqQryCurrency)
.def("reqQryExchange", &FutureApi::reqQryExchange)
.def("reqQryPosition", &FutureApi::reqQryPosition)
.def("reqQryStrategy", &FutureApi::reqQryStrategy)
.def("reqQryCommodity", &FutureApi::reqQryCommodity)
.def("reqQryInstrument", &FutureApi::reqQryInstrument)
.def("reqQryExchangeTime", &FutureApi::reqQryExchangeTime)
.def("reqQryCommodityTime", &FutureApi::reqQryCommodityTime)
.def("reqQryTotalPosition", &FutureApi::reqQryTotalPosition)
.def("reqQryStrategyDetail", &FutureApi::reqQryStrategyDetail)
.def("onFrontConnected", &FutureApi::onFrontConnected)
.def("onFrontDisconnected", &FutureApi::onFrontDisconnected)
.def("onHeartBeatWarning", &FutureApi::onHeartBeatWarning)
.def("onRspNeedVerify", &FutureApi::onRspNeedVerify)
.def("onRspUserLogin", &FutureApi::onRspUserLogin)
.def("onRspUserLogout", &FutureApi::onRspUserLogout)
.def("onRspVerifyCode", &FutureApi::onRspVerifyCode)
.def("onRspSafeVerify", &FutureApi::onRspSafeVerify)
.def("onRspSetVerifyQA", &FutureApi::onRspSetVerifyQA)
.def("onRspAccount", &FutureApi::onRspAccount)
.def("onRspQuestion", &FutureApi::onRspQuestion)
.def("onRspOrderInsert", &FutureApi::onRspOrderInsert)
.def("onRspOrderModify", &FutureApi::onRspOrderModify)
.def("onRspOrderCancel", &FutureApi::onRspOrderCancel)
.def("onRspPasswordUpdate", &FutureApi::onRspPasswordUpdate)
.def("onRtnTrade", &FutureApi::onRtnTrade)
.def("onRtnOrder", &FutureApi::onRtnOrder)
.def("onRtnCapital", &FutureApi::onRtnCapital)
.def("onRtnPosition", &FutureApi::onRtnPosition)
.def("onRspQryOrder", &FutureApi::onRspQryOrder)
.def("onRspQryTrade", &FutureApi::onRspQryTrade)
.def("onRspQryCapital", &FutureApi::onRspQryCapital)
.def("onRspQryVersion", &FutureApi::onRspQryVersion)
.def("onRspQryPosition", &FutureApi::onRspQryPosition)
.def("onRspQryCurrency", &FutureApi::onRspQryCurrency)
.def("onRspQryExchange", &FutureApi::onRspQryExchange)
.def("onRspQryStrategy", &FutureApi::onRspQryStrategy)
.def("onRspQryCommodity", &FutureApi::onRspQryCommodity)
.def("onRspQryInstrument", &FutureApi::onRspQryInstrument)
.def("onRspQryExchangeTime", &FutureApi::onRspQryExchangeTime)
.def("onRspQryCommodityTime", &FutureApi::onRspQryCommodityTime)
.def("onRspQryTotalPosition", &FutureApi::onRspQryTotalPosition)
.def("onRspQryStrategyDetail", &FutureApi::onRspQryStrategyDetail)
;
| C++ | 3 | funrunskypalace/vnpy | vnpy/api/da/generator/da_future_source_module.cpp | [
"MIT"
]
|
def n2poly(x, n):
r = x - x
p = x ** 0
while n > 0:
if n & 1:
r += p
n = n >> 1
p *= x
return r
def poly2vec(poly):
vec = map(GF(2), poly.lift().coefficients(sparse=False))
return [GF(2)(0)] * (82 - len(vec)) + vec[::-1]
F.<x> = PolynomialRing(GF(2))
mod = n2poly(x, 0x142f0e1eba9ea3693)
mod = n2poly(x, 0x0308c0111011401440411) + x ** 82
G.<a> = PolynomialQuotientRing(F, mod)
p30 = n2poly(a, 0x0c)
base = vector(poly2vec(sum(p30 * a ** n for n in range(82, 82 + 82*8, 8))))
M = Matrix([poly2vec(a ** (82 + 7 + 8*n)) for n in reversed(range(82))]).transpose()
M2 = M + identity_matrix(GF(2), 82)[::-1]
V = M2.solve_right(base)
for b in [0] + M2.right_kernel().basis():
Vfix = V + b
assert M * Vfix + base == Vfix[::-1]
print ''.join(map(str, Vfix))
| Sage | 3 | tonghuaroot/google-ctf | 2017/quals/2017-crypto-selfhash/solution/solver.sage | [
"Apache-2.0"
]
|
(ns hu.lib.string
(:require
[hu.lib.type :refer [string? array? number?]]
[hu.lib.object :refer [keys]]))
(def ^:private EOL #"[\n|\r]")
(defn ^string subs
"Extract characters from the given string"
[x start end]
(str? x (.substring x start end)))
(defn ^string lines
"Split the given string by end of line tokens"
[x] (str? x (.split x EOL)))
(defn ^string unlines
"Join the given array into a string separated by end line token"
[x] (arr? x (.join x "\n")))
(defn ^string words
"Returns an array of words (spaces separated)"
[x] (str? x (.split x #"[ ]+")))
(defn ^string unwords
"Join words of the given array into a string spaces separated"
[x] (arr? x (.join x " ")))
(defn ^string chars
"Return an array of characters of the given string"
[x] (str? x (.split x "")))
(defn ^string unchars
"Join the strings of the given array"
[x] (arr? x (.join x "")))
(defn ^string char
"Return the given unicode number into his equivalent character"
[x]
(num? x
(.from-char-code String x)))
(defn ^string reverse
"Reverse characters of the given string"
[x]
(str? x
(.join
(.reverse
(.split x "")) "")))
(defn ^string repeat
"Repeat the given string"
[n x]
(str? x
(if (> n 0)
(+ x (repeat (- n 1) x)) "")))
(def ^:private html-escapes
{ :& "&"
:< "<"
:> ">"
"\"" """
"'" "'" })
(def ^:private unescaped-html
(RegExp. (+ "[" (.join (keys html-escapes)) "]") :g))
(defn ^:private ^string escape-char
[x] (aget html-escapes x))
(defn ^string escape
"Converts the characters &, <, >, \", and ' in the given string
to their corresponding HTML entities"
[x]
(str? x
(.replace (String x) unescaped-html escape-char)))
| wisp | 5 | h2non/hu | src/string.wisp | [
"MIT"
]
|
-- A variant of LostTypeError.
module LostTypeError2 where
postulate
Wrap : (A : Set) → (A → Set) → A → Set
wrap : (A : Set) (P : A → Set) (x : A) → P x → Wrap A P x
rewrap : (A : Set) (P : A → Set) (x : A) → Wrap A P x → Wrap A P x
postulate A : Set
data Box : Set where
box : A → Box
data Dummy : Set where
box : Dummy
postulate
x y : A
P : Box → Set
Px : P (box x)
bad : Wrap Box P (box y)
bad =
rewrap _ (λ a → P _) (box y)
(wrap _ (λ a → P _) (box x) Px)
| Agda | 3 | cruhland/agda | test/Fail/LostTypeError2.agda | [
"MIT"
]
|
-- Tests for :set
local helpers = require('test.functional.helpers')(after_each)
local clear, command, eval, eq =
helpers.clear, helpers.command, helpers.eval, helpers.eq
describe(':set', function()
before_each(clear)
it('handles backslash properly', function()
command('set iskeyword=a,b,c')
command('set iskeyword+=d')
eq('a,b,c,d', eval('&iskeyword'))
command([[set iskeyword+=\\,e]])
eq([[a,b,c,d,\,e]], eval('&iskeyword'))
command('set iskeyword-=e')
eq([[a,b,c,d,\]], eval('&iskeyword'))
command([[set iskeyword-=\]])
eq('a,b,c,d', eval('&iskeyword'))
end)
it('recognizes a trailing comma with +=', function()
command('set wildignore=*.png,')
command('set wildignore+=*.jpg')
eq('*.png,*.jpg', eval('&wildignore'))
end)
end)
| Lua | 4 | uga-rosa/neovim | test/functional/legacy/set_spec.lua | [
"Vim"
]
|
#pragma once
#include <optional>
#include <string_view>
#include <array>
struct alignas(16) CameraSettingsUpdateChannel
{
bool useOverlayImage = false;
bool cameraInUse = false;
std::optional<uint32_t> overlayImageSize;
std::optional<std::array<wchar_t, 256>> sourceCameraName;
bool newOverlayImagePosted = false;
static std::wstring_view endpoint();
};
namespace CameraOverlayImageChannel
{
std::wstring_view endpoint();
}
| C | 4 | tameemzabalawi/PowerToys | src/modules/videoconference/VideoConferenceShared/CameraStateUpdateChannels.h | [
"MIT"
]
|
%%% WARNING: GENERATED FILE. DO NOT EDIT. %%%
\include "lilypond-book-preamble.ly"
\paper {
#(define dump-extents #t)
indent = 0\mm
line-width = 210\mm - 2.0 * 0.4\in
ragged-right = ##t
force-assignment = #""
line-width = #(- line-width (* mm 3.000000))
}
\header {
title = "$(title)"
composer = "$(composer)"
}
\layout {
}
| LilyPond | 2 | jmorag/music-suite | data/ly_inline_test1.ly | [
"BSD-3-Clause"
]
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABAgAGBQJYXsr+AAoJEIdJe5Fjl09aYRwH/AstuXuYvMhKQCh+xheAJUC9
HZbRmV+Sj2rCjhi7EYnZUZ1KNvBQkQjn5ZkumjkSSroe1OdT1ci3wW3HOKlH3z7D
Qqb1YnZguWdA0AfmsIOn9H0r4uX+8MohxTxsyPRkzEaV1mPfDvZS7Xr4xzeDsBsj
szKi94z1BowoNe6JfOLgBRsri8R6LPbEZixVVbW6+KxicQUMsy6e8vatQOeNDf+I
r3c61qujWHijJ6mEKbfnKosLybe1WJ8bsMKp6UAxJtdsKnfFQHw7lpjXPnp7KSlf
2S74MfF/LNoCFpI68j8E3Lwy5bzel9Vl6I3Vp0N8tvMi9CSckDm0Q2nItYMLBco=
=UFiT
-----END PGP SIGNATURE-----
| Standard ML | 0 | ChainXcom/bitaddress.org | bitaddress.org.html.sig | [
"Unlicense",
"MIT"
]
|
for (var w of []) {
var x = w;
}
for (var v of []) {
var x = [w, v];
} | TypeScript | 1 | nilamjadhav/TypeScript | tests/cases/conformance/statements/for-ofStatements/ES5For-of7.ts | [
"Apache-2.0"
]
|
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'group:monorepos',
'helpers:disableTypesNodeMajor'
],
labels: ['dependencies'],
rangeStrategy: 'bump',
prHourlyLimit: 2,
prConcurrentLimit: 20,
updateNotScheduled: true,
commitBody: 'Signed-off-by: {{{gitAuthor}}}',
ignorePaths: [
'**/node_modules/**',
'**/__tests__/**',
'**/test/**'
],
// Semantic Commits
semanticCommits: 'enabled',
semanticCommitType: 'chore',
semanticCommitScope: null, // Null is valid!
// Dependency Dashboard
dependencyDashboard: true,
dependencyDashboardAutoclose: true,
// Lock File Maintenance
lockFileMaintenance: {
enabled: true,
automerge: true,
extends: ['schedule:earlyMondays']
},
// Vulnerability Alerts
vulnerabilityAlerts: {
enabled: true,
addLabels: ['SECURITY'],
reviewers: ['team:loopback-maintainers']
},
// Package Rules
packageRules: [
{
automerge: true,
matchUpdateTypes: [
'patch',
'minor'
]
},
{
draftPR: true,
matchUpdateTypes: "major"
},
{
automerge: true,
matchDepTypes: ['devDependencies']
},
{
enabled: false,
matchDepTypes: ['engines']
},
{
groupName: 'Lint packages',
matchPackageNames: ['prettier'],
matchPackagePatterns: ['^eslint', '^@typescript-eslint']
},
{
groupName: 'Ajv packages',
matchPackagePatterns: ['^ajv']
},
{
groupName: 'Socket.io packages',
matchPackageNames: ['socket.io', 'socket.io-client']
},
{
groupName: 'Yeoman packages',
matchPackagePatterns: ['^yeoman']
},
{
groupName: 'api-extractor packages',
matchPackageNames: [
'@microsoft/api-extractor',
'@microsoft/api-documenter'
]
}
]
}
| JSON5 | 4 | aitorjs/loopback-next | .github/renovate.json5 | [
"MIT"
]
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Mermaid Quick Flowchart Test Page</title>
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
<style>
div.mermaid {
/* font-family: 'trebuchet ms', verdana, arial; */
font-family: 'Courier New', Courier, monospace !important;
}
</style>
</head>
<body>
<h1>Comparison "graph vs. flowchart"</h1>
<h2>Sample 1</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
sid-B3655226-6C29-4D00-B685-3D5C734DC7E1["
提交申请
熊大
"];
class sid-B3655226-6C29-4D00-B685-3D5C734DC7E1 node-executed;
sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A["
负责人审批
强子
"];
class sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A node-executed;
sid-E27C0367-E6D6-497F-9736-3CDC21FDE221["
DBA审批
强子
"];
class sid-E27C0367-E6D6-497F-9736-3CDC21FDE221 node-executed;
sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD["
SA审批
阿美
"];
class sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD node-executed;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7["
主管审批
光头强
"];
class sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7 node-executed;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89["
DBA确认
强子
"];
class sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89 node-executed;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937["
SA确认
阿美
"];
class sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937 node-executed;
sid-4FC27B48-A6F9-460A-A675-021F5854FE22["
结束
"];
class sid-4FC27B48-A6F9-460A-A675-021F5854FE22 node-executed;
sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E["
SA执行1
强子
"];
class sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E node-executed;
sid-6C2120F3-D940-4958-A067-0903DCE879C4["
SA执行2
强子
"];
class sid-6C2120F3-D940-4958-A067-0903DCE879C4 node-executed;
sid-9180E2A0-5C4B-435F-B42F-0D152470A338["
DBA执行1
强子
"];
class sid-9180E2A0-5C4B-435F-B42F-0D152470A338 node-executed;
sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD["
DBA执行3
强子
"];
class sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD node-executed;
sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756["
DBA执行2
强子
"];
class sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756 node-executed;
sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93["
DBA执行4
强子
"];
class sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93 node-executed;
sid-1897B30A-9C5C-4D5B-B80B-76A038785070["
负责人确认
梁静茹
"];
class sid-1897B30A-9C5C-4D5B-B80B-76A038785070 node-executed;
sid-B3655226-6C29-4D00-B685-3D5C734DC7E1-->sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7;
sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A-->sid-1897B30A-9C5C-4D5B-B80B-76A038785070;
sid-E27C0367-E6D6-497F-9736-3CDC21FDE221-->sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89;
sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD-->sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937;
sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E-->sid-6C2120F3-D940-4958-A067-0903DCE879C4;
sid-9180E2A0-5C4B-435F-B42F-0D152470A338-->sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756;
sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD-->sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93;
sid-6C2120F3-D940-4958-A067-0903DCE879C4-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-1897B30A-9C5C-4D5B-B80B-76A038785070-->sid-4FC27B48-A6F9-460A-A675-021F5854FE22;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937-->sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89-->sid-9180E2A0-5C4B-435F-B42F-0D152470A338;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89-->sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD;
sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-E27C0367-E6D6-497F-9736-3CDC21FDE221;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937-->sid-6C2120F3-D940-4958-A067-0903DCE879C4;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-4FC27B48-A6F9-460A-A675-021F5854FE22;
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
sid-B3655226-6C29-4D00-B685-3D5C734DC7E1["
提交申请
熊大
"];
class sid-B3655226-6C29-4D00-B685-3D5C734DC7E1 node-executed;
sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A["
负责人审批
强子
"];
class sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A node-executed;
sid-E27C0367-E6D6-497F-9736-3CDC21FDE221["
DBA审批
强子
"];
class sid-E27C0367-E6D6-497F-9736-3CDC21FDE221 node-executed;
sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD["
SA审批
阿美
"];
class sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD node-executed;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7["
主管审批
光头强
"];
class sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7 node-executed;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89["
DBA确认
强子
"];
class sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89 node-executed;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937["
SA确认
阿美
"];
class sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937 node-executed;
sid-4FC27B48-A6F9-460A-A675-021F5854FE22["
结束
"];
class sid-4FC27B48-A6F9-460A-A675-021F5854FE22 node-executed;
sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E["
SA执行1
强子
"];
class sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E node-executed;
sid-6C2120F3-D940-4958-A067-0903DCE879C4["
SA执行2
强子
"];
class sid-6C2120F3-D940-4958-A067-0903DCE879C4 node-executed;
sid-9180E2A0-5C4B-435F-B42F-0D152470A338["
DBA执行1
强子
"];
class sid-9180E2A0-5C4B-435F-B42F-0D152470A338 node-executed;
sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD["
DBA执行3
强子
"];
class sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD node-executed;
sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756["
DBA执行2
强子
"];
class sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756 node-executed;
sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93["
DBA执行4
强子
"];
class sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93 node-executed;
sid-1897B30A-9C5C-4D5B-B80B-76A038785070["
负责人确认
梁静茹
"];
class sid-1897B30A-9C5C-4D5B-B80B-76A038785070 node-executed;
sid-B3655226-6C29-4D00-B685-3D5C734DC7E1-->sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7;
sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A-->sid-1897B30A-9C5C-4D5B-B80B-76A038785070;
sid-E27C0367-E6D6-497F-9736-3CDC21FDE221-->sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89;
sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD-->sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937;
sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E-->sid-6C2120F3-D940-4958-A067-0903DCE879C4;
sid-9180E2A0-5C4B-435F-B42F-0D152470A338-->sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756;
sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD-->sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93;
sid-6C2120F3-D940-4958-A067-0903DCE879C4-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-1897B30A-9C5C-4D5B-B80B-76A038785070-->sid-4FC27B48-A6F9-460A-A675-021F5854FE22;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937-->sid-19DD9E9F-98C1-44EE-B604-842AFEE76F1E;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89-->sid-9180E2A0-5C4B-435F-B42F-0D152470A338;
sid-A1B3CD96-7697-4D7C-BEAA-73D187B1BE89-->sid-03A2C3AC-5337-48A5-B154-BB3FD0EC8DAD;
sid-D5E1F2F4-306C-47A2-BF74-F66E3D769756-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-8C3F2F1D-F014-4F99-B966-095DC1A2BD93-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-BED98281-9585-4D1B-934E-BD1AC6AC0EFD;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-E27C0367-E6D6-497F-9736-3CDC21FDE221;
sid-3E35A7FF-A2F4-4E07-9247-DBF884C81937-->sid-6C2120F3-D940-4958-A067-0903DCE879C4;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-4DA958A0-26D9-4D47-93A7-70F39FD7D51A;
sid-7CE72B24-E0C1-46D3-8132-8BA66BE05AA7-->sid-4FC27B48-A6F9-460A-A675-021F5854FE22;
</div>
<hr/>
<h2>Sample 2</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
title What to buy
accDescription Options of what to buy with Christmas money
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me thinksssssx<br/>sssssssssssssssssssuuu<br />tttsssssssssssssssssssssss}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
title What to buy
accDescription Options of what to buy with Christmas money
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me thinksssssx<br/>sssssssssssssssssssuuu<br />tttsssssssssssssssssssssss}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
</div>
<hr/>
<h2>Sample 3</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
A[/Christmas\]
A -->|Get money| B[\Go shopping/]
B --> C{Let me thinksssss<br/>ssssssssssssssssssssss<br/>sssssssssssssssssssssssssss}
C -->|One| D[/Laptop/]
C -->|Two| E[\iPhone\]
C -->|Three| F[Car]
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
A[/Christmas\]
A -->|Get money| B[\Go shopping/]
B --> C{Let me thinksssss<br/>ssssssssssssssssssssss<br/>sssssssssssssssssssssssssss}
C -->|One| D[/Laptop/]
C -->|Two| E[\iPhone\]
C -->|Three| F[Car]
</div>
<hr/>
<h2>Sample 4</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget)
37(SAM.CommonFA.BudgetSubserviceLineVolume)-->48(SAM.CommonFA.CommonFAFinanceBudget)
35(SAM.CommonFA.PopulationFME)-->47(SAM.CommonFA.FMESummary)
41(SAM.CommonFA.MetricCost)-->47(SAM.CommonFA.FMESummary)
44(SAM.CommonFA.MetricOutliers)-->47(SAM.CommonFA.FMESummary)
46(SAM.CommonFA.MetricOpportunity)-->47(SAM.CommonFA.FMESummary)
40(SAM.CommonFA.OPVisits)-->47(SAM.CommonFA.FMESummary)
38(SAM.CommonFA.CommonFAFinanceRefund)-->47(SAM.CommonFA.FMESummary)
43(SAM.CommonFA.CommonFAFinancePicuDays)-->47(SAM.CommonFA.FMESummary)
42(SAM.CommonFA.CommonFAFinanceNurseryDays)-->47(SAM.CommonFA.FMESummary)
45(SAM.CommonFA.MetricPreOpportunity)-->46(SAM.CommonFA.MetricOpportunity)
35(SAM.CommonFA.PopulationFME)-->45(SAM.CommonFA.MetricPreOpportunity)
41(SAM.CommonFA.MetricCost)-->45(SAM.CommonFA.MetricPreOpportunity)
41(SAM.CommonFA.MetricCost)-->44(SAM.CommonFA.MetricOutliers)
39(SAM.CommonFA.ChargeDetails)-->43(SAM.CommonFA.CommonFAFinancePicuDays)
39(SAM.CommonFA.ChargeDetails)-->42(SAM.CommonFA.CommonFAFinanceNurseryDays)
39(SAM.CommonFA.ChargeDetails)-->41(SAM.CommonFA.MetricCost)
39(SAM.CommonFA.ChargeDetails)-->40(SAM.CommonFA.OPVisits)
35(SAM.CommonFA.PopulationFME)-->39(SAM.CommonFA.ChargeDetails)
36(SAM.CommonFA.PremetricCost)-->39(SAM.CommonFA.ChargeDetails)
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
47(SAM.CommonFA.FMESummary)-->48(SAM.CommonFA.CommonFAFinanceBudget)
37(SAM.CommonFA.BudgetSubserviceLineVolume)-->48(SAM.CommonFA.CommonFAFinanceBudget)
35(SAM.CommonFA.PopulationFME)-->47(SAM.CommonFA.FMESummary)
41(SAM.CommonFA.MetricCost)-->47(SAM.CommonFA.FMESummary)
44(SAM.CommonFA.MetricOutliers)-->47(SAM.CommonFA.FMESummary)
46(SAM.CommonFA.MetricOpportunity)-->47(SAM.CommonFA.FMESummary)
40(SAM.CommonFA.OPVisits)-->47(SAM.CommonFA.FMESummary)
38(SAM.CommonFA.CommonFAFinanceRefund)-->47(SAM.CommonFA.FMESummary)
43(SAM.CommonFA.CommonFAFinancePicuDays)-->47(SAM.CommonFA.FMESummary)
42(SAM.CommonFA.CommonFAFinanceNurseryDays)-->47(SAM.CommonFA.FMESummary)
45(SAM.CommonFA.MetricPreOpportunity)-->46(SAM.CommonFA.MetricOpportunity)
35(SAM.CommonFA.PopulationFME)-->45(SAM.CommonFA.MetricPreOpportunity)
41(SAM.CommonFA.MetricCost)-->45(SAM.CommonFA.MetricPreOpportunity)
41(SAM.CommonFA.MetricCost)-->44(SAM.CommonFA.MetricOutliers)
39(SAM.CommonFA.ChargeDetails)-->43(SAM.CommonFA.CommonFAFinancePicuDays)
39(SAM.CommonFA.ChargeDetails)-->42(SAM.CommonFA.CommonFAFinanceNurseryDays)
39(SAM.CommonFA.ChargeDetails)-->41(SAM.CommonFA.MetricCost)
39(SAM.CommonFA.ChargeDetails)-->40(SAM.CommonFA.OPVisits)
35(SAM.CommonFA.PopulationFME)-->39(SAM.CommonFA.ChargeDetails)
36(SAM.CommonFA.PremetricCost)-->39(SAM.CommonFA.ChargeDetails)
</div>
<hr/>
<h2>Sample 5</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
9e122290_1ec3_e711_8c5a_005056ad0002("fa:fa-creative-commons My System | Test Environment")
82072290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Business Logic Server:Service 1")
db052290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Business Logic Server:Service 2")
4e112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Report Server:Service 1")
30122290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Report Server:Service 2")
5e112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Dedicated Test Business Logic Server:Service 1")
c1112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Dedicated Test Business Logic Server:Service 2")
b7042290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[SupportDb]")
8f102290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[DevelopmentDb]")
0e102290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[TestDb]")
07132290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[SharedReportingDb]")
c7072290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Shared Business Logic Server")
ca122290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Shared Report Server")
68102290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Dedicated Test Business Logic Server")
f4112290_1ec3_e711_8c5a_005056ad0002("fa:fa-database [DBServer\SharedDbInstance]")
d6072290_1ec3_e711_8c5a_005056ad0002("fa:fa-server DBServer")
71082290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:MSSQLSERVER")
c0102290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:SQLAgent")
9a072290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:SQLBrowser")
1d0a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost1")
200a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost2")
1c0a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost3")
9e122290_1ec3_e711_8c5a_005056ad0002-->82072290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->db052290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->4e112290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->30122290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->5e112290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->c1112290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->b7042290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->0e102290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->c7072290_1ec3_e711_8c5a_005056ad0002
db052290_1ec3_e711_8c5a_005056ad0002-->c7072290_1ec3_e711_8c5a_005056ad0002
db052290_1ec3_e711_8c5a_005056ad0002-->82072290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->b7042290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->0e102290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->07132290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->ca122290_1ec3_e711_8c5a_005056ad0002
30122290_1ec3_e711_8c5a_005056ad0002-->ca122290_1ec3_e711_8c5a_005056ad0002
30122290_1ec3_e711_8c5a_005056ad0002-->4e112290_1ec3_e711_8c5a_005056ad0002
5e112290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
5e112290_1ec3_e711_8c5a_005056ad0002-->68102290_1ec3_e711_8c5a_005056ad0002
c1112290_1ec3_e711_8c5a_005056ad0002-->68102290_1ec3_e711_8c5a_005056ad0002
c1112290_1ec3_e711_8c5a_005056ad0002-->5e112290_1ec3_e711_8c5a_005056ad0002
b7042290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
8f102290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
0e102290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
07132290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
c7072290_1ec3_e711_8c5a_005056ad0002-->1d0a2290_1ec3_e711_8c5a_005056ad0002
ca122290_1ec3_e711_8c5a_005056ad0002-->200a2290_1ec3_e711_8c5a_005056ad0002
68102290_1ec3_e711_8c5a_005056ad0002-->1c0a2290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->c0102290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->9a072290_1ec3_e711_8c5a_005056ad0002
d6072290_1ec3_e711_8c5a_005056ad0002-->1c0a2290_1ec3_e711_8c5a_005056ad0002
71082290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
c0102290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
c0102290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
9a072290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
9a072290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
9e122290_1ec3_e711_8c5a_005056ad0002("fa:fa-creative-commons My System | Test Environment")
82072290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Business Logic Server:Service 1")
db052290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Business Logic Server:Service 2")
4e112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Report Server:Service 1")
30122290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Shared Report Server:Service 2")
5e112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Dedicated Test Business Logic Server:Service 1")
c1112290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs Dedicated Test Business Logic Server:Service 2")
b7042290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[SupportDb]")
8f102290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[DevelopmentDb]")
0e102290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[TestDb]")
07132290_1ec3_e711_8c5a_005056ad0002("fa:fa-circle [DBServer\SharedDbInstance].[SharedReportingDb]")
c7072290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Shared Business Logic Server")
ca122290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Shared Report Server")
68102290_1ec3_e711_8c5a_005056ad0002("fa:fa-server Dedicated Test Business Logic Server")
f4112290_1ec3_e711_8c5a_005056ad0002("fa:fa-database [DBServer\SharedDbInstance]")
d6072290_1ec3_e711_8c5a_005056ad0002("fa:fa-server DBServer")
71082290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:MSSQLSERVER")
c0102290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:SQLAgent")
9a072290_1ec3_e711_8c5a_005056ad0002("fa:fa-cogs DBServer\:SQLBrowser")
1d0a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost1")
200a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost2")
1c0a2290_1ec3_e711_8c5a_005056ad0002("fa:fa-server VmHost3")
9e122290_1ec3_e711_8c5a_005056ad0002-->82072290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->db052290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->4e112290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->30122290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->5e112290_1ec3_e711_8c5a_005056ad0002
9e122290_1ec3_e711_8c5a_005056ad0002-->c1112290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->b7042290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->0e102290_1ec3_e711_8c5a_005056ad0002
82072290_1ec3_e711_8c5a_005056ad0002-->c7072290_1ec3_e711_8c5a_005056ad0002
db052290_1ec3_e711_8c5a_005056ad0002-->c7072290_1ec3_e711_8c5a_005056ad0002
db052290_1ec3_e711_8c5a_005056ad0002-->82072290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->b7042290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->0e102290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->07132290_1ec3_e711_8c5a_005056ad0002
4e112290_1ec3_e711_8c5a_005056ad0002-->ca122290_1ec3_e711_8c5a_005056ad0002
30122290_1ec3_e711_8c5a_005056ad0002-->ca122290_1ec3_e711_8c5a_005056ad0002
30122290_1ec3_e711_8c5a_005056ad0002-->4e112290_1ec3_e711_8c5a_005056ad0002
5e112290_1ec3_e711_8c5a_005056ad0002-->8f102290_1ec3_e711_8c5a_005056ad0002
5e112290_1ec3_e711_8c5a_005056ad0002-->68102290_1ec3_e711_8c5a_005056ad0002
c1112290_1ec3_e711_8c5a_005056ad0002-->68102290_1ec3_e711_8c5a_005056ad0002
c1112290_1ec3_e711_8c5a_005056ad0002-->5e112290_1ec3_e711_8c5a_005056ad0002
b7042290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
8f102290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
0e102290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
07132290_1ec3_e711_8c5a_005056ad0002-->f4112290_1ec3_e711_8c5a_005056ad0002
c7072290_1ec3_e711_8c5a_005056ad0002-->1d0a2290_1ec3_e711_8c5a_005056ad0002
ca122290_1ec3_e711_8c5a_005056ad0002-->200a2290_1ec3_e711_8c5a_005056ad0002
68102290_1ec3_e711_8c5a_005056ad0002-->1c0a2290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->c0102290_1ec3_e711_8c5a_005056ad0002
f4112290_1ec3_e711_8c5a_005056ad0002-->9a072290_1ec3_e711_8c5a_005056ad0002
d6072290_1ec3_e711_8c5a_005056ad0002-->1c0a2290_1ec3_e711_8c5a_005056ad0002
71082290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
c0102290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
c0102290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
9a072290_1ec3_e711_8c5a_005056ad0002-->d6072290_1ec3_e711_8c5a_005056ad0002
9a072290_1ec3_e711_8c5a_005056ad0002-->71082290_1ec3_e711_8c5a_005056ad0002
</div>
<hr/>
<h2>Sample 6</h2>
<h3>graph</h3>
<div class="mermaid">
graph TB
subgraph One
a1-->a2
end
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TB
subgraph One
a1-->a2
end
</div>
<hr/>
<h2>Sample 7</h2>
<h3>graph</h3>
<div class="mermaid">
graph TB
A
B
subgraph foo[Foo SubGraph]
C
D
end
subgraph bar[Bar SubGraph]
E
F
end
G
A-->B
B-->C
C-->D
B-->D
D-->E
E-->A
E-->F
F-->D
F-->G
B-->G
G-->D
style foo fill:#F99,stroke-width:2px,stroke:#F0F,color:darkred
style bar fill:#999,stroke-width:10px,stroke:#0F0,color:blue
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TB
A
B
subgraph foo[Foo SubGraph]
C
D
end
subgraph bar[Bar SubGraph]
E
F
end
G
A-->B
B-->C
C-->D
B-->D
D-->E
E-->A
E-->F
F-->D
F-->G
B-->G
G-->D
style foo fill:#F99,stroke-width:2px,stroke:#F0F,color:darkred
style bar fill:#999,stroke-width:10px,stroke:#0F0,color:blue
</div>
<hr/>
<h2>Sample 8</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
456ac9b0d15a8b7f1e71073221059886[1051 AAA fa:fa-check]
f7f580e11d00a75814d2ded41fe8e8fe[1141 BBB fa:fa-check]
81dc9bdb52d04dc20036dbd8313ed055[1234 CCC fa:fa-check]
456ac9b0d15a8b7f1e71073221059886 -->|Node| f7f580e11d00a75814d2ded41fe8e8fe
f7f580e11d00a75814d2ded41fe8e8fe -->|Node| 81dc9bdb52d04dc20036dbd8313ed055
click 456ac9b0d15a8b7f1e71073221059886 "/admin/user/view?id=1051" "AAA
6000"
click f7f580e11d00a75814d2ded41fe8e8fe "/admin/user/view?id=1141" "BBB
600"
click 81dc9bdb52d04dc20036dbd8313ed055 "/admin/user/view?id=1234" "CCC
3000"
style 456ac9b0d15a8b7f1e71073221059886 fill:#f9f,stroke:#333,stroke-width:4px
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
456ac9b0d15a8b7f1e71073221059886[1051 AAA fa:fa-check]
f7f580e11d00a75814d2ded41fe8e8fe[1141 BBB fa:fa-check]
81dc9bdb52d04dc20036dbd8313ed055[1234 CCC fa:fa-check]
456ac9b0d15a8b7f1e71073221059886 -->|Node| f7f580e11d00a75814d2ded41fe8e8fe
f7f580e11d00a75814d2ded41fe8e8fe -->|Node| 81dc9bdb52d04dc20036dbd8313ed055
click 456ac9b0d15a8b7f1e71073221059886 "/admin/user/view?id=1051" "AAA
6000"
click f7f580e11d00a75814d2ded41fe8e8fe "/admin/user/view?id=1141" "BBB
600"
click 81dc9bdb52d04dc20036dbd8313ed055 "/admin/user/view?id=1234" "CCC
3000"
style 456ac9b0d15a8b7f1e71073221059886 fill:#f9f,stroke:#333,stroke-width:4px
</div>
<hr/>
<h2>Sample 9</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{{Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?}}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{{Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?}}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[Car]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<hr/>
<h2>Sample 10</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
A([stadium shape test])
A -->|Get money| B([Go shopping])
B --> C([Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?])
C -->|One| D([Laptop])
C -->|Two| E([iPhone])
C -->|Three| F([Car<br/>wroom wroom])
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
A([stadium shape test])
A -->|Get money| B([Go shopping])
B --> C([Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?])
C -->|One| D([Laptop])
C -->|Two| E([iPhone])
C -->|Three| F([Car<br/>wroom wroom])
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<hr/>
<h2>Sample 11</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A[[subroutine shape test]]
A -->|Get money| B[[Go shopping]]
B --> C[[Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?]]
C -->|One| D[[Laptop]]
C -->|Two| E[[iPhone]]
C -->|Three| F[[Car<br/>wroom wroom]]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A[[subroutine shape test]]
A -->|Get money| B[[Go shopping]]
B --> C[[Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?]]
C -->|One| D[[Laptop]]
C -->|Two| E[[iPhone]]
C -->|Three| F[[Car<br/>wroom wroom]]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
class C someclass;
</div>
<hr/>
<h2>Sample 12</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A[(cylindrical<br />shape<br />test)]
A -->|Get money| B1[(Go shopping 1)]
A -->|Get money| B2[(Go shopping 2)]
A -->|Get money| B3[(Go shopping 3)]
C[(Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?)]
B1 --> C
B2 --> C
B3 --> C
C -->|One| D[(Laptop)]
C -->|Two| E[(iPhone)]
C -->|Three| F[(Car)]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A[(cylindrical<br />shape<br />test)]
A -->|Get money| B1[(Go shopping 1)]
A -->|Get money| B2[(Go shopping 2)]
A -->|Get money| B3[(Go shopping 3)]
C[(Let me think...<br />Do I want something for work,<br />something to spend every free second with,<br />or something to get around?)]
B1 --> C
B2 --> C
B3 --> C
C -->|One| D[(Laptop)]
C -->|Two| E[(iPhone)]
C -->|Three| F[(Car)]
click A "flowchart.html#link-clicked" "link test"
click B testClick "click test"
classDef someclass fill:#f96;
class A someclass;
</div>
<hr/>
<h2>Sample 13</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A1[Multi<br>Line] -->|Multi<br>Line| B1(Multi<br>Line)
C1[Multi<br/>Line] -->|Multi<br/>Line| D1(Multi<br/>Line)
E1[Multi<br />Line] -->|Multi<br />Line| F1(Multi<br />Line)
A2[Multi<br>Line] -->|Multi<br>Line| B2(Multi<br>Line)
C2[Multi<br/>Line] -->|Multi<br/>Line| D2(Multi<br/>Line)
E2[Multi<br />Line] -->|Multi<br />Line| F2(Multi<br />Line)
linkStyle 0 stroke:DarkGray,stroke-width:2px
linkStyle 1 stroke:DarkGray,stroke-width:2px
linkStyle 2 stroke:DarkGray,stroke-width:2px
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A1[Multi<br>Line] -->|Multi<br>Line| B1(Multi<br>Line)
C1[Multi<br/>Line] -->|Multi<br/>Line| D1(Multi<br/>Line)
E1[Multi<br />Line] -->|Multi<br />Line| F1(Multi<br />Line)
A2[Multi<br>Line] -->|Multi<br>Line| B2(Multi<br>Line)
C2[Multi<br/>Line] -->|Multi<br/>Line| D2(Multi<br/>Line)
E2[Multi<br />Line] -->|Multi<br />Line| F2(Multi<br />Line)
linkStyle 0 stroke:DarkGray,stroke-width:2px
linkStyle 1 stroke:DarkGray,stroke-width:2px
linkStyle 2 stroke:DarkGray,stroke-width:2px
</div>
<hr/>
<h2>Sample 14</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A(( )) -->|step 1| B(( ))
B(( )) -->|step 2| C(( ))
C(( )) -->|step 3| D(( ))
linkStyle 1 stroke:greenyellow,stroke-width:2px
style C fill:greenyellow,stroke:green,stroke-width:4px
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A(( )) -->|step 1| B(( ))
B(( )) -->|step 2| C(( ))
C(( )) -->|step 3| D(( ))
linkStyle 1 stroke:greenyellow,stroke-width:2px
style C fill:greenyellow,stroke:green,stroke-width:4px
</div>
<hr/>
<h2>Sample 15</h2>
<h3>graph</h3>
<div class="mermaid">
graph TB
TITLE["Link Click Events<br>(click the nodes below)"]
A["link test (open in same tab)"]
B["link test (open in new tab)"]
C[anchor test]
D[mailto test]
E[other protocol test]
F[script test]
TITLE --> A & B & C & D & E & F
click A "https://mermaid-js.github.io/mermaid/#/" "link test (open in same tab)"
click B "https://mermaid-js.github.io/mermaid/#/" "link test (open in new tab)" _blank
click C "#link-clicked"
click D "mailto:[email protected]" "mailto test"
click E "notes://do-your-thing/id" "other protocol test"
click F "javascript:alert('test')" "script test"
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TB
TITLE["Link Click Events<br>(click the nodes below)"]
A["link test (open in same tab)"]
B["link test (open in new tab)"]
C[anchor test]
D[mailto test]
E[other protocol test]
F[script test]
TITLE --> A & B & C & D & E & F
click A "https://mermaid-js.github.io/mermaid/#/" "link test (open in same tab)"
click B "https://mermaid-js.github.io/mermaid/#/" "link test (open in new tab)" _blank
click C "#link-clicked"
click D "mailto:[email protected]" "mailto test"
click E "notes://do-your-thing/id" "other protocol test"
click F "javascript:alert('test')" "script test"
</div>
<hr/>
<h2>Sample 16</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A[red<br>text] -->|red<br>text| B(blue<br>text)
C[/red<br/>text/] -->|blue<br/>text| D{blue<br/>text}
E{{default<br />style}} -->|default<br />style| F([default<br />style])
linkStyle default color:Sienna;
linkStyle 0 color:red;
linkStyle 1 stroke:DarkGray,stroke-width:2px,color:#0000ff
style A color:red;
style B color:blue;
style C stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D stroke:#0000ff,fill:#ccccff,color:#0000ff
click B "flowchart.html#link-clicked" "link test"
click D testClick "click test"
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A[red<br>text] -->|red<br>text| B(blue<br>text)
C[/red<br/>text/] -->|blue<br/>text| D{blue<br/>text}
E{{default<br />style}} -->|default<br />style| F([default<br />style])
linkStyle default color:Sienna;
linkStyle 0 color:red;
linkStyle 1 stroke:DarkGray,stroke-width:2px,color:#0000ff
style A color:red;
style B color:blue;
style C stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D stroke:#0000ff,fill:#ccccff,color:#0000ff
click B "flowchart.html#link-clicked" "link test"
click D testClick "click test"
</div>
<hr/>
<h2>Sample 17</h2>
<h3>graph</h3>
<div class="mermaid">
graph TD
A[myClass1] --> B[default] & C[default]
B[default] & C[default] --> D[myClass2]
classDef default stroke-width:2px,fill:none,stroke:silver
classDef node color:red
classDef myClass1 color:#0000ff
classDef myClass2 stroke:#0000ff,fill:#ccccff
class A myClass1
class D myClass2
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TD
A[myClass1] --> B[default] & C[default]
B[default] & C[default] --> D[myClass2]
classDef default stroke-width:2px,fill:none,stroke:silver
classDef node color:red
classDef myClass1 color:#0000ff
classDef myClass2 stroke:#0000ff,fill:#ccccff
class A myClass1
class D myClass2
</div>
<hr/>
<h2>Sample 18</h2>
<h3>graph</h3>
<div class="mermaid">
graph LR
A1[red text] -->|default style| A2[blue text]
B1(red text) -->|default style| B2(blue text)
C1([red text]) -->|default style| C2([blue text])
D1[[red text]] -->|default style| D2[[blue text]]
E1[(red text)] -->|default style| E2[(blue text)]
F1((red text)) -->|default style| F2((blue text))
G1>red text] -->|default style| G2>blue text]
H1{red text} -->|default style| H2{blue text}
I1{{red text}} -->|default style| I2{{blue text}}
J1[/red text/] -->|default style| J2[/blue text/]
K1[\red text\] -->|default style| K2[\blue text\]
L1[/red text\] -->|default style| L2[/blue text\]
M1[\red text/] -->|default style| M2[\blue text/]
N1[red text] -->|default style| N2[blue text]
linkStyle default color:Sienna;
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style C1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style E1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style F1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style G1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style H1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style I1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style J1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style K1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style L1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style M1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style N1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style A2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style B2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style C2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style D2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style E2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style F2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style G2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style H2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style I2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style J2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style K2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style L2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style M2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style N2 stroke:#0000ff,fill:#ccccff,color:#0000ff
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart LR
A1[red text] <-->|default style| A2[blue text]
B1(red text) <-->|default style| B2(blue text)
C1([red text]) <-->|default style| C2([blue text])
D1[[red text]] <-->|default style| D2[[blue text]]
E1[(red text)] <-->|default style| E2[(blue text)]
F1((red text)) <-->|default style| F2((blue text))
G1>red text] <-->|default style| G2>blue text]
H1{red text} <-->|default style| H2{blue text}
I1{{red text}} <-->|default style| I2{{blue text}}
J1[/red text/] <-->|default style| J2[/blue text/]
K1[\red text\] <-->|default style| K2[\blue text\]
L1[/red text\] <-->|default style| L2[/blue text\]
M1[\red text/] <-->|default style| M2[\blue text/]
N1[red text] <-->|default style| N2[blue text]
linkStyle default color:Sienna;
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style C1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style E1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style F1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style G1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style H1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style I1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style J1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style K1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style L1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style M1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style N1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style A2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style B2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style C2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style D2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style E2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style F2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style G2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style H2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style I2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style J2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style K2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style L2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style M2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style N2 stroke:#0000ff,fill:#ccccff,color:#0000ff
</div>
<hr/>
<h2>Sample 19</h2>
<h3>graph</h3>
<div class="mermaid">
graph TB
A1[red text] -->|default style| A2[blue text]
B1(red text) -->|default style| B2(blue text)
C1([red text]) -->|default style| C2([blue text])
D1[[red text]] -->|default style| D2[[blue text]]
E1[(red text)] -->|default style| E2[(blue text)]
F1((red text)) -->|default style| F2((blue text))
G1>red text] -->|default style| G2>blue text]
H1{red text} -->|default style| H2{blue text}
I1{{red text}} -->|default style| I2{{blue text}}
J1[/red text/] -->|default style| J2[/blue text/]
K1[\red text\] -->|default style| K2[\blue text\]
L1[/red text\] -->|default style| L2[/blue text\]
M1[\red text/] -->|default style| M2[\blue text/]
N1[red text] -->|default style| N2[blue text]
linkStyle default color:Sienna;
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style C1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style E1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style F1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style G1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style H1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style I1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style J1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style K1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style L1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style M1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style N1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style A2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style B2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style C2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style D2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style E2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style F2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style G2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style H2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style I2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style J2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style K2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style L2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style M2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style N2 stroke:#0000ff,fill:#ccccff,color:#0000ff
</div>
<h3>flowchart</h3>
<div class="mermaid">
flowchart TB
A1[red text] <-->|default style| A2[blue text]
B1(red text) <-->|default style| B2(blue text)
C1([red text]) <-->|default style| C2([blue text])
D1[[red text]] <-->|default style| D2[[blue text]]
E1[(red text)] <-->|default style| E2[(blue text)]
F1((red text)) <-->|default style| F2((blue text))
G1>red text] <-->|default style| G2>blue text]
H1{red text} <-->|default style| H2{blue text}
I1{{red text}} <-->|default style| I2{{blue text}}
J1[/red text/] <-->|default style| J2[/blue text/]
K1[\red text\] <-->|default style| K2[\blue text\]
L1[/red text\] <-->|default style| L2[/blue text\]
M1[\red text/] <-->|default style| M2[\blue text/]
N1[red text] <-->|default style| N2[blue text]
O1(((red text))) <-->|default style| O2(((blue text)))
linkStyle default color:Sienna;
style A1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style B1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style C1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style D1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style E1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style F1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style G1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style H1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style I1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style J1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style K1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style L1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style M1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style N1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style O1 stroke:#ff0000,fill:#ffcccc,color:#ff0000
style A2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style B2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style C2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style D2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style E2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style F2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style G2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style H2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style I2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style J2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style K2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style L2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style M2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style N2 stroke:#0000ff,fill:#ccccff,color:#0000ff
style O2 stroke:#0000ff,fill:#ccccff,color:#0000ff
</div>
<hr/>
<h1 id="link-clicked">Anchor for "link-clicked" test</h1>
<script src="./mermaid.js"></script>
<script>
mermaid.initialize({
theme: 'forest',
logLevel: 3,
securityLevel: 'loose',
flowchart: { curve: 'basis' },
});
</script>
<script>
function testClick(nodeId) {
console.log('clicked', nodeId);
var originalBgColor = document.querySelector('body').style.backgroundColor;
document.querySelector('body').style.backgroundColor = 'yellow';
setTimeout(function () {
document.querySelector('body').style.backgroundColor = originalBgColor;
}, 100);
}
</script>
</body>
</html>
| HTML | 5 | el-mapache/mermaid | demos/flowchart.html | [
"MIT"
]
|
############################################################################
# Requirements.
# We need bash. We use the pipefail option to control the exit code of a
# pipeline.
SHELL := /usr/bin/env bash
############################################################################
# Configuration
#
#
# This Makefile relies on the following variables:
# ROOTDIR (default: `pwd`)
# COQBIN (default: empty)
# COQINCLUDE (default: empty)
# V (default: *.v)
# V_AUX (default: undefined/empty)
# SERIOUS (default: 1)
# (if 0, we produce .vio files)
# (if 1, we produce .vo files in the old way)
# VERBOSE (default: undefined)
# (if defined, commands are displayed)
# We usually refer to the .v files using relative paths (such as Foo.v)
# but [coqdep -R] produces dependencies that refer to absolute paths
# (such as /bar/Foo.v). This confuses [make], which does not recognize
# that these files are the same. As a result, [make] does not respect
# the dependencies.
# We fix this by using ABSOLUTE PATHS EVERYWHERE. The paths used in targets,
# in -R options, etc., must be absolute paths.
ifndef ROOTDIR
ROOTDIR := $(shell pwd)
endif
ifndef V
V := $(wildcard $(ROOTDIR)/*.v)
endif
# Typically, $(V) should list only the .v files that we are ultimately
# interested in checking. $(V_AUX) should list every other .v file in the
# project. $(VD) is obtained from $(V) and $(V_AUX), so [make] sees all
# dependencies and can rebuild files anywhere in the project, if needed, and
# only if needed.
ifndef VD
VD := $(patsubst %.v,%.v.d,$(V) $(V_AUX))
endif
VIO := $(patsubst %.v,%.vio,$(V))
VQ := $(patsubst %.v,%.vq,$(V))
VO := $(patsubst %.v,%.vo,$(V))
SERIOUS := 1
############################################################################
# Binaries
COQC := $(COQBIN)coqc $(COQFLAGS)
COQDEP := $(COQBIN)coqdep
COQIDE := $(COQBIN)coqide $(COQFLAGS)
COQCHK := $(COQBIN)coqchk
############################################################################
# Targets
.PHONY: all proof depend quick proof_vo proof_vq
all: proof
ifeq ($(SERIOUS),0)
proof: proof_vq
else
proof: proof_vo
endif
proof_vq: $(VQ)
depend: $(VD)
quick: $(VIO)
proof_vo: $(VO)
############################################################################
# Verbosity control.
# Our commands are pretty long (due, among other things, to the use of
# absolute paths everywhere). So, we hide them by default, and echo a short
# message instead. However, sometimes one wants to see the command.
# By default, VERBOSE is undefined, so the .SILENT directive is read, so no
# commands are echoed. If VERBOSE is defined by the user, then the .SILENT
# directive is ignored, so commands are echoed, unless they begin with an
# explicit @.
ifndef VERBOSE
.SILENT:
endif
############################################################################
# Verbosity filter.
# Coq is way too verbose when using one of the -schedule-* commands.
# So, we grep its output and remove any line that contains 'Checking task'.
# We need a pipe that keeps the exit code of the *first* process. In
# bash, when the pipefail option is set, the exit code is the logical
# conjunction of the exit codes of the two processes. If we make sure
# that the second process always succeeds, then we get the exit code
# of the first process, as desired.
############################################################################
# Rules
# If B uses A, then the dependencies produced by coqdep are:
# B.vo: B.v A.vo
# B.vio: B.v A.vio
%.v.d: %.v
$(COQDEP) $(COQINCLUDE) $< > $@
ifeq ($(SERIOUS),0)
%.vo: %.vio
@echo "Compiling `basename $*`..."
set -o pipefail; ( \
$(COQC) $(COQINCLUDE) -schedule-vio2vo 1 $* \
2>&1 | (grep -v 'Checking task' || true))
# The recipe for producing %.vio destroys %.vo. In other words, we do not
# allow a young .vio file to co-exist with an old (possibly out-of-date) .vo
# file, because this seems to lead Coq into various kinds of problems
# ("inconsistent assumption" errors, "undefined universe" errors, warnings
# about the existence of both files, and so on). Destroying %.vo should be OK
# as long as the user does not try to build a mixture of .vo and .vio files in
# one invocation of make.
%.vio: %.v
@echo "Digesting `basename $*`..."
rm -f $*.vo
$(COQC) $(COQINCLUDE) -quick $<
%.vq: %.vio
@echo "Checking `basename $*`..."
set -o pipefail; ( \
$(COQC) $(COQINCLUDE) -schedule-vio-checking 1 $< \
2>&1 | (grep -v 'Checking task' || true))
touch $@
endif
ifeq ($(SERIOUS),1)
%.vo: %.v
@echo "Compiling `basename $*`..."
$(COQC) $(COQINCLUDE) $<
# @echo "$(COQC) $(COQINCLUDE) $<"
endif
_CoqProject: .FORCE
@echo $(COQINCLUDE) > $@
.FORCE:
############################################################################
# Dependencies
ifeq ($(findstring $(MAKECMDGOALS),depend clean),)
-include $(VD)
endif
############################################################################
# IDE
.PHONY: ide
.coqide:
@echo '$(COQIDE) $(COQINCLUDE) $$*' > .coqide
@chmod +x .coqide
ide: _CoqProject
$(COQIDE) $(COQINCLUDE)
############################################################################
# Clean
.PHONY: clean
# In a multi-directory setting, it is not entirely clear how to find the
# files that we wish to remove.
# One approach would be to view $(V) as the authoritative list of source files
# and remove just the derived files $(VO), etc.
# Another approach is to scan all subdirectories of $(ROOTDIR) and remove all
# object files in them. We follow this approach.
# Be careful to use regular expressions that work both with GNU find
# and with BSD find (MacOS).
clean::
for d in `find $(ROOTDIR) -type d -not -regex ".*\\.git.*"` ; do \
(cd $$d && \
rm -f *~ && \
rm -f .*.aux && \
rm -f *.{vo,vio,vq,v.d,aux,glob,cache,crashcoqide} && \
rm -rf *.coq-native *.coqide && \
true) ; \
done
| Coq | 5 | sibis/pesy | vendor/menhir/coq-menhirlib/src/Makefile.coq | [
"MIT"
]
|
namespace Ex
open nat
inductive vector (A : Type) : nat → Type
| vnil : vector nat.zero
| vcons : Π {n : nat}, A → vector n → vector (succ n)
namespace vector
theorem vcons.inj₁ {A : Type} {n : nat} (a₁ a₂ : A) (v₁ v₂ : vector A n) : vcons a₁ v₁ = vcons a₂ v₂ → a₁ = a₂ :=
assume h, vector.no_confusion h (λ n h t, h)
theorem vcons.inj₂ {A : Type} {n : nat} (a₁ a₂ : A) (v₁ v₂ : vector A n) : vcons a₁ v₁ = vcons a₂ v₂ → v₁ == v₂ :=
assume h, vector.no_confusion h (λ n h t, t)
end vector
end Ex
| Lean | 4 | ericrbg/lean | tests/lean/run/vector3.lean | [
"Apache-2.0"
]
|
-- name: create-table-logs
CREATE TABLE IF NOT EXISTS logs (
log_id INTEGER PRIMARY KEY
,log_data BLOB
,FOREIGN KEY(log_id) REFERENCES steps(step_id) ON DELETE CASCADE
);
| SQL | 3 | sthagen/drone-drone | store/shared/migrate/sqlite/files/007_create_table_logs.sql | [
"Apache-2.0"
]
|
%%
%% %CopyrightBegin%
%%
%% Copyright Ericsson AB 2009-2020. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
%% You may obtain a copy of the License at
%%
%% http://www.apache.org/licenses/LICENSE-2.0
%%
%% Unless required by applicable law or agreed to in writing, software
%% distributed under the License is distributed on an "AS IS" BASIS,
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
%% See the License for the specific language governing permissions and
%% limitations under the License.
%%
%% %CopyrightEnd%
%% This file is generated DO NOT EDIT
-module(wxSplitterWindow).
-include("wxe.hrl").
-export([create/2,create/3,destroy/1,getMinimumPaneSize/1,getSashGravity/1,
getSashPosition/1,getSplitMode/1,getWindow1/1,getWindow2/1,initialize/2,
isSplit/1,new/0,new/1,new/2,replaceWindow/3,setMinimumPaneSize/2,setSashGravity/2,
setSashPosition/2,setSashPosition/3,setSplitMode/2,splitHorizontally/3,
splitHorizontally/4,splitVertically/3,splitVertically/4,unsplit/1,
unsplit/2,updateSize/1]).
%% inherited exports
-export([cacheBestSize/2,canSetTransparent/1,captureMouse/1,center/1,center/2,
centerOnParent/1,centerOnParent/2,centre/1,centre/2,centreOnParent/1,
centreOnParent/2,clearBackground/1,clientToScreen/2,clientToScreen/3,
close/1,close/2,connect/2,connect/3,convertDialogToPixels/2,convertPixelsToDialog/2,
destroyChildren/1,disable/1,disconnect/1,disconnect/2,disconnect/3,
dragAcceptFiles/2,enable/1,enable/2,findWindow/2,fit/1,fitInside/1,
freeze/1,getAcceleratorTable/1,getBackgroundColour/1,getBackgroundStyle/1,
getBestSize/1,getCaret/1,getCharHeight/1,getCharWidth/1,getChildren/1,
getClientSize/1,getContainingSizer/1,getContentScaleFactor/1,getCursor/1,
getDPI/1,getDPIScaleFactor/1,getDropTarget/1,getExtraStyle/1,getFont/1,
getForegroundColour/1,getGrandParent/1,getHandle/1,getHelpText/1,
getId/1,getLabel/1,getMaxSize/1,getMinSize/1,getName/1,getParent/1,
getPosition/1,getRect/1,getScreenPosition/1,getScreenRect/1,getScrollPos/2,
getScrollRange/2,getScrollThumb/2,getSize/1,getSizer/1,getTextExtent/2,
getTextExtent/3,getThemeEnabled/1,getToolTip/1,getUpdateRegion/1,
getVirtualSize/1,getWindowStyleFlag/1,getWindowVariant/1,hasCapture/1,
hasScrollbar/2,hasTransparentBackground/1,hide/1,inheritAttributes/1,
initDialog/1,invalidateBestSize/1,isDoubleBuffered/1,isEnabled/1,
isExposed/2,isExposed/3,isExposed/5,isFrozen/1,isRetained/1,isShown/1,
isShownOnScreen/1,isTopLevel/1,layout/1,lineDown/1,lineUp/1,lower/1,
move/2,move/3,move/4,moveAfterInTabOrder/2,moveBeforeInTabOrder/2,
navigate/1,navigate/2,pageDown/1,pageUp/1,parent_class/1,popupMenu/2,
popupMenu/3,popupMenu/4,raise/1,refresh/1,refresh/2,refreshRect/2,refreshRect/3,
releaseMouse/1,removeChild/2,reparent/2,screenToClient/1,screenToClient/2,
scrollLines/2,scrollPages/2,scrollWindow/3,scrollWindow/4,setAcceleratorTable/2,
setAutoLayout/2,setBackgroundColour/2,setBackgroundStyle/2,setCaret/2,
setClientSize/2,setClientSize/3,setContainingSizer/2,setCursor/2,
setDoubleBuffered/2,setDropTarget/2,setExtraStyle/2,setFocus/1,setFocusFromKbd/1,
setFont/2,setForegroundColour/2,setHelpText/2,setId/2,setLabel/2,setMaxSize/2,
setMinSize/2,setName/2,setOwnBackgroundColour/2,setOwnFont/2,setOwnForegroundColour/2,
setPalette/2,setScrollPos/3,setScrollPos/4,setScrollbar/5,setScrollbar/6,
setSize/2,setSize/3,setSize/5,setSize/6,setSizeHints/2,setSizeHints/3,
setSizeHints/4,setSizer/2,setSizer/3,setSizerAndFit/2,setSizerAndFit/3,
setThemeEnabled/2,setToolTip/2,setTransparent/2,setVirtualSize/2,
setVirtualSize/3,setWindowStyle/2,setWindowStyleFlag/2,setWindowVariant/2,
shouldInheritColours/1,show/1,show/2,thaw/1,transferDataFromWindow/1,
transferDataToWindow/1,update/1,updateWindowUI/1,updateWindowUI/2,
validate/1,warpPointer/3]).
-type wxSplitterWindow() :: wx:wx_object().
-export_type([wxSplitterWindow/0]).
%% @hidden
parent_class(wxWindow) -> true;
parent_class(wxEvtHandler) -> true;
parent_class(_Class) -> erlang:error({badtype, ?MODULE}).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowwxsplitterwindow">external documentation</a>.
-spec new() -> wxSplitterWindow().
new() ->
wxe_util:queue_cmd(?get_env(), ?wxSplitterWindow_new_0),
wxe_util:rec(?wxSplitterWindow_new_0).
%% @equiv new(Parent, [])
-spec new(Parent) -> wxSplitterWindow() when
Parent::wxWindow:wxWindow().
new(Parent)
when is_record(Parent, wx_ref) ->
new(Parent, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowwxsplitterwindow">external documentation</a>.
-spec new(Parent, [Option]) -> wxSplitterWindow() when
Parent::wxWindow:wxWindow(),
Option :: {'id', integer()}
| {'pos', {X::integer(), Y::integer()}}
| {'size', {W::integer(), H::integer()}}
| {'style', integer()}.
new(#wx_ref{type=ParentT}=Parent, Options)
when is_list(Options) ->
?CLASS(ParentT,wxWindow),
MOpts = fun({id, _id} = Arg) -> Arg;
({pos, {_posX,_posY}} = Arg) -> Arg;
({size, {_sizeW,_sizeH}} = Arg) -> Arg;
({style, _style} = Arg) -> Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(Parent, Opts,?get_env(),?wxSplitterWindow_new_2),
wxe_util:rec(?wxSplitterWindow_new_2).
%% @equiv create(This,Parent, [])
-spec create(This, Parent) -> boolean() when
This::wxSplitterWindow(), Parent::wxWindow:wxWindow().
create(This,Parent)
when is_record(This, wx_ref),is_record(Parent, wx_ref) ->
create(This,Parent, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowcreate">external documentation</a>.
-spec create(This, Parent, [Option]) -> boolean() when
This::wxSplitterWindow(), Parent::wxWindow:wxWindow(),
Option :: {'id', integer()}
| {'pos', {X::integer(), Y::integer()}}
| {'size', {W::integer(), H::integer()}}
| {'style', integer()}.
create(#wx_ref{type=ThisT}=This,#wx_ref{type=ParentT}=Parent, Options)
when is_list(Options) ->
?CLASS(ThisT,wxSplitterWindow),
?CLASS(ParentT,wxWindow),
MOpts = fun({id, _id} = Arg) -> Arg;
({pos, {_posX,_posY}} = Arg) -> Arg;
({size, {_sizeW,_sizeH}} = Arg) -> Arg;
({style, _style} = Arg) -> Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(This,Parent, Opts,?get_env(),?wxSplitterWindow_Create),
wxe_util:rec(?wxSplitterWindow_Create).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetminimumpanesize">external documentation</a>.
-spec getMinimumPaneSize(This) -> integer() when
This::wxSplitterWindow().
getMinimumPaneSize(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetMinimumPaneSize),
wxe_util:rec(?wxSplitterWindow_GetMinimumPaneSize).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetsashgravity">external documentation</a>.
-spec getSashGravity(This) -> number() when
This::wxSplitterWindow().
getSashGravity(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetSashGravity),
wxe_util:rec(?wxSplitterWindow_GetSashGravity).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetsashposition">external documentation</a>.
-spec getSashPosition(This) -> integer() when
This::wxSplitterWindow().
getSashPosition(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetSashPosition),
wxe_util:rec(?wxSplitterWindow_GetSashPosition).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetsplitmode">external documentation</a>.
%%<br /> Res = ?wxSPLIT_HORIZONTAL | ?wxSPLIT_VERTICAL
-spec getSplitMode(This) -> wx:wx_enum() when
This::wxSplitterWindow().
getSplitMode(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetSplitMode),
wxe_util:rec(?wxSplitterWindow_GetSplitMode).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetwindow1">external documentation</a>.
-spec getWindow1(This) -> wxWindow:wxWindow() when
This::wxSplitterWindow().
getWindow1(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetWindow1),
wxe_util:rec(?wxSplitterWindow_GetWindow1).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowgetwindow2">external documentation</a>.
-spec getWindow2(This) -> wxWindow:wxWindow() when
This::wxSplitterWindow().
getWindow2(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_GetWindow2),
wxe_util:rec(?wxSplitterWindow_GetWindow2).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowinitialize">external documentation</a>.
-spec initialize(This, Window) -> 'ok' when
This::wxSplitterWindow(), Window::wxWindow:wxWindow().
initialize(#wx_ref{type=ThisT}=This,#wx_ref{type=WindowT}=Window) ->
?CLASS(ThisT,wxSplitterWindow),
?CLASS(WindowT,wxWindow),
wxe_util:queue_cmd(This,Window,?get_env(),?wxSplitterWindow_Initialize).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowissplit">external documentation</a>.
-spec isSplit(This) -> boolean() when
This::wxSplitterWindow().
isSplit(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_IsSplit),
wxe_util:rec(?wxSplitterWindow_IsSplit).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowreplacewindow">external documentation</a>.
-spec replaceWindow(This, WinOld, WinNew) -> boolean() when
This::wxSplitterWindow(), WinOld::wxWindow:wxWindow(), WinNew::wxWindow:wxWindow().
replaceWindow(#wx_ref{type=ThisT}=This,#wx_ref{type=WinOldT}=WinOld,#wx_ref{type=WinNewT}=WinNew) ->
?CLASS(ThisT,wxSplitterWindow),
?CLASS(WinOldT,wxWindow),
?CLASS(WinNewT,wxWindow),
wxe_util:queue_cmd(This,WinOld,WinNew,?get_env(),?wxSplitterWindow_ReplaceWindow),
wxe_util:rec(?wxSplitterWindow_ReplaceWindow).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsetsashgravity">external documentation</a>.
-spec setSashGravity(This, Gravity) -> 'ok' when
This::wxSplitterWindow(), Gravity::number().
setSashGravity(#wx_ref{type=ThisT}=This,Gravity)
when is_number(Gravity) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,Gravity,?get_env(),?wxSplitterWindow_SetSashGravity).
%% @equiv setSashPosition(This,Position, [])
-spec setSashPosition(This, Position) -> 'ok' when
This::wxSplitterWindow(), Position::integer().
setSashPosition(This,Position)
when is_record(This, wx_ref),is_integer(Position) ->
setSashPosition(This,Position, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsetsashposition">external documentation</a>.
-spec setSashPosition(This, Position, [Option]) -> 'ok' when
This::wxSplitterWindow(), Position::integer(),
Option :: {'redraw', boolean()}.
setSashPosition(#wx_ref{type=ThisT}=This,Position, Options)
when is_integer(Position),is_list(Options) ->
?CLASS(ThisT,wxSplitterWindow),
MOpts = fun({redraw, _redraw} = Arg) -> Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(This,Position, Opts,?get_env(),?wxSplitterWindow_SetSashPosition).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsetminimumpanesize">external documentation</a>.
-spec setMinimumPaneSize(This, PaneSize) -> 'ok' when
This::wxSplitterWindow(), PaneSize::integer().
setMinimumPaneSize(#wx_ref{type=ThisT}=This,PaneSize)
when is_integer(PaneSize) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,PaneSize,?get_env(),?wxSplitterWindow_SetMinimumPaneSize).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsetsplitmode">external documentation</a>.
-spec setSplitMode(This, Mode) -> 'ok' when
This::wxSplitterWindow(), Mode::integer().
setSplitMode(#wx_ref{type=ThisT}=This,Mode)
when is_integer(Mode) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,Mode,?get_env(),?wxSplitterWindow_SetSplitMode).
%% @equiv splitHorizontally(This,Window1,Window2, [])
-spec splitHorizontally(This, Window1, Window2) -> boolean() when
This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow().
splitHorizontally(This,Window1,Window2)
when is_record(This, wx_ref),is_record(Window1, wx_ref),is_record(Window2, wx_ref) ->
splitHorizontally(This,Window1,Window2, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsplithorizontally">external documentation</a>.
-spec splitHorizontally(This, Window1, Window2, [Option]) -> boolean() when
This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow(),
Option :: {'sashPosition', integer()}.
splitHorizontally(#wx_ref{type=ThisT}=This,#wx_ref{type=Window1T}=Window1,#wx_ref{type=Window2T}=Window2, Options)
when is_list(Options) ->
?CLASS(ThisT,wxSplitterWindow),
?CLASS(Window1T,wxWindow),
?CLASS(Window2T,wxWindow),
MOpts = fun({sashPosition, _sashPosition} = Arg) -> Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(This,Window1,Window2, Opts,?get_env(),?wxSplitterWindow_SplitHorizontally),
wxe_util:rec(?wxSplitterWindow_SplitHorizontally).
%% @equiv splitVertically(This,Window1,Window2, [])
-spec splitVertically(This, Window1, Window2) -> boolean() when
This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow().
splitVertically(This,Window1,Window2)
when is_record(This, wx_ref),is_record(Window1, wx_ref),is_record(Window2, wx_ref) ->
splitVertically(This,Window1,Window2, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowsplitvertically">external documentation</a>.
-spec splitVertically(This, Window1, Window2, [Option]) -> boolean() when
This::wxSplitterWindow(), Window1::wxWindow:wxWindow(), Window2::wxWindow:wxWindow(),
Option :: {'sashPosition', integer()}.
splitVertically(#wx_ref{type=ThisT}=This,#wx_ref{type=Window1T}=Window1,#wx_ref{type=Window2T}=Window2, Options)
when is_list(Options) ->
?CLASS(ThisT,wxSplitterWindow),
?CLASS(Window1T,wxWindow),
?CLASS(Window2T,wxWindow),
MOpts = fun({sashPosition, _sashPosition} = Arg) -> Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(This,Window1,Window2, Opts,?get_env(),?wxSplitterWindow_SplitVertically),
wxe_util:rec(?wxSplitterWindow_SplitVertically).
%% @equiv unsplit(This, [])
-spec unsplit(This) -> boolean() when
This::wxSplitterWindow().
unsplit(This)
when is_record(This, wx_ref) ->
unsplit(This, []).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowunsplit">external documentation</a>.
-spec unsplit(This, [Option]) -> boolean() when
This::wxSplitterWindow(),
Option :: {'toRemove', wxWindow:wxWindow()}.
unsplit(#wx_ref{type=ThisT}=This, Options)
when is_list(Options) ->
?CLASS(ThisT,wxSplitterWindow),
MOpts = fun({toRemove, #wx_ref{type=ToRemoveT}} = Arg) -> ?CLASS(ToRemoveT,wxWindow),Arg;
(BadOpt) -> erlang:error({badoption, BadOpt}) end,
Opts = lists:map(MOpts, Options),
wxe_util:queue_cmd(This, Opts,?get_env(),?wxSplitterWindow_Unsplit),
wxe_util:rec(?wxSplitterWindow_Unsplit).
%% @doc See <a href="http://www.wxwidgets.org/manuals/2.8.12/wx_wxsplitterwindow.html#wxsplitterwindowupdatesize">external documentation</a>.
-spec updateSize(This) -> 'ok' when
This::wxSplitterWindow().
updateSize(#wx_ref{type=ThisT}=This) ->
?CLASS(ThisT,wxSplitterWindow),
wxe_util:queue_cmd(This,?get_env(),?wxSplitterWindow_UpdateSize).
%% @doc Destroys this object, do not use object again
-spec destroy(This::wxSplitterWindow()) -> 'ok'.
destroy(Obj=#wx_ref{type=Type}) ->
?CLASS(Type,wxSplitterWindow),
wxe_util:queue_cmd(Obj, ?get_env(), ?DESTROY_OBJECT),
ok.
%% From wxWindow
%% @hidden
getDPI(This) -> wxWindow:getDPI(This).
%% @hidden
getContentScaleFactor(This) -> wxWindow:getContentScaleFactor(This).
%% @hidden
setDoubleBuffered(This,On) -> wxWindow:setDoubleBuffered(This,On).
%% @hidden
isDoubleBuffered(This) -> wxWindow:isDoubleBuffered(This).
%% @hidden
canSetTransparent(This) -> wxWindow:canSetTransparent(This).
%% @hidden
setTransparent(This,Alpha) -> wxWindow:setTransparent(This,Alpha).
%% @hidden
warpPointer(This,X,Y) -> wxWindow:warpPointer(This,X,Y).
%% @hidden
validate(This) -> wxWindow:validate(This).
%% @hidden
updateWindowUI(This, Options) -> wxWindow:updateWindowUI(This, Options).
%% @hidden
updateWindowUI(This) -> wxWindow:updateWindowUI(This).
%% @hidden
update(This) -> wxWindow:update(This).
%% @hidden
transferDataToWindow(This) -> wxWindow:transferDataToWindow(This).
%% @hidden
transferDataFromWindow(This) -> wxWindow:transferDataFromWindow(This).
%% @hidden
thaw(This) -> wxWindow:thaw(This).
%% @hidden
show(This, Options) -> wxWindow:show(This, Options).
%% @hidden
show(This) -> wxWindow:show(This).
%% @hidden
shouldInheritColours(This) -> wxWindow:shouldInheritColours(This).
%% @hidden
setWindowVariant(This,Variant) -> wxWindow:setWindowVariant(This,Variant).
%% @hidden
setWindowStyleFlag(This,Style) -> wxWindow:setWindowStyleFlag(This,Style).
%% @hidden
setWindowStyle(This,Style) -> wxWindow:setWindowStyle(This,Style).
%% @hidden
setVirtualSize(This,Width,Height) -> wxWindow:setVirtualSize(This,Width,Height).
%% @hidden
setVirtualSize(This,Size) -> wxWindow:setVirtualSize(This,Size).
%% @hidden
setToolTip(This,TipString) -> wxWindow:setToolTip(This,TipString).
%% @hidden
setThemeEnabled(This,Enable) -> wxWindow:setThemeEnabled(This,Enable).
%% @hidden
setSizerAndFit(This,Sizer, Options) -> wxWindow:setSizerAndFit(This,Sizer, Options).
%% @hidden
setSizerAndFit(This,Sizer) -> wxWindow:setSizerAndFit(This,Sizer).
%% @hidden
setSizer(This,Sizer, Options) -> wxWindow:setSizer(This,Sizer, Options).
%% @hidden
setSizer(This,Sizer) -> wxWindow:setSizer(This,Sizer).
%% @hidden
setSizeHints(This,MinW,MinH, Options) -> wxWindow:setSizeHints(This,MinW,MinH, Options).
%% @hidden
setSizeHints(This,MinW,MinH) -> wxWindow:setSizeHints(This,MinW,MinH).
%% @hidden
setSizeHints(This,MinSize) -> wxWindow:setSizeHints(This,MinSize).
%% @hidden
setSize(This,X,Y,Width,Height, Options) -> wxWindow:setSize(This,X,Y,Width,Height, Options).
%% @hidden
setSize(This,X,Y,Width,Height) -> wxWindow:setSize(This,X,Y,Width,Height).
%% @hidden
setSize(This,Width,Height) -> wxWindow:setSize(This,Width,Height).
%% @hidden
setSize(This,Rect) -> wxWindow:setSize(This,Rect).
%% @hidden
setScrollPos(This,Orientation,Pos, Options) -> wxWindow:setScrollPos(This,Orientation,Pos, Options).
%% @hidden
setScrollPos(This,Orientation,Pos) -> wxWindow:setScrollPos(This,Orientation,Pos).
%% @hidden
setScrollbar(This,Orientation,Position,ThumbSize,Range, Options) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range, Options).
%% @hidden
setScrollbar(This,Orientation,Position,ThumbSize,Range) -> wxWindow:setScrollbar(This,Orientation,Position,ThumbSize,Range).
%% @hidden
setPalette(This,Pal) -> wxWindow:setPalette(This,Pal).
%% @hidden
setName(This,Name) -> wxWindow:setName(This,Name).
%% @hidden
setLabel(This,Label) -> wxWindow:setLabel(This,Label).
%% @hidden
setId(This,Winid) -> wxWindow:setId(This,Winid).
%% @hidden
setHelpText(This,HelpText) -> wxWindow:setHelpText(This,HelpText).
%% @hidden
setForegroundColour(This,Colour) -> wxWindow:setForegroundColour(This,Colour).
%% @hidden
setFont(This,Font) -> wxWindow:setFont(This,Font).
%% @hidden
setFocusFromKbd(This) -> wxWindow:setFocusFromKbd(This).
%% @hidden
setFocus(This) -> wxWindow:setFocus(This).
%% @hidden
setExtraStyle(This,ExStyle) -> wxWindow:setExtraStyle(This,ExStyle).
%% @hidden
setDropTarget(This,Target) -> wxWindow:setDropTarget(This,Target).
%% @hidden
setOwnForegroundColour(This,Colour) -> wxWindow:setOwnForegroundColour(This,Colour).
%% @hidden
setOwnFont(This,Font) -> wxWindow:setOwnFont(This,Font).
%% @hidden
setOwnBackgroundColour(This,Colour) -> wxWindow:setOwnBackgroundColour(This,Colour).
%% @hidden
setMinSize(This,Size) -> wxWindow:setMinSize(This,Size).
%% @hidden
setMaxSize(This,Size) -> wxWindow:setMaxSize(This,Size).
%% @hidden
setCursor(This,Cursor) -> wxWindow:setCursor(This,Cursor).
%% @hidden
setContainingSizer(This,Sizer) -> wxWindow:setContainingSizer(This,Sizer).
%% @hidden
setClientSize(This,Width,Height) -> wxWindow:setClientSize(This,Width,Height).
%% @hidden
setClientSize(This,Size) -> wxWindow:setClientSize(This,Size).
%% @hidden
setCaret(This,Caret) -> wxWindow:setCaret(This,Caret).
%% @hidden
setBackgroundStyle(This,Style) -> wxWindow:setBackgroundStyle(This,Style).
%% @hidden
setBackgroundColour(This,Colour) -> wxWindow:setBackgroundColour(This,Colour).
%% @hidden
setAutoLayout(This,AutoLayout) -> wxWindow:setAutoLayout(This,AutoLayout).
%% @hidden
setAcceleratorTable(This,Accel) -> wxWindow:setAcceleratorTable(This,Accel).
%% @hidden
scrollWindow(This,Dx,Dy, Options) -> wxWindow:scrollWindow(This,Dx,Dy, Options).
%% @hidden
scrollWindow(This,Dx,Dy) -> wxWindow:scrollWindow(This,Dx,Dy).
%% @hidden
scrollPages(This,Pages) -> wxWindow:scrollPages(This,Pages).
%% @hidden
scrollLines(This,Lines) -> wxWindow:scrollLines(This,Lines).
%% @hidden
screenToClient(This,Pt) -> wxWindow:screenToClient(This,Pt).
%% @hidden
screenToClient(This) -> wxWindow:screenToClient(This).
%% @hidden
reparent(This,NewParent) -> wxWindow:reparent(This,NewParent).
%% @hidden
removeChild(This,Child) -> wxWindow:removeChild(This,Child).
%% @hidden
releaseMouse(This) -> wxWindow:releaseMouse(This).
%% @hidden
refreshRect(This,Rect, Options) -> wxWindow:refreshRect(This,Rect, Options).
%% @hidden
refreshRect(This,Rect) -> wxWindow:refreshRect(This,Rect).
%% @hidden
refresh(This, Options) -> wxWindow:refresh(This, Options).
%% @hidden
refresh(This) -> wxWindow:refresh(This).
%% @hidden
raise(This) -> wxWindow:raise(This).
%% @hidden
popupMenu(This,Menu,X,Y) -> wxWindow:popupMenu(This,Menu,X,Y).
%% @hidden
popupMenu(This,Menu, Options) -> wxWindow:popupMenu(This,Menu, Options).
%% @hidden
popupMenu(This,Menu) -> wxWindow:popupMenu(This,Menu).
%% @hidden
pageUp(This) -> wxWindow:pageUp(This).
%% @hidden
pageDown(This) -> wxWindow:pageDown(This).
%% @hidden
navigate(This, Options) -> wxWindow:navigate(This, Options).
%% @hidden
navigate(This) -> wxWindow:navigate(This).
%% @hidden
moveBeforeInTabOrder(This,Win) -> wxWindow:moveBeforeInTabOrder(This,Win).
%% @hidden
moveAfterInTabOrder(This,Win) -> wxWindow:moveAfterInTabOrder(This,Win).
%% @hidden
move(This,X,Y, Options) -> wxWindow:move(This,X,Y, Options).
%% @hidden
move(This,X,Y) -> wxWindow:move(This,X,Y).
%% @hidden
move(This,Pt) -> wxWindow:move(This,Pt).
%% @hidden
lower(This) -> wxWindow:lower(This).
%% @hidden
lineUp(This) -> wxWindow:lineUp(This).
%% @hidden
lineDown(This) -> wxWindow:lineDown(This).
%% @hidden
layout(This) -> wxWindow:layout(This).
%% @hidden
isShownOnScreen(This) -> wxWindow:isShownOnScreen(This).
%% @hidden
isTopLevel(This) -> wxWindow:isTopLevel(This).
%% @hidden
isShown(This) -> wxWindow:isShown(This).
%% @hidden
isRetained(This) -> wxWindow:isRetained(This).
%% @hidden
isExposed(This,X,Y,W,H) -> wxWindow:isExposed(This,X,Y,W,H).
%% @hidden
isExposed(This,X,Y) -> wxWindow:isExposed(This,X,Y).
%% @hidden
isExposed(This,Pt) -> wxWindow:isExposed(This,Pt).
%% @hidden
isEnabled(This) -> wxWindow:isEnabled(This).
%% @hidden
isFrozen(This) -> wxWindow:isFrozen(This).
%% @hidden
invalidateBestSize(This) -> wxWindow:invalidateBestSize(This).
%% @hidden
initDialog(This) -> wxWindow:initDialog(This).
%% @hidden
inheritAttributes(This) -> wxWindow:inheritAttributes(This).
%% @hidden
hide(This) -> wxWindow:hide(This).
%% @hidden
hasTransparentBackground(This) -> wxWindow:hasTransparentBackground(This).
%% @hidden
hasScrollbar(This,Orient) -> wxWindow:hasScrollbar(This,Orient).
%% @hidden
hasCapture(This) -> wxWindow:hasCapture(This).
%% @hidden
getWindowVariant(This) -> wxWindow:getWindowVariant(This).
%% @hidden
getWindowStyleFlag(This) -> wxWindow:getWindowStyleFlag(This).
%% @hidden
getVirtualSize(This) -> wxWindow:getVirtualSize(This).
%% @hidden
getUpdateRegion(This) -> wxWindow:getUpdateRegion(This).
%% @hidden
getToolTip(This) -> wxWindow:getToolTip(This).
%% @hidden
getThemeEnabled(This) -> wxWindow:getThemeEnabled(This).
%% @hidden
getTextExtent(This,String, Options) -> wxWindow:getTextExtent(This,String, Options).
%% @hidden
getTextExtent(This,String) -> wxWindow:getTextExtent(This,String).
%% @hidden
getSizer(This) -> wxWindow:getSizer(This).
%% @hidden
getSize(This) -> wxWindow:getSize(This).
%% @hidden
getScrollThumb(This,Orientation) -> wxWindow:getScrollThumb(This,Orientation).
%% @hidden
getScrollRange(This,Orientation) -> wxWindow:getScrollRange(This,Orientation).
%% @hidden
getScrollPos(This,Orientation) -> wxWindow:getScrollPos(This,Orientation).
%% @hidden
getScreenRect(This) -> wxWindow:getScreenRect(This).
%% @hidden
getScreenPosition(This) -> wxWindow:getScreenPosition(This).
%% @hidden
getRect(This) -> wxWindow:getRect(This).
%% @hidden
getPosition(This) -> wxWindow:getPosition(This).
%% @hidden
getParent(This) -> wxWindow:getParent(This).
%% @hidden
getName(This) -> wxWindow:getName(This).
%% @hidden
getMinSize(This) -> wxWindow:getMinSize(This).
%% @hidden
getMaxSize(This) -> wxWindow:getMaxSize(This).
%% @hidden
getLabel(This) -> wxWindow:getLabel(This).
%% @hidden
getId(This) -> wxWindow:getId(This).
%% @hidden
getHelpText(This) -> wxWindow:getHelpText(This).
%% @hidden
getHandle(This) -> wxWindow:getHandle(This).
%% @hidden
getGrandParent(This) -> wxWindow:getGrandParent(This).
%% @hidden
getForegroundColour(This) -> wxWindow:getForegroundColour(This).
%% @hidden
getFont(This) -> wxWindow:getFont(This).
%% @hidden
getExtraStyle(This) -> wxWindow:getExtraStyle(This).
%% @hidden
getDPIScaleFactor(This) -> wxWindow:getDPIScaleFactor(This).
%% @hidden
getDropTarget(This) -> wxWindow:getDropTarget(This).
%% @hidden
getCursor(This) -> wxWindow:getCursor(This).
%% @hidden
getContainingSizer(This) -> wxWindow:getContainingSizer(This).
%% @hidden
getClientSize(This) -> wxWindow:getClientSize(This).
%% @hidden
getChildren(This) -> wxWindow:getChildren(This).
%% @hidden
getCharWidth(This) -> wxWindow:getCharWidth(This).
%% @hidden
getCharHeight(This) -> wxWindow:getCharHeight(This).
%% @hidden
getCaret(This) -> wxWindow:getCaret(This).
%% @hidden
getBestSize(This) -> wxWindow:getBestSize(This).
%% @hidden
getBackgroundStyle(This) -> wxWindow:getBackgroundStyle(This).
%% @hidden
getBackgroundColour(This) -> wxWindow:getBackgroundColour(This).
%% @hidden
getAcceleratorTable(This) -> wxWindow:getAcceleratorTable(This).
%% @hidden
freeze(This) -> wxWindow:freeze(This).
%% @hidden
fitInside(This) -> wxWindow:fitInside(This).
%% @hidden
fit(This) -> wxWindow:fit(This).
%% @hidden
findWindow(This,Id) -> wxWindow:findWindow(This,Id).
%% @hidden
enable(This, Options) -> wxWindow:enable(This, Options).
%% @hidden
enable(This) -> wxWindow:enable(This).
%% @hidden
dragAcceptFiles(This,Accept) -> wxWindow:dragAcceptFiles(This,Accept).
%% @hidden
disable(This) -> wxWindow:disable(This).
%% @hidden
destroyChildren(This) -> wxWindow:destroyChildren(This).
%% @hidden
convertPixelsToDialog(This,Sz) -> wxWindow:convertPixelsToDialog(This,Sz).
%% @hidden
convertDialogToPixels(This,Sz) -> wxWindow:convertDialogToPixels(This,Sz).
%% @hidden
close(This, Options) -> wxWindow:close(This, Options).
%% @hidden
close(This) -> wxWindow:close(This).
%% @hidden
clientToScreen(This,X,Y) -> wxWindow:clientToScreen(This,X,Y).
%% @hidden
clientToScreen(This,Pt) -> wxWindow:clientToScreen(This,Pt).
%% @hidden
clearBackground(This) -> wxWindow:clearBackground(This).
%% @hidden
centreOnParent(This, Options) -> wxWindow:centreOnParent(This, Options).
%% @hidden
centerOnParent(This, Options) -> wxWindow:centerOnParent(This, Options).
%% @hidden
centreOnParent(This) -> wxWindow:centreOnParent(This).
%% @hidden
centerOnParent(This) -> wxWindow:centerOnParent(This).
%% @hidden
centre(This, Options) -> wxWindow:centre(This, Options).
%% @hidden
center(This, Options) -> wxWindow:center(This, Options).
%% @hidden
centre(This) -> wxWindow:centre(This).
%% @hidden
center(This) -> wxWindow:center(This).
%% @hidden
captureMouse(This) -> wxWindow:captureMouse(This).
%% @hidden
cacheBestSize(This,Size) -> wxWindow:cacheBestSize(This,Size).
%% From wxEvtHandler
%% @hidden
disconnect(This,EventType, Options) -> wxEvtHandler:disconnect(This,EventType, Options).
%% @hidden
disconnect(This,EventType) -> wxEvtHandler:disconnect(This,EventType).
%% @hidden
disconnect(This) -> wxEvtHandler:disconnect(This).
%% @hidden
connect(This,EventType, Options) -> wxEvtHandler:connect(This,EventType, Options).
%% @hidden
connect(This,EventType) -> wxEvtHandler:connect(This,EventType).
| Erlang | 5 | jjhoo/otp | lib/wx/src/gen/wxSplitterWindow.erl | [
"Apache-2.0"
]
|
%%% WARNING: GENERATED FILE. DO NOT EDIT. %%%
\include "lilypond-book-preamble.ly"
\paper {
#(define dump-extents #t)
indent = 0\mm
line-width = 120\mm
ragged-right = ##t
force-assignment = #""
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup = ##f
}
\header {
title = "$(title)"
composer = "$(composer)"
}
\layout {
}
| LilyPond | 2 | jmorag/music-suite | data/ly_inline_test2.ly | [
"BSD-3-Clause"
]
|
@forward 'dialog-theme' hide color, theme, typography;
@forward 'dialog-theme' as mat-dialog-* hide mat-dialog-density;
| SCSS | 2 | RAM-16/gdscaec-Angular | node_modules/@angular/material/dialog/_dialog-legacy-index.scss | [
"MIT"
]
|
// a
| JavaScript | 0 | 1shenxi/webpack | test/watchCases/context/loader-context-dep/1/directory/a.js | [
"MIT"
]
|
const std = @import("std");
const Order = std.math.Order;
const Type = @import("type.zig").Type;
const Value = @import("value.zig").Value;
const RangeSet = @This();
const SwitchProngSrc = @import("Module.zig").SwitchProngSrc;
ranges: std.ArrayList(Range),
pub const Range = struct {
first: Value,
last: Value,
src: SwitchProngSrc,
};
pub fn init(allocator: std.mem.Allocator) RangeSet {
return .{
.ranges = std.ArrayList(Range).init(allocator),
};
}
pub fn deinit(self: *RangeSet) void {
self.ranges.deinit();
}
pub fn add(
self: *RangeSet,
first: Value,
last: Value,
ty: Type,
src: SwitchProngSrc,
) !?SwitchProngSrc {
for (self.ranges.items) |range| {
if (last.compare(.gte, range.first, ty) and first.compare(.lte, range.last, ty)) {
return range.src; // They overlap.
}
}
try self.ranges.append(.{
.first = first,
.last = last,
.src = src,
});
return null;
}
/// Assumes a and b do not overlap
fn lessThan(ty: Type, a: Range, b: Range) bool {
return a.first.compare(.lt, b.first, ty);
}
pub fn spans(self: *RangeSet, first: Value, last: Value, ty: Type) !bool {
if (self.ranges.items.len == 0)
return false;
std.sort.sort(Range, self.ranges.items, ty, lessThan);
if (!self.ranges.items[0].first.eql(first, ty) or
!self.ranges.items[self.ranges.items.len - 1].last.eql(last, ty))
{
return false;
}
var space: Value.BigIntSpace = undefined;
var counter = try std.math.big.int.Managed.init(self.ranges.allocator);
defer counter.deinit();
// look for gaps
for (self.ranges.items[1..]) |cur, i| {
// i starts counting from the second item.
const prev = self.ranges.items[i];
// prev.last + 1 == cur.first
try counter.copy(prev.last.toBigInt(&space));
try counter.addScalar(counter.toConst(), 1);
const cur_start_int = cur.first.toBigInt(&space);
if (!cur_start_int.eq(counter.toConst())) {
return false;
}
}
return true;
}
| Zig | 5 | lukekras/zig | src/RangeSet.zig | [
"MIT"
]
|
concrete AdjectiveSpa of Adjective = CatSpa ** AdjectiveRomance with
(ResRomance = ResSpa) ;
| Grammatical Framework | 0 | daherb/gf-rgl | src/spanish/AdjectiveSpa.gf | [
"BSD-3-Clause"
]
|
def camel:
gsub("-(?<a>[a-z])"; .a|ascii_upcase);
| JSONiq | 1 | zuzzas/libjq-go | pkg/jq/testdata/jq_lib/camel.jq | [
"Apache-2.0"
]
|
"""UniFi Network switch platform tests."""
from copy import deepcopy
from unittest.mock import patch
from aiounifi.controller import MESSAGE_CLIENT_REMOVED, MESSAGE_DEVICE, MESSAGE_EVENT
from homeassistant import config_entries, core
from homeassistant.components.switch import (
DOMAIN as SWITCH_DOMAIN,
SERVICE_TURN_OFF,
SERVICE_TURN_ON,
)
from homeassistant.components.unifi.const import (
CONF_BLOCK_CLIENT,
CONF_DPI_RESTRICTIONS,
CONF_POE_CLIENTS,
CONF_TRACK_CLIENTS,
CONF_TRACK_DEVICES,
DOMAIN as UNIFI_DOMAIN,
)
from homeassistant.components.unifi.switch import POE_SWITCH
from homeassistant.const import ATTR_ENTITY_ID, STATE_OFF, STATE_ON, STATE_UNAVAILABLE
from homeassistant.helpers import entity_registry as er
from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.helpers.entity import EntityCategory
from .test_controller import (
CONTROLLER_HOST,
DEFAULT_CONFIG_ENTRY_ID,
DESCRIPTION,
ENTRY_CONFIG,
setup_unifi_integration,
)
CLIENT_1 = {
"hostname": "client_1",
"ip": "10.0.0.1",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:01",
"name": "POE Client 1",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 1,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
}
CLIENT_2 = {
"hostname": "client_2",
"ip": "10.0.0.2",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:02",
"name": "POE Client 2",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 2,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
}
CLIENT_3 = {
"hostname": "client_3",
"ip": "10.0.0.3",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:03",
"name": "Non-POE Client 3",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 3,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
}
CLIENT_4 = {
"hostname": "client_4",
"ip": "10.0.0.4",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:04",
"name": "Non-POE Client 4",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 4,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
}
POE_SWITCH_CLIENTS = [
{
"hostname": "client_1",
"ip": "10.0.0.1",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:01",
"name": "POE Client 1",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 1,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
},
{
"hostname": "client_2",
"ip": "10.0.0.2",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:02",
"name": "POE Client 2",
"oui": "Producer",
"sw_mac": "00:00:00:00:01:01",
"sw_port": 1,
"wired-rx_bytes": 1234000000,
"wired-tx_bytes": 5678000000,
},
]
DEVICE_1 = {
"device_id": "mock-id",
"ip": "10.0.1.1",
"mac": "00:00:00:00:01:01",
"last_seen": 1562600145,
"model": "US16P150",
"name": "mock-name",
"port_overrides": [],
"port_table": [
{
"media": "GE",
"name": "Port 1",
"port_idx": 1,
"poe_class": "Class 4",
"poe_enable": True,
"poe_mode": "auto",
"poe_power": "2.56",
"poe_voltage": "53.40",
"portconf_id": "1a1",
"port_poe": True,
"up": True,
},
{
"media": "GE",
"name": "Port 2",
"port_idx": 2,
"poe_class": "Class 4",
"poe_enable": True,
"poe_mode": "auto",
"poe_power": "2.56",
"poe_voltage": "53.40",
"portconf_id": "1a2",
"port_poe": True,
"up": True,
},
{
"media": "GE",
"name": "Port 3",
"port_idx": 3,
"poe_class": "Unknown",
"poe_enable": False,
"poe_mode": "off",
"poe_power": "0.00",
"poe_voltage": "0.00",
"portconf_id": "1a3",
"port_poe": False,
"up": True,
},
{
"media": "GE",
"name": "Port 4",
"port_idx": 4,
"poe_class": "Unknown",
"poe_enable": False,
"poe_mode": "auto",
"poe_power": "0.00",
"poe_voltage": "0.00",
"portconf_id": "1a4",
"port_poe": True,
"up": True,
},
],
"state": 1,
"type": "usw",
"version": "4.0.42.10433",
}
BLOCKED = {
"blocked": True,
"hostname": "block_client_1",
"ip": "10.0.0.1",
"is_guest": False,
"is_wired": False,
"last_seen": 1562600145,
"mac": "00:00:00:00:01:01",
"name": "Block Client 1",
"noted": True,
"oui": "Producer",
}
UNBLOCKED = {
"blocked": False,
"hostname": "block_client_2",
"ip": "10.0.0.2",
"is_guest": False,
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:01:02",
"name": "Block Client 2",
"noted": True,
"oui": "Producer",
}
EVENT_BLOCKED_CLIENT_CONNECTED = {
"user": BLOCKED["mac"],
"radio": "na",
"channel": "44",
"hostname": BLOCKED["hostname"],
"key": "EVT_WU_Connected",
"subsystem": "wlan",
"site_id": "name",
"time": 1587753456179,
"datetime": "2020-04-24T18:37:36Z",
"msg": f'User{[BLOCKED["mac"]]} has connected."',
"_id": "5ea331fa30c49e00f90ddc1a",
}
EVENT_BLOCKED_CLIENT_BLOCKED = {
"user": BLOCKED["mac"],
"hostname": BLOCKED["hostname"],
"key": "EVT_WC_Blocked",
"subsystem": "wlan",
"site_id": "name",
"time": 1587753456179,
"datetime": "2020-04-24T18:37:36Z",
"msg": f'User{[BLOCKED["mac"]]} has been blocked."',
"_id": "5ea331fa30c49e00f90ddc1a",
}
EVENT_BLOCKED_CLIENT_UNBLOCKED = {
"user": BLOCKED["mac"],
"hostname": BLOCKED["hostname"],
"key": "EVT_WC_Unblocked",
"subsystem": "wlan",
"site_id": "name",
"time": 1587753456179,
"datetime": "2020-04-24T18:37:36Z",
"msg": f'User{[BLOCKED["mac"]]} has been unblocked."',
"_id": "5ea331fa30c49e00f90ddc1a",
}
EVENT_CLIENT_2_CONNECTED = {
"user": CLIENT_2["mac"],
"radio": "na",
"channel": "44",
"hostname": CLIENT_2["hostname"],
"key": "EVT_WU_Connected",
"subsystem": "wlan",
"site_id": "name",
"time": 1587753456179,
"datetime": "2020-04-24T18:37:36Z",
"msg": f'User{[CLIENT_2["mac"]]} has connected."',
"_id": "5ea331fa30c49e00f90ddc1a",
}
DPI_GROUPS = [
{
"_id": "5ba29dd8e3c58f026e9d7c4a",
"attr_no_delete": True,
"attr_hidden_id": "Default",
"name": "Default",
"site_id": "name",
},
{
"_id": "5f976f4ae3c58f018ec7dff6",
"name": "Block Media Streaming",
"site_id": "name",
"dpiapp_ids": ["5f976f62e3c58f018ec7e17d"],
},
]
DPI_APPS = [
{
"_id": "5f976f62e3c58f018ec7e17d",
"apps": [],
"blocked": True,
"cats": ["4"],
"enabled": True,
"log": True,
"site_id": "name",
}
]
DPI_GROUP_REMOVED_EVENT = {
"meta": {"rc": "ok", "message": "dpigroup:delete"},
"data": [
{
"_id": "5f976f4ae3c58f018ec7dff6",
"name": "Block Media Streaming",
"site_id": "name",
"dpiapp_ids": [],
}
],
}
DPI_GROUP_CREATED_EVENT = {
"meta": {"rc": "ok", "message": "dpigroup:add"},
"data": [
{
"name": "Block Media Streaming",
"site_id": "name",
"_id": "5f976f4ae3c58f018ec7dff6",
}
],
}
DPI_GROUP_ADDED_APP = {
"meta": {"rc": "ok", "message": "dpigroup:sync"},
"data": [
{
"_id": "5f976f4ae3c58f018ec7dff6",
"name": "Block Media Streaming",
"site_id": "name",
"dpiapp_ids": ["5f976f62e3c58f018ec7e17d"],
}
],
}
DPI_GROUP_REMOVE_APP = {
"meta": {"rc": "ok", "message": "dpigroup:sync"},
"data": [
{
"_id": "5f976f4ae3c58f018ec7dff6",
"name": "Block Media Streaming",
"site_id": "name",
"dpiapp_ids": [],
}
],
}
DPI_APP_DISABLED_EVENT = {
"meta": {"rc": "ok", "message": "dpiapp:sync"},
"data": [
{
"_id": "5f976f62e3c58f018ec7e17d",
"apps": [],
"blocked": False,
"cats": [],
"enabled": False,
"log": False,
"site_id": "name",
}
],
}
OUTLET_UP1 = {
"_id": "600c8356942a6ade50707b56",
"ip": "192.168.0.189",
"mac": "fc:ec:da:76:4f:5f",
"model": "UP1",
"model_in_lts": False,
"model_in_eol": False,
"type": "uap",
"version": "2.2.1.511",
"adopted": True,
"site_id": "545eb1f0e4b0205d14c4e548",
"x_authkey": "345678976545678",
"cfgversion": "4c62f1e663783447",
"syslog_key": "41c4bcefcbc842d6eefb05b8fd9b78faa1841d10a09cebb170ce3e2f474b43b3",
"config_network": {"type": "dhcp"},
"setup_id": "a8730d36-8fdd-44f9-8678-1e89676f36c1",
"x_vwirekey": "2dabb7e23b048c88b60123456789",
"vwire_table": [],
"dot1x_portctrl_enabled": False,
"outlet_overrides": [],
"outlet_enabled": True,
"license_state": "registered",
"x_aes_gcm": True,
"inform_url": "http://192.168.0.5:8080/inform",
"inform_ip": "192.168.0.5",
"required_version": "2.1.3",
"anon_id": "d2744a31-1c26-92fe-423d-6b9ba204abc7",
"board_rev": 2,
"manufacturer_id": 72,
"model_incompatible": False,
"antenna_table": [],
"radio_table": [],
"scan_radio_table": [],
"ethernet_table": [],
"port_table": [],
"switch_caps": {},
"has_speaker": False,
"has_eth1": False,
"fw_caps": 0,
"hw_caps": 128,
"wifi_caps": 0,
"sys_error_caps": 0,
"has_fan": False,
"has_temperature": False,
"country_code": 10752,
"outlet_table": [
{
"index": 1,
"has_relay": True,
"has_metering": False,
"relay_state": False,
"name": "Outlet 1",
}
],
"element_ap_serial": "44:d9:e7:90:f4:24",
"connected_at": 1641678609,
"provisioned_at": 1642054077,
"led_override": "default",
"led_override_color": "#0000ff",
"led_override_color_brightness": 100,
"outdoor_mode_override": "default",
"lcm_brightness_override": False,
"lcm_idle_timeout_override": False,
"name": "Plug",
"unsupported": False,
"unsupported_reason": 0,
"two_phase_adopt": False,
"serial": "FCECDA764F5F",
"lcm_tracker_enabled": False,
"wlangroup_id_ng": "545eb1f0e4b0205d14c4e555",
"supports_fingerprint_ml": False,
"last_uplink": {
"uplink_mac": "78:45:58:87:93:16",
"uplink_device_name": "U6-Pro",
"type": "wireless",
},
"device_id": "600c8356942a6ade50707b56",
"uplink": {
"uplink_mac": "78:45:58:87:93:16",
"uplink_device_name": "U6-Pro",
"type": "wireless",
"up": True,
"ap_mac": "78:45:58:87:93:16",
"tx_rate": 54000,
"rx_rate": 72200,
"rssi": 60,
"is_11ax": False,
"is_11ac": False,
"is_11n": True,
"is_11b": False,
"radio": "ng",
"essid": "Network Name",
"channel": 11,
"tx_packets": 1586746,
"rx_packets": 362176,
"tx_bytes": 397773,
"rx_bytes": 24423980,
"tx_bytes-r": 0,
"rx_bytes-r": 45,
"uplink_source": "legacy",
},
"state": 1,
"start_disconnected_millis": 1641679166349,
"last_seen": 1642055273,
"next_interval": 40,
"known_cfgversion": "4c62f1e663783447",
"start_connected_millis": 1641679166355,
"upgradable": False,
"adoptable_when_upgraded": False,
"rollupgrade": False,
"uptime": 376083,
"_uptime": 376083,
"locating": False,
"connect_request_ip": "192.168.0.189",
"connect_request_port": "49155",
"sys_stats": {"mem_total": 98304, "mem_used": 87736},
"system-stats": {},
"lldp_table": [],
"displayable_version": "2.2.1",
"connection_network_name": "LAN",
"startup_timestamp": 1641679190,
"scanning": False,
"spectrum_scanning": False,
"meshv3_peer_mac": "",
"element_peer_mac": "",
"satisfaction": 100,
"uplink_bssid": "78:45:58:87:93:17",
"hide_ch_width": "none",
"isolated": False,
"radio_table_stats": [],
"port_stats": [],
"vap_table": [],
"downlink_table": [],
"vwire_vap_table": [],
"bytes-d": 0,
"tx_bytes-d": 0,
"rx_bytes-d": 0,
"bytes-r": 0,
"element_uplink_ap_mac": "78:45:58:87:93:16",
"prev_non_busy_state": 1,
"stat": {
"ap": {
"site_id": "5a32aa4ee4b0412345678910",
"o": "ap",
"oid": "fc:ec:da:76:4f:5f",
"ap": "fc:ec:da:76:4f:5f",
"time": 1641678600000,
"datetime": "2022-01-08T21:50:00Z",
"user-rx_packets": 0.0,
"guest-rx_packets": 0.0,
"rx_packets": 0.0,
"user-rx_bytes": 0.0,
"guest-rx_bytes": 0.0,
"rx_bytes": 0.0,
"user-rx_errors": 0.0,
"guest-rx_errors": 0.0,
"rx_errors": 0.0,
"user-rx_dropped": 0.0,
"guest-rx_dropped": 0.0,
"rx_dropped": 0.0,
"user-rx_crypts": 0.0,
"guest-rx_crypts": 0.0,
"rx_crypts": 0.0,
"user-rx_frags": 0.0,
"guest-rx_frags": 0.0,
"rx_frags": 0.0,
"user-tx_packets": 0.0,
"guest-tx_packets": 0.0,
"tx_packets": 0.0,
"user-tx_bytes": 0.0,
"guest-tx_bytes": 0.0,
"tx_bytes": 0.0,
"user-tx_errors": 0.0,
"guest-tx_errors": 0.0,
"tx_errors": 0.0,
"user-tx_dropped": 0.0,
"guest-tx_dropped": 0.0,
"tx_dropped": 0.0,
"user-tx_retries": 0.0,
"guest-tx_retries": 0.0,
"tx_retries": 0.0,
"user-mac_filter_rejections": 0.0,
"guest-mac_filter_rejections": 0.0,
"mac_filter_rejections": 0.0,
"user-wifi_tx_attempts": 0.0,
"guest-wifi_tx_attempts": 0.0,
"wifi_tx_attempts": 0.0,
"user-wifi_tx_dropped": 0.0,
"guest-wifi_tx_dropped": 0.0,
"wifi_tx_dropped": 0.0,
"bytes": 0.0,
"duration": 376663000.0,
}
},
"tx_bytes": 0,
"rx_bytes": 0,
"bytes": 0,
"vwireEnabled": True,
"uplink_table": [],
"num_sta": 0,
"user-num_sta": 0,
"user-wlan-num_sta": 0,
"guest-num_sta": 0,
"guest-wlan-num_sta": 0,
"x_has_ssh_hostkey": False,
}
async def test_no_clients(hass, aioclient_mock):
"""Test the update_clients function when no clients are found."""
await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
CONF_DPI_RESTRICTIONS: False,
},
)
assert aioclient_mock.call_count == 10
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_controller_not_client(hass, aioclient_mock):
"""Test that the controller doesn't become a switch."""
await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_TRACK_CLIENTS: False, CONF_TRACK_DEVICES: False},
clients_response=[CONTROLLER_HOST],
devices_response=[DEVICE_1],
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
cloudkey = hass.states.get("switch.cloud_key")
assert cloudkey is None
async def test_not_admin(hass, aioclient_mock):
"""Test that switch platform only work on an admin account."""
description = deepcopy(DESCRIPTION)
description[0]["site_role"] = "not admin"
await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_TRACK_CLIENTS: False, CONF_TRACK_DEVICES: False},
site_description=description,
clients_response=[CLIENT_1],
devices_response=[DEVICE_1],
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_switches(hass, aioclient_mock):
"""Test the update_items function with some clients."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_BLOCK_CLIENT: [BLOCKED["mac"], UNBLOCKED["mac"]],
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
},
clients_response=[CLIENT_1, CLIENT_4],
devices_response=[DEVICE_1],
clients_all_response=[BLOCKED, UNBLOCKED, CLIENT_1],
dpigroup_response=DPI_GROUPS,
dpiapp_response=DPI_APPS,
)
controller = hass.data[UNIFI_DOMAIN][config_entry.entry_id]
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 4
switch_1 = hass.states.get("switch.poe_client_1")
assert switch_1 is not None
assert switch_1.state == "on"
assert switch_1.attributes["power"] == "2.56"
assert switch_1.attributes[SWITCH_DOMAIN] == "00:00:00:00:01:01"
assert switch_1.attributes["port"] == 1
assert switch_1.attributes["poe_mode"] == "auto"
switch_4 = hass.states.get("switch.poe_client_4")
assert switch_4 is None
blocked = hass.states.get("switch.block_client_1")
assert blocked is not None
assert blocked.state == "off"
unblocked = hass.states.get("switch.block_client_2")
assert unblocked is not None
assert unblocked.state == "on"
dpi_switch = hass.states.get("switch.block_media_streaming")
assert dpi_switch is not None
assert dpi_switch.state == "on"
assert dpi_switch.attributes["icon"] == "mdi:network"
ent_reg = er.async_get(hass)
for entry_id in (
"switch.poe_client_1",
"switch.block_client_1",
"switch.block_media_streaming",
):
assert ent_reg.async_get(entry_id).entity_category is EntityCategory.CONFIG
# Block and unblock client
aioclient_mock.post(
f"https://{controller.host}:1234/api/s/{controller.site}/cmd/stamgr",
)
await hass.services.async_call(
SWITCH_DOMAIN, "turn_off", {"entity_id": "switch.block_client_1"}, blocking=True
)
assert aioclient_mock.call_count == 11
assert aioclient_mock.mock_calls[10][2] == {
"mac": "00:00:00:00:01:01",
"cmd": "block-sta",
}
await hass.services.async_call(
SWITCH_DOMAIN, "turn_on", {"entity_id": "switch.block_client_1"}, blocking=True
)
assert aioclient_mock.call_count == 12
assert aioclient_mock.mock_calls[11][2] == {
"mac": "00:00:00:00:01:01",
"cmd": "unblock-sta",
}
# Enable and disable DPI
aioclient_mock.put(
f"https://{controller.host}:1234/api/s/{controller.site}/rest/dpiapp/5f976f62e3c58f018ec7e17d",
)
await hass.services.async_call(
SWITCH_DOMAIN,
"turn_off",
{"entity_id": "switch.block_media_streaming"},
blocking=True,
)
assert aioclient_mock.call_count == 13
assert aioclient_mock.mock_calls[12][2] == {"enabled": False}
await hass.services.async_call(
SWITCH_DOMAIN,
"turn_on",
{"entity_id": "switch.block_media_streaming"},
blocking=True,
)
assert aioclient_mock.call_count == 14
assert aioclient_mock.mock_calls[13][2] == {"enabled": True}
# Make sure no duplicates arise on generic signal update
async_dispatcher_send(hass, controller.signal_update)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 4
async def test_remove_switches(hass, aioclient_mock, mock_unifi_websocket):
"""Test the update_items function with some clients."""
await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_BLOCK_CLIENT: [UNBLOCKED["mac"]]},
clients_response=[CLIENT_1, UNBLOCKED],
devices_response=[DEVICE_1],
dpigroup_response=DPI_GROUPS,
dpiapp_response=DPI_APPS,
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 3
assert hass.states.get("switch.poe_client_1") is not None
assert hass.states.get("switch.block_client_2") is not None
assert hass.states.get("switch.block_media_streaming") is not None
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_CLIENT_REMOVED},
"data": [CLIENT_1, UNBLOCKED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
assert hass.states.get("switch.poe_client_1") is None
assert hass.states.get("switch.block_client_2") is None
assert hass.states.get("switch.block_media_streaming") is not None
mock_unifi_websocket(data=DPI_GROUP_REMOVED_EVENT)
await hass.async_block_till_done()
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming") is None
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_block_switches(hass, aioclient_mock, mock_unifi_websocket):
"""Test the update_items function with some clients."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_BLOCK_CLIENT: [BLOCKED["mac"], UNBLOCKED["mac"]],
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
},
clients_response=[UNBLOCKED],
clients_all_response=[BLOCKED],
)
controller = hass.data[UNIFI_DOMAIN][config_entry.entry_id]
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
blocked = hass.states.get("switch.block_client_1")
assert blocked is not None
assert blocked.state == "off"
unblocked = hass.states.get("switch.block_client_2")
assert unblocked is not None
assert unblocked.state == "on"
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_EVENT},
"data": [EVENT_BLOCKED_CLIENT_UNBLOCKED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
blocked = hass.states.get("switch.block_client_1")
assert blocked is not None
assert blocked.state == "on"
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_EVENT},
"data": [EVENT_BLOCKED_CLIENT_BLOCKED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
blocked = hass.states.get("switch.block_client_1")
assert blocked is not None
assert blocked.state == "off"
aioclient_mock.post(
f"https://{controller.host}:1234/api/s/{controller.site}/cmd/stamgr",
)
await hass.services.async_call(
SWITCH_DOMAIN, "turn_off", {"entity_id": "switch.block_client_1"}, blocking=True
)
assert aioclient_mock.call_count == 11
assert aioclient_mock.mock_calls[10][2] == {
"mac": "00:00:00:00:01:01",
"cmd": "block-sta",
}
await hass.services.async_call(
SWITCH_DOMAIN, "turn_on", {"entity_id": "switch.block_client_1"}, blocking=True
)
assert aioclient_mock.call_count == 12
assert aioclient_mock.mock_calls[11][2] == {
"mac": "00:00:00:00:01:01",
"cmd": "unblock-sta",
}
async def test_dpi_switches(hass, aioclient_mock, mock_unifi_websocket):
"""Test the update_items function with some clients."""
await setup_unifi_integration(
hass,
aioclient_mock,
dpigroup_response=DPI_GROUPS,
dpiapp_response=DPI_APPS,
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
dpi_switch = hass.states.get("switch.block_media_streaming")
assert dpi_switch is not None
assert dpi_switch.state == STATE_ON
assert dpi_switch.attributes["icon"] == "mdi:network"
mock_unifi_websocket(data=DPI_APP_DISABLED_EVENT)
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming").state == STATE_OFF
mock_unifi_websocket(data=DPI_GROUP_REMOVE_APP)
await hass.async_block_till_done()
await hass.async_block_till_done()
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming") is None
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_dpi_switches_add_second_app(hass, aioclient_mock, mock_unifi_websocket):
"""Test the update_items function with some clients."""
await setup_unifi_integration(
hass,
aioclient_mock,
dpigroup_response=DPI_GROUPS,
dpiapp_response=DPI_APPS,
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
assert hass.states.get("switch.block_media_streaming").state == STATE_ON
second_app_event = {
"meta": {"rc": "ok", "message": "dpiapp:add"},
"data": [
{
"apps": [524292],
"blocked": False,
"cats": [],
"enabled": False,
"log": False,
"site_id": "name",
"_id": "61783e89c1773a18c0c61f00",
}
],
}
mock_unifi_websocket(data=second_app_event)
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming").state == STATE_ON
add_second_app_to_group = {
"meta": {"rc": "ok", "message": "dpigroup:sync"},
"data": [
{
"_id": "5f976f4ae3c58f018ec7dff6",
"name": "Block Media Streaming",
"site_id": "name",
"dpiapp_ids": ["5f976f62e3c58f018ec7e17d", "61783e89c1773a18c0c61f00"],
}
],
}
mock_unifi_websocket(data=add_second_app_to_group)
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming").state == STATE_OFF
second_app_event_enabled = {
"meta": {"rc": "ok", "message": "dpiapp:sync"},
"data": [
{
"apps": [524292],
"blocked": False,
"cats": [],
"enabled": True,
"log": False,
"site_id": "name",
"_id": "61783e89c1773a18c0c61f00",
}
],
}
mock_unifi_websocket(data=second_app_event_enabled)
await hass.async_block_till_done()
assert hass.states.get("switch.block_media_streaming").state == STATE_ON
async def test_outlet_switches(hass, aioclient_mock, mock_unifi_websocket):
"""Test the update_items function with some clients."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_TRACK_DEVICES: False},
devices_response=[OUTLET_UP1],
)
controller = hass.data[UNIFI_DOMAIN][config_entry.entry_id]
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
outlet = hass.states.get("switch.plug_outlet_1")
assert outlet is not None
assert outlet.state == STATE_OFF
# State change
outlet_up1 = deepcopy(OUTLET_UP1)
outlet_up1["outlet_table"][0]["relay_state"] = True
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_DEVICE},
"data": [outlet_up1],
}
)
await hass.async_block_till_done()
outlet = hass.states.get("switch.plug_outlet_1")
assert outlet.state == STATE_ON
# Turn on and off outlet
aioclient_mock.clear_requests()
aioclient_mock.put(
f"https://{controller.host}:1234/api/s/{controller.site}/rest/device/600c8356942a6ade50707b56",
)
await hass.services.async_call(
SWITCH_DOMAIN,
SERVICE_TURN_ON,
{ATTR_ENTITY_ID: "switch.plug_outlet_1"},
blocking=True,
)
assert aioclient_mock.call_count == 1
assert aioclient_mock.mock_calls[0][2] == {
"outlet_overrides": [{"index": 1, "name": "Outlet 1", "relay_state": True}]
}
await hass.services.async_call(
SWITCH_DOMAIN,
SERVICE_TURN_OFF,
{ATTR_ENTITY_ID: "switch.plug_outlet_1"},
blocking=True,
)
assert aioclient_mock.call_count == 2
assert aioclient_mock.mock_calls[1][2] == {
"outlet_overrides": [{"index": 1, "name": "Outlet 1", "relay_state": False}]
}
# Changes to config entry options shouldn't affect outlets
hass.config_entries.async_update_entry(
config_entry,
options={CONF_BLOCK_CLIENT: []},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
# Unload config entry
await hass.config_entries.async_unload(config_entry.entry_id)
assert hass.states.get("switch.plug_outlet_1").state == STATE_UNAVAILABLE
# Remove config entry
await hass.config_entries.async_remove(config_entry.entry_id)
await hass.async_block_till_done()
assert hass.states.get("switch.plug_outlet_1") is None
async def test_new_client_discovered_on_block_control(
hass, aioclient_mock, mock_unifi_websocket
):
"""Test if 2nd update has a new client."""
await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_BLOCK_CLIENT: [BLOCKED["mac"]],
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
CONF_DPI_RESTRICTIONS: False,
},
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
blocked = hass.states.get("switch.block_client_1")
assert blocked is None
mock_unifi_websocket(
data={
"meta": {"message": "sta:sync"},
"data": [BLOCKED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_EVENT},
"data": [EVENT_BLOCKED_CLIENT_CONNECTED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
blocked = hass.states.get("switch.block_client_1")
assert blocked is not None
async def test_option_block_clients(hass, aioclient_mock):
"""Test the changes to option reflects accordingly."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_BLOCK_CLIENT: [BLOCKED["mac"]]},
clients_all_response=[BLOCKED, UNBLOCKED],
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
# Add a second switch
hass.config_entries.async_update_entry(
config_entry,
options={CONF_BLOCK_CLIENT: [BLOCKED["mac"], UNBLOCKED["mac"]]},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
# Remove the second switch again
hass.config_entries.async_update_entry(
config_entry,
options={CONF_BLOCK_CLIENT: [BLOCKED["mac"]]},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
# Enable one and remove another one
hass.config_entries.async_update_entry(
config_entry,
options={CONF_BLOCK_CLIENT: [UNBLOCKED["mac"]]},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
# Remove one
hass.config_entries.async_update_entry(
config_entry,
options={CONF_BLOCK_CLIENT: []},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_option_remove_switches(hass, aioclient_mock):
"""Test removal of DPI switch when options updated."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
},
clients_response=[CLIENT_1],
devices_response=[DEVICE_1],
dpigroup_response=DPI_GROUPS,
dpiapp_response=DPI_APPS,
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
# Disable DPI Switches
hass.config_entries.async_update_entry(
config_entry,
options={CONF_DPI_RESTRICTIONS: False, CONF_POE_CLIENTS: False},
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 0
async def test_new_client_discovered_on_poe_control(
hass, aioclient_mock, mock_unifi_websocket
):
"""Test if 2nd update has a new client."""
config_entry = await setup_unifi_integration(
hass,
aioclient_mock,
options={CONF_TRACK_CLIENTS: False, CONF_TRACK_DEVICES: False},
clients_response=[CLIENT_1],
devices_response=[DEVICE_1],
)
controller = hass.data[UNIFI_DOMAIN][config_entry.entry_id]
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
mock_unifi_websocket(
data={
"meta": {"message": "sta:sync"},
"data": [CLIENT_2],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
mock_unifi_websocket(
data={
"meta": {"message": MESSAGE_EVENT},
"data": [EVENT_CLIENT_2_CONNECTED],
}
)
await hass.async_block_till_done()
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
switch_2 = hass.states.get("switch.poe_client_2")
assert switch_2 is not None
aioclient_mock.put(
f"https://{controller.host}:1234/api/s/{controller.site}/rest/device/mock-id",
)
await hass.services.async_call(
SWITCH_DOMAIN, "turn_off", {"entity_id": "switch.poe_client_1"}, blocking=True
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 2
assert aioclient_mock.call_count == 11
assert aioclient_mock.mock_calls[10][2] == {
"port_overrides": [{"port_idx": 1, "portconf_id": "1a1", "poe_mode": "off"}]
}
await hass.services.async_call(
SWITCH_DOMAIN, "turn_on", {"entity_id": "switch.poe_client_1"}, blocking=True
)
assert aioclient_mock.call_count == 12
assert aioclient_mock.mock_calls[11][2] == {
"port_overrides": [{"port_idx": 1, "portconf_id": "1a1", "poe_mode": "auto"}]
}
async def test_ignore_multiple_poe_clients_on_same_port(hass, aioclient_mock):
"""Ignore when there are multiple POE driven clients on same port.
If there is a non-UniFi switch powered by POE,
clients will be transparently marked as having POE as well.
"""
await setup_unifi_integration(
hass,
aioclient_mock,
clients_response=POE_SWITCH_CLIENTS,
devices_response=[DEVICE_1],
)
switch_1 = hass.states.get("switch.poe_client_1")
switch_2 = hass.states.get("switch.poe_client_2")
assert switch_1 is None
assert switch_2 is None
async def test_restore_client_succeed(hass, aioclient_mock):
"""Test that RestoreEntity works as expected."""
POE_DEVICE = {
"device_id": "12345",
"ip": "1.0.1.1",
"mac": "00:00:00:00:01:01",
"last_seen": 1562600145,
"model": "US16P150",
"name": "POE Switch",
"port_overrides": [
{
"poe_mode": "off",
"port_idx": 1,
"portconf_id": "5f3edd2aba4cc806a19f2db2",
}
],
"port_table": [
{
"media": "GE",
"name": "Port 1",
"op_mode": "switch",
"poe_caps": 7,
"poe_class": "Unknown",
"poe_current": "0.00",
"poe_enable": False,
"poe_good": False,
"poe_mode": "off",
"poe_power": "0.00",
"poe_voltage": "0.00",
"port_idx": 1,
"port_poe": True,
"portconf_id": "5f3edd2aba4cc806a19f2db2",
"up": False,
},
],
"state": 1,
"type": "usw",
"version": "4.0.42.10433",
}
POE_CLIENT = {
"hostname": "poe_client",
"ip": "1.0.0.1",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:01",
"name": "POE Client",
"oui": "Producer",
}
fake_state = core.State(
"switch.poe_client",
"off",
{
"power": "0.00",
"switch": POE_DEVICE["mac"],
"port": 1,
"poe_mode": "auto",
},
)
config_entry = config_entries.ConfigEntry(
version=1,
domain=UNIFI_DOMAIN,
title="Mock Title",
data=ENTRY_CONFIG,
source="test",
options={},
entry_id=DEFAULT_CONFIG_ENTRY_ID,
)
registry = er.async_get(hass)
registry.async_get_or_create(
SWITCH_DOMAIN,
UNIFI_DOMAIN,
f'{POE_SWITCH}-{POE_CLIENT["mac"]}',
suggested_object_id=POE_CLIENT["hostname"],
config_entry=config_entry,
)
with patch(
"homeassistant.helpers.restore_state.RestoreEntity.async_get_last_state",
return_value=fake_state,
):
await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
},
clients_response=[],
devices_response=[POE_DEVICE],
clients_all_response=[POE_CLIENT],
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
poe_client = hass.states.get("switch.poe_client")
assert poe_client.state == "off"
async def test_restore_client_no_old_state(hass, aioclient_mock):
"""Test that RestoreEntity without old state makes entity unavailable."""
POE_DEVICE = {
"device_id": "12345",
"ip": "1.0.1.1",
"mac": "00:00:00:00:01:01",
"last_seen": 1562600145,
"model": "US16P150",
"name": "POE Switch",
"port_overrides": [
{
"poe_mode": "off",
"port_idx": 1,
"portconf_id": "5f3edd2aba4cc806a19f2db2",
}
],
"port_table": [
{
"media": "GE",
"name": "Port 1",
"op_mode": "switch",
"poe_caps": 7,
"poe_class": "Unknown",
"poe_current": "0.00",
"poe_enable": False,
"poe_good": False,
"poe_mode": "off",
"poe_power": "0.00",
"poe_voltage": "0.00",
"port_idx": 1,
"port_poe": True,
"portconf_id": "5f3edd2aba4cc806a19f2db2",
"up": False,
},
],
"state": 1,
"type": "usw",
"version": "4.0.42.10433",
}
POE_CLIENT = {
"hostname": "poe_client",
"ip": "1.0.0.1",
"is_wired": True,
"last_seen": 1562600145,
"mac": "00:00:00:00:00:01",
"name": "POE Client",
"oui": "Producer",
}
config_entry = config_entries.ConfigEntry(
version=1,
domain=UNIFI_DOMAIN,
title="Mock Title",
data=ENTRY_CONFIG,
source="test",
options={},
entry_id=DEFAULT_CONFIG_ENTRY_ID,
)
registry = er.async_get(hass)
registry.async_get_or_create(
SWITCH_DOMAIN,
UNIFI_DOMAIN,
f'{POE_SWITCH}-{POE_CLIENT["mac"]}',
suggested_object_id=POE_CLIENT["hostname"],
config_entry=config_entry,
)
await setup_unifi_integration(
hass,
aioclient_mock,
options={
CONF_TRACK_CLIENTS: False,
CONF_TRACK_DEVICES: False,
},
clients_response=[],
devices_response=[POE_DEVICE],
clients_all_response=[POE_CLIENT],
)
assert len(hass.states.async_entity_ids(SWITCH_DOMAIN)) == 1
poe_client = hass.states.get("switch.poe_client")
assert poe_client.state == "unavailable" # self.poe_mode is None
| Python | 5 | MrDelik/core | tests/components/unifi/test_switch.py | [
"Apache-2.0"
]
|
# Ausgaben zur Kontrolle
do print "Kurse:";
do print Kurs;
do print "";
do print "Gruppen:";
do print Gruppe;
do print "";
do print "Studenten:";
do print Student;
do print "";
do print "Alle Konflikte:";
do print BereinigteKonfliktPaar;
do print "";
do print "Bereinigte Konflikte:";
do print KonfliktPaar;
do print "";
do print "Gruppen der Kurse:";
do forall <k> in Kurs: print KursGruppen[k];
do print "";
do print "Kursanmeldungen von Studenten:";
do forall <s> in Student: print StudentKursAnmeldung[s];
do print "";
do print "Spez. Gruppenanmeldungen von Studenten";
do forall <s> in Student: print StudentGruppenAnmeldung[s];
do print "";
#do print "Alle Gruppenanmeldungen von Studenten:";
#do forall <s> in Student: print AllGrpFor(s);
#do print "";
do print "Alle moeglichen Gruppenkonflikte von Studenten:";
do forall <s> in Student: print KonflikteFor(s);
do print "";
do print "Parameter:";
do forall <g> in Gruppe: print g,": Min ",grpMinSize[g]," Max ",grpMaxSize[g];
#do forall <g> in Gruppe: print g,": KursMax ",maxSizeInKursOf[g];
#do print "totalMaxGrpSize", maxGrpSize;
do print "";
do print "Variablen:";
do print y;
do print z; | Zimpl | 2 | LarsHadidi/uScheduler | lp/model/LP_Print.zpl | [
"Apache-2.0",
"MIT"
]
|
#include "script_component.hpp"
/*
Name: TFAR_fnc_serverInit
Author: NKey, Garth de Wet (L-H)
Initialises the server and the server loop.
Arguments:
None
Return Value:
None
Example:
call TFAR_fnc_serverInit;
Public: No
*/
GVAR(instanciationIsReady) = false;
// we want to get some of the CBA_settings faster which needs a workaround
[
{
missionNamespace getVariable ["CBA_settings", false]
},
{
["cba_settings_refreshSetting", "TFAR_setting_DefaultRadio_Rifleman_West"] call CBA_fnc_localEvent;
["cba_settings_refreshSetting", "TFAR_setting_DefaultRadio_Rifleman_East"] call CBA_fnc_localEvent;
["cba_settings_refreshSetting", "TFAR_setting_DefaultRadio_Rifleman_Independent"] call CBA_fnc_localEvent;
}
] call CBA_fnc_waitUntilAndExecute;
// after the default radios are set, it's save to instanciate the radios
[
{!(
(isNil "TFAR_DefaultRadio_Rifleman_West") && {isNil "TFAR_DefaultRadio_Rifleman_East"} && {isNil "TFAR_DefaultRadio_Rifleman_Independent"} &&
{isNil "TFAR_givePersonalRadioToRegularSoldier"} && {isNil "TFAR_instantiate_instantiateAtBriefing"}
)},
{
["TFAR_RadioRequestEvent", {
diag_log format["TFAR_RadioRequestEvent %1 %2",_this,diag_tickTime];//#TODO remove
if !(params [["_radio_request", [], [[]]],"_requestingUnit"]) exitWith {
diag_log format ["TFAR - ERROR:47 - Request Content: %1; Requested By: %2", _radio_reqest, _requestingUnit];
["TFAR_RadioRequestResponseEvent", ["ERROR:47"], _requestingUnit] call CBA_fnc_targetEvent;
};
private _response = [_radio_request, _requestingUnit] call TFAR_fnc_instanciateRadios;
diag_log format["Send TFAR_RadioRequestResponseEvent %1 %2",_response,diag_tickTime]; //#TODO remove
["TFAR_RadioRequestResponseEvent", [_response], _requestingUnit] call CBA_fnc_targetEvent;
/*
//Answer request _response is an array of ["baseclass_ID","baseclass_ID"] of all radios requested
["TFAR_RadioRequestResponseEvent", [(_radio_request call TFAR_fnc_instanciateRadios)], _requestingUnit] call CBA_fnc_targetEvent;
*/
}] call CBA_fnc_addEventHandler;
GVAR(instanciationIsReady) = true;
if (TFAR_instantiate_instantiateAtBriefing) then {
// instantiate the radios only on server
call DFUNC(instanciateRadiosServer);
};
}
] call CBA_fnc_waitUntilAndExecute;
[
"CBA_settingsInitialized",
{
//Deprecated ones first.
DEPRECATE_VARIABLE(tf_same_sw_frequencies_for_side,TFAR_SameSRFrequenciesForSide);
DEPRECATE_VARIABLE(tf_same_lr_frequencies_for_side,TFAR_SameLRFrequenciesForSide);
if (!isNil "tf_freq_west") then { \
WARNING('Deprecated variable used: tf_freq_west (new: TFAR_defaultFrequencies_sr_west) in ADDON'); \
TFAR_defaultFrequencies_sr_west = tf_freq_west param [2,nil];
};
if (!isNil "tf_freq_west_lr") then { \
WARNING('Deprecated variable used: tf_freq_west_lr (new: TFAR_defaultFrequencies_lr_west) in ADDON'); \
TFAR_defaultFrequencies_lr_west = tf_freq_west_lr param [2,nil];
};
if (!isNil "tf_freq_east") then { \
WARNING('Deprecated variable used: tf_freq_east (new: TFAR_defaultFrequencies_sr_east) in ADDON'); \
TFAR_defaultFrequencies_sr_east = tf_freq_east param [2,nil];
};
if (!isNil "tf_freq_east_lr") then { \
WARNING('Deprecated variable used: tf_freq_east_lr (new: TFAR_defaultFrequencies_lr_east) in ADDON'); \
TFAR_defaultFrequencies_lr_east = tf_freq_east_lr param [2,nil];
};
if (!isNil "tf_freq_guer") then { \
WARNING('Deprecated variable used: tf_freq_guer (new: TFAR_defaultFrequencies_sr_independent) in ADDON'); \
TFAR_defaultFrequencies_sr_independent = tf_freq_guer param [2,nil];
};
if (!isNil "tf_freq_guer_lr") then { \
WARNING('Deprecated variable used: tf_freq_guer_lr (new: TFAR_defaultFrequencies_lr_independent) in ADDON'); \
TFAR_defaultFrequencies_lr_independent = tf_freq_guer_lr param [2,nil];
};
if (TFAR_SameSRFrequenciesForSide) then {
TFAR_freq_sr_west = false call DFUNC(generateSRSettings);
TFAR_freq_sr_west set [2, TFAR_defaultFrequencies_sr_west];
TFAR_freq_sr_east = false call DFUNC(generateSRSettings);
TFAR_freq_sr_east set [2, TFAR_defaultFrequencies_sr_east];
TFAR_freq_sr_independent = false call DFUNC(generateSRSettings);
TFAR_freq_sr_independent set [2, TFAR_defaultFrequencies_sr_independent];
publicVariable "TFAR_freq_sr_west";
publicVariable "TFAR_freq_sr_east";
publicVariable "TFAR_freq_sr_independent";
} else {
VARIABLE_DEFAULT(TFAR_freq_sr_west,true call DFUNC(generateSRSettings));
VARIABLE_DEFAULT(TFAR_freq_sr_east,true call DFUNC(generateSRSettings));
VARIABLE_DEFAULT(TFAR_freq_sr_independent,true call DFUNC(generateSRSettings));
};
if (TFAR_SameLRFrequenciesForSide) then {
TFAR_freq_lr_west = false call DFUNC(generateLrSettings);
TFAR_freq_lr_west set [2, TFAR_defaultFrequencies_lr_west];
TFAR_freq_lr_east = false call DFUNC(generateLrSettings);
TFAR_freq_lr_east set [2, TFAR_defaultFrequencies_lr_east];
TFAR_freq_lr_independent = false call DFUNC(generateLrSettings);
TFAR_freq_lr_independent set [2, TFAR_defaultFrequencies_lr_independent];
publicVariable "TFAR_freq_lr_west";
publicVariable "TFAR_freq_lr_east";
publicVariable "TFAR_freq_lr_independent";
} else {
VARIABLE_DEFAULT(TFAR_freq_lr_west,true call DFUNC(generateLrSettings));
VARIABLE_DEFAULT(TFAR_freq_lr_east,true call DFUNC(generateLrSettings));
VARIABLE_DEFAULT(TFAR_freq_lr_independent,true call DFUNC(generateLrSettings));
};
//Check if all players are running TFAR
remoteExec [QUOTE(DFUNC(missingModMessage)), -2, true];
}
] call CBA_fnc_addEventhandler;
publicVariable QUOTE(DFUNC(missingModMessage)); | SQF | 4 | MrDj200/task-force-arma-3-radio | addons/core/functions/server/fnc_serverInit.sqf | [
"RSA-MD"
]
|
; Perform HTML transforms
(import
[cgi [escape]]
[config [*alias-page* *asset-hash* *interwiki-page* *lazyload-images* *max-image-size* *min-image-size* *page-media-base* *page-route-base* *scaled-media-base* *signed-prefixes*]]
[logging [getLogger]]
[lxml.etree [ElementTree HTML fromstring tostring]]
[messages [inline-message]]
[os.path [basename join normpath split]]
[plugins [plugin-tagged plugin-quicklook plugin-rating]]
[pygments [highlight]]
[pygments.lexers [get-lexer-by-name]]
[pygments.formatters [HtmlFormatter]]
[re [*ignorecase* sub]]
[store [asset-exists? asset-path get-page page-exists? open-asset]]
[render [render-page]]
[utils [compute-hmac memoize get-image-size]]
[urlparse [urlsplit]])
(setv log (getLogger))
(defn get-mappings
; searches for `pre` tags and builds key/value pairs
[page]
(if (not (page-exists? page))
{}
(let [[mappings {}]
[doc (HTML (render-page (get-page page)))]]
(for [tag (.xpath doc "//pre")]
(let [[lines (.splitlines tag.text)]
[pairs (map (fn [x] (.split x)) lines)]]
(for [pair pairs]
(if (= 2 (len pair))
(assoc mappings (.lower (get pair 0)) (get pair 1))))))
mappings)))
(defn get-plaintext-lines [page]
(if (not (page-exists? page))
[]
(let [[result []]
[doc (HTML (render-page (get-page page)))]]
(for [tag (.xpath doc "//pre")]
(let [[lines (list (map (fn [x] (.strip x)) (.splitlines tag.text)))]]
(.extend result lines)))
result)))
(def *interwiki-map* (get-mappings *interwiki-page*))
(def *alias-map* (get-mappings *alias-page*))
(defn expand-link-group [items]
(let [[group []]]
(for [item items]
(if (len item)
(let [[url (.strip (get item 0))]
[schema (.lower (get (.split url ":" 1) 0))]
[label (.join " " (slice item 1))]]
(if (not (len schema))
(if (!= (get url 0) "/")
(setv url (join *page-route-base* url))))
(if (in schema *interwiki-map*)
(if (in "%s" (get *interwiki-map* schema))
(setv url (% (get *interwiki-map* schema) url))
(setv url (sub (+ schema ":") (get *interwiki-map* schema) url 1 *ignorecase*))))
(.append group (, url label)))))
group))
(defn get-link-groups
; searches for `pre` tags and builds sets of ordered pairs
[page]
(if (not (page-exists? page))
{}
(let [[mappings {}]
[doc (HTML (render-page (get-page page)))]]
(for [tag (.xpath doc "//pre")]
(let [[key (.get tag.attrib "id" "_")]
[lines (.splitlines tag.text)]
[items (map (fn [x] (.split x)) lines)]]
(assoc mappings key (expand-link-group items))))
mappings)))
(defn base-href
; inserts the base path into hrefs
; TODO: deprecate cid on direct links to existing assets
[doc pagename]
(for [a (.xpath doc "//a[@href]")]
(let [[href (get a.attrib "href")]
[schema (get (.split href ":" 1) 0)]]
(if (= (get href 0) "#")
(assoc a.attrib "href" (+ (join *page-route-base* pagename) href))
(if (= href schema)
(assoc a.attrib "href" (join *page-route-base* href))
(if (= "cid" schema)
(assoc a.attrib "href" (join *page-media-base* pagename (.replace href (+ schema ":") ""))))))))
doc)
(defn interwiki-links
; replaces interwiki hrefs
[doc]
(for [a (.xpath doc "//a[@href]")]
(let [[href (get a.attrib "href")]
[parts (.split href ":" 1)]
[schema (.lower (get parts 0))]]
(if (and (in schema *interwiki-map*) (> (len parts) 1))
(if (in "%s" (get *interwiki-map* schema))
(assoc a.attrib "href" (% (get *interwiki-map* schema) (get parts 1)))
(assoc a.attrib "href" (sub (+ schema ":") (get *interwiki-map* schema) href 1 *ignorecase*))))))
doc)
(defn alias-links
; replaces aliases
[doc]
(for [a (.xpath doc "//a[@href]")]
(let [[href (.lower (get a.attrib "href"))]]
(while (in href *alias-map*)
(setv href (get *alias-map* href))
(assoc a.attrib "href" href))))
doc)
(defn include-sources
; searches for `pre` tags with a `src` attribute
[doc pagename]
(for [tag (.xpath doc "//pre[@src]")]
(let [[filename (get tag.attrib "src")]]
(try
(let [[buffer (.read (open-asset pagename filename))]]
(setv tag.text buffer))
(catch [e Exception]
(.replace (.getparent tag) tag
(fromstring (inline-message "error" (% "Could not open file '%s'" (basename filename)))))))))
doc)
(defn syntax-highlight
; searches for `pre` tags with a `syntax` attribute
[doc]
(for [tag (.xpath doc "//pre[@syntax]")]
(let [[syntax (get tag.attrib "syntax")]
[lexer (apply get-lexer-by-name [syntax] {"stripall" true})]
[formatter (apply HtmlFormatter [] {"cssclass" "highlight"})]]
(if tag.text
(.replace (.getparent tag) tag
(fromstring (highlight tag.text lexer formatter))))))
doc)
(defn count-images
; counts image and picture tags
[doc]
(+ (len (list (.xpath doc "//img[@src]"))) (len (list (.xpath doc "//figure")))))
(defn prepend-asset-sources
; prepend a prefix to image 'src' attributes, for feed generation
[doc prefix]
(for [tag (.xpath doc "//img[@src]")]
(assoc (. tag attrib) "src" (+ prefix (get (. tag attrib) "src"))))
doc)
(defn remove-preloads
; Serve best possible preloaded assets to feed readers
[doc]
(for [tag (.xpath doc "//img[@data-src]")]
(assoc (. tag attrib) "src" (get (. tag attrib) "data-src")))
(for [tag (.xpath doc "//img[@data-src-retina]")]
(assoc (. tag attrib) "src" (get (. tag attrib) "data-src-retina")))
doc)
(defn image-sources
; searches for `img` tags with a `src` attribute and gives them an absolute URL path
[doc pagename]
(for [tag (.xpath doc "//img[@src]")]
(let [[src (normpath (get (. tag attrib) "src"))]
[schema (get (urlsplit src) 0)]]
; if this is a local image
(if (= "" schema)
; and we can actually find it on disk
(if (asset-exists? pagename src)
; ...but nobody bothered to specify the size
(if (not (in "width" (. tag attrib)))
; ...get it from the image file
(let [[size (get-image-size (asset-path pagename src))]]
(if size
(do
(assoc (. tag attrib) "width" (str (get size 0)))
(assoc (. tag attrib) "height" (str (get size 1))))
(.replace (.getparent tag) tag
(fromstring (inline-message "error" (% "Could not read size from '%s'" src)))))))
(.replace (.getparent tag) tag
(fromstring (inline-message "error" (% "Could not find image '%s'" src))))))
(if (not (= "data" schema))
(assoc (. tag attrib) "src" (join *page-media-base* pagename src)))))
doc)
(defn image-lazyload
; goes through image tags and decides whether to generate lazy-loading and retina downsampling
[doc]
(if *lazyload-images*
(for [tag (.xpath doc "//img[@src]")]
(let [[src (get (. tag attrib) "src")]
[base-src (sub (+ "^" *page-media-base*) "" src)]
[width (int (.get (. tag attrib) "width" 0))]
[height (int (.get (. tag attrib) "height" 0))]
[cls (.get (. tag attrib) "class" "")]
[retina (.get (. tag attrib) "data-src-retina" nil)]
[schema (get (urlsplit src) 0)]]
; if it's a local image of known size
(if (and width height (= "" schema) (!= "data" schema))
(if (and (> height *max-image-size*) (> width *max-image-size*))
(let [[new-width *max-image-size*]
[new-height (int (/ (* height *max-image-size*) width))]
[min-width (max *min-image-size* (/ new-width 4))]
[min-height (max *min-image-size* (/ new-height 4))]
[new-cls (if-not (in "lazyload" cls) (+ cls " lazyload") cls)]
[new-src (% "%s/%d,%d,blur%s" (, *scaled-media-base* min-width min-height base-src))]
[data-src (% "%s/%d,%d%s" (, *scaled-media-base* new-width new-height base-src))]
[data-src-retina (if-not retina src retina)]]
(assoc (. tag attrib) "height" (str new-height) "width" (str new-width) "class" new-cls "src" new-src "data-src" data-src "data-src-retina" data-src-retina))
(let [[min-width (max *min-image-size* (/ width 4))]
[min-height (max *min-image-size* (/ height 4))]
[new-cls (if-not (in "lazyload" cls) (+ cls " lazyload") cls)]
[new-src (% "%s/%d,%d,blur%s" (, *scaled-media-base* min-width min-height base-src))]
[data-src src]]
(assoc (. tag attrib) "class" new-cls "src" new-src "data-src" data-src)))))))
doc)
; TODO: include, interwiki links, all the "legacy" Yaki handling
(defn inner-html
; Returns the content of a doc without extraneous tags
[doc]
(let [[body (get (.xpath doc "//body") 0)]
[children []]]
(for [child (.iterchildren body)]
(.append children (tostring child)))
(.join "" children)))
(defn extract-plaintext
; Returns a compacted version of the plaintext without duplicate whitespace and with converted entities (lxml's default)
[doc]
(let [[body (get (.xpath doc "//body") 0)]
[children []]]
(for [child (.iterchildren body)]
(.append children (apply tostring [child] {"method" "text" "encoding" "unicode"})))
(escape (.join " " (.split (.join "" children))))))
(defn extract-internal-links
; Returns a list of internal links
[doc]
(list (set (map
(fn [tag]
(slice (get tag.attrib "href") (+ 1 (len *page-route-base*))))
(.xpath doc (+ "//a[starts-with(@href,'" *page-route-base* "')]"))))))
(defn mark-lead-paragraph
; sets the "lead" class on the first non-empty paragraph tag
[doc]
(for [tag (.xpath doc ".//p")]
(if (len (.strip (apply tostring [tag] {"method" "text" "encoding" "unicode"})))
(do
(assoc (. tag attrib) "class" "lead")
(break))))
doc)
(defn extract-lead-paragraph
; returns the lead paragraph of a page
[page pagename]
(let [[doc (apply-transforms (render-page page) pagename)]
[lead-paragraph (get (.xpath doc ".//p[@class='lead']") 0)]]
(tostring lead-paragraph)))
(defn fix-footnotes
; fix footnotes for iOS devices
[buffer]
(.replace buffer "↩" "↩︎"))
(defn sign-assets
; add an HMAC signature to asset pathnames
[doc]
(for [attrib-name ["src" "data-src" "data-src-retina"]]
(for [tag (.xpath doc (% "//img[@%s]" attrib-name))]
(try
(let [[src (get (. tag attrib) attrib-name)]
[(, _ prefix path) (map (fn [p] (+ "/" p)) (.split src "/" 2))]
[schema (get (urlsplit src) 0)]]
(if (not (= "data" schema))
(if (in prefix *signed-prefixes*)
(assoc tag.attrib attrib-name (+ prefix "/" (compute-hmac *asset-hash* prefix path) path)))))
(except [e ValueError]))))
(for [tag (.xpath doc "//a[@href]")]
(try
(let [[href (get (. tag attrib) "href")]
[(, _ prefix path) (map (fn [p] (+ "/" p)) (.split href "/" 2))]]
(if (in prefix *signed-prefixes*)
(assoc tag.attrib "href" (+ prefix "/" (compute-hmac *asset-hash* prefix path) path))))
(except [e ValueError])))
doc)
(defn apply-transforms [html pagename]
; remember that Hy's threading macro manipulates the first argument slot
(-> html
(fix-footnotes)
(HTML)
(mark-lead-paragraph)
(alias-links)
(interwiki-links)
(base-href pagename)
(include-sources pagename)
(image-sources pagename)
(image-lazyload)
(syntax-highlight)
(plugin-tagged)
(plugin-rating)
(plugin-quicklook pagename)
(sign-assets)))
| Hy | 4 | CyberFlameGO/sushy | sushy/transform.hy | [
"MIT"
]
|
--TEST--
SPL: SplFileObject::getchildren basic
--CREDITS--
Erwin Poeze <erwin.poeze at gmail.com>
--FILE--
<?php
$s = new SplFileObject( __FILE__ );
var_dump($s->getChildren());
?>
--EXPECT--
NULL
| PHP | 4 | guomoumou123/php5.5.10 | ext/spl/tests/SplFileObject_getchildren_basic.phpt | [
"PHP-3.01"
]
|
#!/usr/bin/osascript
-- Copyright 2021 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-- This script repeatedly sends a key to ensure the system considers
-- the user active.
tell application "System Events"
repeat
-- Send "shift" keycode.
key code 57
-- user_idle_level is reset after 5min.
delay 120.0
end repeat
end tell
| AppleScript | 3 | chromium/chromium | tools/mac/power/driver_scripts_templates/poke_user.scpt | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
]
|
= Introduction =
This page describes some impact analysis over the performance of an application, before and after usage of wro4j.
= Details =
We take as an example a typical medium size web application. We will test more pages. For each page, there will be a row containing results with typical css & js usage and with bold - using wro4j.
|| Page No || Total Requests || Total size|| Time || YSlow Mark ||
|| 1 || 30 | *15* || 350.1KB | *61KB* || 3.82 | *1.15* || F (47) | *C (70)* ||
|| 2 || 33 | *21* || 339.1KB | *75.9KB* || 3.1 | *1.7* || F (47) | *D (68)* ||
==Interpretation==
After integrating wro4j into my sample project:
# The number of request dropped with 50%
# The total size of downloaded resources dropped with almost 6 times
# The YSlow Mark improved from ~50 to ~70
When using a fast internet connection, the benefits may be not so evident. In case of a very slow connection, like dial-up, the difference is much greater. There is a firefox plugin (https://addons.mozilla.org/en-US/firefox/addon/5917/) which can help to simulate a slow internet connection and to see how your application behaves with and without wro4j. | MediaWiki | 2 | supakiad/wro4j | docs/ImpactAnalysis.wiki | [
"Apache-2.0"
]
|
ALTER TABLE hdb_catalog.hdb_cron_events
ALTER COLUMN created_at TYPE TIMESTAMP;
ALTER TABLE hdb_catalog.hdb_cron_event_invocation_logs
ALTER COLUMN created_at TYPE TIMESTAMP;
ALTER TABLE hdb_catalog.hdb_scheduled_events
ALTER COLUMN created_at TYPE TIMESTAMP;
ALTER TABLE hdb_catalog.hdb_scheduled_event_invocation_logs
ALTER COLUMN created_at TYPE TIMESTAMP;
| SQL | 3 | gh-oss-contributor/graphql-engine-1 | server/src-rsr/migrations/38_to_37.sql | [
"Apache-2.0",
"MIT"
]
|
parser grammar RecoveryInlineAltsParser;
options {
superClass = 'org.batfish.grammar.BatfishParser';
tokenVocab = RecoveryInlineAltsLexer;
}
recovery_inline_alts_configuration
:
(
s_interface
| s_ip
| s_permit
| NEWLINE
)* EOF
;
s_interface
:
INTERFACE structure_name NEWLINE
(
i_ip
| i_mtu
| i_permit
)*
;
i_ip
:
IP
(
iip_address
| iip_ospf_cost
)
;
iip_address
:
ADDRESS ip = ip_address NEWLINE
;
iip_ospf_cost
:
OSPF COST cost = uint32 NEWLINE
;
i_mtu
:
MTU mtu = uint32 NEWLINE
;
i_permit
:
PERMIT
(
DNS
| SSH
)+ NEWLINE
;
s_ip
:
IP ip_routing
;
ip_routing
:
ROUTING NEWLINE
;
s_permit
:
PERMIT
(
DNS
| SSH
)+ NEWLINE
;
ip_address
:
IP_ADDRESS
;
structure_name
:
WORD
;
uint32
:
UINT32
;
| ANTLR | 3 | zabrewer/batfish | projects/batfish-common-protocol/src/test/antlr4/org/batfish/grammar/recovery_inline_alts/RecoveryInlineAltsParser.g4 | [
"Apache-2.0"
]
|
#+TITLE: tools/editorconfig
#+DATE: August 22, 2020
#+SINCE: 2.0.9
#+STARTUP: inlineimages nofold
* Table of Contents :TOC_3:noexport:
- [[#description][Description]]
- [[#maintainers][Maintainers]]
- [[#module-flags][Module Flags]]
- [[#plugins][Plugins]]
- [[#hacks][Hacks]]
- [[#prerequisites][Prerequisites]]
- [[#features][Features]]
- [[#configuration][Configuration]]
- [[#adding-support-for-more-major-modes][Adding support for more major modes]]
- [[#troubleshooting][Troubleshooting]]
* Description
This module integrates [[https://editorconfig.org/][EditorConfig]] into Emacs, allowing users to dictate code
style on a per-project basis with an =.editorconfig= file ([[https://editorconfig-specification.readthedocs.io/][formal
specification]]).
** Maintainers
This module has no dedicated maintainers
** Module Flags
This module provides no flags.
** Plugins
+ [[https://github.com/editorconfig/editorconfig-emacs][editorconfig-emacs]]
** Hacks
+ Added logic to guess an extension-less file's type from its shebang line. For
example, editorconfig rules for =*.py= files will apply to =bin/myscript=
assuming its first line is ~#!/usr/bin/env python~. See
~+editorconfig-mode-alist~ for adding support for more languages.
+ *Special integration for =dtrt-indent=:* If the local editorconfig file
specifies ~indent_style~ or ~indent_size~, the =dtrt-indent= (which tries to
guess your indent settings by analyzing your text file) will bow out.
+ *Special integration for =ws-butler=:* this module will use =ws-butler= to
enforce ~trim_trailing_whitespace~.
* Prerequisites
This module has one optional dependency: the ~editorconfig~ native binary.
Without it, a built-in elisp implementation will be used, but it has fewer
features and can be a bit slower.
The editorconfig binary has [[https://github.com/editorconfig#contributing][many implementations]] you can choose from, typically
available through your OS package manager (or build it yourself).
* Features
You will need to write an ~.editorconfig~ file in your project (this is usually
in the root of your project) you can find out about all the properties [[https://editorconfig.org/#example-file][here]]
* Configuration
** Adding support for more major modes
Out the box, the editorconfig plugin supports many Emacs major modes, but it's
possible you'll find one it doesn't support. Adding support is easy so long as
you know that mode's indentation variables. For example, ~coffee-mode~ has a
~coffee-tab-width~ variable that controls indentation width in CoffeeScript
files. Editorconfig already supports this language, but let's pretend it
doesn't:
The ~editorconfig-indentation-alist~ variable contains a list of major modes and
their indentation variables. To add coffee-mode to it:
#+BEGIN_SRC emacs-lisp
(after! editorconfig
(add-to-list 'editorconfig-indentation-alist '(coffee-mode coffee-tab-width)))
#+END_SRC
But what if you don't know the correct indentation variable(s). Use =SPC h v=
(=C-h v= for non-evil users) to peruse all the available variables in your
current session of Emacs. Look for variables that have the words =indent=,
=offset= or =tab-width= in them. They will be prefixed with the plugin they
belong to (e.g. ~rustic-indent-offset~).
* TODO Troubleshooting
| Org | 5 | leezu/doom-emacs | modules/tools/editorconfig/README.org | [
"MIT"
]
|
template(name="spinnerScaleout")
.sk-spinner.sk-spinner-scaleout(class=currentBoard.colorClass)
+spinnerScaleoutRaw
template(name="spinnerScaleoutRaw")
.sk-scaleout1
| Jade | 3 | UBessle/wekan | client/components/main/spinner_scaleout.jade | [
"MIT"
]
|
>>>>>>+++++++ Set c6 = 7
Print the value of c6 as a single ASCII digit
++++++++ ++++++++ ++++++++ ++++++++ ++++++++ ++++++++.
Also print the value of c3
<<<
++++++++ ++++++++ ++++++++ ++++++++ ++++++++ ++++++++.
| Brainfuck | 2 | mikiec84/code-for-blog | 2017/bfjit/tests/testcases/noloops1.bf | [
"Unlicense"
]
|
// @noImplicitReturns: true
function foo1(bar: "a"): number {
switch(bar) {
case "a":
return 1;
}
}
function foo2(bar: "a"): number {
switch(bar) {
case "a":
return 1;
}
let unusedVariable;
}
function foo3(bar: "a"): number {
switch(bar) {
case "a":
return 1;
}
function neverCalled() {}
}
function foo4(bar: "a"): number {
switch(bar) {
case "a":
return 1;
}
foo3(bar);
}
function foo5(bar: "a" | "b"): number {
switch(bar) {
case "a":
return 1;
}
}
function foo6(bar: "a", a: boolean, b: boolean): number {
if (a) {
switch (bar) {
case "a": return 1;
}
}
else {
switch (b) {
case true: return -1;
case false: return 0;
}
}
}
| TypeScript | 3 | monciego/TypeScript | tests/cases/compiler/exhaustiveSwitchImplicitReturn.ts | [
"Apache-2.0"
]
|
/// <reference path="fourslash.ts" />
// @Filename: /a.ts
////export const a = 1;
// @Filename: /b.ts
////const b = { /**/a };
goTo.file("/b.ts");
verify.importFixAtPosition([
`import { a } from "./a";
const b = { a };`
]);
| TypeScript | 4 | monciego/TypeScript | tests/cases/fourslash/importNameCodeFix_shorthandPropertyAssignment1.ts | [
"Apache-2.0"
]
|
#lang scribble/sigplan @preprint @nocopyright
@(require
scribble/manual
scriblib/footnote
"defs.rkt"
"bib.rkt")
@title{Growing a Proof Assistant}
@(authorinfo "William J. Bowman" "[email protected]" "Northeastern University")
@; copy-paste from abstract
@abstract{
Sophisticated domain-specific and user-defined notation is widely used in
formal models, but is poorly supported by proof assistants.
This notation provides informal extensions to formal model that aid in
communicating and reasoning about key ideas.
Unfortunately, proof assistants do not allows users to @emph{conveniently}
define @emph{sophisticated} notation.
For instance, in modeling a programming language, we often define infix
relations such as @code{Γ ⊢ e : t} and use BNF notation to specify the syntax
of the language.
In a proof assistant like Coq or Agda, users can easily define the notation
for @code{Γ ⊢ e : t}, but to use BNF notation the user must use a preprocessing
tool external to the proof assistant, which is cumbersome.
To support sophisticated user-defined notation, we propose to use
@emph{language extension} as a fundamental part of the design of a proof
assistant.
We describe how to design a proof assistant that support safe,
convenient, and sophisticated user-defined extensions, and show how
language extension gives users the power to implement features of
contemporary proof assistants.
}
@;Copy-pasta from intro
@section*{Introduction}
Notation is important to convey ideas quickly while ignoring uninteresting
details, but notation is not fixed.
Each domain has its own notation used to hide the uninteresting details common
in that domain.
The notation commonly used in programming languages research differs from the
notation commonly used in cryptography.
Even in the same domain, individual results require new notation to suit the
needs of each new model or proof.
Every new programming languages result may use common domain-specific notation,
like BNF grammars, but may also define new notation to convey new ideas.
Notation is a way of @emph{informally} extending a @emph{formal} model.
When working with models on papers, we may conveniently create arbitrarily
sophisticated notation.
We may define simple syntactic sugar by saying "we write @code{let x = e1 in
e2} to mean @code{(λ x : t. e1) e2}".
Or we may define sophisticated extensions that require the reader to perform
computation: "we omit the type annotation and instead write @code{λ x. e} when
the type of @code{x} can be inferred".
Creating these extensions is easy when developing models on paper, but not when
using proof assistants.
Proof assistants provide increased confidence in formal models and proofs, but
lack support for allowing users to @emph{conveniently} define
@emph{sophisticated} extensions.
This lack of support has two downsides.
First, formal models need to be reproduced in another medium (such as LaTeX) to
communicate them effectively, which duplicates effort and risks the two models
falling out of sync.
Second, it decreases confidence that the specification is correct since the
model must be manually encoded into the language of the proof assistant, rather
than written in familiar notation.
Some proof assistants, like Agda, enable convenient user-defined extensions as
long as the extension is not sophisticated.
Agda's mixfix notation@~citea{danielsson2011parsing} is convenient to use but
only supports simple notation definitions, like writing a function named
@code{_ ⊢ _ : _}, where @code{_} indicates the position of arguments.
Other proof assistants, like Coq, support sophisticated extensions, but
creating these extensions is inconvenient to the point that few users can do it.
Writing a Coq plugin requires the developer to use a separate toolchain to
compile against the Coq implementation, and requires the user to compile and
link the plugin against their Coq installation.
However, these plugins support sophisticated extensions like
Mtac@~citea{ziliani2013mtac}, a new tactic language for Coq.
To provide support convenience and sophisticated user-defined extension, we
propose to design proof assistants by using language extension as a fundamental
feature.
Informally, we can think of this design as follows: rather than start
with a proof assistant and add user-defined extensions, we start with a core
language plus a language-extension system from which we can "grow" a proof
assistant.
In this talk, we describe Cur, a prototype proof assistant and
dependently-typed programming language built using this design, and describe
sophisticated extensions that are simple to write due to this design.
We start by describing Curnel, a pure, dependently typed λ-calculus sufficient
for encoding formal models and proofs.
Then we describe how we add a language-extension system to build Cur.
Cur uses Racket, an effectful, functional language, as a meta-language.
Racket macros can be used to extend the syntax of Cur, providing new notation.
Furthermore, since Racket macros can perform arbitrary compile-time
computation, macros provide a hook for sophisticated extensions such as type
inference, staged computation, embedded DSLs, program extraction, and solvers.
We describe several such extensions built in Cur.
A draft paper explaining the design in detail and the current implementation
are available online at @url{https://www.williamjbowman.com/papers/#cur}.
@(generate-bibliography) | Racket | 3 | bluephoenix47/cic-redex | cur-paper/extended-abstract.scrbl | [
"BSD-2-Clause"
]
|
function ua() {
local usage=\
"Archive files and directories using a given compression algorithm.
Usage: $0 <format> <files>
Example: $0 tbz PKGBUILD
Supported archive formats are:
7z, bz2, gz, lzma, lzo, rar, tar, tbz (tar.bz2), tgz (tar.gz),
tlz (tar.lzma), txz (tar.xz), tZ (tar.Z), xz, Z, zip, and zst."
if [[ $# -lt 2 ]]; then
print -u2 -- "$usage"
return 1
fi
local ext="$1"
local input="${2:a}"
shift
if [[ ! -e "$input" ]]; then
print -u2 -- "$input not found"
return 1
fi
# generate output file name
local output
if [[ $# -gt 1 ]]; then
output="${input:h:t}"
elif [[ -f "$input" ]]; then
output="${input:r:t}"
elif [[ -d "$input" ]]; then
output="${input:t}"
fi
# if output file exists, generate a random name
if [[ -f "${output}.${ext}" ]]; then
output=$(mktemp "${output}_XXX") && rm "$output" || return 1
fi
# add extension
output="${output}.${ext}"
# safety check
if [[ -f "$output" ]]; then
print -u2 -- "output file '$output' already exists. Aborting"
return 1
fi
case "$ext" in
7z) 7z u "${output}" "${@}" ;;
bz2) bzip2 -vcf "${@}" > "${output}" ;;
gz) gzip -vcf "${@}" > "${output}" ;;
lzma) lzma -vc -T0 "${@}" > "${output}" ;;
lzo) lzop -vc "${@}" > "${output}" ;;
rar) rar a "${output}" "${@}" ;;
tar) tar -cvf "${output}" "${@}" ;;
tbz|tar.bz2) tar -cvjf "${output}" "${@}" ;;
tgz|tar.gz) tar -cvzf "${output}" "${@}" ;;
tlz|tar.lzma) XZ_OPT=-T0 tar --lzma -cvf "${output}" "${@}" ;;
txz|tar.xz) XZ_OPT=-T0 tar -cvJf "${output}" "${@}" ;;
tZ|tar.Z) tar -cvZf "${output}" "${@}" ;;
xz) xz -vc -T0 "${@}" > "${output}" ;;
Z) compress -vcf "${@}" > "${output}" ;;
zip) zip -rull "${output}" "${@}" ;;
zst) zstd -c -T0 "${@}" > "${output}" ;;
*) print -u2 -- "$usage"; return 1 ;;
esac
}
| Shell | 4 | sshishov/ohmyzsh | plugins/universalarchive/universalarchive.plugin.zsh | [
"MIT"
]
|
#define GET_PREFIX_DS \
__asm { mov edi, DS_FIX }
#define GET_PREFIX_SS \
__asm { mov edi, SS_FIX }
// --- ea, reg8
// dest: I286_REG[eax] src: dl
#define PREPART_EA_REG8(regclk) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3 } \
__asm { bt ebp, 2 } \
__asm { adc ebp, ebp } \
__asm { and ebp, 7 } \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg8 } \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 } \
__asm { mov dl, I286_REG[ebp] } \
I286CLOCK(regclk) \
//SUPPORT_V30EXT
#define PREPART_EA_REG8_X(regclk286, regclkv30) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3 } \
__asm { bt ebp, 2 } \
__asm { adc ebp, ebp } \
__asm { and ebp, 7 } \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg8 } \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 } \
__asm { mov dl, I286_REG[ebp] } \
I286CLOCK_X(per8, regclk286, regclkv30) \
// dest: MAIN_MEM[ecx] src: dl
#define MEMORY_EA_REG8(memclk) \
__asm { align 16 } \
memory_eareg8: \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, I286_MEMWRITEMAX } \
__asm { jae extmem_eareg8 } \
__asm { mov dl, I286_REG[ebp] }
// SUPPORT_V30EXT
#define MEMORY_EA_REG8_X(memclk286, memclkv30) \
__asm { align 16 } \
memory_eareg8: \
I286CLOCK_X(mer8, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, I286_MEMWRITEMAX } \
__asm { jae extmem_eareg8 } \
__asm { mov dl, I286_REG[ebp] }
// dest: al,ecx src: I286_REG[ebx]
#define EXTMEM_EA_REG8 \
__asm { align 16 } \
extmem_eareg8: \
__asm { call i286_memoryread }
// --- ea, reg16
// dest: I286_REG[eax*2] src: dx
#define PREPART_EA_REG16(regclk) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3-1 } \
__asm { and ebp, 7*2 } \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg16 } \
__asm { and eax, 7 } \
__asm { mov dx, I286_REG[ebp] } \
I286CLOCK(regclk)
// dest: MAIN_MEM[ecx] src: dx
#define MEMORY_EA_REG16(memclk) \
__asm { align 16 } \
memory_eareg16: \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, (I286_MEMWRITEMAX-1) } \
__asm { jae extmem_eareg16 } \
__asm { mov dx, I286_REG[ebp] }
// SUPPORT_V30EXT
#define MEMORY_EA_REG16_X(memclk286, memclkv30) \
__asm { align 16 } \
memory_eareg16: \
I286CLOCK_X(emr16, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, (I286_MEMWRITEMAX-1) } \
__asm { jae extmem_eareg16 } \
__asm { mov dx, I286_REG[ebp] }
// dest: ax,ecx src: I286_REG[ebp]
#define EXTMEM_EA_REG16 \
__asm { align 16 } \
extmem_eareg16: \
__asm { call i286_memoryread_w }
// --- reg8, ea
// dest: I286_REG[ebp] src: al
#define PREPART_REG8_EA(regclk, memclk) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3 } \
__asm { bt ebp, 2 } \
__asm { adc ebp, ebp } \
__asm { and ebp, 7 } \
__asm { cmp al, 0c0h } \
__asm { jnc src_register } \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { call i286_memoryread } \
__asm { jmp short reg8_ea_ready } \
__asm { align 16 } \
src_register: \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 } \
__asm { mov edi, eax } \
GET_NEXTPRE2 \
__asm { mov al, I286_REG[edi] } \
I286CLOCK(regclk) \
reg8_ea_ready:
//SUPPORT_V30EXT
#define PREPART_REG8_EA_X(regclk286, memclk286, regclkv30, memclkv30) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3 } \
__asm { bt ebp, 2 } \
__asm { adc ebp, ebp } \
__asm { and ebp, 7 } \
__asm { cmp al, 0c0h } \
__asm { jnc src_register } \
I286CLOCK_X(pr8e_a, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { call i286_memoryread } \
__asm { jmp short reg8_ea_ready } \
__asm { align 16 } \
src_register: \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 } \
__asm { mov edi, eax } \
GET_NEXTPRE2 \
__asm { mov al, I286_REG[edi] } \
I286CLOCK_X(pr8e_b, regclk286, regclkv30) \
reg8_ea_ready:
// --- reg16, ea
// dest: I286_REG[ebp] src: ax
#define PREPART_REG16_EA(regclk, memclk) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3-1 } \
__asm { and ebp, 7*2 } \
__asm { cmp al, 0c0h } \
__asm { jnc src_register } \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { call i286_memoryread_w } \
__asm { jmp reg16_ea_ready } \
__asm { align 16 } \
src_register: \
__asm { and eax, 7 } \
__asm { mov edi, eax } \
GET_NEXTPRE2 \
__asm { mov ax, I286_REG[edi*2] } \
I286CLOCK(regclk) \
reg16_ea_ready:
//SUPPORT_V30EXT
#define PREPART_REG16_EA_X(regclk286, memclk286, regclkv30, memclkv30) \
__asm { movzx eax, bh } \
__asm { mov ebp, eax } \
__asm { shr ebp, 3-1 } \
__asm { and ebp, 7*2 } \
__asm { cmp al, 0c0h } \
__asm { jnc src_register } \
I286CLOCK_X(pr16e_a, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { call i286_memoryread_w } \
__asm { jmp reg16_ea_ready } \
__asm { align 16 } \
src_register: \
__asm { and eax, 7 } \
__asm { mov edi, eax } \
GET_NEXTPRE2 \
__asm { mov ax, I286_REG[edi*2] } \
I286CLOCK_X(pr16e_b, regclk286, regclkv30) \
reg16_ea_ready:
// f6,f7,fe,ff
// dest: I286_REG[eax]
#define PREPART_EA8(regclk) \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg8 } \
I286CLOCK(regclk) \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 }
//SUPPORT_V30EXT
#define PREPART_EA8_X(regclk286, regclkv30) \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg8 } \
I286CLOCK_X(pe8, regclk286, regclkv30) \
__asm { bt eax, 2 } \
__asm { adc eax, eax } \
__asm { and eax, 7 }
// dest: MAIN_MEM[ecx]
#define MEMORY_EA8(memclk) \
__asm { align 16 } \
memory_eareg8: \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, I286_MEMWRITEMAX } \
__asm { jae extmem_eareg8 }
//SUPPORT_V30EXT
#define MEMORY_EA8_X(memclk286, memclkv30) \
__asm { align 16 } \
memory_eareg8: \
I286CLOCK_X(me8, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, I286_MEMWRITEMAX } \
__asm { jae extmem_eareg8 }
// dest: ecx
#define EXTMEM_EA8 \
__asm { align 16 } \
extmem_eareg8: \
__asm { call i286_memoryread }
// dest: I286_REG[eax*2]
#define PREPART_EA16(regclk) \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg16 } \
I286CLOCK(regclk) \
__asm { and eax, 7 }
//SUPPORT_V30EXT
#define PREPART_EA16_X(regclk286, regclkv30) \
__asm { cmp al, 0c0h } \
__asm { jc memory_eareg16 } \
I286CLOCK_X(pe16, regclk286, regclkv30) \
__asm { and eax, 7 }
// dest: MAIN_MEM[ecx]
#define MEMORY_EA16(memclk) \
__asm { align 16 } \
memory_eareg16: \
I286CLOCK(memclk) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, (I286_MEMWRITEMAX-1) } \
__asm { jae extmem_eareg16 }
//SUPPORT_V30EXT
#define MEMORY_EA16_X(memclk286, memclkv30) \
__asm { align 16 } \
memory_eareg16: \
I286CLOCK_X(me16, memclk286, memclkv30) \
__asm { call p_ea_dst[eax*4] } \
__asm { cmp ecx, (I286_MEMWRITEMAX-1) } \
__asm { jae extmem_eareg16 }
// dest: ecx
#define EXTMEM_EA16 \
__asm { align 16 } \
extmem_eareg16: \
__asm { call i286_memoryread_w }
| MAXScript | 3 | orbea/NP2kai | i286x/i286xea.mcr | [
"MIT"
]
|
#include "data_reader.h"
#include <algorithm>
#include <chrono>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <thread>
#include "message/message_bundle.h"
#include "ray/util/logging.h"
#include "ray/util/util.h"
namespace ray {
namespace streaming {
const uint32_t DataReader::kReadItemTimeout = 1000;
void DataReader::Init(const std::vector<ObjectID> &input_ids,
const std::vector<ChannelCreationParameter> &init_params,
const std::vector<uint64_t> &streaming_msg_ids,
std::vector<TransferCreationStatus> &creation_status,
int64_t timer_interval) {
Init(input_ids, init_params, timer_interval);
for (size_t i = 0; i < input_ids.size(); ++i) {
auto &q_id = input_ids[i];
last_message_id_[q_id] = streaming_msg_ids[i];
channel_info_map_[q_id].current_message_id = streaming_msg_ids[i];
}
InitChannel(creation_status);
}
void DataReader::Init(const std::vector<ObjectID> &input_ids,
const std::vector<ChannelCreationParameter> &init_params,
int64_t timer_interval) {
STREAMING_LOG(INFO) << input_ids.size() << " queue to init.";
transfer_config_->Set(ConfigEnum::QUEUE_ID_VECTOR, input_ids);
last_fetched_queue_item_ = nullptr;
timer_interval_ = timer_interval;
last_message_ts_ = 0;
input_queue_ids_ = input_ids;
last_message_latency_ = 0;
last_bundle_unit_ = 0;
for (size_t i = 0; i < input_ids.size(); ++i) {
ObjectID q_id = input_ids[i];
STREAMING_LOG(INFO) << "[Reader] Init queue id: " << q_id;
auto &channel_info = channel_info_map_[q_id];
channel_info.channel_id = q_id;
channel_info.parameter = init_params[i];
channel_info.last_queue_item_delay = 0;
channel_info.last_queue_item_latency = 0;
channel_info.last_queue_target_diff = 0;
channel_info.get_queue_item_times = 0;
channel_info.resend_notify_timer = 0;
}
reliability_helper_ = ReliabilityHelperFactory::CreateReliabilityHelper(
runtime_context_->GetConfig(), barrier_helper_, nullptr, this);
/// Make the input id location stable.
sort(input_queue_ids_.begin(), input_queue_ids_.end(),
[](const ObjectID &a, const ObjectID &b) { return a.Hash() < b.Hash(); });
std::copy(input_ids.begin(), input_ids.end(), std::back_inserter(unready_queue_ids_));
}
StreamingStatus DataReader::InitChannel(
std::vector<TransferCreationStatus> &creation_status) {
STREAMING_LOG(INFO) << "[Reader] Getting queues. total queue num "
<< input_queue_ids_.size()
<< ", unready queue num=" << unready_queue_ids_.size();
for (const auto &input_channel : unready_queue_ids_) {
auto &channel_info = channel_info_map_[input_channel];
std::shared_ptr<ConsumerChannel> channel;
if (runtime_context_->IsMockTest()) {
channel = std::make_shared<MockConsumer>(transfer_config_, channel_info);
} else {
channel = std::make_shared<StreamingQueueConsumer>(transfer_config_, channel_info);
}
channel_map_.emplace(input_channel, channel);
TransferCreationStatus status = channel->CreateTransferChannel();
creation_status.push_back(status);
if (TransferCreationStatus::PullOk != status) {
STREAMING_LOG(ERROR) << "Initialize queue failed, id=" << input_channel
<< ", status=" << static_cast<uint32_t>(status);
}
}
runtime_context_->SetRuntimeStatus(RuntimeStatus::Running);
STREAMING_LOG(INFO) << "[Reader] Reader construction done!";
return StreamingStatus::OK;
}
StreamingStatus DataReader::InitChannelMerger(uint32_t timeout_ms) {
STREAMING_LOG(INFO) << "[Reader] Initializing queue merger.";
// Init reader merger by given comparator when it's first created.
StreamingReaderMsgPtrComparator comparator(
runtime_context_->GetConfig().GetReliabilityLevel());
if (!reader_merger_) {
reader_merger_.reset(
new PriorityQueue<std::shared_ptr<DataBundle>, StreamingReaderMsgPtrComparator>(
comparator));
}
// An old item in merger vector must be evicted before new queue item has been
// pushed.
if (!unready_queue_ids_.empty() && last_fetched_queue_item_) {
STREAMING_LOG(INFO) << "pop old item from=" << last_fetched_queue_item_->from;
RETURN_IF_NOT_OK(StashNextMessageAndPop(last_fetched_queue_item_, timeout_ms))
last_fetched_queue_item_.reset();
}
// Create initial heap for priority queue.
std::vector<ObjectID> unready_queue_ids_stashed;
for (auto &input_queue : unready_queue_ids_) {
std::shared_ptr<DataBundle> msg = std::make_shared<DataBundle>();
auto status = GetMessageFromChannel(channel_info_map_[input_queue], msg, timeout_ms,
timeout_ms);
if (StreamingStatus::OK != status) {
STREAMING_LOG(INFO)
<< "[Reader] initializing merger, get message from channel timeout, "
<< input_queue << ", status => " << static_cast<uint32_t>(status);
unready_queue_ids_stashed.push_back(input_queue);
continue;
}
channel_info_map_[msg->from].current_message_id = msg->meta->GetLastMessageId();
reader_merger_->push(msg);
}
if (unready_queue_ids_stashed.empty()) {
STREAMING_LOG(INFO) << "[Reader] Initializing merger done.";
return StreamingStatus::OK;
} else {
STREAMING_LOG(INFO) << "[Reader] Initializing merger unfinished.";
unready_queue_ids_ = unready_queue_ids_stashed;
return StreamingStatus::GetBundleTimeOut;
}
}
StreamingStatus DataReader::GetMessageFromChannel(ConsumerChannelInfo &channel_info,
std::shared_ptr<DataBundle> &message,
uint32_t timeout_ms,
uint32_t wait_time_ms) {
auto &qid = channel_info.channel_id;
message->from = qid;
last_read_q_id_ = qid;
bool is_valid_bundle = false;
int64_t start_time = current_sys_time_ms();
STREAMING_LOG(DEBUG) << "GetMessageFromChannel, timeout_ms=" << timeout_ms
<< ", wait_time_ms=" << wait_time_ms;
while (runtime_context_->GetRuntimeStatus() == RuntimeStatus::Running &&
!is_valid_bundle && current_sys_time_ms() - start_time < timeout_ms) {
STREAMING_LOG(DEBUG) << "[Reader] send get request queue seq id=" << qid;
/// In AT_LEAST_ONCE, wait_time_ms is set to 0, means `ConsumeItemFromChannel`
/// will return immediately if no items in queue. At the same time, `timeout_ms` is
/// ignored.
channel_map_[channel_info.channel_id]->ConsumeItemFromChannel(
message->data, message->data_size, wait_time_ms);
STREAMING_LOG(DEBUG) << "ConsumeItemFromChannel done, bytes="
<< Util::Byte2hex(message->data, message->data_size);
channel_info.get_queue_item_times++;
if (!message->data) {
RETURN_IF_NOT_OK(reliability_helper_->HandleNoValidItem(channel_info));
} else {
uint64_t current_time = current_sys_time_ms();
channel_info.resend_notify_timer = current_time;
// Note(lingxuan.zlx): To find which channel get an invalid data and
// print channel id for debugging.
STREAMING_CHECK(StreamingMessageBundleMeta::CheckBundleMagicNum(message->data))
<< "Magic number invalid, from channel " << channel_info.channel_id;
message->meta = StreamingMessageBundleMeta::FromBytes(message->data);
is_valid_bundle = true;
if (!runtime_context_->GetConfig().IsAtLeastOnce()) {
// filter message when msg_id doesn't match.
// reader will filter message only when using streaming queue and
// non-at-least-once mode
BundleCheckStatus status = CheckBundle(message);
STREAMING_LOG(DEBUG) << "CheckBundle, result=" << status
<< ", last_msg_id=" << last_message_id_[message->from];
if (status == BundleCheckStatus::BundleToBeSplit) {
SplitBundle(message, last_message_id_[qid]);
}
if (status == BundleCheckStatus::BundleToBeThrown && message->meta->IsBarrier()) {
STREAMING_LOG(WARNING)
<< "Throw barrier, msg_id=" << message->meta->GetLastMessageId();
}
is_valid_bundle = status != BundleCheckStatus::BundleToBeThrown;
}
}
}
if (RuntimeStatus::Interrupted == runtime_context_->GetRuntimeStatus()) {
return StreamingStatus::Interrupted;
}
if (!is_valid_bundle) {
STREAMING_LOG(DEBUG) << "GetMessageFromChannel timeout, qid="
<< channel_info.channel_id;
return StreamingStatus::GetBundleTimeOut;
}
STREAMING_LOG(DEBUG) << "[Reader] received message id="
<< message->meta->GetLastMessageId() << ", queue id=" << qid;
last_message_id_[message->from] = message->meta->GetLastMessageId();
return StreamingStatus::OK;
}
BundleCheckStatus DataReader::CheckBundle(const std::shared_ptr<DataBundle> &message) {
uint64_t end_msg_id = message->meta->GetLastMessageId();
uint64_t start_msg_id = message->meta->IsEmptyMsg()
? end_msg_id
: end_msg_id - message->meta->GetMessageListSize() + 1;
uint64_t last_msg_id = last_message_id_[message->from];
// Writer will keep sending bundles when downstream reader failover. After reader
// recovered, it will receive these bundles whoes msg_id is larger than expected.
if (start_msg_id > last_msg_id + 1) {
return BundleCheckStatus::BundleToBeThrown;
}
if (end_msg_id < last_msg_id + 1) {
// Empty message and barrier's msg_id equals to last message, so we shouldn't throw
// them.
return end_msg_id == last_msg_id && !message->meta->IsBundle()
? BundleCheckStatus::OkBundle
: BundleCheckStatus::BundleToBeThrown;
}
// Normal bundles.
if (start_msg_id == last_msg_id + 1) {
return BundleCheckStatus::OkBundle;
}
return BundleCheckStatus::BundleToBeSplit;
}
void DataReader::SplitBundle(std::shared_ptr<DataBundle> &message, uint64_t last_msg_id) {
std::list<StreamingMessagePtr> msg_list;
StreamingMessageBundle::GetMessageListFromRawData(
message->data + kMessageBundleHeaderSize,
message->data_size - kMessageBundleHeaderSize, message->meta->GetMessageListSize(),
msg_list);
uint32_t bundle_size = 0;
for (auto it = msg_list.begin(); it != msg_list.end();) {
if ((*it)->GetMessageId() > last_msg_id) {
bundle_size += (*it)->ClassBytesSize();
it++;
} else {
it = msg_list.erase(it);
}
}
STREAMING_LOG(DEBUG) << "Split message, from_queue_id=" << message->from
<< ", start_msg_id=" << msg_list.front()->GetMessageId()
<< ", end_msg_id=" << msg_list.back()->GetMessageId();
// recreate bundle
auto cut_msg_bundle = std::make_shared<StreamingMessageBundle>(
msg_list, message->meta->GetMessageBundleTs(), msg_list.back()->GetMessageId(),
StreamingMessageBundleType::Bundle, bundle_size);
message->Realloc(cut_msg_bundle->ClassBytesSize());
cut_msg_bundle->ToBytes(message->data);
message->meta = StreamingMessageBundleMeta::FromBytes(message->data);
}
StreamingStatus DataReader::StashNextMessageAndPop(std::shared_ptr<DataBundle> &message,
uint32_t timeout_ms) {
STREAMING_LOG(DEBUG) << "StashNextMessageAndPop, timeout_ms=" << timeout_ms;
// Get the first message.
message = reader_merger_->top();
STREAMING_LOG(DEBUG) << "Messages to be popped=" << *message
<< ", merger size=" << reader_merger_->size()
<< ", bytes=" << Util::Byte2hex(message->data, message->data_size);
// Then stash next message from its from queue.
std::shared_ptr<DataBundle> new_msg = std::make_shared<DataBundle>();
auto &channel_info = channel_info_map_[message->from];
RETURN_IF_NOT_OK(GetMessageFromChannel(channel_info, new_msg, timeout_ms, timeout_ms))
new_msg->last_barrier_id = channel_info.barrier_id;
reader_merger_->push(new_msg);
STREAMING_LOG(DEBUG) << "New message pushed=" << *new_msg
<< ", merger size=" << reader_merger_->size()
<< ", bytes=" << Util::Byte2hex(new_msg->data, new_msg->data_size);
// Barrier's message ID is equal to last message's ID.
// We will mark last message's ID as consumed in GetBundle.
// So barrier might be erased by streaming queue. We make a hack way here to
// copy barrier's data from streaming queue. TODO: There should be a more elegant way to
// do this.
if (new_msg->meta->IsBarrier()) {
uint8_t *origin_data = new_msg->data;
new_msg->Realloc(new_msg->data_size);
memcpy(new_msg->data, origin_data, new_msg->data_size);
}
// Pop message.
reader_merger_->pop();
STREAMING_LOG(DEBUG) << "Message popped, msg=" << *message
<< ", bytes=" << Util::Byte2hex(message->data, message->data_size);
// Record some metrics.
channel_info.last_queue_item_delay =
new_msg->meta->GetMessageBundleTs() - message->meta->GetMessageBundleTs();
channel_info.last_queue_item_latency = current_time_ms() - current_time_ms();
return StreamingStatus::OK;
}
StreamingStatus DataReader::GetMergedMessageBundle(std::shared_ptr<DataBundle> &message,
bool &is_valid_break,
uint32_t timeout_ms) {
RETURN_IF_NOT_OK(StashNextMessageAndPop(message, timeout_ms))
auto &offset_info = channel_info_map_[message->from];
uint64_t cur_queue_previous_msg_id = offset_info.current_message_id;
STREAMING_LOG(DEBUG) << "[Reader] [Bundle]" << *message
<< ", cur_queue_previous_msg_id=" << cur_queue_previous_msg_id;
int64_t cur_time = current_time_ms();
if (message->meta->IsBundle()) {
last_message_ts_ = cur_time;
is_valid_break = true;
} else if (message->meta->IsBarrier() && BarrierAlign(message)) {
last_message_ts_ = cur_time;
is_valid_break = true;
} else if (timer_interval_ != -1 && cur_time - last_message_ts_ >= timer_interval_ &&
message->meta->IsEmptyMsg()) {
// Sent empty message when reaching timer_interval
last_message_ts_ = cur_time;
is_valid_break = true;
}
offset_info.current_message_id = message->meta->GetLastMessageId();
last_bundle_ts_ = message->meta->GetMessageBundleTs();
STREAMING_LOG(DEBUG) << "[Reader] [Bundle] Get merged message bundle=" << *message
<< ", is_valid_break=" << is_valid_break;
last_fetched_queue_item_ = message;
return StreamingStatus::OK;
}
bool DataReader::BarrierAlign(std::shared_ptr<DataBundle> &message) {
// Arrange barrier action when barrier is arriving.
StreamingBarrierHeader barrier_header;
StreamingMessage::GetBarrierIdFromRawData(message->data + kMessageHeaderSize,
&barrier_header);
uint64_t barrier_id = barrier_header.barrier_id;
auto *barrier_align_cnt = &global_barrier_cnt_;
auto &channel_info = channel_info_map_[message->from];
// Target count is input vector size (global barrier).
uint32_t target_count = 0;
channel_info.barrier_id = barrier_header.barrier_id;
target_count = input_queue_ids_.size();
(*barrier_align_cnt)[barrier_id]++;
// The next message checkpoint is changed if this's barrier message.
STREAMING_LOG(INFO) << "[Reader] [Barrier] get barrier, barrier_id=" << barrier_id
<< ", barrier_cnt=" << (*barrier_align_cnt)[barrier_id]
<< ", global barrier id=" << barrier_header.barrier_id
<< ", from q_id=" << message->from << ", barrier type="
<< static_cast<uint32_t>(barrier_header.barrier_type)
<< ", target count=" << target_count;
// Notify invoker the last barrier, so that checkpoint or something related can be
// taken right now.
if ((*barrier_align_cnt)[barrier_id] == target_count) {
// map can't be used in multithread (crash in report timer)
barrier_align_cnt->erase(barrier_id);
STREAMING_LOG(INFO)
<< "[Reader] [Barrier] last barrier received, return barrier. barrier_id = "
<< barrier_id << ", from q_id=" << message->from;
return true;
}
return false;
}
StreamingStatus DataReader::GetBundle(const uint32_t timeout_ms,
std::shared_ptr<DataBundle> &message) {
STREAMING_LOG(DEBUG) << "GetBundle, timeout_ms=" << timeout_ms;
// Notify upstream that last fetched item has been consumed.
if (last_fetched_queue_item_) {
NotifyConsumed(last_fetched_queue_item_);
}
/// DataBundle will be returned to the upper layer in the following cases:
/// a batch of data is returned when the real data is read, or an empty message
/// is returned to the upper layer when the given timeout period is reached to
/// avoid blocking for too long.
auto start_time = current_time_ms();
bool is_valid_break = false;
uint32_t empty_bundle_cnt = 0;
while (!is_valid_break) {
if (RuntimeStatus::Interrupted == runtime_context_->GetRuntimeStatus()) {
return StreamingStatus::Interrupted;
}
auto cur_time = current_time_ms();
auto dur = cur_time - start_time;
if (dur > timeout_ms) {
return StreamingStatus::GetBundleTimeOut;
}
if (!unready_queue_ids_.empty()) {
std::vector<TransferCreationStatus> creation_status;
StreamingStatus status = InitChannel(creation_status);
switch (status) {
case StreamingStatus::InitQueueFailed:
break;
default:
STREAMING_LOG(INFO) << "Init reader queue in GetBundle";
}
if (StreamingStatus::OK != status) {
return status;
}
RETURN_IF_NOT_OK(InitChannelMerger(timeout_ms))
unready_queue_ids_.clear();
auto &merge_vec = reader_merger_->getRawVector();
for (auto &bundle : merge_vec) {
STREAMING_LOG(INFO) << "merger vector item=" << bundle->from;
}
}
RETURN_IF_NOT_OK(GetMergedMessageBundle(message, is_valid_break, timeout_ms));
if (!is_valid_break) {
empty_bundle_cnt++;
NotifyConsumed(message);
}
}
last_message_latency_ += current_time_ms() - start_time;
if (message->meta->GetMessageListSize() > 0) {
last_bundle_unit_ = message->data_size * 1.0 / message->meta->GetMessageListSize();
}
return StreamingStatus::OK;
}
void DataReader::GetOffsetInfo(
std::unordered_map<ObjectID, ConsumerChannelInfo> *&offset_map) {
offset_map = &channel_info_map_;
for (auto &offset_info : channel_info_map_) {
STREAMING_LOG(INFO) << "[Reader] [GetOffsetInfo], q id " << offset_info.first
<< ", message id=" << offset_info.second.current_message_id;
}
}
void DataReader::NotifyConsumedItem(ConsumerChannelInfo &channel_info, uint64_t offset) {
STREAMING_LOG(DEBUG) << "NotifyConsumedItem, offset=" << offset
<< ", channel_id=" << channel_info.channel_id;
channel_map_[channel_info.channel_id]->NotifyChannelConsumed(offset);
}
DataReader::DataReader(std::shared_ptr<RuntimeContext> &runtime_context)
: transfer_config_(new Config()), runtime_context_(runtime_context) {}
DataReader::~DataReader() { STREAMING_LOG(INFO) << "Streaming reader deconstruct."; }
void DataReader::Stop() {
runtime_context_->SetRuntimeStatus(RuntimeStatus::Interrupted);
}
void DataReader::NotifyConsumed(std::shared_ptr<DataBundle> &message) {
auto &channel_info = channel_info_map_[message->from];
auto &queue_info = channel_info.queue_info;
channel_info.notify_cnt++;
if (queue_info.target_message_id <= message->meta->GetLastMessageId()) {
NotifyConsumedItem(channel_info, message->meta->GetLastMessageId());
channel_map_[channel_info.channel_id]->RefreshChannelInfo();
if (queue_info.last_message_id != QUEUE_INVALID_SEQ_ID) {
uint64_t original_target_message_id = queue_info.target_message_id;
queue_info.target_message_id =
std::min(queue_info.last_message_id,
message->meta->GetLastMessageId() +
runtime_context_->GetConfig().GetReaderConsumedStep());
channel_info.last_queue_target_diff =
queue_info.target_message_id - original_target_message_id;
} else {
STREAMING_LOG(WARNING) << "[Reader] [QueueInfo] channel id " << message->from
<< ", last message id " << queue_info.last_message_id;
}
STREAMING_LOG(DEBUG) << "[Reader] [Consumed] Trigger notify consumed"
<< ", channel id=" << message->from
<< ", last message id=" << queue_info.last_message_id
<< ", target message id=" << queue_info.target_message_id
<< ", consumed message id=" << message->meta->GetLastMessageId()
<< ", bundle type="
<< static_cast<uint32_t>(message->meta->GetBundleType())
<< ", last message bundle ts="
<< message->meta->GetMessageBundleTs();
}
}
bool StreamingReaderMsgPtrComparator::operator()(const std::shared_ptr<DataBundle> &a,
const std::shared_ptr<DataBundle> &b) {
if (comp_strategy == ReliabilityLevel::EXACTLY_ONCE) {
if (a->last_barrier_id != b->last_barrier_id)
return a->last_barrier_id > b->last_barrier_id;
}
STREAMING_CHECK(a->meta);
// We proposed fixed id sequnce for stability of message in sorting.
if (a->meta->GetMessageBundleTs() == b->meta->GetMessageBundleTs()) {
return a->from.Hash() > b->from.Hash();
}
return a->meta->GetMessageBundleTs() > b->meta->GetMessageBundleTs();
}
} // namespace streaming
} // namespace ray
| C++ | 4 | firebolt55439/ray | streaming/src/data_reader.cc | [
"Apache-2.0"
]
|
os = "DOS"
newline = "crlf"
| TOML | 0 | vanillajonathan/julia | stdlib/TOML/test/testfiles/valid/newline-crlf.toml | [
"Zlib"
]
|
/*
* Copyright (c) 2012-2021 Daniele Bartolini et al.
* License: https://github.com/dbartolini/crown/blob/master/LICENSE
*/
using Gee;
namespace Crown
{
public class TextureResource
{
public static int import(Project project, string destination_dir, SList<string> filenames)
{
foreach (unowned string filename_i in filenames)
{
GLib.File file_src = File.new_for_path(filename_i);
GLib.File file_dst = File.new_for_path(Path.build_filename(destination_dir, file_src.get_basename()));
string resource_filename = project._source_dir.get_relative_path(file_dst);
string resource_path = resource_filename.substring(0, resource_filename.last_index_of_char('.'));
try
{
file_src.copy(file_dst, FileCopyFlags.OVERWRITE);
}
catch (Error e)
{
loge(e.message);
}
Hashtable texture = new Hashtable();
texture["source"] = project.resource_path_to_resource_name(resource_filename);
texture["generate_mips"] = true;
texture["normal_map"] = false;
SJSON.save(texture, Path.build_filename(project.source_dir(), resource_path) + ".texture");
}
return 0;
}
}
}
| Vala | 3 | galek/crown | tools/resource/texture_resource.vala | [
"MIT"
]
|
;; Testing user defined methods shadowing of predefined methods.
;;
;; This requires a version of the compiler which can handle multiple
;; modules in one file.
(include-file "include/flavors.lfe")
(defflavor flav-1 (x a (b 49))
(flav-2)
(gettable-instance-variables x a b)
(settable-instance-variables b)
)
(defmethod (set-b) (x) ;This should shadow the settable
(set 'b (tuple 'flav-1 x)))
(defmethod (a) () ;This should shadow the gettable
(tuple 'flav-1 (get 'a)))
(defmethod (x) (m n) ;This should not shadow the gettable
(tuple 'flav-1 (get 'x) m n))
(endflavor flav-1)
(defflavor flav-2 (c b)
()
(settable-instance-variables b)
)
(defmethod (b) ()
'42)
(endflavor flav-2)
| LFE | 3 | rvirding/flavors | test/get-set.lfe | [
"Apache-2.0"
]
|
package foo
class A {
open fun f() {}
} | Groff | 2 | qussarah/declare | jps-plugin/testData/incremental/classHierarchyAffected/classBecameFinal/A.kt.new.1 | [
"Apache-2.0"
]
|
' Licensed to the .NET Foundation under one or more agreements.
' The .NET Foundation licenses this file to you under the MIT license.
' See the LICENSE file in the project root for more information.
Imports Microsoft.CodeAnalysis.VisualBasic.Indentation
Imports Microsoft.CodeAnalysis.VisualBasic.LanguageServices
Imports Microsoft.CodeAnalysis.VisualBasic.Precedence
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.Wrapping.BinaryExpression
Namespace Microsoft.CodeAnalysis.VisualBasic.Wrapping.BinaryExpression
Friend Class VisualBasicBinaryExpressionWrapper
Inherits AbstractBinaryExpressionWrapper(Of BinaryExpressionSyntax)
Public Sub New()
' Override default indentation behavior. The special indentation rule tries to
' align parameters. But that's what we're actually trying to control, so we need
' to remove this.
MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance,
VisualBasicSyntaxFacts.Instance,
VisualBasicPrecedenceService.Instance)
End Sub
Protected Overrides Function GetNewLineBeforeOperatorTrivia(newLine As SyntaxTriviaList) As SyntaxTriviaList
Return newLine.InsertRange(0, {SyntaxFactory.WhitespaceTrivia(" "), SyntaxFactory.LineContinuationTrivia("_")})
End Function
End Class
End Namespace
| Visual Basic | 5 | ffMathy/roslyn | src/Features/VisualBasic/Portable/Wrapping/BinaryExpression/VisualBasicBinaryExpressionWrapper.vb | [
"MIT"
]
|
# Copyright 2021 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Utitiles for Cache Key generation based on Function Trace Type."""
from typing import Optional, Sequence, Dict
import weakref
import numpy as np
from tensorflow.python import pywrap_tfe
from tensorflow.python.framework import composite_tensor
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_spec
from tensorflow.python.ops import resource_variable_ops
from tensorflow.python.types import trace
class SignatureContext(trace.TracingContext):
"""Container for variables and flags shared across signature tracing."""
def __init__(self):
self._global_to_local_id = {}
# TODO(b/202772221): Consider dropping after alias pattern matching is
# supported.
def get_local_id(self, local_id):
if local_id not in self._global_to_local_id:
self._global_to_local_id[local_id] = len(self._global_to_local_id)
return self._global_to_local_id[local_id]
class GenericType(trace.TraceType):
"""Represents an arbitrary Python object."""
def __init__(self, obj):
self._object = obj
self._object_hash = self._make_hash(obj)
def is_subtype_of(self, other: trace.TraceType) -> bool:
return self == other
def most_specific_common_supertype(
self, others: Sequence[trace.TraceType]) -> Optional[trace.TraceType]:
return None
def __eq__(self, other) -> bool:
return isinstance(other, GenericType) and self._object == other._object
def __hash__(self) -> int:
return self._object_hash
# TODO(b/195985838): Cleanup once Tensor protocol is implemented.
def _make_hash(self, elem):
"""Deals with special cases while hashing arbitrary Python objects."""
try:
return hash(elem)
except TypeError:
# TODO(slebedev): consider using nest.
if isinstance(elem, tuple):
return hash(tuple(map(self._make_hash, elem)))
# TFE_Py_EncodeArg weakrefs arguments it does not recognize, and we expect
# all recognized types to be hashable.
assert isinstance(elem, weakref.ReferenceType)
v = elem()
if resource_variable_ops.is_resource_variable(v):
# We special case variables here to use unique_id as the cache key. This
# ensures we have to retrace whenever a different variable is passed in.
# This is needed to support cases where the user may use the id of a
# variable in the function perhaps as a lookup in a dictionary.
#
# This choice leads to more retracing when we could have possibly used
# the shape and dtype instead. However, we expect the number of
# variables in a program to be bounded, and correspondingly the number
# of retraces.
#
# Note we also include the class name to avoid collisions with strings.
return hash((v.__class__, v._unique_id)) # pylint: disable=protected-access
if self._is_ndarray(v):
# Numpy arrays are not hashable, but when calling functions we treat
# them in the same way as tf.Tensors.
if not hasattr(v, "shape") or not hasattr(v, "dtype"):
# TODO(tomhennigan) De-dup with _as_ndarray in _convert_numpy_inputs.
v = self._as_ndarray(v)
return hash(tensor_spec.TensorSpec(v.shape, v.dtype))
raise ValueError(
"Arguments to a tf.function must be a nested structure of "
"Tensors, Variables, NumPy arrays, or hashable Python "
f"objects, got {type(v)}.")
def _as_ndarray(self, value):
"""Converts value to an ndarray, assumes _is_ndarray(value)."""
# TODO(tomhennigan) Support __array_interface__ too (including for
# _convert_numpy_inputs).
return value.__array__()
def _is_ndarray(self, value):
"""Tests whether the given value is an ndarray (and not a TF tensor/var)."""
# TODO(tomhennigan) Support __array_interface__ too.
return hasattr(value, "__array__") and not (
isinstance(value, ops.Tensor) or
isinstance(value, resource_variable_ops.BaseResourceVariable) or
hasattr(value, "_should_act_as_resource_variable")
# For legacy reasons we do not automatically promote Numpy strings.
or isinstance(value, np.str_)
# NumPy dtypes have __array__ as unbound methods.
or isinstance(value, type)
# CompositeTensors should be flattened instead.
or isinstance(value, composite_tensor.CompositeTensor))
class CollectionType(trace.TraceType):
"""Represents a collection of TraceType objects.
Attributes:
components: The group of TraceTypes objects that this class represents.
"""
def __init__(self, *components: trace.TraceType):
self.components = components
def is_subtype_of(self, other: trace.TraceType) -> bool:
if not isinstance(other, type(self)):
return False
if len(self.components) != len(other.components):
return False
if not all([
component.is_subtype_of(other.components[i])
for i, component in enumerate(self.components)
]):
return False
return True
def most_specific_common_supertype(self, others: Sequence[trace.TraceType]):
if not all([
isinstance(other, type(self)) and
len(self.components) == len(other.components) for other in others
]):
return None
new_components = []
for i, component in enumerate(self.components):
common = component.most_specific_common_supertype(
*[other.components[i] for other in others])
if common is None:
return None
else:
new_components.append(common)
return new_components
def __eq__(self, other) -> bool:
if not isinstance(other, type(self)):
return False
if len(self.components) != len(other.components):
return False
if not all([
component == other.components[i]
for i, component in enumerate(self.components)
]):
return False
return True
def __hash__(self) -> int:
return hash((type(self), self.components))
class TupleType(CollectionType):
"""Represents a tuple of TraceType objects."""
pass
class ListType(CollectionType):
"""Represents a list of TraceType objects."""
pass
# TODO(b/201533914): Update to Mapping to be on par with current code.
class DictType(CollectionType):
"""Represents a dictionary of TraceType objects."""
def __init__(self, mapping: Dict[trace.TraceType, trace.TraceType]):
sorted_keys = sorted(mapping.keys(), key=hash)
components = []
for k in sorted_keys:
components.append(TupleType(k, mapping[k]))
super().__init__(*components)
def get_arg_spec(inputs, include_tensor_ranks_only,
encode_variables_by_resource_id, use_full_trace_type):
"""Returns the trace type specification of a function's arguments.
Args:
inputs: Tuple/List/Dict structure containing the function arguments
include_tensor_ranks_only: If Tensors should be considered by rank
encode_variables_by_resource_id: If Variables should be considered by
resource id
use_full_trace_type: Uses the TraceType protocol wherever possible.
Returns:
A TraceType object representing the function arguments.
"""
# TODO(b/201533914): Drop GenericType once TFE_Py_EncodeArg returns TraceType.
signature_context = SignatureContext()
return GenericType(
pywrap_tfe.TFE_Py_EncodeArg(inputs, signature_context,
include_tensor_ranks_only,
encode_variables_by_resource_id,
use_full_trace_type))
| Python | 4 | pedro-r-marques/tensorflow | tensorflow/python/eager/function_trace_type.py | [
"Apache-2.0"
]
|
{
"id": "5af62899-4300-552a-5d25-fbebaa9cc779",
"name": "demo.churchcrm.io",
"values": [
{
"enabled": true,
"key": "host",
"value": "demo.churchcrm.io/master",
"type": "text"
}
],
"timestamp": 1517189969949,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2018-01-29T02:03:52.921Z",
"_postman_exported_using": "Postman/5.5.1"
} | Io | 2 | lbridgman/CRM | postman/Environments/env.demo.churchcrm.io | [
"MIT"
]
|
#!/usr/bin/env bash
echo "Run Groovy Rest API Server"
echo "spring run restapi.groovy"
echo "http://localhost:8080/api/get"
spring run restapi.groovy
echo
echo "Run Groovy Eureka Server"
echo "spring run eureka.groovy"
echo "http://localhost:8761"
spring run eureka.groovy
echo | Shell | 3 | zeesh49/tutorials | spring-cloud-cli/groovy.sh | [
"MIT"
]
|
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
Describe "Basic Alias Provider Tests" -Tags "CI" {
Context "Validate basic PSDrive Cmdlets" {
BeforeAll {
#just use same location as TestDrive for simplicity
$psDriveRoot = "TestDrive:"
$psDriveName = "PsTestDriveName"
}
BeforeEach {
New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot > $null
}
AfterEach {
Remove-PSDrive -Name $psDriveName -Force -ErrorAction SilentlyContinue
}
It "Create a new PSDrive" {
try {
$newDrive = New-PSDrive -Name "NewDifferentPSDrive" -PSProvider FileSystem -Root $psDriveRoot
$newDrive.Name | Should -BeExactly "NewDifferentPSDrive"
$newDrive.Root | Should -BeExactly (Convert-Path $psDriveRoot)
}
finally {
Remove-PSDrive -Name "NewDifferentPSDrive" -Force -ErrorAction SilentlyContinue
}
}
It "Read data from a PSDrive" {
$driveProp = Get-ItemProperty ${psDriveName}:
$driveProp.PSDrive.Name | Should -BeExactly $psDriveName
}
It "Remove the PSDrive" {
$existsBefore = Test-Path "${psDriveName}:\"
Remove-PSDrive -Name ${psDriveName} -ErrorAction SilentlyContinue
$existsAfter = Test-Path "${psDriveName}:\"
$existsBefore | Should -BeTrue
$existsAfter | Should -BeFalse
}
It "Verify 'Used' and 'Free' script properties" {
$drive = Get-PSDrive -Name $psDriveName
$drive.Used | Should -Not -BeNullOrEmpty
$drive.Free | Should -Not -BeNullOrEmpty
}
}
}
Describe "Extended Alias Provider Tests" -Tags "Feature" {
BeforeAll {
#just use same location as TestDrive for simplicity
$psDriveRoot = "TestDrive:"
$psDriveName = "PsTestDriveName"
}
Context "Valdiate New-PSDrive Cmdlet Parameters" {
AfterEach {
Remove-PSDrive -Name $psDriveName -Force -ErrorAction SilentlyContinue
}
It "Verify Description" {
$result = New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot -Description "Test PSDrive to remove"
$result.Description | Should -BeExactly "Test PSDrive to remove"
}
It "Verify Confirm can be bypassed" {
$result = New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot -Confirm:$false
$result.Name | Should -BeExactly $psDriveName
}
It "Verify WhatIf" {
New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot -WhatIf > $null
{ Get-PSDrive -Name $psDriveName -ErrorAction Stop } | Should -Throw -ErrorId "GetLocationNoMatchingDrive,Microsoft.PowerShell.Commands.GetPSDriveCommand"
}
It "Verify Scope" {
New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot -Description "Test PSDrive to remove" -Scope Local > $null
$foundGlobal = $true
{ $globalDrive = Get-PSDrive -Name $psDriveName -Scope Global -ErrorAction Stop } | Should -Throw -ErrorId "GetDriveNoMatchingDrive,Microsoft.PowerShell.Commands.GetPSDriveCommand"
$localDrive = Get-PSDrive -Name $psDriveName -Scope Local
$localDrive.Name | Should -BeExactly $psDriveName
}
It "Verify '-Persist' parameter is not available on UNIX" -Skip:($IsWindows) {
{ New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot -Persist -Description "Test PSDrive to remove" } | Should -Throw -ErrorId "NamedParameterNotFound,Microsoft.PowerShell.Commands.NewPSDriveCommand"
}
}
Context "Valdiate Get-PSDrive Cmdlet Parameters" {
BeforeEach {
New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot > $null
}
AfterEach {
Remove-PSDrive -Name $psDriveName -Force -ErrorAction SilentlyContinue
}
It "Verify Name" {
$result = Get-PSDrive -Name $psDriveName
$result.Name | Should -BeExactly $psDriveName
}
It "Verify PSProvider" {
$result = Get-PSDrive -PSProvider "Alias"
$result.Name | Should -BeExactly "Alias"
}
It "Verify Scope" {
$result = Get-PSDrive -Scope 1 #scope 1 because drive was created in BeforeAll
$result.Name -contains $psDriveName | Should -BeTrue
}
}
Context "Valdiate Remove-PSDrive Cmdlet Parameters" {
BeforeEach {
New-PSDrive -Name $psDriveName -PSProvider FileSystem -Root $psDriveRoot > $null
}
AfterEach {
Remove-PSDrive -Name $psDriveName -Force -ErrorAction SilentlyContinue
}
It "Verify Confirm can be bypassed" {
Remove-PSDrive $psDriveName -Confirm:$false
$exists = Test-Path -Path $psDriveName
$exists | Should -BeFalse
}
It "Verify WhatIf" {
Remove-PSDrive $psDriveName -WhatIf
$exists = Test-Path -Path "${psDriveName}:"
$exists | Should -BeTrue
}
}
}
| PowerShell | 5 | rdtechie/PowerShell | test/powershell/Modules/Microsoft.PowerShell.Management/PSDrive.Tests.ps1 | [
"MIT"
]
|
within ModelicaByExample.PackageExamples;
model NewtonCooling
"Cooling example importing physical types from the Modelica Standard Library"
import Modelica.SIunits.Temperature;
import Modelica.SIunits.Mass;
import Modelica.SIunits.Area;
import ConvectionCoefficient = Modelica.SIunits.CoefficientOfHeatTransfer;
import SpecificHeat = Modelica.SIunits.SpecificHeatCapacity;
// Parameters
parameter Temperature T_inf=300.0 "Ambient temperature";
parameter Temperature T0=280.0 "Initial temperature";
parameter ConvectionCoefficient h=0.7 "Convective cooling coefficient";
parameter Area A=1.0 "Surface area";
parameter Mass m=0.1 "Mass of thermal capacitance";
parameter SpecificHeat c_p=1.2 "Specific heat";
// Variables
Temperature T "Temperature";
initial equation
T = T0 "Specify initial value for T";
equation
m*c_p*der(T) = h*A*(T_inf-T) "Newton's law of cooling";
end NewtonCooling;
| Modelica | 5 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Modelica/NewtonCooling.mo | [
"MIT"
]
|
hello = "hello"
world = "world"
(using nil) ->
hello = 3223
(a using nil) ->
hello = 3223
a = 323
(a,b,c using a,b,c) ->
a,b,c = 1,2,3
world = 12321
(a,e,f using a,b,c, hello) ->
a,b,c = 1,2,3
hello = 12321
world = "yeah"
| MoonScript | 0 | Shados/moonscript | spec/inputs/using.moon | [
"MIT",
"Unlicense"
]
|
strict digraph {
rankdir = BT ;
// special nodes
node [ shape = box , color = gray , style = "filled, rounded" ]; "B0" "B1" "B2" "W0" "W1" "W2" ;
node [ shape = ellipse , color = red , fillcolor = white ]; "features" ;
node [ shape = diamond, color = brown, style = bold ] ; "labels" ;
node [ shape = doublecircle , color = red , fillcolor = white ]; "CrossEntropyWithSoftmax" ;
node [ shape = box , color = black, style = "dashed, filled", fillcolor= limegreen ] ;"InvStdOfFeatures" "MeanOfFeatures" "Prior" ;
node [ shape = ellipse, color = blue, fillcolor = white, style = solid ];
// add labels and operation name
"B0" [ label = "B0 [512 x 1]\nLearnableParameter" ] ;
"B1" [ label = "B1 [512 x 1]\nLearnableParameter" ] ;
"B2" [ label = "B2 [132 x 1]\nLearnableParameter" ] ;
"CrossEntropyWithSoftmax" [ label = "CrossEntropyWithSoftmax [1]\nCrossEntropyWithSoftmax" ] ;
"EvalClassificationError" [ label = "EvalClassificationError [1]\nClassificationError" ] ;
"features" [ label = "features [363 x *]\nInputValue" ] ;
"H1" [ label = "H1 [512 x 1 x *]\nSigmoid" ] ;
"H2" [ label = "H2 [512 x 1 x *]\nSigmoid" ] ;
"HLast" [ label = "HLast [132 x 1 x *]\nPlus" ] ;
"InvStdOfFeatures" [ label = "InvStdOfFeatures [363]\nInvStdDev" ] ;
"labels" [ label = "labels [132 x *]\nInputValue" ] ;
"LogOfPrior" [ label = "LogOfPrior [132]\nLog" ] ;
"MeanOfFeatures" [ label = "MeanOfFeatures [363]\nMean" ] ;
"MVNormalizedFeatures" [ label = "MVNormalizedFeatures [363 x *]\nPerDimMeanVarNormalization" ] ;
"PosteriorProb" [ label = "PosteriorProb [132 x 1 x *]\nSoftmax" ] ;
"Prior" [ label = "Prior [132]\nMean" ] ;
"ScaledLogLikelihood" [ label = "ScaledLogLikelihood [132 x 1 x *]\nMinus" ] ;
"W0" [ label = "W0 [512 x 363]\nLearnableParameter" ] ;
"W0*features" [ label = "W0*features [512 x *]\nTimes" ] ;
"W0*features+B0" [ label = "W0*features+B0 [512 x 1 x *]\nPlus" ] ;
"W1" [ label = "W1 [512 x 512]\nLearnableParameter" ] ;
"W1*H1" [ label = "W1*H1 [512 x 1 x *]\nTimes" ] ;
"W1*H1+B1" [ label = "W1*H1+B1 [512 x 1 x *]\nPlus" ] ;
"W2" [ label = "W2 [132 x 512]\nLearnableParameter" ] ;
"W2*H1" [ label = "W2*H1 [132 x 1 x *]\nTimes" ] ;
subgraph {
rank=source ; "features"
}
subgraph {
rank=sink ; "CrossEntropyWithSoftmax" "ScaledLogLikelihood" "EvalClassificationError"
}
"labels" -> "CrossEntropyWithSoftmax" ;
"HLast" -> "CrossEntropyWithSoftmax" ;
"W2*H1" -> "HLast" ;
"B2" -> "HLast" ;
"W2" -> "W2*H1" ;
"H2" -> "W2*H1" ;
"W1*H1+B1" -> "H2" ;
"W1*H1" -> "W1*H1+B1" ;
"B1" -> "W1*H1+B1" ;
"W1" -> "W1*H1" ;
"H1" -> "W1*H1" ;
"W0*features+B0" -> "H1" ;
"W0*features" -> "W0*features+B0" ;
"B0" -> "W0*features+B0" ;
"W0" -> "W0*features" ;
"MVNormalizedFeatures" -> "W0*features" ;
"features" -> "MVNormalizedFeatures" ;
"MeanOfFeatures" -> "MVNormalizedFeatures" ;
"InvStdOfFeatures" -> "MVNormalizedFeatures" ;
"features" -> "InvStdOfFeatures" ;
"features" -> "MeanOfFeatures" ;
"labels" -> "EvalClassificationError" ;
"HLast" -> "EvalClassificationError" ;
"HLast" -> "ScaledLogLikelihood" ;
"LogOfPrior" -> "ScaledLogLikelihood" ;
"Prior" -> "LogOfPrior" ;
"labels" -> "Prior" ;
}
| Graphviz (DOT) | 4 | burhandodhy/CNTK | Tests/EndToEndTests/Speech/DNN/PlotDNN/cntkSpeech.dnn.dot | [
"MIT"
]
|
import Base.*
fun use(x: Base): String =
when (x) {
is A -> "A"
is B -> "B"
is C -> "C"
} | Groff | 4 | qussarah/declare | jps-plugin/testData/incremental/classHierarchyAffected/sealedClassImplAdded/use.kt.new.2 | [
"Apache-2.0"
]
|
table
tr
th id
th message
- for fortune in @fortunes
tr
td =fortune.id
td =fortune.message | Slim | 4 | xsoheilalizadeh/FrameworkBenchmarks | frameworks/Ruby/sinatra-sequel/views/fortunes.slim | [
"BSD-3-Clause"
]
|
-module(petstore_inline_object).
-include("petstore.hrl").
-export([petstore_inline_object/0]).
-export([petstore_inline_object/1]).
-export_type([petstore_inline_object/0]).
-type petstore_inline_object() ::
[ {'name', binary() }
| {'status', binary() }
].
petstore_inline_object() ->
petstore_inline_object([]).
petstore_inline_object(Fields) ->
Default = [ {'name', binary() }
, {'status', binary() }
],
lists:ukeymerge(1, lists:sort(Fields), lists:sort(Default)).
| Erlang | 4 | therockstorm/openapi-generator | samples/client/petstore/erlang-proper/src/model/petstore_inline_object.erl | [
"Apache-2.0"
]
|
#include <ATen/ATen.h>
#include <ATen/AccumulateType.h>
#include <ATen/Dispatch.h>
#include <ATen/TensorUtils.h>
#include <ATen/native/LossMulti.h>
#include <c10/util/irange.h>
namespace at {
namespace native {
namespace {
template <typename scalar_t>
inline scalar_t multilabel_margin_loss_forward_inner_sum_cpu(
scalar_t* input_data,
int64_t* target_data,
scalar_t* is_target_data,
int64_t dim) {
using accscalar_t = at::acc_type<scalar_t, false>;
accscalar_t sum = 0;
for (const auto ddt : c10::irange(dim)) {
int64_t target_idx = target_data[ddt];
if (target_idx < 0) {
break;
}
is_target_data[target_idx] = 1;
}
for (const auto dt : c10::irange(dim)) {
int64_t target_idx = target_data[dt];
if (target_idx < 0) {
break;
}
scalar_t input_target = input_data[target_idx];
for (const auto d : c10::irange(dim)) {
if (!is_target_data[d]) {
scalar_t z = 1 - input_target + input_data[d];
if (z > 0) {
sum += z;
}
}
}
}
return sum;
}
template <typename scalar_t>
static void multilabel_margin_loss_forward_out_frame(
const Tensor& input_contiguous,
const Tensor& target_contiguous,
Tensor& output,
Tensor& is_target,
int64_t reduction,
int64_t nframe,
int64_t dim) {
using accscalar_t = at::acc_type<scalar_t, false>;
scalar_t* input_data = input_contiguous.data_ptr<scalar_t>();
int64_t* target_data = target_contiguous.data_ptr<int64_t>();
scalar_t* is_target_data = is_target.data_ptr<scalar_t>();
if (reduction != Reduction::None || output.dim() == 0) {
scalar_t* output_data = output.data_ptr<scalar_t>();
accscalar_t sum = 0;
for (const auto t : c10::irange(nframe)) {
(void)t; //Suppress unused variable warning
sum += multilabel_margin_loss_forward_inner_sum_cpu(
input_data, target_data, is_target_data, dim);
input_data += dim;
target_data += dim;
is_target_data += dim;
}
sum /= dim;
if (reduction == Reduction::Mean) {
sum /= nframe;
}
*output_data = sum; // write scalar output value
} else {
auto output_acc = output.accessor<scalar_t, 1>();
for (const auto t : c10::irange(nframe)) {
scalar_t sum = multilabel_margin_loss_forward_inner_sum_cpu(
input_data, target_data, is_target_data, dim);
sum /= dim;
output_acc[t] = sum;
input_data += dim;
target_data += dim;
is_target_data += dim;
}
}
}
static void multilabel_margin_loss_forward_out_cpu_template(
const Tensor& input,
const Tensor& target,
Tensor& output,
Tensor& is_target,
int64_t reduction) {
auto target_arg = TensorArg(target, "target", 2);
// NOLINTNEXTLINE(cppcoreguidelines-init-variables)
int64_t nframe, dim;
const int64_t ndims = input.dim();
if (ndims <= 1) {
nframe = 1;
dim = ndims == 0 ? 1 : input.size(0);
}
else {
nframe = input.size(0);
dim = input.size(1);
}
multilabel_margin_loss_shape_check(nframe, dim, ndims, target_arg, input, target);
// special case target.dim() <= 1: produce scalar output for scalar inputs
// even if reduction == Reduction::None
if (reduction != Reduction::None || target.dim() <= 1) {
output.resize_({});
} else {
output.resize_({nframe});
}
is_target.resize_as_(target);
TORCH_CHECK(is_target.is_contiguous(), "is_target must be contiguous");
is_target.zero_();
if (input.numel() == 0) {
return;
}
TORCH_CHECK(
target.min().item<int64_t>() >= -1, target_arg, " is out of range");
TORCH_CHECK(
target.max().item<int64_t>() < dim, target_arg, " is out of range");
auto input_contiguous = input.contiguous();
auto target_contiguous = target.contiguous();
AT_DISPATCH_FLOATING_TYPES(
input.scalar_type(), "multilabel_margin_loss_forward_out_frame", [&] {
multilabel_margin_loss_forward_out_frame<scalar_t>(
input_contiguous, target_contiguous, output, is_target, reduction, nframe, dim);
});
}
template <typename scalar_t>
static void multilabel_margin_loss_backward_out_frame(
Tensor& grad_input,
const Tensor& grad_output,
const Tensor& input_contiguous,
const Tensor& target_contiguous,
int64_t reduction,
const Tensor& is_target_contiguous,
int64_t nframe,
int64_t dim) {
auto is_target_arg = TensorArg(is_target_contiguous, "is_target", 5);
TORCH_CHECK(
is_target_contiguous.min().item<scalar_t>() >= 0, is_target_arg, " is out of range");
TORCH_CHECK(
is_target_contiguous.max().item<scalar_t>() <= 1, is_target_arg, " is out of range");
scalar_t* input_data = input_contiguous.data_ptr<scalar_t>();
int64_t* target_data = target_contiguous.data_ptr<int64_t>();
scalar_t* is_target_data = is_target_contiguous.data_ptr<scalar_t>();
scalar_t g = static_cast<scalar_t>(
// NOLINTNEXTLINE(cppcoreguidelines-narrowing-conversions,bugprone-narrowing-conversions)
reduction == Reduction::Mean ? 1. / (nframe * dim) : 1. / dim);
scalar_t* grad_input_row_data = grad_input.data_ptr<scalar_t>();
for (const auto t : c10::irange(nframe)) {
(void)t; //Suppress unused variable warning
for (const auto dt : c10::irange(dim)) {
int64_t target_idx = target_data[dt];
if (target_idx < 0) {
break;
}
scalar_t input_target = input_data[target_idx];
for (const auto d : c10::irange(dim)) {
if (!is_target_data[d]) {
scalar_t z = 1 - input_target + input_data[d];
if (z > 0) {
grad_input_row_data[target_idx] -= g;
grad_input_row_data[d] += g;
}
}
}
}
input_data += dim;
target_data += dim;
is_target_data += dim;
grad_input_row_data += dim;
}
scalar_t* grad_input_data = grad_input.data_ptr<scalar_t>();
if (reduction != Reduction::None || grad_output.dim() == 0) {
assert(
reduction != Reduction::None || grad_output.dim() > 0 || nframe == 1);
const auto d = *grad_output.data_ptr<scalar_t>();
for (int64_t t = 0; t < nframe * dim; t++) {
grad_input_data[t] *= d;
}
} else {
check_dim_size(grad_output, 1, 0, nframe);
auto grad_output_acc = grad_output.accessor<scalar_t, 1>();
for (const auto t : c10::irange(nframe)) {
for (const auto d : c10::irange(dim)) {
grad_input_data[t * dim + d] *= grad_output_acc[t];
}
}
}
}
static void multilabel_margin_loss_backward_out_cpu_template(
Tensor& grad_input,
const Tensor& grad_output,
const Tensor& input,
const Tensor& target,
int64_t reduction,
const Tensor& is_target) {
// NOLINTNEXTLINE(cppcoreguidelines-init-variables)
int64_t nframe, dim;
CheckedFrom c = "multilabel_margin_loss_backward_cpu_template";
auto target_arg = TensorArg(target, "target", 3);
auto is_target_arg = TensorArg(is_target, "is_target", 5);
const int64_t ndims = input.dim();
multilabel_margin_loss_shape_check(nframe, dim, ndims, target_arg, input, target);
checkSameSize(c, target_arg, is_target_arg);
grad_input.resize_as_(input);
if (grad_input.numel() == 0) {
return;
}
TORCH_CHECK(grad_input.is_contiguous(), "grad_input must be contiguous");
grad_input.zero_();
TORCH_CHECK(
target.min().item<int64_t>() >= -1, target_arg, " is out of range");
TORCH_CHECK(
target.max().item<int64_t>() < dim, target_arg, " is out of range");
auto input_contiguous = input.contiguous();
auto target_contiguous = target.contiguous();
auto is_target_contiguous = is_target.contiguous();
AT_DISPATCH_FLOATING_TYPES(
input.scalar_type(), "multilabel_margin_loss_backward_out_frame", [&] {
multilabel_margin_loss_backward_out_frame<scalar_t>(
grad_input,
grad_output,
input_contiguous,
target_contiguous,
reduction,
is_target_contiguous,
nframe,
dim);
});
}
} // namespace
std::tuple<Tensor&, Tensor&> multilabel_margin_loss_forward_out_cpu(const Tensor& self,
const Tensor& target,
int64_t reduction,
Tensor& output,
Tensor& is_target) {
multilabel_margin_loss_forward_out_cpu_template(
self, target, output, is_target, reduction);
return std::tuple<Tensor&, Tensor&>(output, is_target);
}
std::tuple<Tensor, Tensor> multilabel_margin_loss_forward_cpu(
const Tensor& self,
const Tensor& target,
int64_t reduction) {
auto output = at::empty({0}, self.options());
auto is_target = at::empty({0}, self.options());
at::native::multilabel_margin_loss_forward_out_cpu(
self, target, reduction, output, is_target);
return std::make_tuple(output, is_target);
}
Tensor& multilabel_margin_loss_backward_cpu_out(const Tensor& grad_output,
const Tensor& self,
const Tensor& target,
int64_t reduction,
const Tensor& is_target,
Tensor& grad_input) {
multilabel_margin_loss_backward_out_cpu_template(
grad_input, grad_output, self, target, reduction, is_target);
return grad_input;
}
Tensor multilabel_margin_loss_backward_cpu(
const Tensor& grad_output,
const Tensor& self,
const Tensor& target,
int64_t reduction,
const Tensor& is_target) {
auto grad_input = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT);
at::native::multilabel_margin_loss_backward_cpu_out(
grad_output, self, target, reduction, is_target, grad_input);
return grad_input;
}
Tensor & multilabel_margin_loss_out(const Tensor & self, const Tensor & target, int64_t reduction, Tensor & output) {
Tensor is_target = at::empty({0}, self.options());
return std::get<0>(at::multilabel_margin_loss_forward_out(output, is_target, self, target, reduction));
}
Tensor multilabel_margin_loss(const Tensor & self, const Tensor & target, int64_t reduction) {
return std::get<0>(at::multilabel_margin_loss_forward(self, target, reduction));
}
} // namespace native
} // namespace at
| C++ | 5 | xiaohanhuang/pytorch | aten/src/ATen/native/LossMultiLabelMargin.cpp | [
"Intel"
]
|
struct ThriftArgs
{
1: i32 a,
2: i32 b,
}
struct ThriftReply
{
1: i32 c,
} | Thrift | 2 | huizuohaode/rpcx | _testutils/thrift_arith_service.thrift | [
"Apache-2.0"
]
|
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict-local
* @format
*/
import type {RNTesterModuleExample} from '../../types/RNTesterTypes';
import * as React from 'react';
import RNTesterButton from '../../components/RNTesterButton';
import {Text, Easing, StyleSheet, View, Animated} from 'react-native';
import RNTConfigurationBlock from '../../components/RNTConfigurationBlock';
const styles = StyleSheet.create({
content: {
backgroundColor: 'deepskyblue',
borderWidth: 1,
borderColor: 'dodgerblue',
padding: 20,
margin: 20,
borderRadius: 10,
alignItems: 'center',
},
});
function CompositeAnimationsWithEasingExample(): React.Node {
const anims = [1, 2, 3].map(() => new Animated.Value(0));
return (
<View>
<RNTConfigurationBlock>
<Text>Note you cannot `useNativeDriver` for layout properties.</Text>
</RNTConfigurationBlock>
<RNTesterButton
onPress={() => {
Animated.sequence([
// One after the other
Animated.timing(anims[0], {
toValue: 200,
// $FlowFixMe[method-unbinding]
easing: Easing.linear,
useNativeDriver: false,
}),
Animated.delay(400), // Use with sequence
Animated.timing(anims[0], {
toValue: 0,
// Springy
easing: Easing.elastic(2),
useNativeDriver: false,
}),
Animated.delay(400),
Animated.stagger(
200,
anims
.map(anim =>
Animated.timing(anim, {
toValue: 200,
useNativeDriver: false,
}),
)
.concat(
anims.map(anim =>
Animated.timing(anim, {
toValue: 0,
useNativeDriver: false,
}),
),
),
),
Animated.delay(400),
Animated.parallel(
[
// $FlowFixMe[method-unbinding]
Easing.inOut(Easing.quad), // Symmetric
Easing.back(1.5), // Goes backwards first
Easing.ease, // Default bezier
].map((easing, ii) =>
Animated.timing(anims[ii], {
toValue: 320,
// $FlowFixMe[method-unbinding]
easing,
duration: 3000,
useNativeDriver: false,
}),
),
),
Animated.delay(400),
Animated.stagger(
200,
anims.map(anim =>
Animated.timing(anim, {
toValue: 0,
// Like a ball
// $FlowFixMe[method-unbinding]
easing: Easing.bounce,
duration: 2000,
useNativeDriver: false,
}),
),
),
]).start();
}}>
Press to Animate
</RNTesterButton>
{['Composite', 'Easing', 'Animations!'].map((text, ii) => (
<Animated.View
key={text}
style={[
styles.content,
{
left: anims[ii],
},
]}>
<Text>{text}</Text>
</Animated.View>
))}
</View>
);
}
export default ({
title: 'Composite Animations with Easing',
name: 'compositeAnimationsWithEasing',
description: ('Sequence, parallel, delay, and ' +
'stagger with different easing functions.': string),
expect:
'The 3 views will animate their `left` position based on their animation configurations.',
render: () => <CompositeAnimationsWithEasingExample />,
}: RNTesterModuleExample);
| JavaScript | 5 | bobzhang/react-native | packages/rn-tester/js/examples/Animated/ComposeAnimationsWithEasingExample.js | [
"CC-BY-4.0",
"MIT"
]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.