← All @molecule/* packages · App templates

@molecule/app-locales-ide

Translations · i18n · App (browser) · v1.3.1 · Apache-2.0

Translations for molecule IDE components in 79 languages

npm install @molecule/app-locales-ide

npm · Source on GitHub

How it works

@molecule/app-locales-ide carries the translations for the i18n package on the app (browser) side. Install it beside that package and the i18n core picks the strings up by locale.

import { af, am, ar } from '@molecule/app-locales-ide'
import type { IdeTranslationKey, IdeTranslations } from '@molecule/app-locales-ide'

Works with: @molecule/app-i18n

Reference

Auto-generated, AI-first package reference for the molecule.dev ecosystem. It is written to be read by coding agents as much as by people, and is generated from this package's source — edit src/index.ts JSDoc, not this file.

Translations for molecule IDE components in 79 languages

Purpose

Provides translations for the @molecule/app-ide package which has 531 translation keys.

Languages

79 languages supported: af, am, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, el, en, es, et, eu, fa, fi, fil, fr, ga, gl, gu, ha, he, hi, hr, hu, hy, id, ig, is, it, ja, ka, kk, km, kn, ko, ky, lo, lt, lv, mk, ml, mn, mr, ms, mt, my, nb, ne, nl, pa, pl, pt, ro, ru, si, sk, sl, sq, sr, sv, sw, ta, te, th, tr, uk, ur, uz, vi, yo, zh, zh-TW, zu.

Quick Start

import { af, am, ar } from '@molecule/app-locales-ide'
import type { IdeTranslationKey, IdeTranslations } from '@molecule/app-locales-ide'

Registration

In an mlcl-scaffolded app, installed locale bonds are registered automatically by the app's i18n setup at startup — installing this package is normally all you need. To register manually (or in a custom app), pass the whole module to registerLocaleModule from @molecule/app-i18n at startup:

import { registerLocaleModule } from '@molecule/app-i18n'
import * as locales from '@molecule/app-locales-ide'

registerLocaleModule(locales)

Editing translations

en.ts is the canonical key set — every other language file mirrors its keys. To change or add strings, edit the locale files in this package (add new keys to en.ts first) or merge overrides at runtime with addTranslations(locale, map). Never hand-write translations inline in feature code: features call t(key, values, { defaultValue }) and THIS bond supplies the translations — inline strings bypass every other language.

Translation Keys

KeyEnglish
ide.chat.model.region.usUS
ide.chat.model.region.cnCN
ide.chat.model.regionHintProcessed in: {{region}} — click to change
ide.chat.model.regionOnlyHintOnly hosted in: {{region}}
ide.chat.model.regionMenuLabelProcessing region
ide.chat.models.colRegionRegion
ide.chat.thoughtBrieflyThought briefly
ide.chat.thoughtForSecondThought for 1 second
ide.chat.thoughtForSecondsThought for {{count}} seconds
ide.chat.thoughtForMinuteThought for 1 minute
ide.chat.thoughtForMinutesThought for {{count}} minutes
ide.chat.streaming.thinkingSynthesizing...
ide.chat.streaming.analyzingAnalyzing the structure...
ide.chat.streaming.reasoningTracing the pathway...
ide.chat.streaming.craftingComposing the response...
ide.chat.streaming.workingReacting to your request...
ide.chat.streaming.processingCatalyzing...
ide.chat.streaming.connectingBonding the concepts...
ide.chat.streaming.almostThereCrystallizing the answer...
ide.chat.thinkingThinking
ide.chat.verificationPassedChecks passed
ide.chat.typeErrorCount1 type error
ide.chat.lintErrorCount1 lint error
ide.chat.lintWarningCount1 warning
ide.chat.runtimeErrorsRuntime errors
ide.chat.verificationFailedErrors found
ide.chat.viewPlansView plans
ide.chat.committingCommitting...
ide.chat.commitLabelCommit
ide.chat.redoCommitRe-apply this commit
ide.chat.revertCommitRevert this commit
ide.chat.fileCount{{count}} files
common.cancelCancel
common.saveSave
ide.chat.queuedQueued
ide.chat.queuedCount{{count}} queued
ide.chat.editQueuedEdit
ide.chat.deleteQueuedDelete
ide.chat.sendQueuedSend
ide.chat.responseStoppedResponse stopped
ide.chat.changeModelChange model
ide.chat.increaseLoopsIncrease max loops
ide.chat.continueButtonContinue
ide.chat.continuePromptContinue implementing from where you left off.
upgrade.viewPlansUpgrade
guest.reminder.messageSign up or log in to keep your work \\u2014 guest sessions expire after 72 hours.
upgrade.signUpSign up
guest.reminder.logInLog in
ide.chat.soundsErrorFailed to update sound settings.
ide.chat.commitFailedCommit failed
ide.chat.fileTooLargeFile is too large. Maximum size is {{maxSize}}MB.
ide.chat.modelSetChat model set to {{name}}
ide.chat.compactingCompacting conversation...
ide.chat.compactedContext usage is low — no compaction needed.
ide.chat.compactErrorFailed to compact conversation.
ide.chat.switchedToPlanSwitched to plan mode
ide.chat.switchedToExecuteSwitched to execute mode
ide.chat.fastModeOnFast mode on — faster responses at a higher rate
ide.chat.fastModeOffFast mode off
ide.chat.fastModeEnableFast mode — up to 2.5× faster output at a higher token rate
ide.chat.fastModeDisableTurn off fast mode
ide.chat.costErrorUnable to fetch usage data.
ide.chat.usageAllowanceTodayLineYou
ide.chat.usageAllowanceUsedUpLineToday
ide.chat.resetSoonsoon
ide.chat.resetUnderHourin under an hour
ide.chat.resetTomorrowtomorrow
ide.chat.resetInHoursin about {{hours}} hours
ide.chat.models.colUsageRateUsage rate
ide.chat.models.usageRateHintHow fast this model uses your AI allowance, relative to the most economical model
ide.chat.models.usageRateValue×{{rate}} usage
ide.chat.models.usageRateYourKeyyour key
ide.chat.models.usageRateYourKeyHintBilled to your own provider key, not your plan.
ide.chat.models.peakNowpeak ×{{multiplier}} now
ide.chat.models.peakLater×{{multiplier}} at peak hours
ide.chat.models.peakHintThis model costs ×{{multiplier}} between {{windows}}. It is the normal rate the rest of the day.
ide.chat.undoNoChangesNo file changes to undo.
ide.chat.undoCompleteFailed to revert changes.
ide.chat.commitNoChangesNo changes to commit.
ide.chat.commitErrorFailed to commit changes.
ide.chat.autoFixEnabledAuto-fix enabled.
ide.chat.autoFixDisabledAuto-fix disabled.
ide.chat.autoFixErrorFailed to update auto-fix setting.
ide.chat.autoApproveEnabledAuto-approve on — destructive commands run without asking. The exfiltration guard still asks. Turn off with /autoapprove.
ide.chat.autoApproveDisabledAuto-approve off — destructive commands ask before running.
ide.chat.autoApproveErrorFailed to update auto-approve setting.
ide.chat.modelUsageUsage: /model <model-name> (e.g. claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5-20251001)
ide.chat.modelUpgradeRequired{{model}} is available on Pro. Upgrade to access all models.
ide.chat.maxLoopsReachedMax loops limit reached.
ide.chat.maxLoopsErrorFailed to update max tool iterations.
ide.chat.dropFilesHereDrop files here
ide.chat.showEarlierShow earlier messages
ide.chat.autoFixPausedAuto-fix paused
ide.chat.autoFixCountdownResume
ide.chat.autoFixPausePause
ide.chat.autoFixCancelCancel
ide.chat.closeOverlayClose
ide.chat.retryCountdownServer error — retrying in {{seconds}}s… (attempt {{attempt}})
ide.chat.version{{productName}} v0.1.0
ide.chat.selectModelSelect model
ide.chat.currentBadgecurrent
ide.chat.proRequiredPro
ide.chat.notificationSoundsNotification sounds
ide.chat.soundMode.mixedmixed
ide.chat.soundAllAll
ide.chat.activeFileactive
ide.chat.openTabopen
ide.chat.uncommittedFileCount{{count}} uncommitted files
ide.chat.switchToExecuteSwitch to execute mode
ide.chat.switchToPlanSwitch to plan mode
ide.chat.attachFileAttach file
ide.chat.newChatNew chat
ide.chat.searchConversationsSearch conversations…
ide.commandPalette.placeholderType a command…
ide.formattingFormatting…
ide.contextMenu.newFileNew File...
ide.contextMenu.newFolderNew Folder...
ide.contextMenu.pastePaste
ide.contextMenu.collapseAllCollapse All
ide.contextMenu.deleteCountDelete {{count}} Items
ide.contextMenu.copyPathsCopy Paths
ide.contextMenu.copyRelativePathsCopy Relative Paths
ide.contextMenu.renameRename
ide.contextMenu.deleteDelete
ide.contextMenu.cutCut
ide.contextMenu.copyPathCopy Path
ide.contextMenu.copyRelativePathCopy Relative Path
ide.contextMenu.openOpen
ide.shortcuts.titleKeyboard Shortcuts
ide.shortcuts.hintArrow keys to navigate · Enter to run · Esc to close
ide.preview.startingLoading preview...
ide.preview.noPreviewNo preview available
ide.preview.restartingLoading preview...
ide.preview.retryCountRetry attempt {{count}}
ide.quickOpen.placeholderSearch files by name…
ide.quickPicker.placeholderType to search…
ide.quickPicker.loadingLoading…
ide.quickPicker.noResultsNo matching results
ide.search.replaceInFileReplace in this file
ide.search.toggleReplaceToggle Replace
ide.search.placeholderSearch
ide.search.clearClear
ide.search.replacePlaceholderReplace
ide.search.confirmReplaceAllClick again to confirm
ide.search.replaceAllReplace All
ide.search.confirmConfirm
ide.search.replaceAllShortAll
ide.search.replaceConfirmationMatch Case
ide.search.wholeWordMatch Whole Word
ide.search.regexUse Regular Expression
ide.search.toggleFiltersToggle Filters
ide.search.includeFilesFiles to include (e.g. *.ts)
ide.search.excludeFilesFiles to exclude (e.g. *.min.js)
ide.search.excludedDirsExcluded folders (applies to all searches, including the agent)
ide.search.resultsTruncated{{count}} results in {{files}} files (truncated)
ide.search.searchingSearching…
ide.sidebar.filesExplorer
ide.sidebar.searchSearch
ide.toolCall.noOutput(no output)
ide.toolCall.writtenWritten
ide.toolCall.statusUnchangedUnchanged
ide.toolCall.newFileLinesnew file, {{count}} lines
ide.toolCall.empty(empty)
ide.toolCall.truncated… (truncated)
ide.toolCall.noFilesFoundNo files found
ide.toolCall.noMatchesNo matches
ide.toolCall.andMore… and {{count}} more
ide.chat.askUserPlaceholderOr type your own…
ide.chat.askUserSubmitSend
ide.chat.redoChangeRe-apply this change
ide.chat.undoChangeUndo this change
ide.toolCall.statusRunningRunning…
ide.toolCall.statusNotFoundNot found
ide.toolCall.statusPermissionDeniedPermission denied
ide.toolCall.statusFailedFailed
ide.toolCall.entryCount{{count}} entries
ide.toolCall.matchCount{{count}} matches
ide.toolCall.fileCount{{count}} files
ide.toolCall.packageCount{{count}} packages
ide.toolCall.openPackageDocOpen package docs
ide.toolCall.statusServerErrorServer error
ide.chat.titleChat
ide.chat.placeholderSend a message...
ide.chat.placeholderViewerMessage your team
ide.chat.emptyStateDescribe what you want to build...
ide.chat.youYou
ide.chat.teamOnly.badgeTeam only — visible to your team; {{agentName}} will ignore it
ide.chat.itemRenderErrorThis message couldn
ide.chat.viewProfileView profile
ide.chat.moleculeMolecule
ide.chat.automaticSent automatically
ide.chat.stopStop
ide.chat.sendSend
ide.chat.mentionReference a file
ide.chat.slashCommandsSlash commands
ide.chat.commitCommit
ide.chat.committedCommitted
ide.chat.retryCommitRetry
ide.chat.loopLimitReachedReached the maximum of {{max}} tool iterations.
ide.chat.maxLoopsSetMax tool iterations set to {{n}}
ide.chat.modelErrorFailed to update chat model.
ide.chat.revertFileRevert to last commit
ide.chat.signUpRequiredSign up to use
ide.chat.verificationFixingFixing errors...
ide.chat.cancelCancel
ide.chat.saveSave
ide.chat.soundMode.offoff
ide.chat.soundMode.whenNotFocusedwhen not focused
ide.chat.soundMode.alwaysalways
ide.chat.soundEvent.messageTeam message
ide.chat.soundEvent.doneResponse complete
ide.chat.soundEvent.errorError
ide.chat.soundEvent.tool_resultTool finished
ide.chat.soundEvent.file_diffFile changed
ide.chat.soundEvent.commit_suggestionCommit suggested
ide.chat.soundEvent.modeMode changed
ide.chat.soundEvent.loop_limit_reachedLoop limit reached
ide.chat.soundEvent.verification_resultVerification result
ide.chat.soundEvent.preview_errorPreview error
ide.chat.soundEventDesc.messageA teammate posted a team-only note
ide.chat.soundEventDesc.done{{agentName}} finished responding
ide.chat.soundEventDesc.errorSomething went wrong during a response
ide.chat.soundEventDesc.tool_resultA tool call (file read, command, etc.) completed
ide.chat.soundEventDesc.file_diffA file was created or modified
ide.chat.soundEventDesc.commit_suggestion{{agentName}} is suggesting files to commit
ide.chat.soundEventDesc.modeSwitched between plan mode and execute mode
ide.chat.soundEventDesc.loop_limit_reachedHit the max tool iterations limit
ide.chat.soundEventDesc.verification_resultLint or type-check finished running
ide.chat.soundEventDesc.preview_errorThe live preview encountered an error
ide.chat.voiceVoice
ide.chat.voiceUnavailableDictation is not available in this browser.
ide.chat.voiceMicBlockedMicrophone access is blocked.
ide.chat.voicePreparingPreparing dictation — this can take a moment on first use.
ide.chat.voiceTranscribeFailedTranscription failed.
ide.chat.voiceEngineTitleDictation engine
ide.chat.voiceEnginePrivacyEvery option runs on your device — audio never leaves your browser.
ide.chat.voiceEngineNoDownloadno download
ide.chat.voiceEngineDownload~{{mb}} MB download, then cached
ide.chat.voiceEngineDownloadRange~{{min}}–{{max}} MB download, then cached
ide.chat.voiceAccuracyBestbest accuracy
ide.chat.voiceAccuracyGoodgood accuracy
ide.chat.voiceAccuracyBasicbasic accuracy
ide.chat.voiceEngineNativebrowser native
ide.chat.voiceEngineOnDeviceon-device
ide.chat.voiceEngineNoBrowserSupportnot available in this browser
ide.chat.voiceEngineNoLanguageSupportnot available for your language
ide.chat.voiceEngineCurrentcurrent
ide.chat.voiceLangsAllall languages
ide.chat.voiceLangOnly{{language}} only
ide.chat.voiceLangsCount{{count}} languages
ide.editor.titleEditor
ide.editor.emptyStateOpen a file to start editing
ide.files.emptyNo files
ide.preview.titlePreview
ide.preview.refreshRefresh preview
ide.preview.openNewTabOpen in new tab
ide.preview.livePreviewLive Preview
ide.preview.retryButtonRetry now
ide.device.responsiveResponsive
ide.device.desktopDesktop
ide.device.tabletTablet
ide.device.mobileMobile
ide.device.selectDevice frame
ide.device.rotateRotate
ide.toolCall.runningrunning...
ide.toolCall.inputInput
ide.toolCall.outputOutput
ide.toolCall.linesAdded+{{count}} lines
ide.toolCall.linesRemoved−{{count}} lines
ide.toolCall.changesApplied{{count}} changes applied
ide.toolCall.appliedApplied
ide.tabs.closeClose {{fileName}}
ide.search.caseSensitiveMatch Case
ide.search.noResultsNo results found
ide.preview.backBack
ide.preview.forwardForward
ide.preview.urlBarPreview URL
ide.preview.secureSecure (HTTPS)
ide.preview.addressPreview address
ide.preview.updatingUpdating
ide.preview.frozenThis app stopped responding — an infinite loop or runaway render froze the preview. The IDE is unaffected.
ide.preview.frozenReloadReload app
ide.preview.loadFailedPreview can
ide.preview.loadFailedHintTry reloading, or open the preview in a new tab.
ide.preview.reloadPreviewReload preview
ide.preview.lastWorkingFrameLast working preview
ide.preview.blankTitleThe preview is blank
ide.preview.blankHintThe app loaded but didn’t render anything — it may have an error. Synthase has been notified. You can reload, or open the preview in a new tab.
ide.search.results{{count}} results in {{files}} files
ide.activity.cardAriaView captured activity
ide.activity.type.emailEmail
ide.activity.type.smsSMS
ide.activity.type.pushPush
ide.activity.type.webhookWebhooks
ide.activity.type.channelChannel
ide.activity.status.capturedCaptured
ide.activity.status.sentSent
ide.activity.status.deliveredDelivered
ide.activity.status.failedFailed
ide.chat.activity.editingEditing
ide.chat.activity.exploringExploring files
ide.chat.activity.fetchingFetching
ide.chat.activity.readingReading
ide.chat.activity.runningRunning
ide.chat.activity.searchingSearching
ide.chat.activity.switchingSwitching mode
ide.chat.activity.thinkingSynthesizing
ide.chat.activity.writingWriting
ide.chat.activity.writingPlanWriting the plan
ide.activity.defaultSummary{{type}} captured
ide.chat.askUserPlaceholderEmptyType your answer…
ide.chat.awaitingSandboxWaiting for the development environment to finish starting…
ide.chat.compactNotNeededContext usage is low — no compaction needed.
ide.chat.phaseBuilding🔨 Building your app
ide.chat.phasePlanning📝 Plan mode
ide.chat.autoFixResumeResume
ide.chat.openSettingsSettings
ide.chat.tip.dismissDismiss tip
ide.chat.tip.viewerTeamOnlyView-only access — read along and /teamsay (or just /t) the team. This gold icon marks team-only messages ({{agentName}} ignores them). Running the assistant and changing the model or settings need editor access.
ide.chat.tip.getStartedTip: type / to see every command, or @ a filename to give {{agentName}} a file to work from.
ide.chat.tip.mentionTip: type @filename to attach a project file as context — {{agentName}} reads it directly.
ide.chat.tip.slashTip: type / to browse every command (commit, model, and more).
ide.chat.tip.planTip: use /plan to have {{agentName}} research and propose a plan before it edits any files.
ide.chat.tip.undoTip: use /undo to instantly revert the last AI turn
ide.chat.tip.compactTip: long conversation? /compact compresses the context so you keep room to work.
ide.chat.tip.commitTip: use /commit to save your changes as a git commit you can always return to.
ide.chat.tip.reportTip: something off? /report sends a bug or feedback to the team with your recent chat attached.
ide.chat.undoErrorFailed to revert changes.
ide.chat.autoCommit.badgeAuto-commit in {{countdown}}
ide.chat.autoCommit.onAuto-commit on
ide.chat.autoCommit.cancelCancel auto-commit
ide.chat.autoCommit.cancelledAuto-commit cancelled.
ide.chat.autoCommit.enabledAuto-commit on: committing {{seconds}}s after the last file change.\nSet to 0 to disable autocommit.
ide.chat.autoCommit.usageUsage: /autocommit <seconds> — auto-commit that many seconds after the last file change. /autocommit 0 cancels.
ide.chat.effort.errorFailed to update reasoning effort.
ide.chat.effort.fixedForModelReasoning effort is fixed on {{model}} ({{mode}} mode) — nothing to set.
ide.chat.effort.headerReasoning effort per mode:
ide.chat.effort.modeFixed{{mode}} ({{model}}): fixed — this model has one reasoning mode
ide.chat.effort.modeLine{{mode}} ({{model}}): {{current}} — available: {{levels}}
ide.chat.effort.setModeReasoning effort for {{mode}} set to {{level}} ({{model}}).
ide.chat.setting.effortReasoning effort for {{mode}} set to {{level}}.
ide.chat.effort.usageUsage: /effort <level> (current mode), /effort --plan
ide.chat.effort.notSupportedForModel{{level}} isn
ide.chat.models.colContextContext
ide.chat.models.colCutoffCutoff
ide.chat.models.colFreeFree
ide.chat.models.colNameModel
ide.chat.models.freeNo
ide.chat.models.freeYes✓ Free
ide.chat.models.sortBySort by {{column}}
ide.chat.modelsLoadingLoading models…
ide.chat.modelsNoneNo models are available yet — ask your admin to wire an AI provider.
ide.chat.modelInUseNow using {{model}}
ide.chat.cardBy{{text}} — {{name}}
ide.chat.modelInUseRegionNow using {{model}} ({{region}})
ide.chat.previewLinkTitleOpen {{path}} in the preview
ide.chat.modelRemovedYour selected model
ide.chat.modelRemovedNoFallbackYour selected model
ide.chat.viewerReadOnlyYou have view-only access, so you can
ide.chat.viewerReadOnlyCommandYou have view-only access, so this command is unavailable. Ask an editor to make changes.
ide.chat.viewerReadOnlyNoteView-only access — read along and /teamsay (or just /t) the team. Running the assistant and changing the model or settings need editor access.
ide.chat.olderModelsCollapseOlder models ⌃ ({{count}})
ide.chat.olderModelsExpandOlder models ⌄ ({{count}})
ide.chat.selectExecuteModelSelect execute-mode model
ide.chat.selectPlanModelSelect plan-mode model
ide.chat.executeModelSetExecute-mode model set to {{name}}
ide.chat.planModelSetPlan-mode model set to {{name}}
ide.chat.selectCommitModelSelect commit-message model
ide.chat.selectCompactModelSelect compaction model
ide.chat.commitModelSetCommit-message model set to {{name}}
ide.chat.compactModelSetCompaction model set to {{name}}
ide.chat.modelModeLabelMode
ide.chat.modelMode.defaultDefault
ide.chat.modelMode.commitCommit messages
ide.chat.modelMode.compactCompaction
ide.chat.modelModeOption{{mode}} · {{model}}
ide.chat.manageCustomModelsAdd or manage your own models…
ide.chat.freeInPlanfree in plan
ide.chat.freeInExecutefree in execute
ide.chat.freeInCommitfree in commit
ide.chat.modeOnlyPlanOn the free plan, this model is used in plan mode.
ide.chat.modeOnlyExecuteOn the free plan, this model is used in execute mode.
ide.chat.modeOnlyCommitOn the free plan, this model is used for commit messages and compaction.
ide.chat.modelSortLabelSort
ide.chat.modelSortDirectionToggle sort direction
ide.chat.streamingOutputTokens~{{count}} tokens
ide.chat.streamingOutputTokensHintEstimated output tokens this turn — /cost shows input and cached.
ide.chat.costSummaryModel: {{model}}\nInput: {{input}} tokens\nOutput: {{output}} tokens
ide.chat.costCachedLineCached input: {{cached}} tokens (billed at a fraction of input)
ide.chat.costStreamingNoteRunning total — includes the response currently streaming.
ide.chat.lintErrorsCount{{count}} lint errors
ide.chat.lintWarningsCount{{count}} warnings
ide.chat.typeErrorsCount{{count}} type errors
ide.chat.help.commandsHeading── Commands ──
ide.chat.help.intro{{agentName}} is {{productName}}
ide.chat.help.introHeading── Getting Started ──
ide.chat.help.modeDiscoveryDiscovery — new conversations start here. {{agentName}} asks clarifying questions to nail down requirements before writing any code.
ide.chat.help.modeExecuteExecute — the default working mode. {{agentName}} writes code, runs tools, and applies changes, then verifies them.
ide.chat.help.modePlanPlan — {{agentName}} researches the codebase and proposes a plan WITHOUT editing files. Toggle with /plan. Best for big or risky changes.
ide.chat.help.modesHeading── Modes ──
ide.chat.help.shortcutsPress Cmd+/ (Ctrl+/ on Windows/Linux) to view all keyboard shortcuts.
ide.chat.help.tipCompact• Use /compact to compress context when the conversation gets long.
ide.chat.help.tipMention• Type @filename to attach a project file as context (or drag & drop any file).
ide.chat.help.tipPlan• Use /plan to have {{agentName}} research before making changes.
ide.chat.help.tipSlash• Type / to browse every command above.
ide.chat.help.tipSpecific• Be specific —
ide.chat.help.tipUndo• Use /undo to revert the last AI turn
ide.chat.help.tipsHeading── Tips ──
ide.chat.help.card.headingHelp
ide.chat.help.card.commandsTitleCommands
ide.chat.help.card.modesTitleModes
ide.chat.help.card.tipsTitleTips
ide.chat.help.card.usageHintUsage: {{usage}} ([…] optional, <…> required)
ide.chat.report.headingReport a bug
ide.chat.report.openReportReport a bug
ide.chat.report.subheadingTell us what went wrong or what you’d like to see. Goes to {{productName}}’s team.
ide.chat.report.titleLabelTitle
ide.chat.report.titlePlaceholderBrief summary
ide.chat.report.descriptionLabelDescription
ide.chat.report.descriptionPlaceholderWhat happened? What did you expect?
ide.chat.report.stepsLabelSteps to reproduce (optional)
ide.chat.report.stepsPlaceholder1. …\n2. …
ide.chat.report.includeChatInclude recent chat for context
ide.chat.report.diagnosticsNoteYour app version, browser, and screen size are attached to help us debug.
ide.chat.report.submitSubmit report
ide.chat.report.submittingSubmitting…
ide.chat.report.errorCould not submit your report. Please try again.
ide.chat.report.viewIssueView issue
ide.chat.report.failedCould not submit your report. Please try again.
ide.chat.report.submittedThanks! Your report was submitted to {{productName}}
ide.chat.report.submittedWithLinkThanks! Your report was submitted — track it on the linked issue.
ide.chat.scripts.headingScripts
ide.chat.scripts.newNew script
ide.chat.scripts.cancelNewCancel
ide.chat.scripts.namePlaceholderScript name (e.g. run-tests)
ide.chat.scripts.descriptionPlaceholderWhat does it do?
ide.chat.scripts.bodyPlaceholder#!/bin/sh\nnpm test
ide.chat.scripts.searchPlaceholderFilter scripts…
ide.chat.scripts.saveSave script
ide.chat.scripts.savingSaving…
ide.chat.scripts.saveErrorCould not save the script. Please try again.
ide.chat.scripts.invalidA script needs a name and a non-empty body.
ide.chat.scripts.emptyNo saved scripts yet. Create one above, or ask {{agentName}} to write and save one.
ide.chat.scripts.loadingLoading scripts…
ide.chat.scripts.errorCould not load scripts for this project.
ide.chat.scripts.noMatchNo scripts match “{{query}}”.
ide.chat.scripts.runRun
ide.chat.scripts.runWithOptionsRun…
ide.chat.scripts.required(required)
ide.chat.scripts.cancelRunCancel
ide.chat.scripts.runNeedsOptions“{{name}}” needs options — opened /scripts so you can set them and Run.
ide.chat.scripts.runTitleRun this script in the sandbox
ide.chat.scripts.runningRunning…
ide.chat.scripts.runErrorFailed to run the script.
ide.chat.scripts.runNoneNo saved scripts yet. Open /scripts to create one.
ide.chat.scripts.runNotFoundNo script named “{{name}}”. Available: {{names}}
ide.chat.scripts.runUsageUsage: /run <name> — run a saved script. Use /scripts to see them.
ide.chat.scripts.cmdExitOk{{name}} exited 0
ide.chat.scripts.cmdExitFail{{name}} exited with code {{code}}
ide.chat.scripts.exitOkExited 0
ide.chat.scripts.exitFailExited {{code}}
ide.chat.scripts.noOutput(no output)
ide.chat.settings.headingSettings
ide.chat.settings.commandsHeadingSlash commands
ide.chat.settings.editEdit
ide.chat.settings.editViaEdit via {{command}}
ide.chat.settings.modeExecuteExecute
ide.chat.settings.modePlanPlan
ide.chat.settings.modelUnsetNot set
ide.chat.settings.offOff
ide.chat.settings.onOn
ide.chat.settings.soundsSummary{{enabled}} of {{total}} events enabled
ide.chat.settings.modelFollowsDefaultFollows default model
ide.chat.settings.modelDefaultFastFast default
ide.chat.settings.modelDefaultNamedDefault ({{model}})
ide.chat.settings.effortValueplan: {{plan}} · execute: {{execute}}
ide.chat.settings.effortFixedfixed
ide.chat.settings.effort.labelReasoning effort
ide.chat.settings.autoCommitEveryEvery {{seconds}}s
ide.chat.settings.hooksValueIn project settings
ide.chat.share.headingShare project
ide.chat.share.openShareShare project
ide.chat.share.subheadingCreate a public link. Anyone with the link gets the role you choose — a viewer link is read-only.
ide.chat.share.roleLabelRole
ide.chat.share.createCreate link
ide.chat.share.creatingCreating…
ide.chat.share.createdCreated a {{role}} share link.
ide.chat.share.createAnotherCreate new link
ide.chat.share.linkLabelPublic link
ide.chat.share.copyCopy link
ide.chat.share.copyShortCopy
ide.chat.share.copiedCopied
ide.chat.share.openLinkOpen link
ide.chat.share.errorCould not create a share link. Please try again.
ide.chat.share.loadingLoading…
ide.chat.share.noneNo public link yet.
ide.chat.share.copyHintClick to copy
ide.chat.share.revokeRevoke
ide.chat.share.revokingRevoking…
ide.chat.share.revokeFailedCould not revoke that link. Please try again.
ide.chat.share.usageUsage: /share [role] — create a public link. Roles: {{roles}} (default viewer).
ide.chat.share.notAllowedManaging share links needs an admin role on this project.
ide.chat.skills.headingSkills
ide.chat.skills.searchPlaceholderFilter skills…
ide.chat.skills.loadLoad
ide.chat.skills.loadTitleOpen in the editor
ide.chat.skills.loadedLoaded {{name}} skill
ide.chat.skills.loadedCount🧠 Loaded {{count}} skills
ide.chat.skills.loadedPrefixLoaded
ide.chat.skills.loadedSuffixskill
ide.chat.skills.loadingLoading skills…
ide.chat.skills.waitingForSandboxWaiting for the sandbox to finish starting…
ide.chat.skills.errorCould not load skills for this project.
ide.chat.skills.emptyNo skills found in .agents/skills/ for this project.
ide.chat.skills.noMatchNo skills match “{{query}}”.
ide.chat.skills.relevant.labelRelevant skill
ide.chat.skills.relevant.dismissDismiss suggestion
ide.chat.skills.loadedBadgeLoaded
ide.chat.skills.defaultBadgeDefault
ide.chat.skills.setDefaultLoad by default
ide.chat.skills.unsetDefaultStop loading by default
ide.chat.skills.matchHintSuggested from keywords in your recent messages
ide.chat.skills.resetDefaultsLoad all by default
ide.chat.skills.newNew skill
ide.chat.skills.newTitleCreate a new project skill
ide.chat.skills.newPlaceholderNew skill name…
ide.chat.skills.createCreate
ide.chat.skills.cancelCancel
ide.chat.skills.createErrorCould not create the skill — please try again.
ide.chat.skills.createdCreated skill “{{name}}” — opened in the editor. Fill in its description and steps.
ide.resizeHandle.labelResize panels

Metadata

  • Type: locales
  • Category: i18n
  • Stack: app
  • Translates: @molecule/app-ide