Skip to content

Commit

Permalink
Localization - Translated Strings (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs authored May 7, 2024
1 parent a354afa commit 727b13b
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 112 deletions.
26 changes: 13 additions & 13 deletions i18n/chs/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
"no.button": "",
"saving.open.files": "正在保存打开的文件",
"cannot.configure.no.kit": "无法配置: 没有为此 CMake 项目激活任何工具包",
"no.kit.abort": "No kit selected. Abort configure",
"no.kit.abort": "未选择任何工具包。中止配置",
"waiting.on.variant": "正在等待变量选择",
"no.variant.abort": "未选择任何变量。中止配置",
"cannot.configure.no.config.preset": "无法配置: 没有为此 CMake 项目激活任何配置预设",
"no.preset.abort": "No preset selected. Abort configure",
"no.preset.abort": "未选择预设。中止配置",
"targets.status": "[N/a - 选择工具包]",
"cmake.cache.dir.missing": "缺少包含 CMake 缓存的文件夹。将重新生成缓存。",
"warn.skip.configure.if.cache.present": "扩展已确定目前需要配置,但由于已启用设置 cmake.skipConfigureIfCachePresent,我们将跳过配置。请确保 CMake 缓存与最新的配置更改同步。",
Expand Down Expand Up @@ -163,21 +163,21 @@
"unable.to.generate.debugging.configuration": "无法生成调试配置。",
"starting.debugger.with": "正在使用以下配置启动调试程序。",
"no.folder.open": "未打开任何文件夹。",
"cmakelists.created": "[Quick Start] CmakeLists.txt created successfully.",
"cmakelists.exists": "[Quick Start] A CmakeLists.txt already exists, continuing...",
"cmakepresets.already.configured": "[Quick Start] A CMakePresets.json is already configured.",
"cmakepresets.not.created": "[Quick Start] CMakePresets.json not created.",
"cmakepresets.created": "[Quick Start] CMakePresets.json created successfully.",
"cmakelists.created": "[快速入门]已成功创建 CmakeLists.txt",
"cmakelists.exists": "[快速入门] CmakeLists.txt 已存在,正在继续...",
"cmakepresets.already.configured": "[快速入门] 已配置 CMakePresets.json",
"cmakepresets.not.created": "[快速入门]未创建 CMakePresets.json",
"cmakepresets.created": "[快速入门]已成功创建 CMakePresets.json",
"new.project.name": "输入新项目的名称",
"project.name.required": "必须提供项目名称",
"project.name.no.spaces": "Project name cannot contain spaces",
"project.name.no.spaces": "项目名称不能包含空间",
"create.cpp": "创建 C++ 项目",
"create.c": "创建 C 项目",
"create.library": "创建库",
"create.executable": "创建可执行文件",
"cpack.support": "CPack support",
"ctest.support": "CTest support",
"select.additional.options": "Select additional options",
"select.cpp.files": "Select targets to include in the CMakeLists.txt file",
"create.file.failed": "Failed to create a new {0} file. Add target to CMakeLists.txt."
"cpack.support": "CPack 支持",
"ctest.support": "CTest 支持",
"select.additional.options": "选择其他选项",
"select.cpp.files": "选择要包含在 CMakeLists.txt 文件中的目标",
"create.file.failed": "未能创建新的 {0} 文件。将目标添加到 CMakeLists.txt"
}
6 changes: 3 additions & 3 deletions i18n/chs/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"description.create.from.compilers": "从此计算机上的一对编译器创建",
"add.a.config.preset.placeholder": "添加 {0} 的配置预设",
"user.cancelled.add.config.preset": "用户已取消添加配置预设",
"no.compilers.available.for.quick.start": "No compilers available for Quick Start",
"no.compilers.available": "Cannot generate a CmakePresets.json with Quick Start due to no compilers being available.",
"learn.about.installing.compilers": "Learn About Installing Compilers",
"no.compilers.available.for.quick.start": "没有可用于快速入门的编译器",
"no.compilers.available": "无法使用快速入门生成 CmakePresets.json,因为没有可用的编译器。",
"learn.about.installing.compilers": "了解如何安装编译器",
"start.selection.of.compilers": "开始选择编译器。找到 {0} 编译器。",
"opening.compiler.selection": "正在打开编译器选择 QuickPick",
"scan.for.compilers.button": "扫描编译器",
Expand Down
26 changes: 13 additions & 13 deletions i18n/deu/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
"no.button": "Nein",
"saving.open.files": "Geöffnete Dateien werden gespeichert.",
"cannot.configure.no.kit": "Kann nicht konfiguriert werden: Für dieses CMake-Projekt ist kein Kit aktiv.",
"no.kit.abort": "No kit selected. Abort configure",
"no.kit.abort": "Kein Kit ausgewählt. Konfiguration abbrechen",
"waiting.on.variant": "Warten auf Variantenauswahl",
"no.variant.abort": "Keine Variante ausgewählt. Konfiguration abbrechen",
"cannot.configure.no.config.preset": "Kann nicht konfiguriert werden: Für dieses CMake-Projekt ist keine Konfigurationsvoreinstellung aktiv.",
"no.preset.abort": "No preset selected. Abort configure",
"no.preset.abort": "Keine Voreinstellung ausgewählt. Konfiguration abbrechen",
"targets.status": "[n. v. – Kit auswählen]",
"cmake.cache.dir.missing": "Der Ordner, der den CMake-Cache enthält, fehlt. Der Cache wird neu generiert.",
"warn.skip.configure.if.cache.present": "Die Erweiterung hat festgestellt, dass zu diesem Zeitpunkt eine Konfiguration erforderlich ist, die wir aber überspringen, da die Einstellung cmake.skipConfigureIfCachePresent aktiviert ist. Stellen Sie sicher, dass der CMake-Cache mit den neuesten Konfigurationsänderungen synchronisiert ist.",
Expand Down Expand Up @@ -163,21 +163,21 @@
"unable.to.generate.debugging.configuration": "Es kann keine Debugkonfiguration generiert werden.",
"starting.debugger.with": "Der Debugger wird mit der folgenden Konfiguration gestartet.",
"no.folder.open": "Es ist kein Ordner geöffnet.",
"cmakelists.created": "[Quick Start] CmakeLists.txt created successfully.",
"cmakelists.exists": "[Quick Start] A CmakeLists.txt already exists, continuing...",
"cmakepresets.already.configured": "[Quick Start] A CMakePresets.json is already configured.",
"cmakepresets.not.created": "[Quick Start] CMakePresets.json not created.",
"cmakepresets.created": "[Quick Start] CMakePresets.json created successfully.",
"cmakelists.created": "[Schnellstart] CmakeLists.txt erfolgreich erstellt.",
"cmakelists.exists": "[Schnellstart] Es ist bereits ein CmakeLists.txt vorhanden. Der Vorgang wird fortgesetzt...",
"cmakepresets.already.configured": "[Schnellstart] Ein CMakePresets.json ist bereits konfiguriert.",
"cmakepresets.not.created": "[Schnellstart] CMakePresets.json nicht erstellt.",
"cmakepresets.created": "[Schnellstart] CMakePresets.json erfolgreich erstellt.",
"new.project.name": "Namen für das neue Projekt eingeben",
"project.name.required": "Ein Projektname ist erforderlich.",
"project.name.no.spaces": "Project name cannot contain spaces",
"project.name.no.spaces": "Der Projektname darf keine Leerzeichen enthalten.",
"create.cpp": "C++-Projekt erstellen",
"create.c": "C-Projekt erstellen",
"create.library": "Bibliothek erstellen",
"create.executable": "Ausführbare Datei erstellen",
"cpack.support": "CPack support",
"ctest.support": "CTest support",
"select.additional.options": "Select additional options",
"select.cpp.files": "Select targets to include in the CMakeLists.txt file",
"create.file.failed": "Failed to create a new {0} file. Add target to CMakeLists.txt."
"cpack.support": "CPack-Unterstützung",
"ctest.support": "CTest-Unterstützung",
"select.additional.options": "Zusätzliche Optionen auswählen",
"select.cpp.files": "Ziele auswählen, die in die CMakeLists.txt-Datei eingeschlossen werden sollen",
"create.file.failed": "Fehler beim Erstellen einer neuen {0}-Datei. Ziel zu CMakeLists.txt hinzufügen."
}
6 changes: 3 additions & 3 deletions i18n/deu/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"description.create.from.compilers": "Aus einem Paar von Compilern auf diesem Computer erstellen",
"add.a.config.preset.placeholder": "Konfigurationsvoreinstellung für {0} hinzufügen",
"user.cancelled.add.config.preset": "Hinzufügen der Konfigurationsvoreinstellung vom Benutzer abgebrochen",
"no.compilers.available.for.quick.start": "No compilers available for Quick Start",
"no.compilers.available": "Cannot generate a CmakePresets.json with Quick Start due to no compilers being available.",
"learn.about.installing.compilers": "Learn About Installing Compilers",
"no.compilers.available.for.quick.start": "Für den Schnellstart sind keine Compiler verfügbar.",
"no.compilers.available": "Es kann kein CmakePresets.json mit dem Schnellstart generiert werden, da keine Compiler verfügbar sind.",
"learn.about.installing.compilers": "Informationen zum Installieren von Compilern",
"start.selection.of.compilers": "Auswahl der Compiler starten. {0} Compiler gefunden.",
"opening.compiler.selection": "QuickPick zur Compilerauswahl wird geöffnet",
"scan.for.compilers.button": "Nach Compilern suchen",
Expand Down
26 changes: 13 additions & 13 deletions i18n/fra/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
"no.button": "Non",
"saving.open.files": "Enregistrement des fichiers ouverts",
"cannot.configure.no.kit": "Nous n’avons pas pu effectuer la configuration : aucun kit n'est actif pour cette version de CMake Project.",
"no.kit.abort": "No kit selected. Abort configure",
"no.kit.abort": "Aucun kit sélectionné. Abandon de la configuration",
"waiting.on.variant": "En attente de la sélection de variante",
"no.variant.abort": "Aucune variante sélectionnée. Abandon de la configuration",
"cannot.configure.no.config.preset": "Nous n’avons pas pu effectuer la configuration : aucune présélection de configuration n’est active pour cette version de CMake Project.",
"no.preset.abort": "No preset selected. Abort configure",
"no.preset.abort": "Aucune présélection sélectionnée. Abandon de la configuration",
"targets.status": "[N/A – Sélectionner un kit]",
"cmake.cache.dir.missing": "Le dossier contenant le cache CMake est manquant. Le cache est régénéré.",
"warn.skip.configure.if.cache.present": "L’extension a déterminé qu’une configuration est nécessaire pour le moment, mais nous l’avons ignorée, car le paramètre cmake.skipConfigureIfCachePresent est ACTIVÉ. Assurez-vous que le cache CMake est synchronisé avec les dernières modifications de configuration.",
Expand Down Expand Up @@ -163,21 +163,21 @@
"unable.to.generate.debugging.configuration": "Impossible de générer une configuration de débogage.",
"starting.debugger.with": "Démarrage du débogueur avec la configuration suivante.",
"no.folder.open": "Aucun dossier n'est ouvert.",
"cmakelists.created": "[Quick Start] CmakeLists.txt created successfully.",
"cmakelists.exists": "[Quick Start] A CmakeLists.txt already exists, continuing...",
"cmakepresets.already.configured": "[Quick Start] A CMakePresets.json is already configured.",
"cmakepresets.not.created": "[Quick Start] CMakePresets.json not created.",
"cmakepresets.created": "[Quick Start] CMakePresets.json created successfully.",
"cmakelists.created": "[Démarrage rapide] CmakeLists.txt créé.",
"cmakelists.exists": "[Démarrage rapide] Un CmakeLists.txt existe déjà. Poursuite de l’opération...",
"cmakepresets.already.configured": "[D;emarrage rapide] Une CMakePresets.json est déjà configurée.",
"cmakepresets.not.created": "[D;emarrage rapide] CMakePresets.json pas créé.",
"cmakepresets.created": "[Démarrage rapide] CMakePresets.json créé.",
"new.project.name": "Entrez un nom pour le nouveau projet",
"project.name.required": "Le nom de projet est obligatoire",
"project.name.no.spaces": "Project name cannot contain spaces",
"project.name.no.spaces": "Le nom de projet ne doit pas contenir des espaces",
"create.cpp": "Créer un projet C++",
"create.c": "Créer un projet C",
"create.library": "Créer une bibliothèque",
"create.executable": "Créer un exécutable",
"cpack.support": "CPack support",
"ctest.support": "CTest support",
"select.additional.options": "Select additional options",
"select.cpp.files": "Select targets to include in the CMakeLists.txt file",
"create.file.failed": "Failed to create a new {0} file. Add target to CMakeLists.txt."
"cpack.support": "Prise en charge de CPack",
"ctest.support": "Prise en charge de CTest",
"select.additional.options": "Sélectionnez des options supplémentaires",
"select.cpp.files": "Sélectionnez les cibles à inclure dans le fichier CMakeLists.txt",
"create.file.failed": "Échec de la création d’un nouveau fichier {0}. Ajoutez une cible à CMakeLists.txt."
}
6 changes: 3 additions & 3 deletions i18n/fra/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"description.create.from.compilers": "Créer à partir d’une paire de compilateurs sur cet ordinateur",
"add.a.config.preset.placeholder": "Ajouter une présélection de configuration pour {0}",
"user.cancelled.add.config.preset": "L’utilisateur a annulé l’ajout de présélection de configuration",
"no.compilers.available.for.quick.start": "No compilers available for Quick Start",
"no.compilers.available": "Cannot generate a CmakePresets.json with Quick Start due to no compilers being available.",
"learn.about.installing.compilers": "Learn About Installing Compilers",
"no.compilers.available.for.quick.start": "Aucun compilateur disponible pour Démarrage rapide",
"no.compilers.available": "Désolé, nous n’avons pas pu générer un CmakePresets.json avec Démarrage rapide, car aucun compilateur n’est disponible.",
"learn.about.installing.compilers": "En savoir plus sur l’installation des compilateurs",
"start.selection.of.compilers": "Démarrer la sélection de compilateurs. {0} compilateurs trouvés.",
"opening.compiler.selection": "Ouverture de la sélection de compilateur QuickPick",
"scan.for.compilers.button": "Rechercher des compilateurs",
Expand Down
26 changes: 13 additions & 13 deletions i18n/jpn/src/cmakeProject.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@
"no.button": "いいえ",
"saving.open.files": "開いているファイルを保存しています",
"cannot.configure.no.kit": "構成できません: この CMake プロジェクトではどのキットもアクティブではありません",
"no.kit.abort": "No kit selected. Abort configure",
"no.kit.abort": "キットが選択されていません。構成を中止します",
"waiting.on.variant": "バリアントの選択を待機しています",
"no.variant.abort": "バリアントが選択されていません。構成を中止します",
"cannot.configure.no.config.preset": "構成できません: この CMake プロジェクトではどの構成の事前設定もアクティブではありません",
"no.preset.abort": "No preset selected. Abort configure",
"no.preset.abort": "事前設定が選択されていません。構成を中止します",
"targets.status": "[N/A - キットの選択]",
"cmake.cache.dir.missing": "CMake キャッシュを含むフォルダーが見つかりません。キャッシュは再生成されます。",
"warn.skip.configure.if.cache.present": "拡張機能によって、現時点で構成が必要であると判断されましたが、設定 cmake.skipConfigureWhenCachePresent がオンになっているため、スキップしています。CMake キャッシュが最新の構成変更と同期していることをご確認ください。",
Expand Down Expand Up @@ -163,21 +163,21 @@
"unable.to.generate.debugging.configuration": "デバッグ構成を生成できません。",
"starting.debugger.with": "次の構成でデバッガーを開始しています。",
"no.folder.open": "フォルダーが開いていません。",
"cmakelists.created": "[Quick Start] CmakeLists.txt created successfully.",
"cmakelists.exists": "[Quick Start] A CmakeLists.txt already exists, continuing...",
"cmakepresets.already.configured": "[Quick Start] A CMakePresets.json is already configured.",
"cmakepresets.not.created": "[Quick Start] CMakePresets.json not created.",
"cmakepresets.created": "[Quick Start] CMakePresets.json created successfully.",
"cmakelists.created": "[クイック スタート] CmakeLists.txt が正常に作成されました。",
"cmakelists.exists": "[クイック スタート] CmakeLists.txt は既に存在します。続行します...",
"cmakepresets.already.configured": "[クイック スタート] CMakePresets.json は既に構成されています。",
"cmakepresets.not.created": "[クイック スタート] CMakePresets.json は作成されませんでした。",
"cmakepresets.created": "[クイック スタート] CMakePresets.json が正常に作成されました。",
"new.project.name": "新しいプロジェクトの名前を入力してください",
"project.name.required": "プロジェクト名が必要です",
"project.name.no.spaces": "Project name cannot contain spaces",
"project.name.no.spaces": "プロジェクト名に空白文字を含めることはできません",
"create.cpp": "C++ プロジェクトの作成",
"create.c": "C プロジェクトの作成",
"create.library": "ライブラリの作成",
"create.executable": "実行可能ファイルの作成",
"cpack.support": "CPack support",
"ctest.support": "CTest support",
"select.additional.options": "Select additional options",
"select.cpp.files": "Select targets to include in the CMakeLists.txt file",
"create.file.failed": "Failed to create a new {0} file. Add target to CMakeLists.txt."
"cpack.support": "CPack サポート",
"ctest.support": "CTest サポート",
"select.additional.options": "その他のオプションを選択する",
"select.cpp.files": "CMakeLists.txt ファイルに含めるターゲットを選択します",
"create.file.failed": "新しい {0} ファイルを作成できませんでした。ターゲットを CMakeLists.txt に追加する。"
}
6 changes: 3 additions & 3 deletions i18n/jpn/src/presetsController.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"description.create.from.compilers": "このコンピューター上の 1 組のコンパイラから作成",
"add.a.config.preset.placeholder": "{0} の構成の事前設定を追加してください",
"user.cancelled.add.config.preset": "ユーザーが構成の事前設定の追加を取り消しました",
"no.compilers.available.for.quick.start": "No compilers available for Quick Start",
"no.compilers.available": "Cannot generate a CmakePresets.json with Quick Start due to no compilers being available.",
"learn.about.installing.compilers": "Learn About Installing Compilers",
"no.compilers.available.for.quick.start": "クイック スタートに使用できるコンパイラがありません",
"no.compilers.available": "使用できるコンパイラがないため、クイック スタートから CmakePresets.json を生成できません。",
"learn.about.installing.compilers": "コンパイラのインストールに関する詳細情報",
"start.selection.of.compilers": "コンパイラの選択を開始します。{0} のコンパイラが見つかりました。",
"opening.compiler.selection": "コンパイラの選択 QuickPick を開いています",
"scan.for.compilers.button": "コンパイラのスキャン",
Expand Down
Loading

0 comments on commit 727b13b

Please sign in to comment.