Files
azuredatastudio/i18n/fra/extensions/agent/out/dialogs/jobStepDialog.i18n.json
Karl Burtram 6b501a1787 Update localization resource files (#6283)
* Update localization resource files

* Remove extra space from readme headers
2019-07-08 13:36:34 -07:00

56 lines
3.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"jobStepDialog.fileBrowserTitle": "Localiser les fichiers de base de données -",
"jobStepDialog.ok": "OK",
"jobStepDialog.cancel": "Annuler",
"jobStepDialog.general": "Général",
"jobStepDialog.advanced": "Avancé",
"jobStepDialog.open": "Ouvrir...",
"jobStepDialog.parse": "Analyser",
"jobStepDialog.successParse": "La commande a été analysée correctement.",
"jobStepDialog.failParse": "La commande a échoué.",
"jobStepDialog.blankStepName": "Le nom de létape ne peut être vide",
"jobStepDialog.processExitCode": "Code de sortie de processus d'une commande réussie :",
"jobStepDialog.stepNameLabel": "Nom de l'étape",
"jobStepDialog.typeLabel": "Type",
"jobStepDialog.runAsLabel": "Exécuter en tant que",
"jobStepDialog.databaseLabel": "Base de données ",
"jobStepDialog.commandLabel": "Commande",
"jobStepDialog.successAction": "Action de réussite",
"jobStepDialog.failureAction": "Action en cas déchec",
"jobStepDialog.runAsUser": "Exécuter en tant quutilisateur",
"jobStepDialog.retryAttempts": "Nouvelles tentatives",
"jobStepDialog.retryInterval": "Intervalle avant nouvelle tentative (minutes)",
"jobStepDialog.logToTable": "Écrire un journal dans une table",
"jobStepDialog.appendExistingTableEntry": "Ajouter la sortie à lentrée existante dans la table",
"jobStepDialog.includeStepOutputHistory": "Inclure le rendu de létape dans lhistorique",
"jobStepDialog.outputFile": "Fichier de sortie",
"jobStepDialog.appendOutputToFile": "Ajouter la sortie au fichier existant",
"jobStepDialog.selectedPath": "Chemin sélectionné",
"jobStepDialog.filesOfType": "Fichiers de type",
"jobStepDialog.fileName": "Nom de fichier",
"jobStepDialog.allFiles": "Tous les fichiers (*)",
"jobStepDialog.newJobStep": "Nouvelle étape du travail",
"jobStepDialog.editJobStep": "Modifier l'étape de travail",
"jobStepDialog.TSQL": "Script Transact-SQL (T-SQL)",
"jobStepDialog.powershell": "PowerShell",
"jobStepDialog.CmdExec": "Système d'exploitation (CmdExec)",
"jobStepDialog.replicationDistribution": "Serveur de distribution de réplication",
"jobStepDialog.replicationMerge": "Fusion de réplication",
"jobStepDialog.replicationQueueReader": "Agent de lecture de file d'attente de réplication",
"jobStepDialog.replicationSnapshot": "Instantané de réplication",
"jobStepDialog.replicationTransactionLogReader": "Lecteur du journal des transactions de réplication",
"jobStepDialog.analysisCommand": "Commande SQL Server Analysis Services",
"jobStepDialog.analysisQuery": "Requête SQL Server Analysis Services",
"jobStepDialog.servicesPackage": "Package SQL Server Integration Services",
"jobStepDialog.agentServiceAccount": "Compte de service SQL Server Agent",
"jobStepDialog.nextStep": "Passer à l'étape suivante",
"jobStepDialog.quitJobSuccess": "Quitter le travail signalant la réussite",
"jobStepDialog.quitJobFailure": "Quitter le travail signalant l'échec"
}