Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b0b4d1

Browse files
authored
Merge pull requestmicrosoft#6906 from microsoft/localization
[Auto] Localization - Translated Strings
2 parents1534bc5 +5661f0a commit3b0b4d1

18 files changed

+36
-36
lines changed

‎Extension/i18n/jpn/c_cpp_properties.schema.json.i18n.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"c_cpp_properties.schema.json.definitions.configurations.items.properties.macFrameworkPath":"Mac フレームワークからインクルードされたヘッダーを検索する際に Intellisense エンジンが使用するパスの一覧です。Mac 構成でのみサポートされます。",
1515
"c_cpp_properties.schema.json.definitions.configurations.items.properties.windowsSdkVersion":"Windows で使用する Windows SDK インクルード パスのバージョン (例: '10.0.17134.0')。",
1616
"c_cpp_properties.schema.json.definitions.configurations.items.properties.defines":"ファイルを解析する際に IntelliSense エンジンが使用するプリプロセッサ定義の一覧です。必要に応じて、= を使用して値を設定します (例: VERSION=1)。",
17-
"c_cpp_properties.schema.json.definitions.configurations.items.properties.intelliSenseMode":"The IntelliSense mode to use that maps to a platform and architecture variant ofMSVC,gcc, orClang. If not set or if set to${default}, the extension will choose the default for that platform.Windowsdefaults towindows-msvc-x64,Linuxdefaults tolinux-gcc-x64, andmacOSdefaults tomacos-clang-x64.",
17+
"c_cpp_properties.schema.json.definitions.configurations.items.properties.intelliSenseMode":"MSVCgccClang のプラットフォームとアーキテクチャのバリアントにマップするために使用する IntelliSense モードです。値が設定されていない場合または${default} に設定されている場合、拡張機能ではそのプラットフォームの既定値が選択されます。Windowsの既定値はwindows-msvc-x64Linuxの既定値はlinux-gcc-x64macOSの既定値はmacos-clang-x64 です。",
1818
"c_cpp_properties.schema.json.definitions.configurations.items.properties.forcedInclude":"翻訳単位のインクルード ファイルの前に含める必要があるファイルの一覧。",
1919
"c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider":"ソース ファイルの IntelliSense 構成情報を提供できる VS Code 拡張機能の ID です。",
2020
"c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders":"ヘッダーとして直接的または間接的にインクルードされたファイルのみを処理する場合は true、指定したインクルード パスにあるすべてのファイルを処理する場合は false です。",

