Skip to content

Commit 14101e2

Browse files
committed
revert formatting
1 parent bee7a7b commit 14101e2

File tree

9 files changed

+565
-566
lines changed

9 files changed

+565
-566
lines changed

package.nls.nl.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"extension.displayName": "Roo Code (voorheen Roo Cline)",
3-
"extension.description": "Een compleet ontwikkelteam van AI-agents in je editor.",
4-
"views.contextMenu.label": "Roo Code",
5-
"views.terminalMenu.label": "Roo Code",
6-
"views.activitybar.title": "Roo Code",
7-
"command.newTask.title": "Nieuwe Taak",
8-
"command.mcpServers.title": "MCP Servers",
9-
"command.prompts.title": "Prompts",
10-
"command.history.title": "Geschiedenis",
11-
"command.openInEditor.title": "Openen in Editor",
12-
"command.settings.title": "Instellingen",
13-
"command.documentation.title": "Documentatie",
14-
"command.openInNewTab.title": "Openen in Nieuw Tabblad",
15-
"command.explainCode.title": "Leg Code Uit",
16-
"command.fixCode.title": "Repareer Code",
17-
"command.improveCode.title": "Verbeter Code",
18-
"command.addToContext.title": "Toevoegen aan Context",
19-
"command.focusInput.title": "Focus op Invoerveld",
20-
"command.setCustomStoragePath.title": "Aangepast Opslagpad Instellen",
21-
"command.terminal.addToContext.title": "Terminalinhoud aan Context Toevoegen",
22-
"command.terminal.fixCommand.title": "Repareer Dit Commando",
23-
"command.terminal.explainCommand.title": "Leg Dit Commando Uit",
24-
"command.acceptInput.title": "Invoer/Suggestie Accepteren",
25-
"configuration.title": "Roo Code",
26-
"commands.allowedCommands.description": "Commando's die automatisch kunnen worden uitgevoerd wanneer 'Altijd goedkeuren uitvoerbewerkingen' is ingeschakeld",
27-
"settings.vsCodeLmModelSelector.description": "Instellingen voor VSCode Language Model API",
28-
"settings.vsCodeLmModelSelector.vendor.description": "De leverancier van het taalmodel (bijv. copilot)",
29-
"settings.vsCodeLmModelSelector.family.description": "De familie van het taalmodel (bijv. gpt-4)",
30-
"settings.customStoragePath.description": "Aangepast opslagpad. Laat leeg om de standaardlocatie te gebruiken. Ondersteunt absolute paden (bijv. 'D:\\RooCodeStorage')"
2+
"extension.displayName": "Roo Code (voorheen Roo Cline)",
3+
"extension.description": "Een compleet ontwikkelteam van AI-agents in je editor.",
4+
"views.contextMenu.label": "Roo Code",
5+
"views.terminalMenu.label": "Roo Code",
6+
"views.activitybar.title": "Roo Code",
7+
"command.newTask.title": "Nieuwe Taak",
8+
"command.mcpServers.title": "MCP Servers",
9+
"command.prompts.title": "Prompts",
10+
"command.history.title": "Geschiedenis",
11+
"command.openInEditor.title": "Openen in Editor",
12+
"command.settings.title": "Instellingen",
13+
"command.documentation.title": "Documentatie",
14+
"command.openInNewTab.title": "Openen in Nieuw Tabblad",
15+
"command.explainCode.title": "Leg Code Uit",
16+
"command.fixCode.title": "Repareer Code",
17+
"command.improveCode.title": "Verbeter Code",
18+
"command.addToContext.title": "Toevoegen aan Context",
19+
"command.focusInput.title": "Focus op Invoerveld",
20+
"command.setCustomStoragePath.title": "Aangepast Opslagpad Instellen",
21+
"command.terminal.addToContext.title": "Terminalinhoud aan Context Toevoegen",
22+
"command.terminal.fixCommand.title": "Repareer Dit Commando",
23+
"command.terminal.explainCommand.title": "Leg Dit Commando Uit",
24+
"command.acceptInput.title": "Invoer/Suggestie Accepteren",
25+
"configuration.title": "Roo Code",
26+
"commands.allowedCommands.description": "Commando's die automatisch kunnen worden uitgevoerd wanneer 'Altijd goedkeuren uitvoerbewerkingen' is ingeschakeld",
27+
"settings.vsCodeLmModelSelector.description": "Instellingen voor VSCode Language Model API",
28+
"settings.vsCodeLmModelSelector.vendor.description": "De leverancier van het taalmodel (bijv. copilot)",
29+
"settings.vsCodeLmModelSelector.family.description": "De familie van het taalmodel (bijv. gpt-4)",
30+
"settings.customStoragePath.description": "Aangepast opslagpad. Laat leeg om de standaardlocatie te gebruiken. Ondersteunt absolute paden (bijv. 'D:\\RooCodeStorage')"
3131
}

webview-ui/src/components/settings/ModelInfoView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ export const ModelInfoView = ({
7373
),
7474
apiProvider === "gemini" && (
7575
<span className="italic">
76-
{selectedModelId === "gemini-2.5-pro-preview-03-25" ||
77-
selectedModelId === "gemini-2.5-pro-preview-05-06"
76+
{selectedModelId === "gemini-2.5-pro-preview-03-25" || selectedModelId === "gemini-2.5-pro-preview-05-06"
7877
? t("settings:modelInfo.gemini.billingEstimate")
7978
: t("settings:modelInfo.gemini.freeRequests", {
8079
count: selectedModelId && selectedModelId.includes("flash") ? 15 : 2,

0 commit comments

Comments
 (0)