Skip to content

Commit

Permalink
Localization - Translated Strings (#5520)
Browse files Browse the repository at this point in the history
Co-authored-by: DevDiv Build Lab - Dev14 <[email protected]>
  • Loading branch information
csigs and DevDiv Build Lab - Dev14 authored May 18, 2020
1 parent d2f9113 commit d036a41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extension/i18n/rus/src/LanguageServer/references.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"searching.files": "Выполняется поиск файлов.",
"files.searched": "Просмотрено файлов: {0}/{1}. {2}",
"files.confirmed": "Подтверждено файлов: {0}/{1}. {2}",
"c.cpp.peek.references": "Ссылки для просмотра кода C/C++",
"c.cpp.peek.references": "Ссылки для быстрого редактирования кода C/C++",
"some.references.may.be.missing": "[Предупреждение] Некоторые ссылки могут отсутствовать, так как при запуске {0} анализ рабочей области не был завершен."
}
4 changes: 2 additions & 2 deletions Extension/i18n/rus/src/nativeStrings.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@
"fallback_to_64_bit_mode2": "Не удалось запросить сведения от компилятора. Возврат к 64-разрядному режиму IntelliSenseMode.",
"fallback_to_no_bitness": "Не удалось запросить сведения от компилятора. Возврат к режиму без использования разрядности.",
"intellisense_client_creation_aborted": "Создание клиента IntelliSense прервано: {0}",
"include_errors_config_provider_intellisense_disabled ": "#include errors detected based on information provided by the configurationProvider setting. IntelliSense features for this translation unit ({0}) will be provided by the Tag Parser.",
"include_errors_config_provider_squiggles_disabled ": "#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit ({0})."
"include_errors_config_provider_intellisense_disabled ": "обнаружены ошибки #include на основе сведений, предоставленных параметром configurationProvider. Функции IntelliSense для этой записи преобразования ({0}) будут предоставлены анализатором тегов.",
"include_errors_config_provider_squiggles_disabled ": "Обнаружены ошибки #include на основе сведений, предоставленных параметром configurationProvider. Волнистые линии для этой записи преобразования ({0}) отключены."
}

0 comments on commit d036a41

Please sign in to comment.