Localization - Translated Strings (#6063)

Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
This commit is contained in:
csigs
2020-09-01 09:59:03 -07:00
committed by GitHub
co-authored by DevDiv Build Lab - Dev14
parent bcb7cd5875
commit c90c130d05
19 changed files with 37 additions and 24 deletions
@@ -7,7 +7,7 @@
"c_cpp_properties.schema.json.definitions.configurations.items.properties.name": "配置标识符。Mac、Linux 和 Win32 是将在这些平台上自动选定的特殊配置标识符,但标识符可为任何内容。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compilerPath": "正在使用以便启用更准确的 IntelliSense 的编译器的完整路径,例如 /usr/bin/gcc。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compilerArgs": "用于修改所使用的包含或定义的编译器参数,例如 -nostdinc++、-m32 等。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cStandard": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C 标准版本。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cStandard": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliSense 将模拟等效的 C 标准版本。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.cppStandard": "用于 IntelliSense 的 C++ 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C++ 标准版本。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.compileCommands": "工作区的 compile_commands.json 文件的完整路径。",
"c_cpp_properties.schema.json.definitions.configurations.items.properties.includePath": "在搜索包含的标头时 IntelliSense 引擎要使用的路径列表。对这些路径的搜索不是递归搜索。指定 \"**\" 可指示递归搜索。例如: \"${workspaceFolder}/**\" 将搜索所有子目录,而 \"${workspaceFolder}\" 将不搜索所有子目录。",
@@ -14,7 +14,7 @@
"include_errors_update_include_path_squiggles_disables": "检测到 #include 错误。请更新 includePath。已为此翻译单元({0})禁用波形曲线。",
"include_errors_update_include_path_intellisense_disabled": "检测到 #include 错误。请更新 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
"could_not_parse_compile_commands": "无法分析“{0}”。将改用文件夹“{1}”中来自 c_cpp_properties.json 的 \"includePath\"。",
"could_not_parse_compile_commands": "无法分析“{0}”。将改用来自文件夹“{1}”中 c_cpp_properties.json 的 \"includePath\"。",
"could_not_find_compile_commands": "找不到“{0}”。将改用文件夹“{1}”中来自 c_cpp_properties.json 的 \"includePath\"。",
"file_not_found_in_path": "在“{1}”中未找到“{0}”。此文件将改用文件夹“{2}”中来自 c_cpp_properties.json 的 \"includePath\"。",
"database_reset": "已成功重置 IntelliSense 数据库。",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "程序包清单不存在",
"downloading.package": "正在下载程序包“{0}”",
"downloading.progress.description": "正在下载 {0}: {1}",
"error.from": "来自 {0} 的错误",
"failed.download.url": "未能下载 {0}",
"failed.retrying": "失败。正在重试...",
@@ -11,8 +11,8 @@
"switch.to.json": "通过单击文件链接或使用以下命令切换到 {0} 文件:",
"edit.configurations.in.json": "编辑 JSON 文件中的配置",
"edit.configurations.json": "C/C++: 编辑配置(JSON)",
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
"view.schema.reference": "Properties Schema Reference",
"check.the.schema": "转到 {0},详细了解 C/C++ 属性。",
"view.schema.reference": "属性架构引用",
"intellisense.configurations": "IntelliSense 配置",
"intellisense.configurations.description": "使用此编辑器编辑在基础 {0} 文件中定义的 IntelliSense 设置。在此编辑器中所做的更改仅适用于所选的配置。要一次编辑多个配置,请转到 {1}。",
"configuration.name": "配置名称",
@@ -38,7 +38,7 @@
"defines.description": "分析文件时 IntelliSense 引擎要使用的预处理器定义的列表。(可选)使用 {0} 设置值,例如 {1}。",
"one.definition.per.line": "每行一个定义。",
"c.standard": "C 标准",
"c.standard.description": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C 标准版本。",
"c.standard.description": "用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliSense 将模拟等效的 C 标准版本。",
"cpp.standard": "C++ 标准",
"cpp.standard.description": "用于 IntelliSense 的 C++ 语言标准的版本。注意: GNU 标准仅用于查询设置用来获取 GNU 定义的编译器,并且 IntelliSense 将模拟等效的 C++ 标准版本。",
"advanced.settings": "高级设置",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "套件資訊清單不存在",
"downloading.package": "下載套件 '{0}'",
"downloading.progress.description": "正在下載 {0}: {1}",
"error.from": "來自 {0} 的錯誤",
"failed.download.url": "無法下載 {0}",
"failed.retrying": "失敗。正在重試...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Manifest balíčku neexistuje.",
"downloading.package": "Stahuje se balíček {0}. ",
"downloading.progress.description": "Staženo {0}: {1}",
"error.from": "Chyba ze souboru {0}",
"failed.download.url": "Nepovedlo se stáhnout {0}.",
"failed.retrying": "Nepovedlo se. Pokus se opakuje...",
@@ -11,8 +11,8 @@
"switch.to.json": "Pokud se chcete přepnout na soubor {0}, klikněte na odkaz na soubor nebo použijte příkaz:",
"edit.configurations.in.json": "Upravit konfigurace v souboru JSON",
"edit.configurations.json": "C/C++: Upravit konfigurace (JSON)",
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
"view.schema.reference": "Properties Schema Reference",
"check.the.schema": "Další informace o vlastnostech jazyků C/C++ najdete tady: {0}",
"view.schema.reference": "Referenční informace ke schématu vlastností",
"intellisense.configurations": "Konfigurace IntelliSense",
"intellisense.configurations.description": "Pomocí tohoto editoru můžete upravovat nastavení IntelliSense definovaná v základním souboru {0}. Změny provedené v tomto editoru se budou vztahovat jen na vybranou konfiguraci. Pokud chcete upravit více konfigurací najednou, přejděte na {1}.",
"configuration.name": "Název konfigurace",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Das Paketmanifest ist nicht vorhanden.",
"downloading.package": "Paket \"{0}\" wird heruntergeladen.",
"downloading.progress.description": "{0} heruntergeladen: {1}",
"error.from": "Fehler von \"{0}\".",
"failed.download.url": "Fehler beim Herunterladen von \"{0}\".",
"failed.retrying": "Fehler. Vorgang wird wiederholt...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "El manifiesto del paquete no existe",
"downloading.package": "Descargando el paquete \"{0}\" ",
"downloading.progress.description": "Descargando el {0}: {1}",
"error.from": "Error de {0}",
"failed.download.url": "No se pudo descargar {0}",
"failed.retrying": "Error. Reintentando...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Le manifeste du package n'existe pas",
"downloading.package": "Téléchargement du package '{0}'",
"downloading.progress.description": "Téléchargement de {0} : {1}",
"error.from": "Erreur de {0}",
"failed.download.url": "Le téléchargement de {0} a échoué",
"failed.retrying": "Échec. Nouvelle tentative...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Il manifesto del pacchetto non esiste",
"downloading.package": "Download del pacchetto '{0}' ",
"downloading.progress.description": "Download al {0}: {1}",
"error.from": "Errore restituito da {0}",
"failed.download.url": "Non è stato possibile scaricare {0}",
"failed.retrying": "Errore. Verrà effettuato un nuovo tentativo...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "パッケージ マニフェストが存在しません",
"downloading.package": "パッケージ '{0}' をダウンロードしています",
"downloading.progress.description": "{0} をダウンロードしています: {1}",
"error.from": "{0} からのエラー",
"failed.download.url": "{0} をダウンロードできませんでした",
"failed.retrying": "失敗しました。再試行しています...",
@@ -11,8 +11,8 @@
"switch.to.json": "ファイルのリンクをクリックするか、次のコマンドを使用して、{0} ファイルに切り替えてください:",
"edit.configurations.in.json": "JSON ファイル内の構成の編集",
"edit.configurations.json": "C/C++: 構成の編集 (JSON)",
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
"view.schema.reference": "Properties Schema Reference",
"check.the.schema": "C/C++ プロパティの詳細については、{0} に移動してください。",
"view.schema.reference": "プロパティ スキーマの参照",
"intellisense.configurations": "IntelliSense の構成",
"intellisense.configurations.description": "このエディターを使用して、基になる {0} ファイルで定義されている IntelliSense 設定を編集します。このエディターでの変更は、選択した構成にのみ適用されます。一度に複数の構成を編集するには、{1} に移動します。",
"configuration.name": "構成名",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "패키지 매니페스트가 없습니다.",
"downloading.package": "'{0}' 패키지를 다운로드하는 중 ",
"downloading.progress.description": "{0} 다운로드하는 중: {1}",
"error.from": "{0}의 오류",
"failed.download.url": "{0}을(를) 다운로드하지 못했습니다.",
"failed.retrying": "실패했습니다. 다시 시도하는 중...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Manifest pakietu nie istnieje",
"downloading.package": "Pobieranie pakietu „{0}” ",
"downloading.progress.description": "Pobieranie — {0}: {1}",
"error.from": "Błąd z pliku {0}",
"failed.download.url": "Nie można pobrać elementu {0}",
"failed.retrying": "Niepowodzenie. Trwa ponawianie próby...",
@@ -11,8 +11,8 @@
"switch.to.json": "Przełącz do pliku {0}, klikając link pliku lub używając polecenia:",
"edit.configurations.in.json": "Edytuj konfiguracje w pliku JSON",
"edit.configurations.json": "C/C++: edytuj konfiguracje (JSON)",
"check.the.schema": "Learn more about the C/C++ properties by going to {0}.",
"view.schema.reference": "Properties Schema Reference",
"check.the.schema": "Dowiedz się więcej o właściwościach języka C/C++, przechodząc do: {0}.",
"view.schema.reference": "Odwołanie do schematu właściwości",
"intellisense.configurations": "Konfiguracje funkcji IntelliSense",
"intellisense.configurations.description": "Użyj tego edytora, aby edytować ustawienia funkcji IntelliSense zdefiniowane w źródłowym pliku {0}. Zmiany wprowadzone w tym edytorze dotyczą tylko wybranej konfiguracji. Aby edytować wiele konfiguracji naraz, przejdź do: {1}.",
"configuration.name": "Nazwa konfiguracji",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "O manifesto do pacote não existe",
"downloading.package": "Baixando o pacote '{0}' ",
"downloading.progress.description": "Baixando {0}: {1}",
"error.from": "Erro de {0}",
"failed.download.url": "Falha ao baixar {0}",
"failed.retrying": "Falha. Repetindo...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Манифест пакета не существует",
"downloading.package": "Выполняется скачивание пакета \"{0}\"",
"downloading.progress.description": "Скачивание {0}: {1}",
"error.from": "Ошибка из файла {0}",
"failed.download.url": "Не удалось скачать {0}",
"failed.retrying": "Сбой. Повторная попытка...",
@@ -4,9 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"downloading.progress.description": "Downloading {0}",
"installing.progress.description": "Installing {0}",
"package.manager.missing": "Paket bildirimi yok",
"downloading.package": "'{0}' paketi indiriliyor ",
"downloading.progress.description": "{0} indiriliyor: {1}",
"error.from": "Hata kaynağı: {0}",
"failed.download.url": "{0} indirilemedi",
"failed.retrying": "Başarısız oldu. Yeniden deneniyor...",