‎Extension/i18n/jpn/package.i18n.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"c_cpp.configuration.enhancedColorization.description":"有効にすると、IntelliSense に基づいてコードが色分けされます。この設定は、intelliSenseEngine が\"Default\" に設定されている場合にのみ適用されます。",
166166
"c_cpp.configuration.codeFolding.description":"有効にした場合、コードの折りたたみの範囲は言語サーバーによって指定されます。",
167167
"c_cpp.configuration.vcpkg.enabled.markdownDescription":"[vcpkg 依存関係マネージャー](https://aka.ms/vcpkg/) の統合サービスを有効にします。",
168-
"c_cpp.configuration.addNodeAddonIncludePaths.description":"Add include paths fromnanand node-addon-apiwhen they're dependencies.",
168+
"c_cpp.configuration.addNodeAddonIncludePaths.description":"依存関係にある場合は、nanおよび node-addon-apiからのインクルード パスを追加します。",
169169
"c_cpp.configuration.renameRequiresIdentifier.description":"true の場合、'シンボルの名前変更' には有効な C/C++ 識別子が必要です。",
170170
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description":"True の場合、デバッガー シェルのコマンド置換では古いバックティック (') が使用されます。",
171171
"c_cpp.contributes.views.cppReferencesView.title":"C/C++: その他の参照結果",
@@ -218,12 +218,12 @@
218218
"c_cpp.debuggers.serverLaunchTimeout.description":"デバッガーが debugServer の起動を待機する時間 (ミリ秒、省略可能)。既定値は 10000 です。",
219219
"c_cpp.debuggers.coreDumpPath.description":"指定したプログラムのコア ダンプ ファイルへの完全なパス (省略可能)。既定値は null です。",
220220
"c_cpp.debuggers.cppdbg.externalConsole.description":"true の場合、デバッグ対象のためにコンソールが起動します。false の場合、Linux および Windows では、統合コンソールに表示されます。",
221-
"c_cpp.debuggers.cppvsdbg.externalConsole.description":"[Deprecated by 'console'] Iftrue, a console is launched for the debuggee. Iffalse, no console is launched.",
222-
"c_cpp.debuggers.cppvsdbg.console.description":"Where to launch the debug target. Defaults to'internalConsole'if not defined.",
223-
"c_cpp.debuggers.cppvsdbg.console.internalConsole.description":"Output to theVS CodeDebug Console. This doesn't support reading console input (ex:'std::cin'or 'scanf')",
221+
"c_cpp.debuggers.cppvsdbg.externalConsole.description":"['コンソール' で非推奨]true の場合、デバッグ対象のためにコンソールが起動します。false の場合、コンソールは起動しません。",
222+
"c_cpp.debuggers.cppvsdbg.console.description":"デバッグ ターゲットを起動する場所です。定義されていない場合、既定は'internalConsole'です。",
223+
"c_cpp.debuggers.cppvsdbg.console.internalConsole.description":"VS Codeデバッグ コンソールに出力します。これはコンソール入力の読み取りをサポートしていません (例:'std::cin'または 'scanf')",
224224
"c_cpp.debuggers.cppvsdbg.console.integratedTerminal.description":"VS Code の統合ターミナルです",
225-
"c_cpp.debuggers.cppvsdbg.console.externalTerminal.description":"Console applications will be launched in an external terminal window. The window will be reused in relaunch scenarios, and will not automatically disappear when the application exits.",
226-
"c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description":"Console applications will be launched in their own external console window which will end when the application stops. Non-console applications will run without a terminal, and stdout/stderrwill be ignored.",
225+
"c_cpp.debuggers.cppvsdbg.console.externalTerminal.description":"コンソール アプリケーションは、外部ターミナル ウィンドウで起動されます。このウィンドウは再起動のシナリオで再利用され、アプリケーションが終了しても自動的に消えません。",
226+
"c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description":"コンソール アプリケーションは、アプリケーションの停止時に終了する独自の外部コンソール ウィンドウで起動されます。コンソール以外のアプリケーションはターミナルなしで実行され、stdout およびstderrは無視されます。",
227227
"c_cpp.debuggers.avoidWindowsConsoleRedirection.description":"true の場合、統合ターミナルのサポートに必要なデバッグ対象のコンソール リダイレクトが無効になります。",
228228
"c_cpp.debuggers.sourceFileMap.description":"デバッグ エンジンに渡されたソース ファイル マッピングです (オプション)。例: '{\"/original/source/path\":\"/current/source/path\" }'",
229229
"c_cpp.debuggers.processId.anyOf.description":"デバッガーをアタッチするためのオプションのプロセス ID です。\"${command:pickProcess}\" を使用すれば、アタッチ先のローカルで実行されているプロセスの一覧を取得できます。一部のプラットフォームでは、プロセスにアタッチするには管理者特権が必要です。",

‎Extension/i18n/jpn/src/Debugger/configurationProvider.i18n.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"default.configuration.menuitem":"既定の構成",
88
"select.configuration":"構成の選択",
99
"cl.exe.not.available":"{0} のビルドとデバッグを使用できるのは、VS 用開発者コマンド プロンプトから VS Code を実行する場合のみです。",
10-
"miDebuggerPath.not.available":"miDebuggerPathdoes not exist: {0}. Has a debugger been installed?",
11-
"debugger.deprecated.config":"The key'{0}'is deprecated. Please use'{1}'instead.",
10+
"miDebuggerPath.not.available":"miDebuggerPathが存在しません: {0}。デバッガーはインストールされていますか?",
11+
"debugger.deprecated.config":"キー'{0}'は非推奨です。代わりに'{1}'をお使いください。",
1212
"debugger.not.available":"タイプ '{0}' のデバッガーは、Windows でのみ使用できます。現在の OS プラットフォームでは、タイプ '{1}' を使用してください。",
1313
"lldb.framework.install.xcode":"詳細",
1414
"lldb.framework.not.found":"lldb-mi の 'LLDB.framework' が見つかりません。XCode または XCode コマンド ライン ツールをインストールしてください。",

‎Extension/i18n/jpn/src/LanguageServer/configurations.i18n.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"cannot.resolve.compiler.path":"無効な入力です。コンパイラ パスを解決できません",
1616
"path.is.not.a.file":"パスがファイルではありません: {0}",
1717
"path.is.not.a.directory":"パスがディレクトリではありません: {0}",
18-
"duplicate.name":"{0}is a duplicate. The configuration name should be unique.",
18+
"duplicate.name":"{0}が重複しています。構成名は一意である必要があります。",
1919
"cannot.find2":"\"{0}\" が見つかりません。"
2020
}

