[Loc] update to langpack source files (new format), and fix for vscode filter (#23698)

* [Loc] update to langpack source files (new format), and fix for vscode filter

* added markdown

* added in yarn lock
This commit is contained in:
Alex Ma
2023-07-07 18:26:43 -07:00
committed by GitHub
parent 92249aedda
commit 41401cf671
642 changed files with 51395 additions and 21021 deletions

View File

@@ -0,0 +1,38 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"bundle": {
"An error occurred while loading the audio file.": "Fehler beim Laden der Audiodatei.",
"An error occurred while loading the image.": "Beim Laden des Bildes ist ein Fehler aufgetreten.",
"An error occurred while loading the video file.": "Fehler beim Laden der Videodatei.",
"Image Binary Size": "Größe der Imagebinärdatei",
"Image Size": "Imagegröße",
"Image Zoom": "Bildzoom",
"Open file using VS Code's standard text/binary editor?": "Datei mit dem standardmäßigen Text-/Binär-Editor von Visual Studio Code öffnen?",
"Select zoom level": "Zoomfaktor auswählen",
"Whole Image": "Ganzes Bild",
"{0}B": "{0} B",
"{0}GB": "{0} GB",
"{0}KB": "{0} KB",
"{0}MB": "{0} MB",
"{0}TB": "{0} TB"
},
"package": {
"command.copyImage": "Kopieren",
"command.zoomIn": "Vergrößern",
"command.zoomOut": "Verkleinern",
"customEditor.audioPreview.displayName": "Audiovorschau",
"customEditor.imagePreview.displayName": "Bildvorschau",
"customEditor.videoPreview.displayName": "Videovorschau",
"description": "Stellt die integrierten Vorschauversionen von VS Code für Bilder, Audio und Video bereit.",
"displayName": "Medienvorschau"
}
}
}