mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
Translated using Weblate (French)
Currently translated at 85.6% (179 of 209 strings) Translation: Woodpecker CI/UI Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/fr/
This commit is contained in:
parent
456500a2ef
commit
016f85abeb
1 changed files with 41 additions and 0 deletions
|
@ -131,6 +131,47 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"not_allowed": "Vous n'êtes pas autorisé à accéder à ce dépôt",
|
"not_allowed": "Vous n'êtes pas autorisé à accéder à ce dépôt",
|
||||||
|
"pipeline": {
|
||||||
|
"actions": {
|
||||||
|
"cancel": "Annuler",
|
||||||
|
"cancel_success": "Pipeline annulé",
|
||||||
|
"canceled": "Cette étape a été annulée.",
|
||||||
|
"log_auto_scroll": "Automatiquement défiler vers le bas",
|
||||||
|
"log_auto_scroll_off": "Désactiver le défilement automatique",
|
||||||
|
"log_download": "Télécharger",
|
||||||
|
"restart": "Redémarrer",
|
||||||
|
"restart_success": "Pipeline redémarré"
|
||||||
|
},
|
||||||
|
"config": "Configuration",
|
||||||
|
"created": "Crée",
|
||||||
|
"event": {
|
||||||
|
"cron": "Tache périodique",
|
||||||
|
"deploy": "Déploiement",
|
||||||
|
"pr": "Pull Request",
|
||||||
|
"push": "Push",
|
||||||
|
"tag": "Tag"
|
||||||
|
},
|
||||||
|
"execution_error": "Erreur d'execution",
|
||||||
|
"exit_code": "Code de retour {exitCode}",
|
||||||
|
"files": "Fichiers changés ({files})",
|
||||||
|
"loading": "Chargement…",
|
||||||
|
"log_download_error": "Il y a eu une erreur lors du téléchargement du fichier de journal",
|
||||||
|
"no_files": "Aucun fichier n'a été modifié.",
|
||||||
|
"no_pipeline_steps": "Aucune étape disponible !",
|
||||||
|
"no_pipelines": "Aucun pipeline n'a démarré pour le moment.",
|
||||||
|
"pipeline": "Pipeline #{pipelineId}",
|
||||||
|
"pipelines_for": "Pipelines pour la branche \"{branch}\"",
|
||||||
|
"protected": {
|
||||||
|
"approve": "Approuver",
|
||||||
|
"approve_success": "Pipeline approuvé",
|
||||||
|
"awaits": "Ce pipeline attends d'être approuvé par un mainteneur !",
|
||||||
|
"decline": "Refuser",
|
||||||
|
"decline_success": "Pipeline refusé",
|
||||||
|
"declined": "Le pipeline a été refusé !"
|
||||||
|
},
|
||||||
|
"step_not_started": "L'étape n'a pas démarré encore.",
|
||||||
|
"tasks": "Tâches"
|
||||||
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"actions": {
|
"actions": {
|
||||||
"actions": "Actions",
|
"actions": "Actions",
|
||||||
|
|
Loading…
Reference in a new issue