‎Extension/i18n/jpn/src/nativeStrings.i18n.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,5 +206,5 @@
206206
"memory_limit_shutting_down_intellisense":"IntelliSense サーバーをシャットダウンしています: {0}。メモリ使用量は {1} MB で、{2} MB の制限を超えました。",
207207
"failed_to_query_for_standard_version":"既定の標準バージョンのパス\"{0}\" でコンパイラをクエリできませんでした。このコンパイラでは、コンパイラのクエリが無効になっています。",
208208
"unrecognized_language_standard_version":"コンパイラ クエリにより、認識されない言語標準バージョンが返されました。代わりに、サポートされている最新のバージョンが使用されます。",
209-
"intellisense_process_crash_detected":"IntelliSenseprocess crash detected."
209+
"intellisense_process_crash_detected":"IntelliSenseプロセスのクラッシュが検出されました。"
210210
}

‎Extension/i18n/jpn/ui/settings.html.i18n.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"compiler.arguments":"たとえば {0}、{1} など、使用されているインクルードや定義を変更するコンパイラ引数です。",
3131
"one.argument.per.line":"1 行につき 1 つの引数です。",
3232
"intellisense.mode":"IntelliSense モード",
33-
"intellisense.mode.description":"The IntelliSense mode to use that maps to a platform and architecture variant ofMSVC,gcc, orClang. If not set or if set to{0}, the extension will choose the default for that platform.Windowsdefaults to{1},Linuxdefaults to{2}, andmacOSdefaults to{3}. Select a specific IntelliSense mode to override the{4}mode.",
33+
"intellisense.mode.description":"MSVCgccClang のプラットフォームとアーキテクチャのバリアントにマップするために使用する IntelliSense モードです。値が設定されていない場合または{0} に設定されている場合、拡張機能ではそのプラットフォームの既定値が選択されます。Windowsの既定値は{1}Linuxの既定値は{2}macOSの既定値は{3} です。{4}モードをオーバーライドするには、特定の IntelliSense モードを選択します。",
3434
"include.path":"パスを含める",
3535
"include.path.description":"インクルード パスは、ソース ファイルにインクルードされるヘッダー ファイル ({0} など) を含むフォルダーです。インクルードされたヘッダー ファイルを検索する際に IntelliSense エンジンによって使用されるパスの一覧を指定します。これらのパスでの検索は再帰的ではありません。再帰的な検索を示す場合は、{1} を指定します。たとえば、{2} ではすべてのサブディレクトリが検索されますが、{3} はそうではありません。Windows 上に Visual Studio がインストールされている場合、または {4} 設定でコンパイラが指定されている場合は、この一覧にシステム インクルード パスを含める必要はありません。",
3636
"one.include.path.per.line":"1 行につき 1 つのインクルード パスです。",

