Localization - Translated Strings (#6233)

This commit is contained in:
csigs 2020-09-30 12:10:32 -07:00 коммит произвёл GitHub
Родитель 25dc96ac27
Коммит 754dd9a440
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
16 изменённых файлов: 48 добавлений и 48 удалений

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "若為 true將會載入所有程式庫的符號否則不會載入任何 solib 符號。預設值為 true。",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "以分號 ';' 分隔的檔名清單 (允許使用萬用字元)。修改 LoadAll 的行為。如果 LoadAll 為 true則不會載入與清單中任何名稱相符的程式庫符號。否則只會載入相符的程式庫符號。範例: \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "要求目前原始程式碼與 pdb 相符的選用旗標。",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "工作的名稱",
"c_cpp.taskDefinitions.command.description": "執行編譯的編譯器或指令碼路徑",
"c_cpp.taskDefinitions.args.description": "要傳遞給編譯器或編譯指令碼的其他引數",
"c_cpp.taskDefinitions.options.description": "其他命令選項",
"c_cpp.taskDefinitions.options.cwd.description": "所執行程式或指令碼的目前工作目錄。如果省略,則會使用 Code 的目前工作區根目錄。",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "工作的其他詳細資料"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "無法剖析 json 檔案,這可能是因為註解或結尾逗號所致。",
"extension.not.ready": "C/C ++ 延伸模組仍在安裝。如需詳細資訊,請查看輸出視窗。",
"refer.read.me": "如需疑難排解資訊,請參閱 {0}。問題可在 {1} 建立",
"process.exited.with.code": "{0} 已結束,錯誤碼為 {1}",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "V případě hodnoty true se načtou symboly pro všechny knihovny (lib), jinak se nenačtou žádné symboly solib. Výchozí hodnota je true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Seznam názvů souborů (s povolenými zástupnými znaky) oddělených středníky (;). Upraví chování pro LoadAll. Hodnota true pro LoadAll znamená, že se nemají načítat symboly pro knihovny (lib), které odpovídají libovolnému názvu v seznamu. V opačném případě se mají načíst symboly pro všechny odpovídající knihovny. Příklad: foo.so;bar.so",
"c_cpp.debuggers.requireExactSource.description": "Volitelný příznak, který vyžaduje, aby aktuální zdrojový kód odpovídal souboru pdb",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Název úlohy",
"c_cpp.taskDefinitions.command.description": "Cesta ke kompilátoru nebo skriptu, který provádí kompilaci",
"c_cpp.taskDefinitions.args.description": "Další argumenty, které se mají předat kompilátoru nebo kompilačnímu skriptu",
"c_cpp.taskDefinitions.options.description": "Další možnosti příkazu",
"c_cpp.taskDefinitions.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Další podrobnosti o typu úlohy"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Nepovedlo se parsovat soubor json, pravděpodobně kvůli komentářům nebo čárkám na konci.",
"extension.not.ready": "Rozšíření C/C++ se stále instaluje. Další informace najdete v okně výstupu.",
"refer.read.me": "Informace o řešení problémů najdete v {0}. Problémy se dají vytvořit v {1}.",
"process.exited.with.code": "{0} se ukončilo s kódem chyby {1}.",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "Bei TRUE werden Symbole für alle Bibliotheken geladen, andernfalls werden keine solib-Symbole geladen. Der Standardwert ist TRUE.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Liste der Dateinamen (Platzhalter zulässig), durch Semikolons \";\" getrennt. Ändert das Verhalten von LoadAll. Wenn LoadAll auf TRUE festgelegt ist, werden keine Symbole für Bibliotheken geladen, die einem beliebigen Namen in der Liste entsprechen. Andernfalls werden nur Symbole für übereinstimmende Bibliotheken geladen. Beispiel: \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "Optionales Flag, um anzufordern, dass der aktuelle Quellcode mit der PDB-Datei übereinstimmt.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Der Name der Aufgabe",
"c_cpp.taskDefinitions.command.description": "Der Pfad zu einem Compiler oder einem Skript, über den/das die Kompilierung ausgeführt wird",
"c_cpp.taskDefinitions.args.description": "Zusätzliche Argumente, die an den Compiler oder das Kompilierungsskript übergeben werden sollen",
"c_cpp.taskDefinitions.options.description": "Zusätzliche Befehlsoptionen",
"c_cpp.taskDefinitions.options.cwd.description": "Das aktuelle Arbeitsverzeichnis des ausgeführten Programms oder Skripts. Wenn keine Angabe erfolgt, wird das aktuelle Arbeitsbereich-Stammverzeichnis des Codes verwendet.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Zusätzliche Details zur Aufgabe"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Fehler beim Analysieren der JSON-Datei, möglicherweise aufgrund von Kommentaren oder nachgestellten Kommas.",
"extension.not.ready": "Die C/C++-Erweiterung wird noch installiert. Weitere Informationen finden Sie im Ausgabefenster.",
"refer.read.me": "Informationen zur Problembehandlung finden Sie hier: {0}. Issues können hier erstellt werden: {1}.",
"process.exited.with.code": "\"{0}\" wurde mit Fehlercode \"{1}\" beendet.",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "Si es true, se cargan los símbolos de todas las bibliotecas; de lo contrario, no se cargará ningún símbolo de la biblioteca compartida (solib). El valor predeterminado es true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Lista de nombres de archivo (se permiten comodines) separados por punto y coma \";\". Modifica el comportamiento de LoadAll. Si LoadAll es true, no se cargan los símbolos para las bibliotecas que coincidan con cualquier nombre de la lista. De lo contrario, solo se cargan los símbolos para las bibliotecas que coincidan. Ejemplo: \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "Marca opcional que requiere que el código fuente actual coincida con el archivo PDB.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Nombre de la tarea",
"c_cpp.taskDefinitions.command.description": "Ruta de acceso a un compilador o script que realiza la compilación.",
"c_cpp.taskDefinitions.args.description": "Argumentos adicionales que se pasan al compilador o al script de compilación",
"c_cpp.taskDefinitions.options.description": "Opciones de comando adicionales",
"c_cpp.taskDefinitions.options.cwd.description": "Directorio de trabajo actual del script o el programa ejecutado. Si se omite, se usa la raíz del área de trabajo actual de Code.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Detalles adicionales de la tarea"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "No se pudo analizar el archivo json, posiblemente debido a comentarios o a comas finales.",
"extension.not.ready": "La extensión de C/C++ aún se está instalando. Vea la ventana de salida para obtener más información.",
"refer.read.me": "Consulte {0} para obtener información de solución de problemas. Puede crear incidencias en {1}",
"process.exited.with.code": "{0} se cerró con el código de error {1}",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "Si la valeur est true, les symboles de toutes les bibliothèques sont chargés. Sinon, aucun symbole solib n'est chargé. La valeur par défaut est true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Liste des noms de fichiers (caractères génériques autorisés) séparés par des points-virgules ';'. Modifie le comportement de LoadAll. Si LoadAll a la valeur true, les symboles des bibliothèques correspondant à un nom de la liste ne sont pas chargés. Sinon, les symboles des bibliothèques ayant une correspondance sont chargés. Exemple : \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "Indicateur facultatif pour exiger que le code source actuel corresponde au fichier pdb.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Nom de la tâche",
"c_cpp.taskDefinitions.command.description": "Chemin d'un compilateur ou d'un script qui effectue la compilation",
"c_cpp.taskDefinitions.args.description": "Arguments supplémentaires à passer au compilateur ou au script de compilation",
"c_cpp.taskDefinitions.options.description": "Options de commande supplémentaires",
"c_cpp.taskDefinitions.options.cwd.description": "Répertoire de travail actif du programme ou script exécuté. En cas d'omission, la racine de l'espace de travail actif de Code est utilisée.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Détails supplémentaires de la tâche"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Échec de l'analyse du fichier json, probablement en raison de commentaires ou de virgules de fin.",
"extension.not.ready": "L'extension C/C++ est toujours en cours d'installation. Pour plus d'informations, consultez la fenêtre Sortie.",
"refer.read.me": "Pour plus d'informations sur la résolution des problèmes, consultez {0}. Des demandes peuvent être créées sur {1}",
"process.exited.with.code": "{0} a quitté avec le code d'erreur {1}",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "Se è true, verranno caricati i simboli per tutte le librerie; in caso contrario, non verrà caricato alcun simbolo di solib. Il valore predefinito è true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Elenco di nomi di file (caratteri jolly consentiti) delimitati da punti e virgola ';'. Modifica il comportamento di LoadAll. Se LoadAll è true, non carica i simboli per le librerie corrispondenti a qualsiasi nome dell'elenco. In caso contrario, carica solo i simboli per le librerie corrispondenti. Esempio: \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "Flag facoltativo per richiedere che il codice sorgente corrente corrisponda al PDB.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Nome dell'attività",
"c_cpp.taskDefinitions.command.description": "Percorso di un compilatore o di uno script che esegue la compilazione",
"c_cpp.taskDefinitions.args.description": "Argomenti aggiuntivi da passare al compilatore o allo script di compilazione",
"c_cpp.taskDefinitions.options.description": "Opzioni aggiuntive del comando",
"c_cpp.taskDefinitions.options.cwd.description": "Directory di lavoro corrente del programma o dello script eseguito. Se omesso, viene usata la radice dell'area di lavoro corrente di Visual Studio Code.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Dettagli aggiuntivi dell'attività"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Non è stato possibile analizzare il file JSON probabilmente a causa di commenti o virgole finali.",
"extension.not.ready": "L'estensione C/C++ è ancora in fase di installazione. Per altre informazioni, vedere la finestra di output.",
"refer.read.me": "Vedere {0} per informazioni sulla risoluzione dei problemi. È possibile creare problemi in {1}",
"process.exited.with.code": "{0} è stato terminato. Codice errore: {1}",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "При значении true (истина) будут загружаться символы для всех библиотек. В противном случае символы общих библиотек (solib) загружаться не будут. По умолчанию: true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Список имен файлов (допустимы подстановочные знаки), разделенных точкой с запятой (\";\") изменяет работу LoadAll. Если LoadAll имеет значение true (истина), то для библиотек, имя которых соответствует какому-либо имени в списке, символы загружаться не будут. В противном случае символы будут загружаться только для библиотек с именами из списка. Пример: \"foo.so;bar.so\".",
"c_cpp.debuggers.requireExactSource.description": "Необязательный флаг, требующий соответствия текущего исходного кода PDB-файлу.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Имя задачи",
"c_cpp.taskDefinitions.command.description": "Путь к компилятору или скрипту, выполняющему компиляцию",
"c_cpp.taskDefinitions.args.description": "Дополнительные аргументы для передачи компилятору или скрипту компиляции",
"c_cpp.taskDefinitions.options.description": "Дополнительные параметры команды",
"c_cpp.taskDefinitions.options.cwd.description": "Текущий рабочий каталог выполняемой программы или сценария. Если этот параметр опущен, используется корневой каталог текущей рабочей области Code.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Дополнительные сведения о задаче"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Не удалось проанализировать файл JSON, возможно, из-за комментариев или конечных запятых.",
"extension.not.ready": "Расширение C/C++ еще устанавливается. Дополнительные сведения см. в окне вывода.",
"refer.read.me": "Сведения об устранении неполадок см. в {0}. Вопросы можно создать в {1}",
"process.exited.with.code": "{0} завершил работу с кодом ошибки {1}",

Просмотреть файл

@ -225,10 +225,10 @@
"c_cpp.debuggers.symbolLoadInfo.loadAll.description": "True ise tüm kitaplıklar için semboller yüklenir, aksi halde hiçbir solib sembolü yüklenmez. Varsayılan değer: true.",
"c_cpp.debuggers.symbolLoadInfo.exceptionList.description": "Noktalı virgülle ';' ayrılmış dosya adları listesi (joker karakterlere izin verilir). LoadAll davranışını değiştirir. LoadAll değeri true ise, listedeki herhangi bir adla eşleşen kitaplıklar için sembolleri yüklemeyin. Aksi takdirde yalnızca eşleşen kitaplıklar için sembolleri yükleyin. Örnek: \"foo.so;bar.so\"",
"c_cpp.debuggers.requireExactSource.description": "Geçerli kaynak kodunun pdb ile eşleşmesini gerektiren isteğe bağlı bayrak.",
"c_cpp.taskDefinitions.name.description": "The name of the task",
"c_cpp.taskDefinitions.command.description": "The path to either a compiler or script that performs compilation",
"c_cpp.taskDefinitions.args.description": "Additional arguments to pass to the compiler or compilation script",
"c_cpp.taskDefinitions.options.description": "Additional command options",
"c_cpp.taskDefinitions.name.description": "Görevin adı",
"c_cpp.taskDefinitions.command.description": "Derlemeyi gerçekleştiren derleyici ya da betiğin yolu",
"c_cpp.taskDefinitions.args.description": "Derleyici veya derleme betiğine geçirilecek ek bağımsız değişkenler",
"c_cpp.taskDefinitions.options.description": "Ek komut seçenekleri",
"c_cpp.taskDefinitions.options.cwd.description": "Yürütülen program veya betiğin geçerli çalışma dizini. Atlanırsa Kodun geçerli çalışma alanının kökü kullanılır.",
"c_cpp.taskDefinitions.detail.description": "Additional details of the task"
"c_cpp.taskDefinitions.detail.description": "Görevin ek ayrıntıları"
}

Просмотреть файл

@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"failed.to.parse.json": "Failed to parse json file, possibly due to comments or trailing commas.",
"failed.to.parse.json": "Büyük olasılıkla açıklamalar veya sondaki virgüllerden dolayı json dosyası ayrıştırılamadı.",
"extension.not.ready": "C/C++ uzantısı hala yükleniyor. Daha fazla bilgi için çıkış penceresine bakın.",
"refer.read.me": "Sorun giderme bilgileri için lütfen şuraya bakın: {0}. Sorunlar {1} konumunda oluşturulabilir",
"process.exited.with.code": "{0}, {1} hata koduyla çıktı",