-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"config.cactbot.defaultLocale.description": "Définissez une langue par défaut pour la traduction des timelines. Si vous ne voulez pas qu'on vous demande vers quelle langue voulez-vous traduire à chaque fois, vous pouvez définir cette propriété à la langue de votre préférence.", | ||
"command.cactbot.timeline.incDecTime": "Augmenter ou diminuer l'heure de la sélection", | ||
"command.cactbot.timeline.setTime": "Définir l'heure de la sélection", | ||
"command.cactbot.timeline.translate": "Traduire la timeline actuelle" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"incDecTime.prompt": "Saisir un nombre (peut être négatif)", | ||
"incDecTime.inputValidNumber1DigitOnly": "Veuillez saisir un nombre valide (ne devrait y avoir qu'une décimale)", | ||
"setTime.prompt": "Saisir un nombre (peut être négatif)", | ||
"setTime.inputValidNumber": "Veuillez saisir un numéro valide" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*--------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All rights reserved. | ||
* Licensed under the MIT License. See License.txt in the project root for license information. | ||
*--------------------------------------------------------------------------------------------*/ | ||
// Do not edit this file. It is machine generated. | ||
{ | ||
"error.babel.transpile": "Erreur de lecture du fichier timeline", | ||
"error.trigger.notfound": "Impossible de trouver le fichier du trigger.", | ||
"error.timeline.translate.stack": "Erreur lors de la traduction du fichier \"{0}\" :\n{1}\n{2}\n{3}", | ||
"error.transle.line.stack": "Erreur lors de la traduction de la ligne {0} :\n{1}\n{2}\n{3}", | ||
"error.timeline.file.not.valid": "{0} n'est pas un chemin de fichier valide. Assurez-vous que votre fichier actif est \"ui/raidboss/data/**/*.(js|ts)\"", | ||
"translate.locale.prompt": "Sélectionner une langue..." | ||
} |