‎Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"c_cpp_properties.schema.json.definitions.configurations.items.properties.macFrameworkPath":"Lista ścieżek, których aparat IntelliSense ma używać podczas wyszukiwania dołączanych nagłówków z platform na komputerach Mac. Obsługiwane tylko w konfiguracji dla komputerów Mac.",
1515
"c_cpp_properties.schema.json.definitions.configurations.items.properties.windowsSdkVersion":"Wersja ścieżki dołączania zestawu Windows SDK do użycia w systemie Windows, na przykład „10.0.17134.0”.",
1616
"c_cpp_properties.schema.json.definitions.configurations.items.properties.defines":"Lista definicji preprocesora, które mają być używane przez aparat IntelliSense podczas analizowania plików. Opcjonalnie można użyć operatora =, aby ustawić wartość, na przykład VERSION=1.",
17-
"c_cpp_properties.schema.json.definitions.configurations.items.properties.intelliSenseMode":"TheIntelliSensemode to use that maps to a platform and architecture variant ofMSVC, gcc, or Clang.If not set or if set to${default},the extension will choose the default for that platform. Windowsdefaults towindows-msvc-x64,Linux defaults tolinux-gcc-x64,and macOS defaults to macos-clang-x64.",
17+
"c_cpp_properties.schema.json.definitions.configurations.items.properties.intelliSenseMode":"Tryb funkcjiIntelliSensedo użycia, który jest mapowany na odpowiedni dla architektury wariant kompilatoraMSVC, gcc albo Clang.Jeśli ta wartość nie zostanie ustawiona lub zostanie ustawiona na${default},rozszerzenie wybierze ustawienie domyślne dla danej platformy. Dla systemu Windowsjest używana wartość domyślnawindows-msvc-x64,dla systemu Linux —linux-gcc-x64,a dla systemu macOS — macos-clang-x64.",
1818
"c_cpp_properties.schema.json.definitions.configurations.items.properties.forcedInclude":"Lista plików, które powinny być dołączane przed wszelkimi dołączanymi plikami w jednostce translacji.",
1919
"c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider":"Identyfikator rozszerzenia programu VS Code, które może udostępnić informacje o konfiguracji funkcji IntelliSense dla plików źródłowych.",
2020
"c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders":"Wartość true, aby przetwarzać tylko pliki bezpośrednio lub pośrednio dołączone jako nagłówki. Wartość false, aby przetwarzać wszystkie pliki w określonych ścieżkach dołączania.",

