Files
azuredatastudio/i18n/ads-language-pack-fr/translations/extensions/image-preview.i18n.json
Alex Ma f7b9ca775a Update for language packs, (#14912)
* update DE lang pack extension strings from previous refresh

* bump lang pack versions for DE

* update for spanish langpack

* update for french langpack

* update for italian pack

* update for japanese pack

* update for korean pack

* update for Brazilian Portuguese pack

* update for Russian pack

* Update for Simplified Chinese pack

* update for Traditional Chinese pack

* added updated language packs for german and spanish

* changed vscode version

* added french and italian packs

* changes made to main

* japanese language pack added

* added korean pack

* Added Portuguese pack

* added russian pack, also small change to pt pack

* simplified chinese pack

* added traditional chinese pack

* deleted old language packs

* restore sql.i18n.json files

* Main.i18n.json reverted

* Revert sql json files

* main.i18n.json file for German updated

* updates to language packs 1

* main json for italian updated.

* update to japanese main

* finished translations for vs and sql in main.

* added ADS exclusive extensions to package.json

* fixed markdown and seti translation ids

* German language pack fixed

* Removed make from ads-language-pack-de and fixed es language pack

* french language pack fixed

* fixed italian language pack and restored typescript-basics

* removed unnecessary readme strings and nsions.

* fixed japanese pack

* Korean language pack fixed

* Portuguese language pack fixed

* fixed russian language pack

* Simplified Chinese pack fixed

* traditional chinese fixed

* restored sqlservernotebook
2021-03-31 11:08:45 -07:00

39 lines
1.4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "Aperçu de l'image",
"description": "Fournit l'aperçu d'image intégré de VS Code",
"customEditors.displayName": "Aperçu de l'image",
"command.zoomIn": "Zoom avant",
"command.zoomOut": "Zoom arrière"
},
"dist/binarySizeStatusBarEntry": {
"sizeB": "{0} o",
"sizeKB": "{0} Ko",
"sizeMB": "{0} Mo",
"sizeGB": "{0} Go",
"sizeTB": "{0} To",
"sizeStatusBar.name": "Taille binaire de l'image"
},
"dist/preview": {
"preview.imageLoadError": "Une erreur s'est produite au chargement de l'image.",
"preview.imageLoadErrorLink": "Ouvrir le fichier dans l'éditeur de texte/binaire standard de VS Code ?"
},
"dist/sizeStatusBarEntry": {
"sizeStatusBar.name": "Taille de l'image"
},
"dist/zoomStatusBarEntry": {
"zoomStatusBar.name": "Zoom de l'image",
"zoomStatusBar.placeholder": "Sélectionner le niveau de zoom",
"zoomStatusBar.wholeImageLabel": "Image entière"
}
}
}