pierrejeambrun commented on code in PR #51793:
URL: https://github.com/apache/airflow/pull/51793#discussion_r2151790372
##########
airflow-core/src/airflow/ui/src/i18n/locales/fr/admin.json:
##########
@@ -0,0 +1,162 @@
+{
+ "columns":{
+ "description": "Description",
+ "key": "Clé",
+ "name": "Nom",
+ "value": "Valeur"
+ },
+ "config":{
+ "columns":{
+ "section": "Section"
+ },
+ "title": "Airflow Configuration"
+ },
+ "connections":{
+ "add":"Ajouter une Connexion",
+ "columns":{
+ "connectionId": "Connexion ID",
+ "connectionType": "Connexion Type",
+ "host": "Hôte",
+ "port": "Port"
+ },
+ "connection_one": "Connexion",
+ "connection_other": "Connexions",
+ "delete":{
+ "deleteConnection_one": "Supprimer 1 connexion",
+ "deleteConnection_other": "Supprimer {{count}} connexions",
+ "firstConfirmMessage_one": "Vous êtes sur le point de supprimer la
connexion suivante :",
+ "firstConfirmMessage_other": "Vous êtes sur le point de supprimer les
connexions suivantes :",
+ "title": "Supprimer la Connexion"
+ },
+ "edit": "Modifier la Connexion",
+ "form":{
+ "connectionIdRequired": "Connexion ID est requis",
Review Comment:
Done thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]