diff --git a/webview-ui/src/i18n/locales/ca/chat.json b/webview-ui/src/i18n/locales/ca/chat.json index 16ea62c443..debc459a41 100644 --- a/webview-ui/src/i18n/locales/ca/chat.json +++ b/webview-ui/src/i18n/locales/ca/chat.json @@ -40,7 +40,7 @@ "tooltip": "Torna a provar l'operació" }, "startNewTask": { - "title": "Començar una nova tasca", + "title": "Tasca nova", "tooltip": "Comença una nova tasca" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Aprovar", "tooltip": "Aprova aquesta acció" }, + "createPR": { + "title": "Crea PR", + "tooltip": "Crea una pull request a partir dels teus canvis" + }, "runCommand": { "title": "Ordre", "tooltip": "Executa aquesta ordre" diff --git a/webview-ui/src/i18n/locales/de/chat.json b/webview-ui/src/i18n/locales/de/chat.json index a3f14d1254..5c2ef18a75 100644 --- a/webview-ui/src/i18n/locales/de/chat.json +++ b/webview-ui/src/i18n/locales/de/chat.json @@ -40,7 +40,7 @@ "tooltip": "Versuch erneut starten" }, "startNewTask": { - "title": "Neue Aufgabe starten", + "title": "Neue Aufgabe", "tooltip": "Beginne eine neue Aufgabe" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Genehmigen", "tooltip": "Diese Aktion genehmigen" }, + "createPR": { + "title": "PR erstellen", + "tooltip": "Erstelle einen Pull Request aus deinen Änderungen" + }, "runCommand": { "title": "Befehl", "tooltip": "Diesen Befehl ausführen" diff --git a/webview-ui/src/i18n/locales/en/chat.json b/webview-ui/src/i18n/locales/en/chat.json index a0122876dc..5c50eaaf77 100644 --- a/webview-ui/src/i18n/locales/en/chat.json +++ b/webview-ui/src/i18n/locales/en/chat.json @@ -35,8 +35,8 @@ "tooltip": "Try the operation again" }, "startNewTask": { - "title": "Start New Task", - "tooltip": "Begin a new task" + "title": "New Task", + "tooltip": "Start a new task" }, "createPR": { "title": "Create PR", diff --git a/webview-ui/src/i18n/locales/es/chat.json b/webview-ui/src/i18n/locales/es/chat.json index e6084b3713..c9853d3116 100644 --- a/webview-ui/src/i18n/locales/es/chat.json +++ b/webview-ui/src/i18n/locales/es/chat.json @@ -35,7 +35,7 @@ "tooltip": "Intenta la operación de nuevo" }, "startNewTask": { - "title": "Iniciar nueva tarea", + "title": "Nueva tarea", "tooltip": "Comienza una nueva tarea" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Aprobar", "tooltip": "Aprobar esta acción" }, + "createPR": { + "title": "Crear PR", + "tooltip": "Crear un pull request a partir de tus cambios" + }, "runCommand": { "title": "Comando", "tooltip": "Ejecutar este comando" diff --git a/webview-ui/src/i18n/locales/fr/chat.json b/webview-ui/src/i18n/locales/fr/chat.json index 38d63358ca..81749eff5b 100644 --- a/webview-ui/src/i18n/locales/fr/chat.json +++ b/webview-ui/src/i18n/locales/fr/chat.json @@ -40,7 +40,7 @@ "tooltip": "Tenter à nouveau l'opération" }, "startNewTask": { - "title": "Commencer une nouvelle tâche", + "title": "Nouvelle tâche", "tooltip": "Démarrer une nouvelle tâche" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Approuver", "tooltip": "Approuver cette action" }, + "createPR": { + "title": "Créer une PR", + "tooltip": "Créer une pull request à partir de vos modifications" + }, "runCommand": { "title": "Commande", "tooltip": "Exécuter cette commande" diff --git a/webview-ui/src/i18n/locales/hi/chat.json b/webview-ui/src/i18n/locales/hi/chat.json index 9bc4b46197..5406f2980c 100644 --- a/webview-ui/src/i18n/locales/hi/chat.json +++ b/webview-ui/src/i18n/locales/hi/chat.json @@ -40,7 +40,7 @@ "tooltip": "ऑपरेशन फिर से प्रयास करें" }, "startNewTask": { - "title": "नया कार्य शुरू करें", + "title": "नया कार्य", "tooltip": "नया कार्य शुरू करें" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "स्वीकृत करें", "tooltip": "इस क्रिया को स्वीकृत करें" }, + "createPR": { + "title": "पीआर बनाएं", + "tooltip": "अपने परिवर्तनों से एक पुल अनुरोध बनाएं" + }, "runCommand": { "title": "कमांड", "tooltip": "इस कमांड को निष्पादित करें" diff --git a/webview-ui/src/i18n/locales/id/chat.json b/webview-ui/src/i18n/locales/id/chat.json index b61b47b3d8..7ff0d9593b 100644 --- a/webview-ui/src/i18n/locales/id/chat.json +++ b/webview-ui/src/i18n/locales/id/chat.json @@ -38,7 +38,7 @@ "tooltip": "Coba operasi lagi" }, "startNewTask": { - "title": "Mulai Tugas Baru", + "title": "Tugas Baru", "tooltip": "Mulai tugas baru" }, "reportBug": { @@ -66,6 +66,10 @@ "title": "Setujui", "tooltip": "Setujui aksi ini" }, + "createPR": { + "title": "Buat PR", + "tooltip": "Buat pull request dari perubahan Anda" + }, "read-batch": { "approve": { "title": "Setujui Semua" diff --git a/webview-ui/src/i18n/locales/it/chat.json b/webview-ui/src/i18n/locales/it/chat.json index 082c489e93..e09d8945b5 100644 --- a/webview-ui/src/i18n/locales/it/chat.json +++ b/webview-ui/src/i18n/locales/it/chat.json @@ -40,7 +40,7 @@ "tooltip": "Prova di nuovo l'operazione" }, "startNewTask": { - "title": "Inizia nuova attività", + "title": "Nuova attività", "tooltip": "Inizia una nuova attività" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Approva", "tooltip": "Approva questa azione" }, + "createPR": { + "title": "Crea PR", + "tooltip": "Crea una pull request dalle tue modifiche" + }, "runCommand": { "title": "Comando", "tooltip": "Esegui questo comando" diff --git a/webview-ui/src/i18n/locales/ja/chat.json b/webview-ui/src/i18n/locales/ja/chat.json index 531afc067e..535ad09bb9 100644 --- a/webview-ui/src/i18n/locales/ja/chat.json +++ b/webview-ui/src/i18n/locales/ja/chat.json @@ -40,7 +40,7 @@ "tooltip": "操作を再試行" }, "startNewTask": { - "title": "新しいタスクを開始", + "title": "新規タスク", "tooltip": "新しいタスクを開始" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "承認", "tooltip": "このアクションを承認" }, + "createPR": { + "title": "PRを作成", + "tooltip": "変更からプルリクエストを作成します" + }, "runCommand": { "title": "コマンド", "tooltip": "このコマンドを実行" diff --git a/webview-ui/src/i18n/locales/ko/chat.json b/webview-ui/src/i18n/locales/ko/chat.json index 9f7818bc47..a2163c6de8 100644 --- a/webview-ui/src/i18n/locales/ko/chat.json +++ b/webview-ui/src/i18n/locales/ko/chat.json @@ -40,7 +40,7 @@ "tooltip": "작업 다시 시도" }, "startNewTask": { - "title": "새 작업 시작", + "title": "새 작업", "tooltip": "새 작업 시작하기" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "승인", "tooltip": "이 작업 승인" }, + "createPR": { + "title": "PR 생성", + "tooltip": "변경 사항으로 풀 리퀘스트를 생성합니다" + }, "runCommand": { "title": "명령", "tooltip": "이 명령 실행" diff --git a/webview-ui/src/i18n/locales/nl/chat.json b/webview-ui/src/i18n/locales/nl/chat.json index 97380d370a..a950d8102c 100644 --- a/webview-ui/src/i18n/locales/nl/chat.json +++ b/webview-ui/src/i18n/locales/nl/chat.json @@ -35,7 +35,7 @@ "tooltip": "Probeer de bewerking opnieuw" }, "startNewTask": { - "title": "Nieuwe taak starten", + "title": "Nieuwe taak", "tooltip": "Begin een nieuwe taak" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Goedkeuren", "tooltip": "Deze actie goedkeuren" }, + "createPR": { + "title": "PR aanmaken", + "tooltip": "Een pull request aanmaken van je wijzigingen" + }, "runCommand": { "title": "Commando", "tooltip": "Voer dit commando uit" diff --git a/webview-ui/src/i18n/locales/pl/chat.json b/webview-ui/src/i18n/locales/pl/chat.json index 414262eaa7..47da28d8d4 100644 --- a/webview-ui/src/i18n/locales/pl/chat.json +++ b/webview-ui/src/i18n/locales/pl/chat.json @@ -40,7 +40,7 @@ "tooltip": "Spróbuj ponownie wykonać operację" }, "startNewTask": { - "title": "Rozpocznij nowe zadanie", + "title": "Nowe zadanie", "tooltip": "Rozpocznij nowe zadanie" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Zatwierdź", "tooltip": "Zatwierdź tę akcję" }, + "createPR": { + "title": "Utwórz PR", + "tooltip": "Utwórz pull request ze swoich zmian" + }, "runCommand": { "title": "Polecenie", "tooltip": "Wykonaj to polecenie" diff --git a/webview-ui/src/i18n/locales/pt-BR/chat.json b/webview-ui/src/i18n/locales/pt-BR/chat.json index 0baa415bc7..773fc55ff9 100644 --- a/webview-ui/src/i18n/locales/pt-BR/chat.json +++ b/webview-ui/src/i18n/locales/pt-BR/chat.json @@ -40,7 +40,7 @@ "tooltip": "Tentar a operação novamente" }, "startNewTask": { - "title": "Iniciar nova tarefa", + "title": "Nova Tarefa", "tooltip": "Começar uma nova tarefa" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Aprovar", "tooltip": "Aprovar esta ação" }, + "createPR": { + "title": "Criar PR", + "tooltip": "Crie um pull request a partir das suas alterações" + }, "runCommand": { "title": "Comando", "tooltip": "Executar este comando" diff --git a/webview-ui/src/i18n/locales/ru/chat.json b/webview-ui/src/i18n/locales/ru/chat.json index 10cca124d3..4cc607d029 100644 --- a/webview-ui/src/i18n/locales/ru/chat.json +++ b/webview-ui/src/i18n/locales/ru/chat.json @@ -35,7 +35,7 @@ "tooltip": "Попробовать выполнить операцию снова" }, "startNewTask": { - "title": "Начать новую задачу", + "title": "Новая задача", "tooltip": "Начать новую задачу" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Одобрить", "tooltip": "Одобрить это действие" }, + "createPR": { + "title": "Создать PR", + "tooltip": "Создать pull request из ваших изменений" + }, "runCommand": { "title": "Команда", "tooltip": "Выполнить эту команду" diff --git a/webview-ui/src/i18n/locales/tr/chat.json b/webview-ui/src/i18n/locales/tr/chat.json index 9b92b937a7..73b9434b35 100644 --- a/webview-ui/src/i18n/locales/tr/chat.json +++ b/webview-ui/src/i18n/locales/tr/chat.json @@ -40,7 +40,7 @@ "tooltip": "İşlemi tekrar dene" }, "startNewTask": { - "title": "Yeni Görev Başlat", + "title": "Yeni Görev", "tooltip": "Yeni bir görev başlat" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Onayla", "tooltip": "Bu eylemi onayla" }, + "createPR": { + "title": "PR Oluştur", + "tooltip": "Değişikliklerinizden bir pull request oluşturun" + }, "runCommand": { "title": "Komut", "tooltip": "Bu komutu çalıştır" diff --git a/webview-ui/src/i18n/locales/vi/chat.json b/webview-ui/src/i18n/locales/vi/chat.json index 39cb1cf016..a82423dffd 100644 --- a/webview-ui/src/i18n/locales/vi/chat.json +++ b/webview-ui/src/i18n/locales/vi/chat.json @@ -40,7 +40,7 @@ "tooltip": "Thử lại thao tác" }, "startNewTask": { - "title": "Bắt đầu nhiệm vụ mới", + "title": "Nhiệm vụ mới", "tooltip": "Bắt đầu một nhiệm vụ mới" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "Phê duyệt", "tooltip": "Phê duyệt hành động này" }, + "createPR": { + "title": "Tạo PR", + "tooltip": "Tạo một pull request từ các thay đổi của bạn" + }, "runCommand": { "title": "Lệnh", "tooltip": "Thực thi lệnh này" diff --git a/webview-ui/src/i18n/locales/zh-CN/chat.json b/webview-ui/src/i18n/locales/zh-CN/chat.json index ef87b819ea..16723f53a9 100644 --- a/webview-ui/src/i18n/locales/zh-CN/chat.json +++ b/webview-ui/src/i18n/locales/zh-CN/chat.json @@ -40,7 +40,7 @@ "tooltip": "再次尝试操作" }, "startNewTask": { - "title": "开始新任务", + "title": "新任务", "tooltip": "开始一个新任务" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "批准", "tooltip": "批准此操作" }, + "createPR": { + "title": "创建 PR", + "tooltip": "从您的更改创建拉取请求" + }, "runCommand": { "title": "命令", "tooltip": "执行此命令" diff --git a/webview-ui/src/i18n/locales/zh-TW/chat.json b/webview-ui/src/i18n/locales/zh-TW/chat.json index 985859bec4..6accdcd4db 100644 --- a/webview-ui/src/i18n/locales/zh-TW/chat.json +++ b/webview-ui/src/i18n/locales/zh-TW/chat.json @@ -35,7 +35,7 @@ "tooltip": "再次嘗試操作" }, "startNewTask": { - "title": "開始新工作", + "title": "新工作", "tooltip": "開始一項新工作" }, "proceedAnyways": { @@ -60,6 +60,10 @@ "title": "核准", "tooltip": "核准此操作" }, + "createPR": { + "title": "建立 PR", + "tooltip": "從您的變更建立拉取請求" + }, "read-batch": { "approve": { "title": "全部核准"