/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ja.xlf
252 строки
12 KB
Joey Robichaud
Improve LSP project load progress messages (#84744)
04 авг 2026, 02:52
Не верифицирован
04 авг 2026, 02:52
db11709
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" original="../LanguageServerResources.resx"> <body> <trans-unit id="Aborted"> <source>Aborted!</source> <target state="translated">中止されました!</target> <note /> </trans-unit> <trans-unit id="Additional_Info_Messages"> <source>Additional Info Messages</source> <target state="translated">追加情報メッセージ</target> <note /> </trans-unit> <trans-unit id="Attaching_debugger_to_process_0"> <source>Attaching debugger to process {0}</source> <target state="translated">プロセス {0} にデバッガーをアタッチしています</target> <note /> </trans-unit> <trans-unit id="Building_project"> <source>Building project...</source> <target state="translated">プロジェクトをビルドしています...</target> <note /> </trans-unit> <trans-unit id="Canceled"> <source>Canceled!</source> <target state="translated">キャンセル済み</target> <note /> </trans-unit> <trans-unit id="Client_failed_to_attach_the_debugger"> <source>Client failed to attach the debugger</source> <target state="translated">クライアントがデバッガーをアタッチできませんでした</target> <note /> </trans-unit> <trans-unit id="Completed_reload_of_all_projects_in_0"> <source>Completed (re)load of all projects in {0}</source> <target state="translated">{0} のすべてのプロジェクトの (再) 読み込みが完了しました</target> <note>The placeholder is a time duration like 00:15</note> </trans-unit> <trans-unit id="Debug_Trace_Messages"> <source>Debug Trace Messages</source> <target state="translated">デバッグ トレース メッセージ</target> <note /> </trans-unit> <trans-unit id="Debugging_tests"> <source>Debugging tests...</source> <target state="translated">テストをデバッグしています...</target> <note /> </trans-unit> <trans-unit id="Discovering_tests"> <source>Discovering tests...</source> <target state="translated">テストを検出しています...</target> <note /> </trans-unit> <trans-unit id="Exception_thrown_0"> <source>Exception thrown: {0}</source> <target state="translated">例外がスローされました: {0}</target> <note /> </trans-unit> <trans-unit id="Failed"> <source>Failed!</source> <target state="translated">失敗しました!</target> <note /> </trans-unit> <trans-unit id="Failed_0_Passed_1_Skipped_2_Total_3_Duration_4"> <source>Failed: {0}, Passed: {1}, Skipped: {2}, Total: {3}, Duration: {4}</source> <target state="translated">失敗: {0}、合格: {1}、スキップ: {2}、合計: {3}、期間: {4}</target> <note /> </trans-unit> <trans-unit id="Failed_to_read_project_assets_file_0_version_1_2"> <source>Failed to read project assets file {0} (version {1}), assuming a restore is required. {2}</source> <target state="translated">プロジェクトのアセット ファイル {0} (バージョン {1}) を読み取ることができませんでした。復元が必要であると想定されます。{2}</target> <note /> </trans-unit> <trans-unit id="Failed_to_read_runsettings_file_at_0_1"> <source>Failed to read .runsettings file at {0}:{1}</source> <target state="translated">{0}:{1} の .runsettings ファイルを読み取れできませんでした</target> <note /> </trans-unit> <trans-unit id="Failed_to_run_restore_on_0"> <source>Failed to run restore on {0}</source> <target state="translated">{0} で復元を実行できませんでした</target> <note /> </trans-unit> <trans-unit id="Found_0_tests_in_1"> <source>Found {0} tests in {1}</source> <target state="translated">{1} で {0} 件のテストが見つかりました</target> <note /> </trans-unit> <trans-unit id="Loaded_0"> <source>Loaded {0}</source> <target state="translated">{0} を読み込みました</target> <note>The placeholder is a name of a file</note> </trans-unit> <trans-unit id="Loaded_0_projects"> <source>Loaded {0} project(s)</source> <target state="translated">{0} 件のプロジェクトを読み込みました</target> <note>The placeholder is the number of projects</note> </trans-unit> <trans-unit id="Loading_0"> <source>Loading {0}...</source> <target state="translated">{0} を読み込んでいます...</target> <note>The placeholder is a name of a file</note> </trans-unit> <trans-unit id="Loading_0_projects"> <source>Loading {0} project(s)...</source> <target state="translated">{0} 件のプロジェクトを読み込んでいます...</target> <note>The placeholder is the number of projects</note> </trans-unit> <trans-unit id="Loading_projects"> <source>Loading projects...</source> <target state="new">Loading projects...</target> <note /> </trans-unit> <trans-unit id="Message"> <source>Message</source> <target state="translated">メッセージ</target> <note /> </trans-unit> <trans-unit id="No_test_methods_found_in_requested_range"> <source>No test methods found in requested range</source> <target state="translated">要求された範囲内にテスト メソッドが見つかりません</target> <note /> </trans-unit> <trans-unit id="Nothing_found_to_restore"> <source>Nothing found to restore</source> <target state="translated">復元できるものがありません</target> <note /> </trans-unit> <trans-unit id="Passed"> <source>Passed!</source> <target state="translated">合格しました。</target> <note /> </trans-unit> <trans-unit id="Project_0_has_unresolved_dependencies"> <source>Project {0} has unresolved dependencies</source> <target state="translated">プロジェクト {0} に未解決の依存関係があります</target> <note /> </trans-unit> <trans-unit id="Project_0_loaded_by_CSharp_Dev_Kit"> <source>Project {0} loaded by C# Dev Kit</source> <target state="translated">C# Dev Kit によって読み込まれたプロジェクト {0}</target> <note>The placeholder is a name of a file</note> </trans-unit> <trans-unit id="Projects_failed_to_load_because_MSBuild_could_not_be_found"> <source>Projects failed to load because the .NET Framework build tools could not be found. Try installing Visual Studio or the Visual Studio Build Tools package, or check the logs for details.</source> <target state="translated">.NET Framework のビルド ツールが見つからなかったため、プロジェクトを読み込めませんでした。Visual Studio または Visual Studio Build Tools パッケージをインストールするか、ログで詳細を確認してください。</target> <note /> </trans-unit> <trans-unit id="Projects_failed_to_load_because_Mono_could_not_be_found"> <source>Projects failed to load because the Mono could not be found. Ensure that Mono and MSBuild are installed, and check the logs for details.</source> <target state="translated">Mono が見つからなかったため、プロジェクトを読み込めませんでした。Mono と MSBuild がインストールされていることを確認し、ログで詳細を確認してください。</target> <note /> </trans-unit> <trans-unit id="Restore"> <source>Restore</source> <target state="translated">復元</target> <note /> </trans-unit> <trans-unit id="Restore_complete"> <source>Restore complete</source> <target state="translated">復元が完了しました</target> <note /> </trans-unit> <trans-unit id="Restore_started"> <source>Restore started</source> <target state="translated">復元が開始されました</target> <note /> </trans-unit> <trans-unit id="Restoring_0"> <source>Restoring {0}</source> <target state="translated">{0} を復元しています</target> <note /> </trans-unit> <trans-unit id="Running_dotnet_restore_on_0"> <source>Running dotnet restore on {0}</source> <target state="translated">{0} で dotnet restore を実行しています</target> <note /> </trans-unit> <trans-unit id="Running_tests"> <source>Running tests...</source> <target state="translated">テストを実行しています...</target> <note /> </trans-unit> <trans-unit id="Runsettings_file_does_not_exist_at_0"> <source>.runsettings file does not exist at {0}</source> <target state="translated">{0} に .runsettings ファイルが存在しません</target> <note /> </trans-unit> <trans-unit id="Show_csharp_logs"> <source>Show C# logs</source> <target state="translated">C# ログの表示</target> <note /> </trans-unit> <trans-unit id="Stack_Trace"> <source>Stack Trace</source> <target state="translated">スタック トレース</target> <note /> </trans-unit> <trans-unit id="Standard_Error_Messages"> <source>Standard Error Messages</source> <target state="translated">標準エラー メッセージ</target> <note /> </trans-unit> <trans-unit id="Standard_Output_Messages"> <source>Standard Output Messages</source> <target state="translated">標準出力メッセージ</target> <note /> </trans-unit> <trans-unit id="Starting_test_discovery"> <source>Starting test discovery</source> <target state="translated">テストの検出を開始します</target> <note /> </trans-unit> <trans-unit id="Starting_test_run"> <source>Starting test run</source> <target state="translated">テストの実行を開始します</target> <note /> </trans-unit> <trans-unit id="Successfully_completed_load_of_0"> <source>Successfully completed load of {0}</source> <target state="translated">{0} の読み込みが正常に完了しました</target> <note /> </trans-unit> <trans-unit id="Summary"> <source>Summary</source> <target state="translated">概要</target> <note /> </trans-unit> <trans-unit id="Test_discovery_aborted"> <source>Test discovery aborted</source> <target state="translated">テスト検出が中止されました</target> <note /> </trans-unit> <trans-unit id="Test_run_error"> <source>Test run error: {0}</source> <target state="translated">テスト実行エラー: {0}</target> <note /> </trans-unit> <trans-unit id="There_were_problems_loading_project_0_See_log_for_details"> <source>There were problems loading project {0}. See log for details.</source> <target state="translated">プロジェクト {0}の読み込み中に問題が発生しました。詳細については、ログを参照してください。</target> <note /> </trans-unit> <trans-unit id="Using_runsettings_file_at_0"> <source>Using .runsettings file at {0}</source> <target state="translated">{0} の runsettings ファイルを使用しています</target> <note /> </trans-unit> </body> </file> </xliff>