microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/ios/iOSPlatform.i18n.json
13lines · modeblame
efbe1ba6Yuri Skorokhodov7 years ago | 1 | /*--------------------------------------------------------------------------------------------- |
| 2 | * Copyright (c) Microsoft Corporation. All rights reserved. | |
| 3 | * Licensed under the MIT License. See License.txt in the project root for license information. | |
| 4 | *--------------------------------------------------------------------------------------------*/ | |
| 5 | // Do not edit this file. It is machine generated. | |
2c9fc8b9Daniel Ye7 years ago | 6 | { |
3a8fad25Ezio Li1 years ago | 7 | "iosRelativeProjectPathOptionIsDeprecatedUseRunArgumentsInstead": "L'option « iosRelativeProjectPath » est obsolète. Veuillez utiliser « runArguments » à la place.", |
| 8 | "ThereIsNoTargetWithSpecifiedTargetType": "Il n'existe aucune cible avec le type de cible spécifié '{0}'. Continuez avec n'importe quelle cible.", | |
| 9 | "iosSchemeParameterAlreadySetInRunArguments": "'--scheme' est défini comme valeur du paramètre de configuration 'runArguments', la valeur du paramètre de configuration 'scheme' sera omise", | |
| 10 | "ThereIsNoIosTargetWithSuchUdid": "Il n'existe aucune cible iOS avec un tel UDID : {0}", | |
| 11 | "ThereIsNoIosDeviceWithSuchName": "Aucun appareil iOS ne porte ce nom : {0}", | |
| 12 | "ThereIsNoIosSimulatorWithSuchName": "Il n'existe aucun simulateur iOS portant ce nom : {0}" | |
2c9fc8b9Daniel Ye7 years ago | 13 | } |