diff --git a/webview-ui/src/components/welcome/RooHero.tsx b/webview-ui/src/components/welcome/RooHero.tsx index ffb6d8b412..3d25ea87b5 100644 --- a/webview-ui/src/components/welcome/RooHero.tsx +++ b/webview-ui/src/components/welcome/RooHero.tsx @@ -7,17 +7,20 @@ const RooHero = () => { }) return ( -
- Roo logo +
+
+ Roo logo +
) } diff --git a/webview-ui/src/i18n/locales/en/history.json b/webview-ui/src/i18n/locales/en/history.json index 3d59b4b2c2..964d19d734 100644 --- a/webview-ui/src/i18n/locales/en/history.json +++ b/webview-ui/src/i18n/locales/en/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Recent Tasks", "history": "History", "exitSelectionMode": "Exit Selection Mode", "enterSelectionMode": "Enter Selection Mode", diff --git a/webview-ui/src/i18n/locales/hi/history.json b/webview-ui/src/i18n/locales/hi/history.json index becf787d62..cbde12035a 100644 --- a/webview-ui/src/i18n/locales/hi/history.json +++ b/webview-ui/src/i18n/locales/hi/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "हाल के कार्य", "history": "इतिहास", "exitSelectionMode": "चयन मोड से बाहर निकलें", "enterSelectionMode": "चयन मोड में प्रवेश करें", diff --git a/webview-ui/src/i18n/locales/it/history.json b/webview-ui/src/i18n/locales/it/history.json index 5fce0c1639..dd0c97925b 100644 --- a/webview-ui/src/i18n/locales/it/history.json +++ b/webview-ui/src/i18n/locales/it/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Attività recenti", "history": "Cronologia", "exitSelectionMode": "Esci dalla modalità selezione", "enterSelectionMode": "Entra in modalità selezione", diff --git a/webview-ui/src/i18n/locales/ja/history.json b/webview-ui/src/i18n/locales/ja/history.json index 3fbd4f0045..2f60ab97d0 100644 --- a/webview-ui/src/i18n/locales/ja/history.json +++ b/webview-ui/src/i18n/locales/ja/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "最近のタスク", "history": "履歴", "exitSelectionMode": "選択モードを終了", "enterSelectionMode": "選択モードに入る", diff --git a/webview-ui/src/i18n/locales/ko/history.json b/webview-ui/src/i18n/locales/ko/history.json index cd9f6d8878..f1bedad5cb 100644 --- a/webview-ui/src/i18n/locales/ko/history.json +++ b/webview-ui/src/i18n/locales/ko/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "최근 작업", "history": "기록", "exitSelectionMode": "선택 모드 종료", "enterSelectionMode": "선택 모드 진입", diff --git a/webview-ui/src/i18n/locales/nl/history.json b/webview-ui/src/i18n/locales/nl/history.json index 09461bfd61..5e46b12ab9 100644 --- a/webview-ui/src/i18n/locales/nl/history.json +++ b/webview-ui/src/i18n/locales/nl/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Recente taken", "history": "Geschiedenis", "exitSelectionMode": "Selectiemodus verlaten", "enterSelectionMode": "Selectiemodus starten", diff --git a/webview-ui/src/i18n/locales/pl/history.json b/webview-ui/src/i18n/locales/pl/history.json index 4f3af8b245..1ebd60ff3c 100644 --- a/webview-ui/src/i18n/locales/pl/history.json +++ b/webview-ui/src/i18n/locales/pl/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Ostatnie zadania", "history": "Historia", "exitSelectionMode": "Wyłącz tryb wyboru", "enterSelectionMode": "Włącz tryb wyboru", diff --git a/webview-ui/src/i18n/locales/pt-BR/history.json b/webview-ui/src/i18n/locales/pt-BR/history.json index a6596a37f0..14aa987ef9 100644 --- a/webview-ui/src/i18n/locales/pt-BR/history.json +++ b/webview-ui/src/i18n/locales/pt-BR/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Tarefas recentes", "history": "Histórico", "exitSelectionMode": "Sair do modo de seleção", "enterSelectionMode": "Entrar no modo de seleção", diff --git a/webview-ui/src/i18n/locales/ru/history.json b/webview-ui/src/i18n/locales/ru/history.json index 3fd97c7bcb..4228895c85 100644 --- a/webview-ui/src/i18n/locales/ru/history.json +++ b/webview-ui/src/i18n/locales/ru/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Недавние задачи", "history": "История", "exitSelectionMode": "Выйти из режима выбора", "enterSelectionMode": "Войти в режим выбора", diff --git a/webview-ui/src/i18n/locales/tr/history.json b/webview-ui/src/i18n/locales/tr/history.json index 00cb47f2d5..acbe2984cd 100644 --- a/webview-ui/src/i18n/locales/tr/history.json +++ b/webview-ui/src/i18n/locales/tr/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Son görevler", "history": "Geçmiş", "exitSelectionMode": "Seçim Modundan Çık", "enterSelectionMode": "Seçim Moduna Gir", diff --git a/webview-ui/src/i18n/locales/vi/history.json b/webview-ui/src/i18n/locales/vi/history.json index 1cac2b3404..62acb34e29 100644 --- a/webview-ui/src/i18n/locales/vi/history.json +++ b/webview-ui/src/i18n/locales/vi/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "Nhiệm vụ gần đây", "history": "Lịch sử", "exitSelectionMode": "Thoát chế độ chọn", "enterSelectionMode": "Vào chế độ chọn", diff --git a/webview-ui/src/i18n/locales/zh-CN/history.json b/webview-ui/src/i18n/locales/zh-CN/history.json index 89c14f7c37..be04868d52 100644 --- a/webview-ui/src/i18n/locales/zh-CN/history.json +++ b/webview-ui/src/i18n/locales/zh-CN/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "最近任务", "history": "历史记录", "exitSelectionMode": "退出多选模式", "enterSelectionMode": "进入多选模式", diff --git a/webview-ui/src/i18n/locales/zh-TW/history.json b/webview-ui/src/i18n/locales/zh-TW/history.json index 0321f783a3..7b68ba1902 100644 --- a/webview-ui/src/i18n/locales/zh-TW/history.json +++ b/webview-ui/src/i18n/locales/zh-TW/history.json @@ -1,4 +1,5 @@ { + "recentTasks": "最近工作", "history": "歷史記錄", "exitSelectionMode": "離開選擇模式", "enterSelectionMode": "進入選擇模式",