‎Extension/i18n/plk/package.i18n.json‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"c_cpp.configuration.enhancedColorization.description":"Jeśli ta opcja jest włączona, kod jest kolorowany na podstawie funkcji IntelliSense. To ustawienie ma zastosowanie tylko wtedy, gdy element intelliSenseEngine ma wartość „Default”.",
166166
"c_cpp.configuration.codeFolding.description":"Jeśli ta opcja jest włączona, zakresy składania kodu są dostarczane przez serwer języka.",
167167
"c_cpp.configuration.vcpkg.enabled.markdownDescription":"Włącz usługi integracji dla elementu [vcpkg dependency manager](https://aka.ms/vcpkg/).",
168-
"c_cpp.configuration.addNodeAddonIncludePaths.description":"Add include paths fromnanand node-addon-api when they're dependencies.",
168+
"c_cpp.configuration.addNodeAddonIncludePaths.description":"Dodaj ścieżki dołączania z biblioteknani node-addon-api, gdy są one zależnościami.",
169169
"c_cpp.configuration.renameRequiresIdentifier.description":"Jeśli ma wartość true, operacja „Zmień nazwę symbolu” będzie wymagać prawidłowego identyfikatora C/C++.",
170170
"c_cpp.configuration.debugger.useBacktickCommandSubstitution.description":"Jeśli wartość będzie równa true, podstawianie poleceń powłoki debugera będzie używać przestarzałego grawisa (`).",
171171
"c_cpp.contributes.views.cppReferencesView.title":"C/C++: inne wyniki odwołań",
@@ -218,12 +218,12 @@
218218
"c_cpp.debuggers.serverLaunchTimeout.description":"Opcjonalny czas, w milisekundach, przez jaki debuger ma oczekiwać na uruchomienie serwera debugServer. Wartość domyślna to 10000.",
219219
"c_cpp.debuggers.coreDumpPath.description":"Opcjonalna pełna ścieżka do podstawowego pliku zrzutu dla określonego programu. Wartością domyślną jest null.",
220220
"c_cpp.debuggers.cppdbg.externalConsole.description":"Jeśli wartość to true, konsola jest uruchamiana na potrzeby debugowanego obiektu. Jeśli wartość to false, w systemie Linux i Windows konsola zostanie wyświetlona w ramach zintegrowanej konsoli.",
221-
"c_cpp.debuggers.cppvsdbg.externalConsole.description":"[Deprecated by 'console'] If true, a console is launched for the debuggee. Iffalse, no console is launched.",
222-
"c_cpp.debuggers.cppvsdbg.console.description":"Where to launch the debug target. Defaults to 'internalConsole' if not defined.",
223-
"c_cpp.debuggers.cppvsdbg.console.internalConsole.description":"Output to theVS Code Debug Console. This doesn't support reading console input (ex:'std::cin' or 'scanf')",
221+
"c_cpp.debuggers.cppvsdbg.externalConsole.description":"[Przestarzałe i zastąpione przez element „console”] W przypadku wartości true uruchamiana jest konsola dla debugowanego obiektu. W przypadku wartościfalse nie jest uruchamiana żadna konsola.",
222+
"c_cpp.debuggers.cppvsdbg.console.description":"Miejsce uruchamiania obiektu docelowego debugowania. Jeśli wartość nie jest zdefiniowana, używana jest wartość domyślna „internalConsole”.",
223+
"c_cpp.debuggers.cppvsdbg.console.internalConsole.description":"Wyświetlaj dane wyjściowe w konsoli debugowania programuVS Code. Ta funkcja nie obsługuje odczytywania danych wejściowych konsoli (np. „std::cin” lub „scanf)",
224224
"c_cpp.debuggers.cppvsdbg.console.integratedTerminal.description":"Zintegrowany terminal programu VS Code",
225-
"c_cpp.debuggers.cppvsdbg.console.externalTerminal.description":"Console applications will be launched in an external terminal window. The window will be reused in relaunch scenarios, and will not automatically disappear when the application exits.",
226-
"c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description":"Console applications will be launched in their own external console window which will end when the application stops. Non-console applications will run without a terminal, andstdout/stderrwill be ignored.",
225+
"c_cpp.debuggers.cppvsdbg.console.externalTerminal.description":"Aplikacje konsolowe będą uruchamiane w zewnętrznym oknie terminalu. To okno będzie ponownie używane w scenariuszach ponownego uruchamiania i nie będzie automatycznie znikać po zamknięciu aplikacji.",
226+
"c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description":"Aplikacje konsolowe będą uruchamiane we własnym oknie konsoli, które zostanie zamknięte po zatrzymaniu aplikacji. Aplikacje inne niż konsolowe będą uruchamiane bez terminalu, a danestdout/stderrbędą ignorowane.",
227227
"c_cpp.debuggers.avoidWindowsConsoleRedirection.description":"Jeśli wartość to true, wyłącza przekierowywanie konsoli debugowanego obiektu, które jest wymagane do obsługi zintegrowanego terminalu.",
228228
"c_cpp.debuggers.sourceFileMap.description":"Opcjonalne mapowania plików źródłowych przekazywane do aparatu debugowania. Przykład: „{\"/oryginalna/ścieżka/źródłowa\":\"/bieżąca/ścieżka/źródłowa\" }”",
229229
"c_cpp.debuggers.processId.anyOf.description":"Opcjonalny identyfikator procesu, do którego ma zostać dołączony debuger. Użyj polecenia „${command:pickProcess}”, aby uzyskać listę uruchomionych lokalnie procesów, do których można dołączyć. Pamiętaj, że niektóre platformy wymagają uprawnień administratora, aby dołączyć je do procesu.",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp