Skip to content

Commit

Permalink
Localization - Translated Strings (#3884)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Campbell <[email protected]>
  • Loading branch information
csigs and gcampbell-msft authored Jul 22, 2024
1 parent 01db4d6 commit eb4c00d
Show file tree
Hide file tree
Showing 104 changed files with 130 additions and 39 deletions.
4 changes: 3 additions & 1 deletion i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cmake-tools.command.cmake.debugTargetAll.title": "调试所有项目",
"cmake-tools.command.cmake.launchTarget.title": "运行但不调试",
"cmake-tools.command.cmake.launchTargetAll.title": "运行所有项目但不调试",
"cmake-tools.command.cmake.selectLaunchTarget.title": "设置调试目标",
"cmake-tools.command.cmake.selectLaunchTarget.title": "设置启动/调试目标",
"cmake-tools.command.cmake.stop.title": "取消生成",
"cmake-tools.command.cmake.stopAll.title": "取消所有项目的生成",
"cmake-tools.command.cmake.resetState.title": "重置 CMake Tools 扩展状态(用于故障排除)",
Expand Down Expand Up @@ -133,6 +133,7 @@
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description": "命令的说明。",
"cmake-tools.configuration.cmake.defaultVariants.overall.description": "配置默认变量设置。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.description": "生成类型。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.unspecified.long": "让 CMake 选择默认生成类型。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long": "禁用优化 - 包括调试信息。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long": "进行优化,提高速度 - 排除调试信息。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.minsize.long": "优化最小二进制大小 - 排除调试信息。",
Expand Down Expand Up @@ -200,6 +201,7 @@
"cmake-tools.configuration.cmake.revealLog.never.description": "日志既不显示也不占据焦点。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "支持导出 compile_commands.json。仅在工具包场景中使用。在预设场景中,请使用 CMakePresets.json 设置它",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 配置驱动器 CMake 配置、生成和测试。使用 CMakePresets.json 时,将忽略工具包、变量和 settings.json 中的某些设置。",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "在 Windows 上使用 CMake 预设时,请使用 Visual Studio 环境作为父环境。选择“自动”将仅在检测到受支持的编译器(cl、clang、clang-cl、clang-cpp、clang++)或正在使用 Ninja 生成器时应用 Visual Studio 环境。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允许使用 JSON 扩展,如 CMakePresets.json 中的注释。请注意,如果使用非标准 JSON,则其他 IDE 或命令行可能认为 CMakePresets.json 文件无效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "支持使用预设文件,这些文件使用的是 CMake Tools 扩展当前不支持的版本中的功能。将忽略未知属性和宏。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果为 `true`,则当在工作区中找到 CMakeLists.txt 文件,但未在根文件夹中找到时,扩展将不会要求用户选择 CMakeLists.txt 文件以进行配置。",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"options.configureWithDebuggerOnFail.do.not.show": "不再显示",
"configure.failed.tryWithDebugger": "配置失败。是否要尝试使用 CMake 调试程序进行配置?",
"no.configureWithDebugger.button": "取消",
"cmake.debug.name": "CMake 调试程序",
"finishing.configure": "正在完成配置",
"configure.failed": "未能配置项目",
"saving.open.files.before": "在配置/生成前保存打开的文件",
Expand Down
1 change: 0 additions & 1 deletion i18n/chs/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"creating.instance.of": "正在创建 {0} 的实例",
"removing": "正在删除 {0}",
"unlink.failed": "未能删除缓存文件 {0}",
"cmake.debug.name": "CMake 调试程序",
"toolchains.object.unsupported": "此版本的 CMake 不支持 \"toolchains\" 对象类型。编译器路径将通过读取 CMakeCache.txt 来确定。",
"build.all.target": "用于生成所有可用目标的特殊目标",
"cmake.install.name": "安装"
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"skip.set.workflow.preset": "使用工具包,跳过设置工作流预设: {0}",
"no.active.cmake.project": "没有活动的 CMake 项目。",
"invalid.folder": "无效的文件夹。",
"cmake.debug.name": "CMake 调试程序",
"select.a.cmake.project": "选择 cmake 项目",
"compilation information.not.found": "找不到此文件的编译信息",
"add.config.preset.in.test.mode": "正在测试模式下运行 CMakeTools。已禁用 addConfigurePreset。",
Expand Down
3 changes: 2 additions & 1 deletion i18n/chs/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"default.workflow.preset.description": "不添加任何参数的空工作流预设",
"circular.inherits.in.config.preset": "配置预设 {0} 中的循环继承",
"binaryDir.undefined": "配置预设 {0}: 未指定 binaryDir,使用默认值 {1}",
"no.cl.arch": "配置预设 {0}: 没有为 cl.exe 指定体系结构,默认情况下使用 x86",
"no.cl.arch": "配置预设 {0}: 未为 cl.exe 指定体系结构,默认使用 {1}",
"no.cl.toolset.arch": "配置预设{0}: 未为 cl.exe 指定工具集体系结构,默认使用 {1}",
"invalid.cl.toolset.arch": "配置预设{0}: 非预期的工具集体系结构指定了 {1},是否要指定 {2}?",
"no.cl.toolset.version": "配置预设 {0}: 没有为 cl.exe 指定工具集版本,默认情况下使用最新版本",
"unknown.toolset.option": "将忽略未识别的工具集选项: {0}",
"config.preset.not.found": "找不到名为 {0} 的配置预设",
"specified.vs.not.found": "配置预设 {0}: 未找到由 {1} 指定的 Visual Studio 实例,正在回退默认实例查找行为。",
"specified.cl.not.found": "配置预设 {0}: 未找到具有工具集 {2} 和体系结构 {3} 的编译器 {1},如果计算机上存在此工具集,则可能需要运行“CMake: 扫描编译器”命令。",
"vs.not.found": "配置预设 {0}: 找不到支持指定工具集 {1} 和体系结构 {2} 的 Visual Studio 安装,如果计算机上存在此工具集,则可能需要运行“CMake: 扫描编译器”命令。",
"using.vs.instance": "使用来自 Visual Studio 的开发人员环境(实例 {0},版本 {1},安装在 {2})",
"ninja.not.set": "未在 PATH 上设置 Ninja,正在尝试使用 {0}",
"property.unsupported.v2": "配置预设 {0}: 预设 v2 中不支持属性 {1}",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"included.presets.file.not.found": "找不到包含的预设文件 {0}",
"validating.presets.file": "读取并验证预设“文件 {0}”",
"unsupported.presets": "在 {0} 中检测到不受支持的预设。支持仅限于版本 {1} 定义的功能。",
"no.additional.properties": "不得具有其他属性",
"unsupported.presets.disable": "通过使用 {0} 设置可以忽略未知属性和宏。",
"duplicate.build.preset.found": "在生成预设集合 {0} 中找到重复项",
"duplicate.test.preset.found": "在测试预设集合 {0} 中找到重复项",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/projectStatus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Folder": "文件夹",
"active.folder": "活动文件夹",
"configPreset.change": "更改配置预设",
"override.settings.applied": "已应用替代设置",
"buildPreset.change": "更改生成预设",
"testPreset.change": "更改测试预设",
"packagePreset.change": "更改包预设",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/variant.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"enable.optimizations.omit.debug": "启用优化,省略调试信息",
"optimize.for.smallest": "针对最小的二进制大小进行优化",
"optimize.and.debug": "执行优化并包括调试信息",
"unspec.build.type": "让 CMake 选择默认生成类型",
"constructing": "构造 {0}",
"reloading.variants.file": "正在重新加载变量文件 {0}",
"reloading.variants.from.settings": "正在从设置重新加载变量",
Expand Down
4 changes: 3 additions & 1 deletion i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cmake-tools.command.cmake.debugTargetAll.title": "偵錯所有專案",
"cmake-tools.command.cmake.launchTarget.title": "執行但不進行偵錯",
"cmake-tools.command.cmake.launchTargetAll.title": "執行所有專案但不進行偵錯",
"cmake-tools.command.cmake.selectLaunchTarget.title": "設定偵錯目標",
"cmake-tools.command.cmake.selectLaunchTarget.title": "設定啟動/偵錯目標",
"cmake-tools.command.cmake.stop.title": "取消建置",
"cmake-tools.command.cmake.stopAll.title": "取消所有專案的組建",
"cmake-tools.command.cmake.resetState.title": "重設 CMake 工具延伸模組狀態 (進行疑難排解)",
Expand Down Expand Up @@ -133,6 +133,7 @@
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description": "命令的描述。",
"cmake-tools.configuration.cmake.defaultVariants.overall.description": "設定預設變數設定。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.description": "組建類型。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.unspecified.long": "讓 CMake 挑選預設組建型別。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long": "停用最佳化 - 包含偵錯資訊。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long": "最佳化速度 - 排除偵錯資訊。",
"cmake-tools.configuration.cmake.defaultVariants.buildType.minsize.long": "為了讓二進位檔大小最小而最佳化 - 排除偵錯資訊。",
Expand Down Expand Up @@ -200,6 +201,7 @@
"cmake-tools.configuration.cmake.revealLog.never.description": "記錄沒有顯示,也無法取得焦點。",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "啟用匯出 compile_commands.json。這僅適用於套件案例。在預設案例中,請使用 CMakePresets.json 進行設定",
"cmake-tools.configuration.cmake.useCMakePresets.description": "使用 CMakePresets.json 來設定 CMake 設定、建置和測試的磁碟機。使用 CMakePresets.json 時,settings.json 中的套件、變體和某些設定會被忽略。",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "在 Windows 上使用 CMake 預設時,請使用 Visual Studio 環境做為父環境。只有在我們偵測到支援的編譯器 (cl、clang、clang-cl、clang-cpp、clang++) 或正在使用 Ninja 產生器時,選取 [自動] 才會套用 Visual Studio 環境。",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "允許使用 JSON 延伸模組,例如 CMakePresets.json 中的註解。請注意,如果您使用非標準的 JSON,其他 IDE 或命令列可能會將您的 CMakePresets.json 檔案視為無效。",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "啟用使用來自 CMake Tools 延伸模組目前不支援之功能的預設檔案。將忽略未知的屬性和巨集。",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "如果為 `true`,當工作區中找到某個檔案但卻不在根資料夾中時,延伸就不會要求使用者選取要設定的 CMakeLists.txt 檔案。",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"options.configureWithDebuggerOnFail.do.not.show": "不要再顯示",
"configure.failed.tryWithDebugger": "設定失敗。要嘗試使用 CMake 偵錯工具進行設定嗎?",
"no.configureWithDebugger.button": "取消",
"cmake.debug.name": "CMake 偵錯工具",
"finishing.configure": "正在完成設定",
"configure.failed": "無法設定專案",
"saving.open.files.before": "正在於設定/建置前儲存開啟的檔案",
Expand Down
1 change: 0 additions & 1 deletion i18n/cht/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"creating.instance.of": "正在建立 {0} 的執行個體",
"removing": "正在移除 {0}",
"unlink.failed": "無法移除快取檔案 {0}",
"cmake.debug.name": "CMake 偵錯工具",
"toolchains.object.unsupported": "此版 CMake 不支援「工具鏈」物件種類。編譯器路徑會在讀取 CMakeCache.txt 時決定。",
"build.all.target": "用來建置所有可用目標的特殊目標",
"cmake.install.name": "安裝"
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"skip.set.workflow.preset": "使用套件,跳過設定工作流程預設: {0}",
"no.active.cmake.project": "沒有使用中的 CMake 專案。",
"invalid.folder": "資料夾無效。",
"cmake.debug.name": "CMake 偵錯工具",
"select.a.cmake.project": "選取 Cmake 專案",
"compilation information.not.found": "找不到此檔案的編譯資訊",
"add.config.preset.in.test.mode": "在測試模式中執行 CMakeTools。addConfigurePreset 已停用。",
Expand Down
3 changes: 2 additions & 1 deletion i18n/cht/src/preset.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"default.workflow.preset.description": "未新增任何引數的空白工作流程預設",
"circular.inherits.in.config.preset": "循環在設定預設 {0} 中繼承",
"binaryDir.undefined": "設定預設值 {0}: 未指定任何 binaryDir,使用預設值 {1}",
"no.cl.arch": "設定預設{0}: 沒有為 cl.exe 指定架構,預設使用 x86",
"no.cl.arch": "設定預設 {0}: 沒有為 cl.exe 指定結構,依預設使用 {1}",
"no.cl.toolset.arch": "設定預設 {0}: 沒有為 cl.exe 指定的工具組架構,預設使用 {1}",
"invalid.cl.toolset.arch": "設定預設 {0}: 未預期的工具組架構已指定 {1},您是不是指 {2}?",
"no.cl.toolset.version": "設定預設{0}: 沒有為 cl.exe 指定的工具組版本,預設使用最新的工具組版本",
"unknown.toolset.option": "將忽略無法識別的工具組選項: {0}",
"config.preset.not.found": "找不到名稱為 {0} 的設定預設",
"specified.vs.not.found": "設定預設 {0}: 找不到由 {1} 指定的 Visual Studio 執行個體,會回復預設執行個體查閱行為。",
"specified.cl.not.found": "設定預設 {0}: 找不到包含工具組 {2} 和架構 {3} 的編譯器 {1},如果您的電腦具有此工具組,您可能需要執行「CMake: 掃描編譯器」。",
"vs.not.found": "設定預設 {0}: 找不到支援指定工具組 {1} 和結構 {2} 的 Visual Studio 安裝,若此工具組存在於您的電腦上,您可能需要執行「CMake: 掃描編譯器」命令。",
"using.vs.instance": "使用 Visual Studio 的開發人員環境 (執行個體 {0},版本 {1},安裝於 {2})",
"ninja.not.set": "未在 PATH 上設定忍者,正在嘗試使用{0}",
"property.unsupported.v2": "設定預設值 {0}: 在預設值 v2 中不支援屬性 {1}",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"included.presets.file.not.found": "找不到包含的預設檔案 {0}",
"validating.presets.file": "正在讀取及驗證預設 \"file {0}\"",
"unsupported.presets": "在 {0} 中偵測到不支援的預設。支援僅限於版本 {1} 所定義的功能。",
"no.additional.properties": "不應該有其他屬性",
"unsupported.presets.disable": "使用 {0} 設定可以忽略未知的屬性和巨集。",
"duplicate.build.preset.found": "在組建預設集合 {0} 中找到重複項",
"duplicate.test.preset.found": "在測試預設集合 {0} 中找到重複項",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/projectStatus.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"Folder": "資料夾",
"active.folder": "作用中資料夾",
"configPreset.change": "變更設定預設",
"override.settings.applied": "已套用覆寫設定",
"buildPreset.change": "變更建置預設",
"testPreset.change": "變更測試預設",
"packagePreset.change": "變更套件預設",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/variant.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"enable.optimizations.omit.debug": "啟用最佳化,發出偵錯調試資訊",
"optimize.for.smallest": "針對最小的二進位大小最佳化",
"optimize.and.debug": "執行最佳化並包含偵錯資訊",
"unspec.build.type": "讓 CMake 挑選預設組建型別",
"constructing": "正在建構 {0}",
"reloading.variants.file": "正在重新載入變化檔案 {0}",
"reloading.variants.from.settings": "正在從設定重新載入變化",
Expand Down
4 changes: 3 additions & 1 deletion i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"cmake-tools.command.cmake.debugTargetAll.title": "Ladit všechny projekty",
"cmake-tools.command.cmake.launchTarget.title": "Spustit bez ladění",
"cmake-tools.command.cmake.launchTargetAll.title": "Spustit všechny projekty bez ladění",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Nastavit cíl ladění",
"cmake-tools.command.cmake.selectLaunchTarget.title": "Nastavit cíl spuštění/ladění",
"cmake-tools.command.cmake.stop.title": "Zrušit sestavení",
"cmake-tools.command.cmake.stopAll.title": "Zrušit sestavování pro všechny projekty",
"cmake-tools.command.cmake.resetState.title": "Resetovat stav rozšíření nástrojů CMake Tools (pro řešení potíží)",
Expand Down Expand Up @@ -133,6 +133,7 @@
"cmake-tools.configuration.cmake.debugConfig.setupCommands.description.description": "Popis příkazu",
"cmake-tools.configuration.cmake.defaultVariants.overall.description": "Nakonfigurujte výchozí nastavení variant.",
"cmake-tools.configuration.cmake.defaultVariants.buildType.description": "Typ sestavení",
"cmake-tools.configuration.cmake.defaultVariants.buildType.unspecified.long": "Umožňuje povolit nástroji CMake vybrat výchozí typ buildu.",
"cmake-tools.configuration.cmake.defaultVariants.buildType.debug.long": "Zakázat optimalizace – zahrnout ladicí informace",
"cmake-tools.configuration.cmake.defaultVariants.buildType.release.long": "Optimalizovat pro rychlost – vyloučit ladicí informace",
"cmake-tools.configuration.cmake.defaultVariants.buildType.minsize.long": "Optimalizovat pro nejmenší velikost binárního souboru – vyloučit ladicí informace",
Expand Down Expand Up @@ -200,6 +201,7 @@
"cmake-tools.configuration.cmake.revealLog.never.description": "Protokol se nezobrazuje ani nepřijímá zaměření.",
"cmake-tools.configuration.cmake.exportCompileCommandsFile.description": "Umožňuje exportovat compile_commands.json. Používá se jenom ve scénářích Sady. Ve scénářích Předvolby tuto možnost prosím nastavte pomocí CMakePresets.json",
"cmake-tools.configuration.cmake.useCMakePresets.description": "Pomocí CMakePresets.json můžete řídit konfiguraci, sestavování a testování pomocí CMaku. Když budete používat CMakePresets.json, budou se ignorovat sady, varianty a některá další nastavení v souboru settings.json.",
"cmake-tools.configuration.cmake.useVsDeveloperEnvironment.description": "Když se ve Windows používají předvolby CMake, jako nadřazené prostředí se použije prostředí sady Visual Studio. Při výběru možnosti Automaticky se prostředí sady Visual Studio použije pouze tehdy, když zjistíme podporovaný kompilátor (cl, clang, clang-cl, clang-cpp, clang++) nebo když je použit generátor Ninja.",
"cmake-tools.configuration.cmake.allowCommentsInPresetsFile.description": "Povolte v CMakePresets.json používání rozšíření JSON, jako jsou třeba komentáře. Pokud použijete nestandardní JSON, ostatní prostředí IDE nebo příkazový řádek může soubor CMakePresets.json považovat za neplatný.",
"cmake-tools.configuration.cmake.allowUnsupportedPresetsVersions.description": "Povolí použití souborů předvoleb používajících funkce z verzí, které rozšíření CMake Tools aktuálně nepodporuje. Neznámé vlastnosti a makra se budou ignorovat.",
"cmake-tools.configuration.cmake.ignoreCMakeListsMissing.description": "Když se nastaví na `true`, rozšíření nebude uživatele žádat, aby vybral soubor CMakeLists.txt pro konfiguraci, když se nějaký najde v pracovním prostoru, ale ne v kořenové složce.",
Expand Down
1 change: 1 addition & 0 deletions i18n/csy/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"options.configureWithDebuggerOnFail.do.not.show": "Znovu nezobrazovat",
"configure.failed.tryWithDebugger": "Konfigurace se nezdařila. Chcete se pokusit o konfiguraci pomocí ladicího programu CMake?",
"no.configureWithDebugger.button": "Zrušit",
"cmake.debug.name": "Ladicí program CMake",
"finishing.configure": "Dokončuje se příkaz configure.",
"configure.failed": "Nepovedlo se nakonfigurovat projekt.",
"saving.open.files.before": "Ukládají se otevřené soubory před konfigurací/sestavením.",
Expand Down
1 change: 0 additions & 1 deletion i18n/csy/src/drivers/cmakeFileApiDriver.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"creating.instance.of": "Vytváří se instance {0}.",
"removing": "Odebírá se {0}.",
"unlink.failed": "Nepovedlo se odebrat soubor mezipaměti {0}",
"cmake.debug.name": "Ladicí program CMake",
"toolchains.object.unsupported": "Tato verze CMake nepodporuje typ objektu toolchains. Cesty kompilátoru se určí ze souboru CMakeCache.txt.",
"build.all.target": "Speciální cíl umožňující sestavení všech dostupných cílů",
"cmake.install.name": "Nainstalovat"
Expand Down
Loading

0 comments on commit eb4c00d

Please sign in to comment.