microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
i18n/fra/src/extension/android/adb.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 | "NoSdkDirFoundInLocalPropertiesFile": "Valeur sdk.dir introuvable dans le fichier local.properties. Utilisation de l'emplacement du kit Android SDK à partir de PATH.", |
| 8 | "UsindAndroidSDKLocationDefinedInLocalPropertiesFile": "Utilisation de l'emplacement du kit Android SDK défini dans le fichier android/local.properties : {0}.", |
| 9 | "LocalPropertiesFileDoesNotExist": "Le fichier local.properties n'existe pas. Utilisation de l'emplacement du kit Android SDK à partir de PATH.", |
| 10 | "CouldNotReadFrom": "Impossible de lire à partir de {0}.", |
| 11 | "UsingAndroidSDKLocationFromPATH": "Utilisation de l'emplacement du kit Android SDK à partir de PATH." |
| 12 | } |