diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 4d392ee3bf..8259038fdc 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 aprovacions automàtiques", "triggerLabel_one": "1 aprovació automàtica", "triggerLabel_other": "{{count}} aprovacions automàtiques", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Edicions Concurrents", + "description": "Activa les edicions concurrents de fitxers per a operacions multi-fitxer més ràpides" + } }, "reasoning": { "thinking": "Pensant", diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index 65934ab5a2..3e72c67049 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 automatisch genehmigt", "triggerLabel_one": "1 automatisch genehmigt", "triggerLabel_other": "{{count}} automatisch genehmigt", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Gleichzeitige Bearbeitungen", + "description": "Aktiviert gleichzeitige Dateibearbeitungen für schnellere Mehrfachdatei-Operationen" + } }, "reasoning": { "thinking": "Denke nach", diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index 30693285db..5d54368347 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 aprobaciones automáticas", "triggerLabel_one": "1 aprobación automática", "triggerLabel_other": "{{count}} aprobaciones automáticas", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Ediciones Concurrentes", + "description": "Habilita ediciones concurrentes de archivos para operaciones multi-archivo más rápidas" + } }, "reasoning": { "thinking": "Pensando", diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index d5dae24a79..09bec66b99 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 approuvé automatiquement", "triggerLabel_one": "1 approuvé automatiquement", "triggerLabel_other": "{{count}} approuvés automatiquement", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Éditions Concurrentes", + "description": "Active les éditions concurrentes de fichiers pour des opérations multi-fichiers plus rapides" + } }, "reasoning": { "thinking": "Réflexion", diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 0ec9cd7c7e..f6d7ff0c08 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 स्वतः-अनुमोदन", "triggerLabel_one": "1 स्वतः-अनुमोदित", "triggerLabel_other": "{{count}} स्वतः-अनुमोदित", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "समवर्ती संपादन", + "description": "तेज़ मल्टी-फ़ाइल ऑपरेशन के लिए समवर्ती फ़ाइल संपादन सक्षम करें" + } }, "reasoning": { "thinking": "विचार कर रहा है", diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index a2c5377691..a4b62d8242 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -294,7 +294,11 @@ "triggerLabel_zero": "0 disetujui otomatis", "triggerLabel_one": "1 disetujui otomatis", "triggerLabel_other": "{{count}} disetujui otomatis", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Edit Bersamaan", + "description": "Aktifkan edit file bersamaan untuk operasi multi-file yang lebih cepat" + } }, "announcement": { "title": "🎉 Roo Code {{version}} Dirilis", diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index a176be1f2f..9b63047957 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 approvati automaticamente", "triggerLabel_one": "1 approvato automaticamente", "triggerLabel_other": "{{count}} approvati automaticamente", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Modifiche Concorrenti", + "description": "Abilita modifiche concorrenti dei file per operazioni multi-file più veloci" + } }, "reasoning": { "thinking": "Sto pensando", diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index 0e940b17ec..63be4f5579 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0個の自動承認", "triggerLabel_one": "1個の自動承認済み", "triggerLabel_other": "{{count}}個の自動承認済み", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "並行編集", + "description": "複数ファイル操作を高速化するため、ファイルの並行編集を有効にする" + } }, "reasoning": { "thinking": "考え中", diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index 6fa7c5692a..5f56c41a3a 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0개 자동 승인됨", "triggerLabel_one": "1개 자동 승인됨", "triggerLabel_other": "{{count}}개 자동 승인됨", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "동시 편집", + "description": "더 빠른 다중 파일 작업을 위해 동시 파일 편집 활성화" + } }, "reasoning": { "thinking": "생각 중", diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index 2be312228d..b951f088c9 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 automatisch goedgekeurd", "triggerLabel_one": "1 automatisch goedgekeurd", "triggerLabel_other": "{{count}} automatisch goedgekeurd", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Gelijktijdige Bewerkingen", + "description": "Schakel gelijktijdige bestandsbewerkingen in voor snellere multi-bestandsoperaties" + } }, "announcement": { "title": "🎉 Roo Code {{version}} uitgebracht", diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index e60ec330db..cab1cdbe70 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 automatycznie zatwierdzone", "triggerLabel_one": "1 automatycznie zatwierdzony", "triggerLabel_other": "{{count}} automatycznie zatwierdzonych", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Edycje Równoległe", + "description": "Włącz równoległe edytowanie plików dla szybszych operacji wieloplikowych" + } }, "reasoning": { "thinking": "Myślenie", diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index 3408f3a1aa..b3b3093096 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -267,7 +267,11 @@ "triggerLabel_zero": "0 aprovados automaticamente", "triggerLabel_one": "1 aprovado automaticamente", "triggerLabel_other": "{{count}} aprovados automaticamente", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Edições Concorrentes", + "description": "Habilita edições concorrentes de arquivos para operações multi-arquivo mais rápidas" + } }, "reasoning": { "thinking": "Pensando", diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 5018f817af..6f0aecdd88 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -268,7 +268,11 @@ "triggerLabel_zero": "0 авто-утвержденных", "triggerLabel_one": "1 авто-утвержден", "triggerLabel_other": "{{count}} авто-утвержденных", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Параллельные Правки", + "description": "Включить параллельное редактирование файлов для более быстрых многофайловых операций" + } }, "announcement": { "title": "🎉 Выпущен Roo Code {{version}}", diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 2290a85f6d..708687415e 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -268,7 +268,11 @@ "triggerLabel_zero": "0 otomatik onaylandı", "triggerLabel_one": "1 otomatik onaylandı", "triggerLabel_other": "{{count}} otomatik onaylandı", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Eşzamanlı Düzenlemeler", + "description": "Daha hızlı çoklu dosya işlemleri için eşzamanlı dosya düzenlemelerini etkinleştir" + } }, "reasoning": { "thinking": "Düşünüyor", diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index d9362ea39d..70e869cac4 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -268,7 +268,11 @@ "triggerLabel_zero": "0 được tự động phê duyệt", "triggerLabel_one": "1 được tự động phê duyệt", "triggerLabel_other": "{{count}} được tự động phê duyệt", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "Chỉnh Sửa Đồng Thời", + "description": "Bật chỉnh sửa tệp đồng thời cho các thao tác đa tệp nhanh hơn" + } }, "reasoning": { "thinking": "Đang suy nghĩ", diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index 850f79e630..980e5bd013 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -268,7 +268,11 @@ "triggerLabel_zero": "0 个自动批准", "triggerLabel_one": "1 个自动批准", "triggerLabel_other": "{{count}} 个自动批准", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "并发编辑", + "description": "启用并发文件编辑以加快多文件操作" + } }, "reasoning": { "thinking": "思考中", diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index 715452977a..40f8baed6d 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -292,7 +292,11 @@ "triggerLabel_zero": "0 個自動核准", "triggerLabel_one": "1 個自動核准", "triggerLabel_other": "{{count}} 個自動核准", - "triggerLabelAll": "YOLO" + "triggerLabelAll": "YOLO", + "concurrentEdits": { + "label": "並行編輯", + "description": "啟用並行文件編輯以加快多文件操作" + } }, "announcement": { "title": "🎉 Roo Code {{version}} 已發布",