Skip to content

Commit

Permalink
[Auto] Localization - Translated Strings (#12236)
Browse files Browse the repository at this point in the history
  • Loading branch information
csigs committed May 3, 2024
1 parent 3182eed commit cf2ea08
Show file tree
Hide file tree
Showing 27 changed files with 66 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "路径不是文件: {0}",
"path.is.not.a.directory": "路径不是目录: {0}",
"duplicate.name": "{0} 重复。配置名称应是唯一的。",
"cannot.find2": "无法找到“{0}”。"
"cannot.find2": "无法找到“{0}”。",
"multiple.paths.not.allowed": "不允许使用多个路径。",
"paths.are.not.directories": "路径不是目录: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/chs/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 诊断",
"c.cpp.crash.call.stacks.title": "C/C++ 故障调用堆栈",
"c.cpp.crash.call.stacks.description": "C/C++ 扩展进程已崩溃。崩溃进程名称、日期/时间、信号和调用堆栈如下 - 将它包含在 {0} 处的 bug 报告中会很有帮助。",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++ 调试协议",
"c.cpp.warnings": "C/C++ 配置警告"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "路徑不是檔案: {0}",
"path.is.not.a.directory": "路徑不是目錄: {0}",
"duplicate.name": "{0} 重複。組態名稱應該是唯一的。",
"cannot.find2": "找不到 \"{0}\""
"cannot.find2": "找不到 \"{0}\"",
"multiple.paths.not.allowed": "不允許使用多個路徑。",
"paths.are.not.directories": "路徑不是目錄: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/cht/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 診斷",
"c.cpp.crash.call.stacks.title": "C/C++ 損毀呼叫堆疊",
"c.cpp.crash.call.stacks.description": "C/C++ 延伸模組程序已損毀。損毀的程序名稱、日期/時間、訊號和呼叫堆疊如下 -- 在 {0} 的錯誤報告中包含該資訊會很有幫助。",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++ 偵錯通訊協定",
"c.cpp.warnings": "C/C++ 設定警告"
Expand Down
2 changes: 1 addition & 1 deletion Extension/i18n/csy/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"c_cpp.taskDefinitions.args.quoting.description": "Způsob, jakým by měla být hodnota argumentu uvedena v uvozovkách",
"c_cpp.taskDefinitions.args.quoting.escape.description": "Uvodí znaky pomocí řídicího znaku prostředí (například pomocí znaku \\ v Bashi).",
"c_cpp.taskDefinitions.args.quoting.strong.description": "Uzavře argument do silných uvozovek prostředí (například ' pomocí znaku Bash).",
"c_cpp.taskDefinitions.args.quoting.weak.description": "Uzavře argument do dvojitých uvozovek prostředí (například \" pomocí znaku Bash).",
"c_cpp.taskDefinitions.args.quoting.weak.description": "Uzavře argument do jednoduchých uvozovek prostředí (například \" pomocí znaku Bash).",
"c_cpp.taskDefinitions.options.description": "Další možnosti příkazu.",
"c_cpp.taskDefinitions.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
"c_cpp.taskDefinitions.detail.description": "Další podrobnosti o úloze.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Cesta není soubor: {0}",
"path.is.not.a.directory": "Cesta není adresář: {0}",
"duplicate.name": "{0} je duplicitní. Název konfigurace by měl být jedinečný.",
"cannot.find2": "Nejde najít {0}."
"cannot.find2": "Nejde najít {0}.",
"multiple.paths.not.allowed": "Více cest není povoleno.",
"paths.are.not.directories": "Cesty nejsou adresáře: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/csy/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostika C/C++",
"c.cpp.crash.call.stacks.title": "Zásobníky volání chyb C/C++",
"c.cpp.crash.call.stacks.description": "Došlo k chybovému ukončení procesu rozšíření C/C++. Název chybového procesu, datum a čas, signál a zásobník volání jsou níže. Bylo by užitečné je zahrnout do zprávy o chybě na {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Protokol ladění C/C++",
"c.cpp.warnings": "Upozornění konfigurace C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Der Pfad ist keine Datei: {0}",
"path.is.not.a.directory": "Der Pfad ist kein Verzeichnis: {0}",
"duplicate.name": "\"{0}\" ist ein Duplikat. Der Konfigurationsname muss eindeutig sein.",
"cannot.find2": "\"{0}\" wurde nicht gefunden."
"cannot.find2": "\"{0}\" wurde nicht gefunden.",
"multiple.paths.not.allowed": "Mehrere Pfade sind nicht zulässig.",
"paths.are.not.directories": "Pfade sind keine Verzeichnisse: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/deu/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++-Diagnose",
"c.cpp.crash.call.stacks.title": "C/C++-Absturzaufruflisten",
"c.cpp.crash.call.stacks.description": "Ein C/C++-Erweiterungsprozess ist abgestürzt. Der Name, das Datum/die Uhrzeit, das Signal und die Aufrufliste des abstürzenden Prozesses sind unten aufgeführt. Es wäre hilfreich, dies in einen Fehlerbericht unter {0} aufzunehmen.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++-Debugprotokoll",
"c.cpp.warnings": "C/C++-Konfigurationswarnungen"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "La ruta de acceso no es un archivo: {0}",
"path.is.not.a.directory": "La ruta de acceso no es un directorio: {0}",
"duplicate.name": "{0} es un duplicado. El nombre de la configuración debe ser único.",
"cannot.find2": "No se encuentra \"{0}\"."
"cannot.find2": "No se encuentra \"{0}\".",
"multiple.paths.not.allowed": "No se permiten varias rutas de acceso.",
"paths.are.not.directories": "Las rutas de acceso no son directorios: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/esn/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnósticos de C/C++",
"c.cpp.crash.call.stacks.title": "Pilas de llamadas de bloqueo de C/C++",
"c.cpp.crash.call.stacks.description": "Se ha bloqueado un proceso de extensión de C/C++. A continuación se muestran el nombre del proceso de bloqueo, la fecha y hora, la señal y la pila de llamadas; sería útil incluirlo en un informe de errores en {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Protocolo de depuración de C/C++",
"c.cpp.warnings": "Advertencias de configuración de C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Le chemin n'est pas un fichier : {0}",
"path.is.not.a.directory": "Le chemin n'est pas un répertoire : {0}",
"duplicate.name": "{0} est dupliqué. Le nom de configuration doit être unique.",
"cannot.find2": "\"{0}\" est introuvable."
"cannot.find2": "\"{0}\" est introuvable.",
"multiple.paths.not.allowed": "Il est interdit d’utiliser plusieurs chemin d’accès.",
"paths.are.not.directories": "Les chemins d’accès ne sont pas des répertoires : {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/fra/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostics C/C++",
"c.cpp.crash.call.stacks.title": "Piles d’appels sur incident C/C++",
"c.cpp.crash.call.stacks.description": "Un processus d’extension C/C++ s’est arrêté. Le nom du processus de blocage, la date/l’heure, le signal et la pile des appels sont ci-dessous : il serait utile de l’inclure dans un rapport de bogues à {0}.",
"c.cpp.ssh.channel": "{0} : SSH",
"c.cpp.debug.protocol": "Protocole de débogage C/C++",
"c.cpp.warnings": "Avertissements de configuration C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Il percorso non è un file: {0}",
"path.is.not.a.directory": "Il percorso non è una directory: {0}",
"duplicate.name": "{0} è duplicato. Il nome della configurazione deve essere univoco.",
"cannot.find2": "Non è possibile trovare \"{0}\"."
"cannot.find2": "Non è possibile trovare \"{0}\".",
"multiple.paths.not.allowed": "Più percorsi non sono consentiti.",
"paths.are.not.directories": "I percorsi non sono directory: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/ita/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostica C/C++",
"c.cpp.crash.call.stacks.title": "Stack di chiamate di arresto anomalo del sistema in C/C++",
"c.cpp.crash.call.stacks.description": "Un processo di estensione C/C++ si è arrestato in modo anomalo. Il nome del processo di arresto anomalo, la data/ora, il segnale e lo stack delle chiamate sono riportati di seguito. Sarebbe utile includerli in un report sui bug in {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Protocollo di debug C/C++",
"c.cpp.warnings": "Avvisi di configurazione C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "パスがファイルではありません: {0}",
"path.is.not.a.directory": "パスがディレクトリではありません: {0}",
"duplicate.name": "{0} が重複しています。構成名は一意である必要があります。",
"cannot.find2": "\"{0}\" が見つかりません。"
"cannot.find2": "\"{0}\" が見つかりません。",
"multiple.paths.not.allowed": "複数のパスは使用できません。",
"paths.are.not.directories": "パスはディレクトリではありません: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/jpn/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 診断",
"c.cpp.crash.call.stacks.title": "C/C++ クラッシュ呼び出し履歴",
"c.cpp.crash.call.stacks.description": "C/C++ 拡張プロセスがクラッシュしました。クラッシュ プロセス名、日付/時刻、シグナル、および呼び出し履歴は以下のとおりです -- これは、{0} のバグ レポートに含めるのに役立ちます。",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++ デバッグ プロトコル",
"c.cpp.warnings": "C/C++ 構成の警告"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "경로가 파일이 아닙니다. {0}",
"path.is.not.a.directory": "경로가 디렉터리가 아닙니다. {0}",
"duplicate.name": "{0}은(는) 중복됩니다. 구성 이름은 고유해야 합니다.",
"cannot.find2": "\"{0}\"을(를) 찾을 수 없습니다."
"cannot.find2": "\"{0}\"을(를) 찾을 수 없습니다.",
"multiple.paths.not.allowed": "여러 경로는 허용되지 않습니다.",
"paths.are.not.directories": "경로는 디렉터리가 아닙니다. {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/kor/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ 진단",
"c.cpp.crash.call.stacks.title": "C/C++ 충돌 호출 스택",
"c.cpp.crash.call.stacks.description": "C/C++ 확장 프로세스에 충돌이 발생했습니다. 충돌하는 프로세스 이름, 날짜/시간, 신호, 호출 스택이 아래에 나열되어 있습니다. 이를 버그 보고서({0})에 포함하면 도움이 될 수 있습니다.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++ 디버그 프로토콜",
"c.cpp.warnings": "C/C++ 구성 경고"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Ścieżka nie jest plikiem: {0}",
"path.is.not.a.directory": "Ścieżka nie jest katalogiem: {0}",
"duplicate.name": "Element {0} jest duplikatem. Nazwa konfiguracji musi być unikatowa.",
"cannot.find2": "Nie można znaleźć elementu „{0}”."
"cannot.find2": "Nie można znaleźć elementu „{0}”.",
"multiple.paths.not.allowed": "Wiele ścieżek jest niedozwolonych.",
"paths.are.not.directories": "Ścieżki nie są katalogami: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/plk/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnostyka języka C/C++",
"c.cpp.crash.call.stacks.title": "Stosy wywołań awaryjnych języka C/C++",
"c.cpp.crash.call.stacks.description": "Proces rozszerzenia C/C++ uległ awarii. Nazwa procesu powodującego awarię, data/godzina, sygnał i stos wywołań znajdują się poniżej — pomocne byłoby uwzględnienie jej w raporcie o usterce pod adresem {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Protokół debugowania języka C/C++",
"c.cpp.warnings": "Ostrzeżenia dotyczące konfiguracji języka C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "O caminho não é um arquivo: {0}",
"path.is.not.a.directory": "O caminho não é um diretório: {0}",
"duplicate.name": "{0} é uma duplicata. O nome da configuração deve ser exclusivo.",
"cannot.find2": "Não é possível localizar \"{0}\"."
"cannot.find2": "Não é possível localizar \"{0}\".",
"multiple.paths.not.allowed": "Vários caminhos não são permitidos.",
"paths.are.not.directories": "Os caminhos não são diretórios: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/ptb/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Diagnóstico de C/C++",
"c.cpp.crash.call.stacks.title": "Pilhas de Chamadas de Falha do C/C++",
"c.cpp.crash.call.stacks.description": "Um processo de extensão C/C++ falhou. O nome, data/hora, sinal e pilha de chamadas do processo de falha estão abaixo. Seria útil incluí-los em um relatório de bugs em {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Protocolo de Depuração de C/C++",
"c.cpp.warnings": "Avisos de Configuração de C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Путь не является файлом: {0}",
"path.is.not.a.directory": "Путь не является каталогом: {0}",
"duplicate.name": "{0} является дубликатом. Имя конфигурации должно быть уникальным.",
"cannot.find2": "Не удается найти \"{0}\"."
"cannot.find2": "Не удается найти \"{0}\".",
"multiple.paths.not.allowed": "Запрещено использовать несколько путей.",
"paths.are.not.directories": "Пути не являются каталогами: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/rus/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "Диагностика C/C++",
"c.cpp.crash.call.stacks.title": "Стеки вызовов с аварийным завершением C/C++",
"c.cpp.crash.call.stacks.description": "Процесс расширения C/C++ завершился аварийно. Ниже указаны имя, дата и время, сигнал и стек вызовов для процесса с аварийным завершением. Их будет полезно включить в отчет об ошибке на странице {0}.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "Протокол отладки C/C++",
"c.cpp.warnings": "Предупреждения конфигурации C/C++"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
"path.is.not.a.file": "Yol bir dosya değil: {0}",
"path.is.not.a.directory": "Yol bir dizin değil: {0}",
"duplicate.name": "{0} yineleniyor. Yapılandırma adı benzersiz olmalıdır.",
"cannot.find2": "\"{0}\" bulunamıyor."
"cannot.find2": "\"{0}\" bulunamıyor.",
"multiple.paths.not.allowed": "Birden fazla yola izin verilmez.",
"paths.are.not.directories": "Yollar dizin değil: {0}"
}
2 changes: 2 additions & 0 deletions Extension/i18n/trk/src/logger.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Do not edit this file. It is machine generated.
{
"c.cpp.diagnostics": "C/C++ Tanılaması",
"c.cpp.crash.call.stacks.title": "C/C++ Kilitlenme Çağrısı Yığınları",
"c.cpp.crash.call.stacks.description": "C/C++ uzantı işlemi kilitlendi. Kilitlenen işlem adı, tarih/saat, sinyal ve çağrı yığını aşağıdadır; bunu {0} adresindeki bir hata raporuna eklemek işe yarar.",
"c.cpp.ssh.channel": "{0}: SSH",
"c.cpp.debug.protocol": "C/C++ Hata Ayıklama Protokolü",
"c.cpp.warnings": "C/C++ Yapılandırma Uyarıları"
Expand Down

0 comments on commit cf2ea08

Please sign in to comment.