mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"diff.tooLarge": "Impossible de comparer les fichiers car l'un d'eux est trop volumineux."
|
||||
}
|
||||
15
i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
15
i18n/fra/src/vs/editor/browser/widget/diffReview.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"label.close": "Fermer",
|
||||
"header": "Différence {0} sur {1} : {2} d'origine, {3} lignes, {4} modifiées, {5} lignes",
|
||||
"blankLine": "vide",
|
||||
"equalLine": "{0} d'origine, {1} modifiées : {2}",
|
||||
"insertLine": "+ {0} modifiées : {1}",
|
||||
"deleteLine": "- {0} d'origine : {1}",
|
||||
"editor.action.diffReview.next": "Accéder à la différence suivante",
|
||||
"editor.action.diffReview.prev": "Accéder la différence précédente"
|
||||
}
|
||||
Reference in New Issue
Block a user