Localization - Translated Strings (#581)

This commit is contained in:
CSIGS@microsoft.com 2024-04-03 06:44:50 -07:00 коммит произвёл GitHub
Родитель 54b6b7b655
Коммит 27277af930
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
26 изменённых файлов: 117 добавлений и 26 удалений

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "无法打开生成文件文件。",
"makefile.outline.buildLogFileNotFound": "无法打开生成日志文件。",
"extension.configureOnOpen": "是否要使用生成文件中的信息为此工作区配置 C++ IntelliSense?",
"yes": "是",
"no": "否",
"always.configure.on.open": "打开时始终使用生成文件中的信息配置 C++ IntelliSense?",
"never.configure.on.open": "打开时使用生成文件中的信息配置 C++ IntelliSense?",
"yes.button": "是",
"no.button": "否",
"never.button": "从不",
"never.for.this.workspace.button": "不适用于此工作区",
"extension.deactivated": "扩展 {0} 已取消激活。"
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "正在取消预配置",
"make.postconfigure.title": "正在进行后期配置: ${0}",
"make.postconfigure.cancelling.title": "正在取消后期配置",
"yes.dont.show.again": "确定(不再显示)",
"code.can.execute.dryrun.mode.continue": "正在配置项目。代码仍然可以在 --dry-run 模式下执行。是否要继续?",
"make.configuring.title": "正在配置",
"make.confiuring.cancel.title": "正在取消配置",
"make.configure.cache": "正在从缓存中配置"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "無法開啟 Makefile 檔案。",
"makefile.outline.buildLogFileNotFound": "無法開啟組建記錄檔。",
"extension.configureOnOpen": "要使用 Makefiles 的資訊為此工作區設定 C++ IntelliSense 嗎?",
"yes": "是",
"no": "否",
"always.configure.on.open": "開啟 Makefiles 時一律使用 Makefiles 的資訊來設定 C++ IntelliSense",
"never.configure.on.open": "開啟 Makefiles 時使用 Makefiles 的資訊來設定 C++ IntelliSense",
"yes.button": "是",
"no.button": "否",
"never.button": "永遠不要",
"never.for.this.workspace.button": "不適用於此工作區",
"extension.deactivated": "延伸模組 {0} 已停用。"
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "正在取消預先設定",
"make.postconfigure.title": "後續設定: ${0}",
"make.postconfigure.cancelling.title": "正在取消後續設定",
"yes.dont.show.again": "是的 (不要再顯示)",
"code.can.execute.dryrun.mode.continue": "正在設定專案。程式碼仍可在 --dry-run 模式中執行。是否要繼續?",
"make.configuring.title": "正在設定",
"make.confiuring.cancel.title": "正在取消設定",
"make.configure.cache": "正在從快取設定"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Soubor pravidel nelze otevřít.",
"makefile.outline.buildLogFileNotFound": "Soubor protokolu o sestavení nelze otevřít.",
"extension.configureOnOpen": "Chcete pro tento pracovní prostor nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů pravidel?",
"yes": "Ano",
"no": "Ne",
"always.configure.on.open": "Chcete při otevření vždy nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů pravidel?",
"never.configure.on.open": "Chcete při otevření nakonfigurovat C++ IntelliSense pomocí informací z vašich souborů pravidel?",
"yes.button": "Ano",
"no.button": "Ne",
"never.button": "Nikdy",
"never.for.this.workspace.button": "Ne pro tento pracovní prostor",
"extension.deactivated": "Rozšíření {0} je deaktivováno."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Ruší se předběžná konfigurace",
"make.postconfigure.title": "Následná konfigurace: ${0}",
"make.postconfigure.cancelling.title": "Ruší se následná konfigurace",
"yes.dont.show.again": "Ano (už nezobrazovat)",
"code.can.execute.dryrun.mode.continue": "Konfiguruje se projekt. Kód se může stále spouštět v režimu --dry-run. Chcete pokračovat?",
"make.configuring.title": "Probíhá konfigurace",
"make.confiuring.cancel.title": "Ruší se konfigurace",
"make.configure.cache": "Konfigurace z mezipaměti"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Die Makefile-Datei konnte nicht geöffnet werden.",
"makefile.outline.buildLogFileNotFound": "Die Buildprotokolldatei konnte nicht geöffnet werden.",
"extension.configureOnOpen": "Möchten Sie C++-IntelliSense für diesen Arbeitsbereich mithilfe von Informationen aus Ihren Makefiles konfigurieren?",
"yes": "Ja",
"no": "Nein",
"always.configure.on.open": "C++-IntelliSense beim Öffnen immer mithilfe von Informationen aus Ihren Makefiles konfigurieren?",
"never.configure.on.open": "C++-IntelliSense beim Öffnen mithilfe von Informationen aus Ihren Makefiles konfigurieren?",
"yes.button": "Ja",
"no.button": "Nein",
"never.button": "Nie",
"never.for.this.workspace.button": "Nicht für diesen Arbeitsbereich",
"extension.deactivated": "Die Erweiterung {0} ist deaktiviert."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Vorkonfiguration wird abgebrochen",
"make.postconfigure.title": "Nachkonfiguration von ${0}",
"make.postconfigure.cancelling.title": "Die Nachkonfiguration wird abgebrochen",
"yes.dont.show.again": "Ja (nicht mehr anzeigen)",
"code.can.execute.dryrun.mode.continue": "Projekt wird konfiguriert. Code kann weiterhin im Modus \"--dry-run\" ausgeführt werden. Möchten Sie den Vorgang fortsetzen?",
"make.configuring.title": "Wird konfiguriert",
"make.confiuring.cancel.title": "Konfiguration wird abgebrochen",
"make.configure.cache": "Konfiguration aus dem Cache"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "No se ha podido abrir el archivo Make.",
"makefile.outline.buildLogFileNotFound": "No se pudo abrir el archivo de registro de compilación.",
"extension.configureOnOpen": "¿Desea configurar C++ IntelliSense para esta área de trabajo mediante la información de los Makefiles?",
"yes": "Sí",
"no": "No",
"always.configure.on.open": "¿Configurar siempre C++ IntelliSense mediante la información de los Makefiles al abrirlos?",
"never.configure.on.open": "¿Configurar C++ IntelliSense mediante la información de los Makefiles al abrirlos?",
"yes.button": "Sí",
"no.button": "No",
"never.button": "Nunca",
"never.for.this.workspace.button": "Bi para esta área de trabajo",
"extension.deactivated": "La extensión {0} está desactivada."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Cancelando la preconfiguración",
"make.postconfigure.title": "Postconfigurando: ${0}",
"make.postconfigure.cancelling.title": "Cancelando la configuración posterior",
"yes.dont.show.again": "Sí (no volver a mostrar)",
"code.can.execute.dryrun.mode.continue": "Configurando el proyecto. El código todavía se puede ejecutar en el modo --dry-run. ¿Desea continuar?",
"make.configuring.title": "Configurando",
"make.confiuring.cancel.title": "Cancelando la configuración",
"make.configure.cache": "Configurando desde caché"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Le fichier makefile n'a pas pu être ouvert.",
"makefile.outline.buildLogFileNotFound": "Le fichier journal de construction n'a pas pu être ouvert.",
"extension.configureOnOpen": "Voulez-vous configurer C++ IntelliSense pour cet espace de travail à laide des informations de vos Makefiles ?",
"yes": "Oui",
"no": "Non",
"always.configure.on.open": "Toujours configurer C++ IntelliSense à laide des informations de vos Makefiles à louverture ?",
"never.configure.on.open": "Configurer C++ IntelliSense à laide des informations de vos Makefiles à louverture ?",
"yes.button": "Oui",
"no.button": "Non",
"never.button": "Jamais",
"never.for.this.workspace.button": "Pas pour cet espace de travail",
"extension.deactivated": "Lextension {0} est désactivée."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Annulation de la préconfiguration",
"make.postconfigure.title": "Postconfiguration : ${0}",
"make.postconfigure.cancelling.title": "Annulation de la postconfiguration",
"yes.dont.show.again": "Oui (ne plus afficher)",
"code.can.execute.dryrun.mode.continue": "Configuration du projet. Le code peut toujours s'exécuter en mode --dry-run. Voulez-vous continuer ?",
"make.configuring.title": "Configuration",
"make.confiuring.cancel.title": "Annulation de la configuration",
"make.configure.cache": "Configuration à partir du cache"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Non è stato possibile aprire il file Makefile.",
"makefile.outline.buildLogFileNotFound": "Non è stato possibile aprire il file di log di compilazione.",
"extension.configureOnOpen": "Configurare IntelliSense C++ per questa area di lavoro usando le informazioni dei makefile?",
"yes": "Sì",
"no": "No",
"always.configure.on.open": "Configurare sempre IntelliSense C++ usando le informazioni dei makefile all'apertura?",
"never.configure.on.open": "Configurare IntelliSense C++ usando le informazioni dei makefile all'apertura?",
"yes.button": "Sì",
"no.button": "No",
"never.button": "Mai",
"never.for.this.workspace.button": "Non per questa area di lavoro",
"extension.deactivated": "L'estensione {0} viene disattivata."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Annullamento della preconfigurazione",
"make.postconfigure.title": "Post-configurazione: ${0}",
"make.postconfigure.cancelling.title": "Annullamento della post-configurazione",
"yes.dont.show.again": "Sì (non visualizzare più questo messaggio)",
"code.can.execute.dryrun.mode.continue": "Configurazione del progetto. Il codice può ancora essere eseguito in modalità --dry-run. Continuare?",
"make.configuring.title": "Configurazione in corso",
"make.confiuring.cancel.title": "Annullamento della configurazione",
"make.configure.cache": "Configurazione dalla cache"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "メイクファイル ファイルを開けませんでした。",
"makefile.outline.buildLogFileNotFound": "ビルド ログ ファイルを開けませんでした。",
"extension.configureOnOpen": "メイクファイルからの情報を使って、このワークスペースの C++ IntelliSense を構成しますか?",
"yes": "はい",
"no": "いいえ",
"always.configure.on.open": "C++ IntelliSense を開くとき、必ずメイクファイルの情報を使って構成を行ないますか?",
"never.configure.on.open": "C++ IntelliSense を開くとき、メイクファイルからの情報を使って構成を行ないますか?",
"yes.button": "はい",
"no.button": "いいえ",
"never.button": "なし",
"never.for.this.workspace.button": "このワークスペースでは行なわない",
"extension.deactivated": "拡張機能 {0} は非アクティブ化されます。"
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "事前構成の取り消し",
"make.postconfigure.title": "構成後: ${0}",
"make.postconfigure.cancelling.title": "構成後の取り消し",
"yes.dont.show.again": "はい (今後は表示しません)",
"code.can.execute.dryrun.mode.continue": "プロジェクトを構成しています。コードは --dry-run モードで引き続き実行できます。続行しますか?",
"make.configuring.title": "構成",
"make.confiuring.cancel.title": "構成を取り消しています",
"make.configure.cache": "キャッシュからの構成"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "메이크파일 파일을 열 수 없습니다.",
"makefile.outline.buildLogFileNotFound": "빌드 로그 파일을 열 수 없습니다.",
"extension.configureOnOpen": "메이크파일의 정보를 사용하여 이 작업 영역에 대해 C++ IntelliSense를 구성하시겠습니까?",
"yes": "예",
"no": "아니요",
"always.configure.on.open": "메이크파일을 열 때 항상 메이크파일의 정보를 사용하여 C++ IntelliSense를 구성하시겠습니까?",
"never.configure.on.open": "메이크파일을 열 때 메이크파일의 정보를 사용하여 C++ IntelliSense를 구성하시겠습니까?",
"yes.button": "예",
"no.button": "아니요",
"never.button": "안 함",
"never.for.this.workspace.button": "이 작업 영역에 대한 것이 아님",
"extension.deactivated": "확장 {0}이(가) 비활성화되었습니다."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "사전 구성을 취소하는 중",
"make.postconfigure.title": "사전 구성 중: ${0}",
"make.postconfigure.cancelling.title": "사후 구성 취소하는 중",
"yes.dont.show.again": "예(다시 표시 안 함)",
"code.can.execute.dryrun.mode.continue": "프로젝트를 구성하는 중 코드는 --dry-run 모드에서 계속 실행할 수 있습니다. 계속하시겠습니까?",
"make.configuring.title": "구성하는 중",
"make.confiuring.cancel.title": "구성을 취소하는 중",
"make.configure.cache": "캐시에서 구성하는 중"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Nie można otworzyć pliku reguł programu make.",
"makefile.outline.buildLogFileNotFound": "Nie można otworzyć pliku dziennika kompilacji.",
"extension.configureOnOpen": "Czy chcesz skonfigurować funkcję IntelliSense języka C++ dla tego obszaru roboczego przy użyciu informacji z plików reguł programu make podczas otwierania?",
"yes": "Tak",
"no": "Nie",
"always.configure.on.open": "Zawsze konfigurować funkcję IntelliSense języka C++ przy użyciu informacji z plików reguł programu make podczas otwierania?",
"never.configure.on.open": "Skonfigurować funkcję IntelliSense języka C++ przy użyciu informacji z plików reguł programu make podczas otwierania?",
"yes.button": "Tak",
"no.button": "Nie",
"never.button": "Nigdy",
"never.for.this.workspace.button": "Nie dla tego obszaru roboczego",
"extension.deactivated": "Rozszerzenie {0} zostało dezaktywowane."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Anulowanie wstępnej konfiguracji",
"make.postconfigure.title": "Po skonfigurowaniu: ${0}",
"make.postconfigure.cancelling.title": "Anulowanie po skonfigurowaniu",
"yes.dont.show.again": "Tak (nie pokazuj ponownie)",
"code.can.execute.dryrun.mode.continue": "Konfigurowanie projektu. Kod może być nadal wykonywany w trybie --dry-run. Czy chcesz kontynuować?",
"make.configuring.title": "Konfigurowanie",
"make.confiuring.cancel.title": "Anulowanie konfiguracji",
"make.configure.cache": "Konfigurowanie z pamięci podręcznej"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Não foi possível abrir o arquivo makefile.",
"makefile.outline.buildLogFileNotFound": "Não foi possível abrir o arquivo de log de compilação.",
"extension.configureOnOpen": "Deseja configurar o C++ IntelliSense para este workspace usando informações de seus Makefiles?",
"yes": "Sim",
"no": "Não",
"always.configure.on.open": "Sempre configurar o C++ IntelliSense usando informações de seus Makefiles ao abrir?",
"never.configure.on.open": "Configurar o C++ IntelliSense usando informações de seus Makefiles ao abrir?",
"yes.button": "Sim",
"no.button": "Não",
"never.button": "Nunca",
"never.for.this.workspace.button": "Não para este workspace",
"extension.deactivated": "A extensão {0} está desativada."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Cancelando a pré-configuração",
"make.postconfigure.title": "Pós-configuração: ${0}",
"make.postconfigure.cancelling.title": "Cancelando pós-configuração",
"yes.dont.show.again": "Sim (não mostrar novamente)",
"code.can.execute.dryrun.mode.continue": "Configurando o projeto. O código ainda pode ser executado no modo --dry-run. Deseja continuar?",
"make.configuring.title": "Configurando",
"make.confiuring.cancel.title": "Cancelando configuração",
"make.configure.cache": "Configurando a partir do cache"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Не удалось открыть файл makefile.",
"makefile.outline.buildLogFileNotFound": "Не удалось открыть файл журнала сборки.",
"extension.configureOnOpen": "Вы хотите настроить C++ IntelliSense для этой рабочей области с помощью сведений из файлов makefile?",
"yes": "Да",
"no": "Нет",
"always.configure.on.open": "Всегда настраивать C++ IntelliSense с помощью сведений из файлов makefile при открытии?",
"never.configure.on.open": "Настраивать C++ IntelliSense с помощью сведений из файлов makefile при открытии?",
"yes.button": "Да",
"no.button": "Нет",
"never.button": "Никогда",
"never.for.this.workspace.button": "Не для этой рабочей области",
"extension.deactivated": "Расширение {0} деактивировано."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Отмена предварительной настройки",
"make.postconfigure.title": "Последующая настройка: ${0}",
"make.postconfigure.cancelling.title": "Отмена после настройки",
"yes.dont.show.again": "Да (больше не показывать)",
"code.can.execute.dryrun.mode.continue": "Выполняется настройка проекта. Код все еще может выполняться в режиме --dry-run. Вы хотите продолжить?",
"make.configuring.title": "Настройка",
"make.confiuring.cancel.title": "Отмена настройки",
"make.configure.cache": "Настройка из кэша"

Просмотреть файл

@ -6,5 +6,14 @@
{
"makefile.outline.makefileFileNotFound": "Derleme görevleri dosyasıılamadı.",
"makefile.outline.buildLogFileNotFound": "Derleme günlüğü dosyasıılamadı.",
"extension.configureOnOpen": "Derleme görevleri dosyalarınızdaki bilgileri kullanarak bu çalışma alanı için C++ IntelliSense özelliğini yapılandırmak ister misiniz?",
"yes": "Evet",
"no": "Hayır",
"always.configure.on.open": "Açılışta her zaman Derleme görevleri dosyalarınızdaki bilgiler kullanılarak C++ IntelliSense özelliği yapılandırılsın mı?",
"never.configure.on.open": "Açılışta Derleme görevleri dosyalarınızdaki bilgiler kullanılarak C++ IntelliSense özelliği yapılandırılsın mı?",
"yes.button": "Evet",
"no.button": "Hayır",
"never.button": "Hiçbir Zaman",
"never.for.this.workspace.button": "Bu çalışma alanı için değil",
"extension.deactivated": "Uzantı {0} devre dışı bırakıldı."
}

Просмотреть файл

@ -18,8 +18,6 @@
"make.preconfigure.cancel.title": "Yapılandırma öncesi iptal ediliyor",
"make.postconfigure.title": "Yapılandırma sonrası: ${0}",
"make.postconfigure.cancelling.title": "Yapılandırma sonrası iptal ediliyor",
"yes.dont.show.again": "Evet (bir daha gösterme)",
"code.can.execute.dryrun.mode.continue": "Proje yapılandırılıyor. Kod hala --dry-run modunda yürütülebilir. Devam etmek istiyor musunuz?",
"make.configuring.title": "Yapılandırılıyor",
"make.confiuring.cancel.title": "Yapılandırma iptal ediliyor",
"make.configure.cache": "Önbellekten yapılandırılıyor"