Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion i18n/chs/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "自动选择最佳候选项。",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "提供快速选取,其中包含所选目标源命令调用中的选项。",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "引入源文件列表的用户定义函数和宏的关键字参数。如果留空,则将考虑仅由大写字母和下划线组成的所有参数。支持 glob 模式。",
"update.code.model.for.list.modifier": "更新自动列表文件修饰符的代码模型"
"update.code.model.for.list.modifier": "更新自动列表文件修饰符的代码模型",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/chs/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "已取消 CTest 运行",
"ctest.run.terminated": "CTest 运行已终止",
"ctest.finished.with.code": "CTest 已完成,返回代码 {0}",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "在测试资源管理器中找不到文件夹: {0}",
"test.preset.required": "选择测试预设以发现测试",
"ctest.error": "运行 ctest 来确定可用的测试可执行文件时出错",
Expand Down
2 changes: 2 additions & 0 deletions i18n/chs/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "CMake 调试程序",
"select.a.cmake.project": "选择 cmake 项目",
"compilation information.not.found": "找不到此文件的编译信息",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "打开文件夹",
"no.folder.open.for.quickstart": "未打开任何文件夹。请打开文件夹以使用 CMake: 快速入门。",
"add.config.preset.in.test.mode": "正在测试模式下运行 CMakeTools。已禁用 addConfigurePreset。",
Expand Down
1 change: 1 addition & 0 deletions i18n/chs/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "未读取不存在的工具包文件: {0}",
"not.reading.invalid.path": "未读取无效的工具包文件: {0}",
"reading.kits.file": "正在读取工具包文件 {0}",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "无法分析 {0}: {1}",
"invalid.file.error": "无效的工具包内容 {0} ({1}):",
"successfully.loaded.kits": "已成功从 {1} 加载 {0} 工具包",
Expand Down
9 changes: 9 additions & 0 deletions i18n/chs/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
6 changes: 5 additions & 1 deletion i18n/cht/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "自動選擇最佳候選項目。",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "提供 [快速挑選],其中包含來自所選目標來源命令調用的選項。",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "使用者定義函式和巨集的關鍵字引數,用於引入來源檔案的清單。若留空,將會考慮所有僅包含大寫字母與底線的引數。支援 Glob 模式。",
"update.code.model.for.list.modifier": "更新自動清單檔案修飾元的程式碼模型"
"update.code.model.for.list.modifier": "更新自動清單檔案修飾元的程式碼模型",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/cht/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "已取消 CTest 執行",
"ctest.run.terminated": "已終止 CTest 執行",
"ctest.finished.with.code": "CTest 已完成。傳回碼: {0}",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "在測試總管中找不到資料夾: {0}",
"test.preset.required": "選取測試預設以探索測試",
"ctest.error": "執行 ctest 以判斷可用的測試可執行檔時發生錯誤",
Expand Down
2 changes: 2 additions & 0 deletions i18n/cht/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "CMake 偵錯工具",
"select.a.cmake.project": "選取 Cmake 專案",
"compilation information.not.found": "找不到此檔案的編譯資訊",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "開啟資料夾",
"no.folder.open.for.quickstart": "未開啟任何資料夾。請開啟資料夾以使用 CMake: 快速入門。",
"add.config.preset.in.test.mode": "在測試模式中執行 CMakeTools。addConfigurePreset 已停用。",
Expand Down
1 change: 1 addition & 0 deletions i18n/cht/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "未讀取不存在的套件檔案: {0}",
"not.reading.invalid.path": "未讀取無效套件檔案: {0}",
"reading.kits.file": "正在讀取套件檔案 {0}",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "無法剖析 {0}: {1}",
"invalid.file.error": "套件內容 {0} ({1}) 無效:",
"successfully.loaded.kits": "已成功從 {1} 載入 {0} 個套件",
Expand Down
9 changes: 9 additions & 0 deletions i18n/cht/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
6 changes: 5 additions & 1 deletion i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Automaticky zvolit nejlepšího kandidáta",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Umožňuje zobrazit nabídku rychlého výběru s možnostmi z vybraného volání příkazu pracujícího se zdrojovými soubory cíle.",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumenty klíčových slov u uživatelem definovaných funkcí a maker, které zavádějí seznamy zdrojových souborů Pokud zůstane prázdné, budou zohledněny všechny argumenty složené pouze z velkých písmen a podtržítek. Podporuje vzory glob.",
"update.code.model.for.list.modifier": "Aktualizovat model kódu pro automatický modifikátor souborů seznamu"
"update.code.model.for.list.modifier": "Aktualizovat model kódu pro automatický modifikátor souborů seznamu",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/csy/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "Spuštění příkazu CTest bylo zrušeno.",
"ctest.run.terminated": "Běh CTestu se ukončil.",
"ctest.finished.with.code": "CTest skončil s návratovým kódem {0}.",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "Složka se nenašla v Průzkumníkovi testů: {0}",
"test.preset.required": "Výběrem předvolby testu zjistíte testy.",
"ctest.error": "Při spouštění nástroje ctest došlo k chybě při zjišťování dostupných spustitelných souborů testů.",
Expand Down
2 changes: 2 additions & 0 deletions i18n/csy/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "Ladicí program CMake",
"select.a.cmake.project": "Vyberte projekt cmake.",
"compilation information.not.found": "Nepovedlo se najít informace o kompilaci pro tento soubor.",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "Otevřít složku",
"no.folder.open.for.quickstart": "Není otevřená žádná složka. Pokud chcete používat CMake: rychlé zprovoznění, otevřete prosím složku.",
"add.config.preset.in.test.mode": "Rozšíření CMakeTools běží v testovacím režimu. Element addConfigurePreset je zakázaný.",
Expand Down
1 change: 1 addition & 0 deletions i18n/csy/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "Nečte se soubor neexistujících sad: {0}",
"not.reading.invalid.path": "Nečíst neplatný soubor sad: {0}",
"reading.kits.file": "Čte se soubor sad {0}.",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "Nepovedlo se parsovat {0}: {1}",
"invalid.file.error": "Neplatný obsah sady: {0} ({1}):",
"successfully.loaded.kits": "Úspěšně se načetly sady ({0}) z místa {1}.",
Expand Down
9 changes: 9 additions & 0 deletions i18n/csy/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
6 changes: 5 additions & 1 deletion i18n/deu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Den besten Kandidaten automatisch auswählen.",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Zeigen Sie eine Schnellauswahl mit Optionen aus dem ausgewählten Zielquellbefehlsaufruf an.",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Schlüsselwortargumente für benutzerdefinierte Funktionen und Makros, die Listen von Quelldateien einleiten. Wenn diese Option leer gelassen wird, werden alle Argumente berücksichtigt, die nur aus Großbuchstaben und Unterstrichen bestehen. Unterstützt Globmuster.",
"update.code.model.for.list.modifier": "Codemodell für automatischen Listendateimodifizierer aktualisieren"
"update.code.model.for.list.modifier": "Codemodell für automatischen Listendateimodifizierer aktualisieren",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/deu/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "C-Testlauf wurde abgebrochen.",
"ctest.run.terminated": "Der CTest-Testlauf wurde beendet.",
"ctest.finished.with.code": "CTest wurde mit Rückgabecode {0} abgeschlossen.",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "Der Ordner wurde im Test-Explorer nicht gefunden: {0}",
"test.preset.required": "Eine Testvoreinstellung zum Ermitteln von Tests auswählen",
"ctest.error": "Fehler beim Ausführen von CTest zum Ermitteln verfügbarer ausführbarer Testdateien.",
Expand Down
2 changes: 2 additions & 0 deletions i18n/deu/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "CMake-Debugger",
"select.a.cmake.project": "Cmake-Projekt auswählen",
"compilation information.not.found": "Die Kompilierungsinformationen für diese Datei wurden nicht gefunden.",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "Ordner öffnen",
"no.folder.open.for.quickstart": "Es ist kein Ordner geöffnet. Bitte öffnen Sie einen Ordner, um CMake: Schnellstart zu verwenden.",
"add.config.preset.in.test.mode": "CMakeTools wird im Testmodus ausgeführt. addConfigurePreset ist deaktiviert.",
Expand Down
1 change: 1 addition & 0 deletions i18n/deu/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "Nicht vorhandene Kitdatei wird nicht gelesen: {0}",
"not.reading.invalid.path": "Ungültige Kits-Datei wird nicht gelesen: {0}",
"reading.kits.file": "Kitdatei wird gelesen: {0}",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "Fehler beim Analysieren von {0}: {1}",
"invalid.file.error": "Ungültige Kitinhalte {0} ({1}):",
"successfully.loaded.kits": "Erfolgreich geladen: {0} Kits von {1}",
Expand Down
9 changes: 9 additions & 0 deletions i18n/deu/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
6 changes: 5 additions & 1 deletion i18n/esn/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Elija automáticamente el mejor candidato.",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Presente una selección rápida con opciones de la invocación del comando de origen de destino seleccionado.",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Argumentos de palabra clave para funciones y macros definidas por el usuario que introducen listas de archivos de código fuente. Si se deja vacío, se tendrán en cuenta todos los argumentos que constan solo de letras mayúsculas y caracteres de subrayado. Admite patrones globales.",
"update.code.model.for.list.modifier": "Actualizar el modelo de código para el modificador automático de archivo de lista"
"update.code.model.for.list.modifier": "Actualizar el modelo de código para el modificador automático de archivo de lista",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/esn/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "Se canceló la ejecución de CTest",
"ctest.run.terminated": "La ejecución de CTest ha finalizado.",
"ctest.finished.with.code": "CTest finalizó con el código de retorno {0}",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "No se ha encontrado la carpeta en el Explorador de pruebas: {0}",
"test.preset.required": "Seleccionar un valor preestablecido de prueba para detectar pruebas",
"ctest.error": "Error al ejecutar ctest para determinar los ejecutables de pruebas disponibles",
Expand Down
2 changes: 2 additions & 0 deletions i18n/esn/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "Depurador de CMake",
"select.a.cmake.project": "Seleccione un proyecto de CMake",
"compilation information.not.found": "No se encuentra la información de compilación para este archivo.",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "Abrir carpeta",
"no.folder.open.for.quickstart": "No hay ninguna carpeta abierta. Abra una carpeta para usar CMake: inicio rápido.",
"add.config.preset.in.test.mode": "Ejecutando CMakeTools en modo de prueba. El elemento addConfigurePreset está deshabilitado.",
Expand Down
1 change: 1 addition & 0 deletions i18n/esn/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "No se está leyendo el archivo de kits no existentes: {0}",
"not.reading.invalid.path": "No se lee el archivo de kits no válido: {0}",
"reading.kits.file": "Leyendo el archivo de kits {0}",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "No se pudo analizar {0}: {1}",
"invalid.file.error": "Contenido del kit {0} ({1}) no válido:",
"successfully.loaded.kits": "Se han cargado correctamente {0} kits de {1}",
Expand Down
9 changes: 9 additions & 0 deletions i18n/esn/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
6 changes: 5 additions & 1 deletion i18n/fra/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.auto.description": "Choisissez automatiquement le meilleur candidat.",
"cmake-tools.configuration.cmake.modifyLists.scopeSelection.ask.description": "Présentez une sélection rapide avec des options de l’appel de commande source de la cible sélectionnée.",
"cmake-tools.configuration.cmake.modifyLists.sourceListKeywords.markdownDescription": "Arguments de mots-clé pour les fonctions et macros définies par l’utilisateur qui introduisent des listes de fichiers sources. S’ils sont laissés vides, tous les arguments composés uniquement de lettres majuscules et de traits de soulignement seront pris en compte. Prend en charge les modèles glob.",
"update.code.model.for.list.modifier": "Mettre à jour le modèle de code pour le modificateur automatique d’un fichier de liste"
"update.code.model.for.list.modifier": "Mettre à jour le modèle de code pour le modificateur automatique d’un fichier de liste",
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}"
}
1 change: 1 addition & 0 deletions i18n/fra/src/ctest.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ctest.run.cancelled": "L’exécution de CTest a été annulée",
"ctest.run.terminated": "Exécution de CTest terminée",
"ctest.finished.with.code": "CTest s'est achevé avec le code de retour {0}",
"failed.to.resolve.doctest.line": "Failed to resolve doctest source line for {0}: {1}",
"folder.not.found.in.test.explorer": "Dossier introuvable dans l’Explorateur de tests : {0}",
"test.preset.required": "Sélectionner une présélection de test pour découvrir les tests",
"ctest.error": "Une erreur s'est produite durant l'exécution de ctest pour déterminer les exécutables de test disponibles",
Expand Down
2 changes: 2 additions & 0 deletions i18n/fra/src/extension.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"cmake.debug.name": "Débogueur CMake",
"select.a.cmake.project": "Sélectionner un projet cmake",
"compilation information.not.found": "Les informations de compilation sont introuvables pour ce fichier",
"test.run.error": "Failed to run test: {0}",
"test.debug.error": "Failed to debug test: {0}",
"open.folder": "Ouvrir un dossier",
"no.folder.open.for.quickstart": "Aucun dossier n'est ouvert. Veuillez ouvrir un dossier pour utiliser CMake : démarrage rapide.",
"add.config.preset.in.test.mode": "Exécution de CMakeTools en mode test. addConfigurePreset est désactivé.",
Expand Down
1 change: 1 addition & 0 deletions i18n/fra/src/kits/kit.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"not.reading.nonexistent.kit": "Impossible de lire un fichier de kits inexistant : {0}",
"not.reading.invalid.path": "Impossible de lire le fichier de kits non valide : {0}",
"reading.kits.file": "Lecture du fichier de kits {0}",
"kits.file.empty": "Kits file {0} is empty, likely mid-write. Skipping parse.",
"failed.to.parse": "Échec de l'analyse de {0} : {1}",
"invalid.file.error": "Contenu du kit non valide {0} ({1}) :",
"successfully.loaded.kits": "Chargement réussi de {0} kits à partir de {1}",
Expand Down
9 changes: 9 additions & 0 deletions i18n/fra/src/ui/testCodeLensProvider.i18n.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"test.codelens.run": "$(run) Run",
"test.codelens.debug": "$(debug) Debug"
}
Loading
Loading