microsoft/vscode-react-native
Publicmirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/ios/iOSPlatform.i18n.json
12lines · modecode
| 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. |
| 6 | { |
| 7 | "ThereIsNoTargetWithSpecifiedTargetType": "Il n'existe aucune cible avec le type de cible spécifié '{0}'. Continuez avec n'importe quelle cible.", |
| 8 | "iosSchemeParameterAlreadySetInRunArguments": "'--scheme' est défini comme valeur du paramètre de configuration 'runArguments', la valeur du paramètre de configuration 'scheme' sera omise", |
| 9 | "ThereIsNoIosTargetWithSuchUdid": "Il n'existe aucune cible iOS avec un tel UDID : {0}", |
| 10 | "ThereIsNoIosDeviceWithSuchName": "Aucun appareil iOS ne porte ce nom : {0}", |
| 11 | "ThereIsNoIosSimulatorWithSuchName": "Il n'existe aucun simulateur iOS portant ce nom : {0}" |
| 12 | } |
| 13 | |