File tree Expand file tree Collapse file tree 16 files changed +23
-25
lines changed
webview-ui/src/i18n/locales Expand file tree Collapse file tree 16 files changed +23
-25
lines changed Original file line number Diff line number Diff line change @@ -1213,11 +1213,9 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
12131213 language,
12141214 maxReadFileLine,
12151215 terminalCompressProgressBar,
1216- historyPreviewCollapsed
1216+ historyPreviewCollapsed,
12171217 } = await this . getState ( )
12181218
1219- this . log ( `[Debug] getState historyPreviewCollapsed: ${ historyPreviewCollapsed } ` ) // Add logging here
1220-
12211219 const telemetryKey = process . env . POSTHOG_API_KEY
12221220 const machineId = vscode . env . machineId
12231221 const allowedCommands = vscode . workspace . getConfiguration ( "roo-cline" ) . get < string [ ] > ( "allowedCommands" ) || [ ]
@@ -1390,7 +1388,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
13901388 telemetrySetting : stateValues . telemetrySetting || "unset" ,
13911389 showRooIgnoredFiles : stateValues . showRooIgnoredFiles ?? true ,
13921390 maxReadFileLine : stateValues . maxReadFileLine ?? 500 ,
1393- historyPreviewCollapsed : stateValues . historyPreviewCollapsed ?? false ,
1391+ historyPreviewCollapsed : stateValues . historyPreviewCollapsed ?? false ,
13941392 }
13951393 }
13961394
Original file line number Diff line number Diff line change 7373 "description" : " Divideix les tasques en parts més petites i manejables."
7474 },
7575 "stickyModels" : {
76- "title" : " Models persistents" ,
77- "description" : " Cada mode recorda el teu últim model utilitzat"
76+ "title" : " Modes persistents" ,
77+ "description" : " Cada mode recorda el vostre darrer model utilitzat"
7878 },
7979 "tools" : {
8080 "title" : " Eines" ,
Original file line number Diff line number Diff line change 7373 "description" : " Teile Aufgaben in kleinere, überschaubare Teile auf."
7474 },
7575 "stickyModels" : {
76- "title" : " Sticky Modes " ,
76+ "title" : " Sticky Modi " ,
7777 "description" : " Jeder Modus merkt sich dein zuletzt verwendetes Modell"
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " Divide las tareas en partes más pequeñas y manejables."
7474 },
7575 "stickyModels" : {
76- "title" : " Modelos persistentes" ,
76+ "title" : " Modos persistentes" ,
7777 "description" : " Cada modo recuerda tu último modelo utilizado"
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " Divisez les tâches en parties plus petites et gérables."
7474 },
7575 "stickyModels" : {
76- "title" : " Modèles persistants" ,
76+ "title" : " Modes persistants" ,
7777 "description" : " Chaque mode se souvient de votre dernier modèle utilisé"
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " कार्यों को छोटे, प्रबंधनीय भागों में विभाजित करें।"
7474 },
7575 "stickyModels" : {
76- "title" : " चिपचिपे मॉडल " ,
76+ "title" : " स्टिकी मोड " ,
7777 "description" : " प्रत्येक मोड आपके अंतिम उपयोग किए गए मॉडल को याद रखता है"
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " Dividi le attività in parti più piccole e gestibili."
7474 },
7575 "stickyModels" : {
76- "title" : " Modelli persistenti" ,
76+ "title" : " Modalità persistenti" ,
7777 "description" : " Ogni modalità ricorda il tuo ultimo modello utilizzato"
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " タスクをより小さく、管理しやすい部分に分割します。"
7474 },
7575 "stickyModels" : {
76- "title" : " スティッキーモデル " ,
77- "description" : " 各モードは、最後に使用したモデルを記憶します "
76+ "title" : " スティッキーモード " ,
77+ "description" : " 各モードは、最後に使用したモデルを記憶しています "
7878 },
7979 "tools" : {
8080 "title" : " ツール" ,
Original file line number Diff line number Diff line change 7373 "description" : " 작업을 더 작고 관리하기 쉬운 부분으로 나눕니다."
7474 },
7575 "stickyModels" : {
76- "title" : " 고정 모델 " ,
76+ "title" : " 스티키 모드 " ,
7777 "description" : " 각 모드는 마지막으로 사용한 모델을 기억합니다."
7878 },
7979 "tools" : {
Original file line number Diff line number Diff line change 7373 "description" : " Podziel zadania na mniejsze, łatwiejsze do zarządzania części."
7474 },
7575 "stickyModels" : {
76- "title" : " Modele przyklejone " ,
76+ "title" : " Tryby trwałe " ,
7777 "description" : " Każdy tryb zapamiętuje ostatnio używany model"
7878 },
7979 "tools" : {
You can’t perform that action at this time.
0 commit comments