@project-ava-supernova/core 0.2.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/agent.d.ts +623 -0
- package/dist/agent/agent.d.ts.map +1 -0
- package/dist/agent/agent.js +3558 -0
- package/dist/agent/agent.js.map +1 -0
- package/dist/agent/claims-auditor.d.ts +54 -0
- package/dist/agent/claims-auditor.d.ts.map +1 -0
- package/dist/agent/claims-auditor.js +125 -0
- package/dist/agent/claims-auditor.js.map +1 -0
- package/dist/agent/context-continuity.d.ts +125 -0
- package/dist/agent/context-continuity.d.ts.map +1 -0
- package/dist/agent/context-continuity.js +231 -0
- package/dist/agent/context-continuity.js.map +1 -0
- package/dist/agent/conversation.d.ts +26 -0
- package/dist/agent/conversation.d.ts.map +1 -0
- package/dist/agent/conversation.js +86 -0
- package/dist/agent/conversation.js.map +1 -0
- package/dist/agent/design-reinjection.d.ts +93 -0
- package/dist/agent/design-reinjection.d.ts.map +1 -0
- package/dist/agent/design-reinjection.js +235 -0
- package/dist/agent/design-reinjection.js.map +1 -0
- package/dist/agent/error-loop-detector.d.ts +59 -0
- package/dist/agent/error-loop-detector.d.ts.map +1 -0
- package/dist/agent/error-loop-detector.js +124 -0
- package/dist/agent/error-loop-detector.js.map +1 -0
- package/dist/agent/fresh-eyes.d.ts +52 -0
- package/dist/agent/fresh-eyes.d.ts.map +1 -0
- package/dist/agent/fresh-eyes.js +118 -0
- package/dist/agent/fresh-eyes.js.map +1 -0
- package/dist/agent/intent-classifier.d.ts +51 -0
- package/dist/agent/intent-classifier.d.ts.map +1 -0
- package/dist/agent/intent-classifier.js +125 -0
- package/dist/agent/intent-classifier.js.map +1 -0
- package/dist/agent/post-edit-verify.d.ts +79 -0
- package/dist/agent/post-edit-verify.d.ts.map +1 -0
- package/dist/agent/post-edit-verify.js +143 -0
- package/dist/agent/post-edit-verify.js.map +1 -0
- package/dist/agent/recover-written-calls.d.ts +90 -0
- package/dist/agent/recover-written-calls.d.ts.map +1 -0
- package/dist/agent/recover-written-calls.js +257 -0
- package/dist/agent/recover-written-calls.js.map +1 -0
- package/dist/agent/social-craft.d.ts +76 -0
- package/dist/agent/social-craft.d.ts.map +1 -0
- package/dist/agent/social-craft.js +210 -0
- package/dist/agent/social-craft.js.map +1 -0
- package/dist/agent/stop-command.d.ts +23 -0
- package/dist/agent/stop-command.d.ts.map +1 -0
- package/dist/agent/stop-command.js +59 -0
- package/dist/agent/stop-command.js.map +1 -0
- package/dist/agent/system-prompt.d.ts +125 -0
- package/dist/agent/system-prompt.d.ts.map +1 -0
- package/dist/agent/system-prompt.js +1334 -0
- package/dist/agent/system-prompt.js.map +1 -0
- package/dist/agent/task-classifier.d.ts +50 -0
- package/dist/agent/task-classifier.d.ts.map +1 -0
- package/dist/agent/task-classifier.js +187 -0
- package/dist/agent/task-classifier.js.map +1 -0
- package/dist/agent/text-tool-parser.d.ts +34 -0
- package/dist/agent/text-tool-parser.d.ts.map +1 -0
- package/dist/agent/text-tool-parser.js +96 -0
- package/dist/agent/text-tool-parser.js.map +1 -0
- package/dist/agent/vision-bridge.d.ts +29 -0
- package/dist/agent/vision-bridge.d.ts.map +1 -0
- package/dist/agent/vision-bridge.js +143 -0
- package/dist/agent/vision-bridge.js.map +1 -0
- package/dist/audit/cost.d.ts +18 -0
- package/dist/audit/cost.d.ts.map +1 -0
- package/dist/audit/cost.js +170 -0
- package/dist/audit/cost.js.map +1 -0
- package/dist/audit/export.d.ts +30 -0
- package/dist/audit/export.d.ts.map +1 -0
- package/dist/audit/export.js +155 -0
- package/dist/audit/export.js.map +1 -0
- package/dist/audit/index.d.ts +11 -0
- package/dist/audit/index.d.ts.map +1 -0
- package/dist/audit/index.js +9 -0
- package/dist/audit/index.js.map +1 -0
- package/dist/audit/integrity.d.ts +7 -0
- package/dist/audit/integrity.d.ts.map +1 -0
- package/dist/audit/integrity.js +78 -0
- package/dist/audit/integrity.js.map +1 -0
- package/dist/audit/logger.d.ts +18 -0
- package/dist/audit/logger.d.ts.map +1 -0
- package/dist/audit/logger.js +113 -0
- package/dist/audit/logger.js.map +1 -0
- package/dist/audit/patterns.d.ts +34 -0
- package/dist/audit/patterns.d.ts.map +1 -0
- package/dist/audit/patterns.js +104 -0
- package/dist/audit/patterns.js.map +1 -0
- package/dist/audit/security.d.ts +8 -0
- package/dist/audit/security.d.ts.map +1 -0
- package/dist/audit/security.js +56 -0
- package/dist/audit/security.js.map +1 -0
- package/dist/audit/summary.d.ts +22 -0
- package/dist/audit/summary.d.ts.map +1 -0
- package/dist/audit/summary.js +51 -0
- package/dist/audit/summary.js.map +1 -0
- package/dist/audit/types.d.ts +104 -0
- package/dist/audit/types.d.ts.map +1 -0
- package/dist/audit/types.js +11 -0
- package/dist/audit/types.js.map +1 -0
- package/dist/auto/aurora-router.d.ts +71 -0
- package/dist/auto/aurora-router.d.ts.map +1 -0
- package/dist/auto/aurora-router.js +138 -0
- package/dist/auto/aurora-router.js.map +1 -0
- package/dist/auto/auto-coordinator.d.ts +232 -0
- package/dist/auto/auto-coordinator.d.ts.map +1 -0
- package/dist/auto/auto-coordinator.js +1260 -0
- package/dist/auto/auto-coordinator.js.map +1 -0
- package/dist/auto/brief-generator.d.ts +10 -0
- package/dist/auto/brief-generator.d.ts.map +1 -0
- package/dist/auto/brief-generator.js +67 -0
- package/dist/auto/brief-generator.js.map +1 -0
- package/dist/auto/changes-summary.d.ts +19 -0
- package/dist/auto/changes-summary.d.ts.map +1 -0
- package/dist/auto/changes-summary.js +45 -0
- package/dist/auto/changes-summary.js.map +1 -0
- package/dist/auto/context-tracker.d.ts +27 -0
- package/dist/auto/context-tracker.d.ts.map +1 -0
- package/dist/auto/context-tracker.js +56 -0
- package/dist/auto/context-tracker.js.map +1 -0
- package/dist/auto/coordinator-model.d.ts +31 -0
- package/dist/auto/coordinator-model.d.ts.map +1 -0
- package/dist/auto/coordinator-model.js +68 -0
- package/dist/auto/coordinator-model.js.map +1 -0
- package/dist/auto/index.d.ts +12 -0
- package/dist/auto/index.d.ts.map +1 -0
- package/dist/auto/index.js +11 -0
- package/dist/auto/index.js.map +1 -0
- package/dist/auto/intent-gate.d.ts +85 -0
- package/dist/auto/intent-gate.d.ts.map +1 -0
- package/dist/auto/intent-gate.js +247 -0
- package/dist/auto/intent-gate.js.map +1 -0
- package/dist/auto/longxiang-router.d.ts +123 -0
- package/dist/auto/longxiang-router.d.ts.map +1 -0
- package/dist/auto/longxiang-router.js +184 -0
- package/dist/auto/longxiang-router.js.map +1 -0
- package/dist/auto/model-router.d.ts +42 -0
- package/dist/auto/model-router.d.ts.map +1 -0
- package/dist/auto/model-router.js +208 -0
- package/dist/auto/model-router.js.map +1 -0
- package/dist/auto/routing-modes.d.ts +33 -0
- package/dist/auto/routing-modes.d.ts.map +1 -0
- package/dist/auto/routing-modes.js +34 -0
- package/dist/auto/routing-modes.js.map +1 -0
- package/dist/auto/supernova-router.d.ts +50 -0
- package/dist/auto/supernova-router.d.ts.map +1 -0
- package/dist/auto/supernova-router.js +116 -0
- package/dist/auto/supernova-router.js.map +1 -0
- package/dist/auto/task-classifier.d.ts +10 -0
- package/dist/auto/task-classifier.d.ts.map +1 -0
- package/dist/auto/task-classifier.js +116 -0
- package/dist/auto/task-classifier.js.map +1 -0
- package/dist/auto/task-executor.d.ts +86 -0
- package/dist/auto/task-executor.d.ts.map +1 -0
- package/dist/auto/task-executor.js +271 -0
- package/dist/auto/task-executor.js.map +1 -0
- package/dist/auto/types.d.ts +57 -0
- package/dist/auto/types.d.ts.map +1 -0
- package/dist/auto/types.js +2 -0
- package/dist/auto/types.js.map +1 -0
- package/dist/awareness/tick-engine.d.ts +73 -0
- package/dist/awareness/tick-engine.d.ts.map +1 -0
- package/dist/awareness/tick-engine.js +156 -0
- package/dist/awareness/tick-engine.js.map +1 -0
- package/dist/billing/credits.d.ts +213 -0
- package/dist/billing/credits.d.ts.map +1 -0
- package/dist/billing/credits.js +535 -0
- package/dist/billing/credits.js.map +1 -0
- package/dist/billing/meter.d.ts +43 -0
- package/dist/billing/meter.d.ts.map +1 -0
- package/dist/billing/meter.js +67 -0
- package/dist/billing/meter.js.map +1 -0
- package/dist/billing/plans.d.ts +34 -0
- package/dist/billing/plans.d.ts.map +1 -0
- package/dist/billing/plans.js +108 -0
- package/dist/billing/plans.js.map +1 -0
- package/dist/briefing/briefing-engine.d.ts +51 -0
- package/dist/briefing/briefing-engine.d.ts.map +1 -0
- package/dist/briefing/briefing-engine.js +289 -0
- package/dist/briefing/briefing-engine.js.map +1 -0
- package/dist/briefing/index.d.ts +3 -0
- package/dist/briefing/index.d.ts.map +1 -0
- package/dist/briefing/index.js +2 -0
- package/dist/briefing/index.js.map +1 -0
- package/dist/briefing/types.d.ts +49 -0
- package/dist/briefing/types.d.ts.map +1 -0
- package/dist/briefing/types.js +8 -0
- package/dist/briefing/types.js.map +1 -0
- package/dist/checkpoint/checkpoint-manager.d.ts +33 -0
- package/dist/checkpoint/checkpoint-manager.d.ts.map +1 -0
- package/dist/checkpoint/checkpoint-manager.js +144 -0
- package/dist/checkpoint/checkpoint-manager.js.map +1 -0
- package/dist/config/config.d.ts +10 -0
- package/dist/config/config.d.ts.map +1 -0
- package/dist/config/config.js +169 -0
- package/dist/config/config.js.map +1 -0
- package/dist/config/personality.d.ts +32 -0
- package/dist/config/personality.d.ts.map +1 -0
- package/dist/config/personality.js +96 -0
- package/dist/config/personality.js.map +1 -0
- package/dist/config/project-config.d.ts +17 -0
- package/dist/config/project-config.d.ts.map +1 -0
- package/dist/config/project-config.js +38 -0
- package/dist/config/project-config.js.map +1 -0
- package/dist/config/project.d.ts +155 -0
- package/dist/config/project.d.ts.map +1 -0
- package/dist/config/project.js +746 -0
- package/dist/config/project.js.map +1 -0
- package/dist/config/schema.d.ts +61 -0
- package/dist/config/schema.d.ts.map +1 -0
- package/dist/config/schema.js +11 -0
- package/dist/config/schema.js.map +1 -0
- package/dist/core/constants.d.ts +13 -0
- package/dist/core/constants.d.ts.map +1 -0
- package/dist/core/constants.js +15 -0
- package/dist/core/constants.js.map +1 -0
- package/dist/core/dates.d.ts +35 -0
- package/dist/core/dates.d.ts.map +1 -0
- package/dist/core/dates.js +45 -0
- package/dist/core/dates.js.map +1 -0
- package/dist/core/errors.d.ts +27 -0
- package/dist/core/errors.d.ts.map +1 -0
- package/dist/core/errors.js +172 -0
- package/dist/core/errors.js.map +1 -0
- package/dist/core/file-lock.d.ts +22 -0
- package/dist/core/file-lock.d.ts.map +1 -0
- package/dist/core/file-lock.js +120 -0
- package/dist/core/file-lock.js.map +1 -0
- package/dist/core/logger.d.ts +9 -0
- package/dist/core/logger.d.ts.map +1 -0
- package/dist/core/logger.js +32 -0
- package/dist/core/logger.js.map +1 -0
- package/dist/core/types.d.ts +157 -0
- package/dist/core/types.d.ts.map +1 -0
- package/dist/core/types.js +13 -0
- package/dist/core/types.js.map +1 -0
- package/dist/creative/index.d.ts +50 -0
- package/dist/creative/index.d.ts.map +1 -0
- package/dist/creative/index.js +178 -0
- package/dist/creative/index.js.map +1 -0
- package/dist/dataset/capture.d.ts +15 -0
- package/dist/dataset/capture.d.ts.map +1 -0
- package/dist/dataset/capture.js +203 -0
- package/dist/dataset/capture.js.map +1 -0
- package/dist/dataset/config.d.ts +33 -0
- package/dist/dataset/config.d.ts.map +1 -0
- package/dist/dataset/config.js +60 -0
- package/dist/dataset/config.js.map +1 -0
- package/dist/dataset/consumer.d.ts +33 -0
- package/dist/dataset/consumer.d.ts.map +1 -0
- package/dist/dataset/consumer.js +97 -0
- package/dist/dataset/consumer.js.map +1 -0
- package/dist/dataset/emitter.d.ts +153 -0
- package/dist/dataset/emitter.d.ts.map +1 -0
- package/dist/dataset/emitter.js +157 -0
- package/dist/dataset/emitter.js.map +1 -0
- package/dist/dataset/events.d.ts +360 -0
- package/dist/dataset/events.d.ts.map +1 -0
- package/dist/dataset/events.js +30 -0
- package/dist/dataset/events.js.map +1 -0
- package/dist/dataset/generation-emit.d.ts +72 -0
- package/dist/dataset/generation-emit.d.ts.map +1 -0
- package/dist/dataset/generation-emit.js +94 -0
- package/dist/dataset/generation-emit.js.map +1 -0
- package/dist/dataset/redactor.d.ts +22 -0
- package/dist/dataset/redactor.d.ts.map +1 -0
- package/dist/dataset/redactor.js +68 -0
- package/dist/dataset/redactor.js.map +1 -0
- package/dist/dataset/routing.d.ts +17 -0
- package/dist/dataset/routing.d.ts.map +1 -0
- package/dist/dataset/routing.js +77 -0
- package/dist/dataset/routing.js.map +1 -0
- package/dist/dataset/summarizers.d.ts +47 -0
- package/dist/dataset/summarizers.d.ts.map +1 -0
- package/dist/dataset/summarizers.js +98 -0
- package/dist/dataset/summarizers.js.map +1 -0
- package/dist/dataset/verification.d.ts +29 -0
- package/dist/dataset/verification.d.ts.map +1 -0
- package/dist/dataset/verification.js +70 -0
- package/dist/dataset/verification.js.map +1 -0
- package/dist/desktop/budget.d.ts +66 -0
- package/dist/desktop/budget.d.ts.map +1 -0
- package/dist/desktop/budget.js +159 -0
- package/dist/desktop/budget.js.map +1 -0
- package/dist/desktop/capability.d.ts +28 -0
- package/dist/desktop/capability.d.ts.map +1 -0
- package/dist/desktop/capability.js +39 -0
- package/dist/desktop/capability.js.map +1 -0
- package/dist/desktop/conductor.d.ts +104 -0
- package/dist/desktop/conductor.d.ts.map +1 -0
- package/dist/desktop/conductor.js +876 -0
- package/dist/desktop/conductor.js.map +1 -0
- package/dist/desktop/fork-points.d.ts +56 -0
- package/dist/desktop/fork-points.d.ts.map +1 -0
- package/dist/desktop/fork-points.js +138 -0
- package/dist/desktop/fork-points.js.map +1 -0
- package/dist/desktop/index.d.ts +22 -0
- package/dist/desktop/index.d.ts.map +1 -0
- package/dist/desktop/index.js +21 -0
- package/dist/desktop/index.js.map +1 -0
- package/dist/desktop/perception.d.ts +24 -0
- package/dist/desktop/perception.d.ts.map +1 -0
- package/dist/desktop/perception.js +106 -0
- package/dist/desktop/perception.js.map +1 -0
- package/dist/desktop/personas.d.ts +30 -0
- package/dist/desktop/personas.d.ts.map +1 -0
- package/dist/desktop/personas.js +206 -0
- package/dist/desktop/personas.js.map +1 -0
- package/dist/desktop/safety.d.ts +86 -0
- package/dist/desktop/safety.d.ts.map +1 -0
- package/dist/desktop/safety.js +272 -0
- package/dist/desktop/safety.js.map +1 -0
- package/dist/desktop/screen-key.d.ts +54 -0
- package/dist/desktop/screen-key.d.ts.map +1 -0
- package/dist/desktop/screen-key.js +187 -0
- package/dist/desktop/screen-key.js.map +1 -0
- package/dist/desktop/types.d.ts +141 -0
- package/dist/desktop/types.d.ts.map +1 -0
- package/dist/desktop/types.js +8 -0
- package/dist/desktop/types.js.map +1 -0
- package/dist/docs/adapter.d.ts +71 -0
- package/dist/docs/adapter.d.ts.map +1 -0
- package/dist/docs/adapter.js +75 -0
- package/dist/docs/adapter.js.map +1 -0
- package/dist/docs/content/concepts.d.ts +3 -0
- package/dist/docs/content/concepts.d.ts.map +1 -0
- package/dist/docs/content/concepts.js +304 -0
- package/dist/docs/content/concepts.js.map +1 -0
- package/dist/docs/content/features.d.ts +3 -0
- package/dist/docs/content/features.d.ts.map +1 -0
- package/dist/docs/content/features.js +275 -0
- package/dist/docs/content/features.js.map +1 -0
- package/dist/docs/content/index.d.ts +3 -0
- package/dist/docs/content/index.d.ts.map +1 -0
- package/dist/docs/content/index.js +15 -0
- package/dist/docs/content/index.js.map +1 -0
- package/dist/docs/content/reference.d.ts +3 -0
- package/dist/docs/content/reference.d.ts.map +1 -0
- package/dist/docs/content/reference.js +220 -0
- package/dist/docs/content/reference.js.map +1 -0
- package/dist/docs/content/start.d.ts +3 -0
- package/dist/docs/content/start.d.ts.map +1 -0
- package/dist/docs/content/start.js +203 -0
- package/dist/docs/content/start.js.map +1 -0
- package/dist/docs/content/troubleshooting.d.ts +3 -0
- package/dist/docs/content/troubleshooting.d.ts.map +1 -0
- package/dist/docs/content/troubleshooting.js +98 -0
- package/dist/docs/content/troubleshooting.js.map +1 -0
- package/dist/docs/corpus.d.ts +7 -0
- package/dist/docs/corpus.d.ts.map +1 -0
- package/dist/docs/corpus.js +18 -0
- package/dist/docs/corpus.js.map +1 -0
- package/dist/docs/data/capabilities.d.ts +24 -0
- package/dist/docs/data/capabilities.d.ts.map +1 -0
- package/dist/docs/data/capabilities.js +63 -0
- package/dist/docs/data/capabilities.js.map +1 -0
- package/dist/docs/data/modes.d.ts +11 -0
- package/dist/docs/data/modes.d.ts.map +1 -0
- package/dist/docs/data/modes.js +60 -0
- package/dist/docs/data/modes.js.map +1 -0
- package/dist/docs/data/permissions.d.ts +12 -0
- package/dist/docs/data/permissions.d.ts.map +1 -0
- package/dist/docs/data/permissions.js +62 -0
- package/dist/docs/data/permissions.js.map +1 -0
- package/dist/docs/data/personas.d.ts +13 -0
- package/dist/docs/data/personas.d.ts.map +1 -0
- package/dist/docs/data/personas.js +42 -0
- package/dist/docs/data/personas.js.map +1 -0
- package/dist/docs/data/providers.d.ts +21 -0
- package/dist/docs/data/providers.d.ts.map +1 -0
- package/dist/docs/data/providers.js +210 -0
- package/dist/docs/data/providers.js.map +1 -0
- package/dist/docs/data/shortcuts.d.ts +9 -0
- package/dist/docs/data/shortcuts.d.ts.map +1 -0
- package/dist/docs/data/shortcuts.js +18 -0
- package/dist/docs/data/shortcuts.js.map +1 -0
- package/dist/docs/data/tasks.d.ts +17 -0
- package/dist/docs/data/tasks.d.ts.map +1 -0
- package/dist/docs/data/tasks.js +64 -0
- package/dist/docs/data/tasks.js.map +1 -0
- package/dist/docs/data/tools.d.ts +12 -0
- package/dist/docs/data/tools.d.ts.map +1 -0
- package/dist/docs/data/tools.js +100 -0
- package/dist/docs/data/tools.js.map +1 -0
- package/dist/docs/filter.d.ts +35 -0
- package/dist/docs/filter.d.ts.map +1 -0
- package/dist/docs/filter.js +68 -0
- package/dist/docs/filter.js.map +1 -0
- package/dist/docs/i18n/translations.d.ts +2 -0
- package/dist/docs/i18n/translations.d.ts.map +1 -0
- package/dist/docs/i18n/translations.js +4 -0
- package/dist/docs/i18n/translations.js.map +1 -0
- package/dist/docs/i18n.d.ts +15 -0
- package/dist/docs/i18n.d.ts.map +1 -0
- package/dist/docs/i18n.js +88 -0
- package/dist/docs/i18n.js.map +1 -0
- package/dist/docs/index.d.ts +16 -0
- package/dist/docs/index.d.ts.map +1 -0
- package/dist/docs/index.js +15 -0
- package/dist/docs/index.js.map +1 -0
- package/dist/docs/product-knowledge.d.ts +45 -0
- package/dist/docs/product-knowledge.d.ts.map +1 -0
- package/dist/docs/product-knowledge.js +147 -0
- package/dist/docs/product-knowledge.js.map +1 -0
- package/dist/docs/types.d.ts +138 -0
- package/dist/docs/types.d.ts.map +1 -0
- package/dist/docs/types.js +14 -0
- package/dist/docs/types.js.map +1 -0
- package/dist/events/event-detector.d.ts +39 -0
- package/dist/events/event-detector.d.ts.map +1 -0
- package/dist/events/event-detector.js +223 -0
- package/dist/events/event-detector.js.map +1 -0
- package/dist/events/index.d.ts +3 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +2 -0
- package/dist/events/index.js.map +1 -0
- package/dist/events/types.d.ts +35 -0
- package/dist/events/types.d.ts.map +1 -0
- package/dist/events/types.js +8 -0
- package/dist/events/types.js.map +1 -0
- package/dist/exercises/index.d.ts +249 -0
- package/dist/exercises/index.d.ts.map +1 -0
- package/dist/exercises/index.js +181 -0
- package/dist/exercises/index.js.map +1 -0
- package/dist/health/aisles.d.ts +33 -0
- package/dist/health/aisles.d.ts.map +1 -0
- package/dist/health/aisles.js +417 -0
- package/dist/health/aisles.js.map +1 -0
- package/dist/health/cooking.d.ts +13 -0
- package/dist/health/cooking.d.ts.map +1 -0
- package/dist/health/cooking.js +19 -0
- package/dist/health/cooking.js.map +1 -0
- package/dist/health/duplicate.d.ts +47 -0
- package/dist/health/duplicate.d.ts.map +1 -0
- package/dist/health/duplicate.js +136 -0
- package/dist/health/duplicate.js.map +1 -0
- package/dist/health/index.d.ts +7 -0
- package/dist/health/index.d.ts.map +1 -0
- package/dist/health/index.js +10 -0
- package/dist/health/index.js.map +1 -0
- package/dist/health/node-store.d.ts +30 -0
- package/dist/health/node-store.d.ts.map +1 -0
- package/dist/health/node-store.js +250 -0
- package/dist/health/node-store.js.map +1 -0
- package/dist/health/prep.d.ts +86 -0
- package/dist/health/prep.d.ts.map +1 -0
- package/dist/health/prep.js +152 -0
- package/dist/health/prep.js.map +1 -0
- package/dist/health/profile-fields.d.ts +46 -0
- package/dist/health/profile-fields.d.ts.map +1 -0
- package/dist/health/profile-fields.js +194 -0
- package/dist/health/profile-fields.js.map +1 -0
- package/dist/health/session-store.d.ts +30 -0
- package/dist/health/session-store.d.ts.map +1 -0
- package/dist/health/session-store.js +20 -0
- package/dist/health/session-store.js.map +1 -0
- package/dist/health/session-summary.d.ts +10 -0
- package/dist/health/session-summary.d.ts.map +1 -0
- package/dist/health/session-summary.js +106 -0
- package/dist/health/session-summary.js.map +1 -0
- package/dist/health/session-types.d.ts +74 -0
- package/dist/health/session-types.d.ts.map +1 -0
- package/dist/health/session-types.js +53 -0
- package/dist/health/session-types.js.map +1 -0
- package/dist/health/shopping-list.d.ts +226 -0
- package/dist/health/shopping-list.d.ts.map +1 -0
- package/dist/health/shopping-list.js +432 -0
- package/dist/health/shopping-list.js.map +1 -0
- package/dist/health/starters.d.ts +155 -0
- package/dist/health/starters.d.ts.map +1 -0
- package/dist/health/starters.js +270 -0
- package/dist/health/starters.js.map +1 -0
- package/dist/health/store.d.ts +59 -0
- package/dist/health/store.d.ts.map +1 -0
- package/dist/health/store.js +17 -0
- package/dist/health/store.js.map +1 -0
- package/dist/health/types.d.ts +213 -0
- package/dist/health/types.d.ts.map +1 -0
- package/dist/health/types.js +11 -0
- package/dist/health/types.js.map +1 -0
- package/dist/history/conversation-title.d.ts +67 -0
- package/dist/history/conversation-title.d.ts.map +1 -0
- package/dist/history/conversation-title.js +184 -0
- package/dist/history/conversation-title.js.map +1 -0
- package/dist/history/history-manager.d.ts +50 -0
- package/dist/history/history-manager.d.ts.map +1 -0
- package/dist/history/history-manager.js +168 -0
- package/dist/history/history-manager.js.map +1 -0
- package/dist/history/storage.d.ts +41 -0
- package/dist/history/storage.d.ts.map +1 -0
- package/dist/history/storage.js +133 -0
- package/dist/history/storage.js.map +1 -0
- package/dist/i18n/index.d.ts +41 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +188 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/keep-english.d.ts +12 -0
- package/dist/i18n/keep-english.d.ts.map +1 -0
- package/dist/i18n/keep-english.js +351 -0
- package/dist/i18n/keep-english.js.map +1 -0
- package/dist/i18n/locales/ar.d.ts +4 -0
- package/dist/i18n/locales/ar.d.ts.map +1 -0
- package/dist/i18n/locales/ar.js +4143 -0
- package/dist/i18n/locales/ar.js.map +1 -0
- package/dist/i18n/locales/de.d.ts +4 -0
- package/dist/i18n/locales/de.d.ts.map +1 -0
- package/dist/i18n/locales/de.js +4133 -0
- package/dist/i18n/locales/de.js.map +1 -0
- package/dist/i18n/locales/en.d.ts +4068 -0
- package/dist/i18n/locales/en.d.ts.map +1 -0
- package/dist/i18n/locales/en.js +4347 -0
- package/dist/i18n/locales/en.js.map +1 -0
- package/dist/i18n/locales/es.d.ts +4 -0
- package/dist/i18n/locales/es.d.ts.map +1 -0
- package/dist/i18n/locales/es.js +4128 -0
- package/dist/i18n/locales/es.js.map +1 -0
- package/dist/i18n/locales/fr.d.ts +4 -0
- package/dist/i18n/locales/fr.d.ts.map +1 -0
- package/dist/i18n/locales/fr.js +4140 -0
- package/dist/i18n/locales/fr.js.map +1 -0
- package/dist/i18n/locales/hi.d.ts +4 -0
- package/dist/i18n/locales/hi.d.ts.map +1 -0
- package/dist/i18n/locales/hi.js +4143 -0
- package/dist/i18n/locales/hi.js.map +1 -0
- package/dist/i18n/locales/id.d.ts +4 -0
- package/dist/i18n/locales/id.d.ts.map +1 -0
- package/dist/i18n/locales/id.js +4142 -0
- package/dist/i18n/locales/id.js.map +1 -0
- package/dist/i18n/locales/it.d.ts +4 -0
- package/dist/i18n/locales/it.d.ts.map +1 -0
- package/dist/i18n/locales/it.js +4143 -0
- package/dist/i18n/locales/it.js.map +1 -0
- package/dist/i18n/locales/ja.d.ts +4 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -0
- package/dist/i18n/locales/ja.js +4144 -0
- package/dist/i18n/locales/ja.js.map +1 -0
- package/dist/i18n/locales/ko.d.ts +4 -0
- package/dist/i18n/locales/ko.d.ts.map +1 -0
- package/dist/i18n/locales/ko.js +4143 -0
- package/dist/i18n/locales/ko.js.map +1 -0
- package/dist/i18n/locales/nl.d.ts +4 -0
- package/dist/i18n/locales/nl.d.ts.map +1 -0
- package/dist/i18n/locales/nl.js +4143 -0
- package/dist/i18n/locales/nl.js.map +1 -0
- package/dist/i18n/locales/pl.d.ts +4 -0
- package/dist/i18n/locales/pl.d.ts.map +1 -0
- package/dist/i18n/locales/pl.js +4133 -0
- package/dist/i18n/locales/pl.js.map +1 -0
- package/dist/i18n/locales/pt.d.ts +4 -0
- package/dist/i18n/locales/pt.d.ts.map +1 -0
- package/dist/i18n/locales/pt.js +4141 -0
- package/dist/i18n/locales/pt.js.map +1 -0
- package/dist/i18n/locales/ru.d.ts +4 -0
- package/dist/i18n/locales/ru.d.ts.map +1 -0
- package/dist/i18n/locales/ru.js +4143 -0
- package/dist/i18n/locales/ru.js.map +1 -0
- package/dist/i18n/locales/th.d.ts +4 -0
- package/dist/i18n/locales/th.d.ts.map +1 -0
- package/dist/i18n/locales/th.js +4143 -0
- package/dist/i18n/locales/th.js.map +1 -0
- package/dist/i18n/locales/tr.d.ts +4 -0
- package/dist/i18n/locales/tr.d.ts.map +1 -0
- package/dist/i18n/locales/tr.js +4143 -0
- package/dist/i18n/locales/tr.js.map +1 -0
- package/dist/i18n/locales/uk.d.ts +4 -0
- package/dist/i18n/locales/uk.d.ts.map +1 -0
- package/dist/i18n/locales/uk.js +4133 -0
- package/dist/i18n/locales/uk.js.map +1 -0
- package/dist/i18n/locales/vi.d.ts +4 -0
- package/dist/i18n/locales/vi.d.ts.map +1 -0
- package/dist/i18n/locales/vi.js +4143 -0
- package/dist/i18n/locales/vi.js.map +1 -0
- package/dist/i18n/locales/zh-CN.d.ts +4 -0
- package/dist/i18n/locales/zh-CN.d.ts.map +1 -0
- package/dist/i18n/locales/zh-CN.js +4133 -0
- package/dist/i18n/locales/zh-CN.js.map +1 -0
- package/dist/i18n/locales/zh-TW.d.ts +4 -0
- package/dist/i18n/locales/zh-TW.d.ts.map +1 -0
- package/dist/i18n/locales/zh-TW.js +4143 -0
- package/dist/i18n/locales/zh-TW.js.map +1 -0
- package/dist/i18n/types.d.ts +5 -0
- package/dist/i18n/types.d.ts.map +1 -0
- package/dist/i18n/types.js +46 -0
- package/dist/i18n/types.js.map +1 -0
- package/dist/index.d.ts +142 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +159 -0
- package/dist/index.js.map +1 -0
- package/dist/indexer/project-indexer.d.ts +66 -0
- package/dist/indexer/project-indexer.d.ts.map +1 -0
- package/dist/indexer/project-indexer.js +574 -0
- package/dist/indexer/project-indexer.js.map +1 -0
- package/dist/indexer/symbol-indexer.d.ts +56 -0
- package/dist/indexer/symbol-indexer.d.ts.map +1 -0
- package/dist/indexer/symbol-indexer.js +579 -0
- package/dist/indexer/symbol-indexer.js.map +1 -0
- package/dist/journal/journal-manager.d.ts +143 -0
- package/dist/journal/journal-manager.d.ts.map +1 -0
- package/dist/journal/journal-manager.js +472 -0
- package/dist/journal/journal-manager.js.map +1 -0
- package/dist/journal/platform-sync.d.ts +17 -0
- package/dist/journal/platform-sync.d.ts.map +1 -0
- package/dist/journal/platform-sync.js +21 -0
- package/dist/journal/platform-sync.js.map +1 -0
- package/dist/journal/types.d.ts +78 -0
- package/dist/journal/types.d.ts.map +1 -0
- package/dist/journal/types.js +74 -0
- package/dist/journal/types.js.map +1 -0
- package/dist/knowledge/index.d.ts +2 -0
- package/dist/knowledge/index.d.ts.map +1 -0
- package/dist/knowledge/index.js +2 -0
- package/dist/knowledge/index.js.map +1 -0
- package/dist/learning/index.d.ts +6 -0
- package/dist/learning/index.d.ts.map +1 -0
- package/dist/learning/index.js +9 -0
- package/dist/learning/index.js.map +1 -0
- package/dist/learning/learner-context.d.ts +11 -0
- package/dist/learning/learner-context.d.ts.map +1 -0
- package/dist/learning/learner-context.js +57 -0
- package/dist/learning/learner-context.js.map +1 -0
- package/dist/learning/library-fork.d.ts +33 -0
- package/dist/learning/library-fork.d.ts.map +1 -0
- package/dist/learning/library-fork.js +92 -0
- package/dist/learning/library-fork.js.map +1 -0
- package/dist/learning/progression-export.d.ts +4 -0
- package/dist/learning/progression-export.d.ts.map +1 -0
- package/dist/learning/progression-export.js +21 -0
- package/dist/learning/progression-export.js.map +1 -0
- package/dist/learning/progression-markdown.d.ts +14 -0
- package/dist/learning/progression-markdown.d.ts.map +1 -0
- package/dist/learning/progression-markdown.js +73 -0
- package/dist/learning/progression-markdown.js.map +1 -0
- package/dist/learning/progression.d.ts +65 -0
- package/dist/learning/progression.d.ts.map +1 -0
- package/dist/learning/progression.js +186 -0
- package/dist/learning/progression.js.map +1 -0
- package/dist/memory/ambient-capture.d.ts +26 -0
- package/dist/memory/ambient-capture.d.ts.map +1 -0
- package/dist/memory/ambient-capture.js +174 -0
- package/dist/memory/ambient-capture.js.map +1 -0
- package/dist/memory/auto-extract.d.ts +54 -0
- package/dist/memory/auto-extract.d.ts.map +1 -0
- package/dist/memory/auto-extract.js +499 -0
- package/dist/memory/auto-extract.js.map +1 -0
- package/dist/memory/config.d.ts +47 -0
- package/dist/memory/config.d.ts.map +1 -0
- package/dist/memory/config.js +52 -0
- package/dist/memory/config.js.map +1 -0
- package/dist/memory/consolidation.d.ts +60 -0
- package/dist/memory/consolidation.d.ts.map +1 -0
- package/dist/memory/consolidation.js +311 -0
- package/dist/memory/consolidation.js.map +1 -0
- package/dist/memory/embedding-service.d.ts +50 -0
- package/dist/memory/embedding-service.d.ts.map +1 -0
- package/dist/memory/embedding-service.js +86 -0
- package/dist/memory/embedding-service.js.map +1 -0
- package/dist/memory/embedding-store.d.ts +31 -0
- package/dist/memory/embedding-store.d.ts.map +1 -0
- package/dist/memory/embedding-store.js +109 -0
- package/dist/memory/embedding-store.js.map +1 -0
- package/dist/memory/graph-engine.d.ts +145 -0
- package/dist/memory/graph-engine.d.ts.map +1 -0
- package/dist/memory/graph-engine.js +628 -0
- package/dist/memory/graph-engine.js.map +1 -0
- package/dist/memory/insights.d.ts +39 -0
- package/dist/memory/insights.d.ts.map +1 -0
- package/dist/memory/insights.js +138 -0
- package/dist/memory/insights.js.map +1 -0
- package/dist/memory/memory-agent.d.ts +93 -0
- package/dist/memory/memory-agent.d.ts.map +1 -0
- package/dist/memory/memory-agent.js +475 -0
- package/dist/memory/memory-agent.js.map +1 -0
- package/dist/memory/memory-manager.d.ts +232 -0
- package/dist/memory/memory-manager.d.ts.map +1 -0
- package/dist/memory/memory-manager.js +1633 -0
- package/dist/memory/memory-manager.js.map +1 -0
- package/dist/memory/migration-v3.d.ts +22 -0
- package/dist/memory/migration-v3.d.ts.map +1 -0
- package/dist/memory/migration-v3.js +193 -0
- package/dist/memory/migration-v3.js.map +1 -0
- package/dist/memory/mode-recall.d.ts +20 -0
- package/dist/memory/mode-recall.d.ts.map +1 -0
- package/dist/memory/mode-recall.js +104 -0
- package/dist/memory/mode-recall.js.map +1 -0
- package/dist/memory/patterns.d.ts +92 -0
- package/dist/memory/patterns.d.ts.map +1 -0
- package/dist/memory/patterns.js +389 -0
- package/dist/memory/patterns.js.map +1 -0
- package/dist/memory/platform-sync.d.ts +54 -0
- package/dist/memory/platform-sync.d.ts.map +1 -0
- package/dist/memory/platform-sync.js +176 -0
- package/dist/memory/platform-sync.js.map +1 -0
- package/dist/memory/procedural.d.ts +47 -0
- package/dist/memory/procedural.d.ts.map +1 -0
- package/dist/memory/procedural.js +182 -0
- package/dist/memory/procedural.js.map +1 -0
- package/dist/memory/project-brain.d.ts +27 -0
- package/dist/memory/project-brain.d.ts.map +1 -0
- package/dist/memory/project-brain.js +158 -0
- package/dist/memory/project-brain.js.map +1 -0
- package/dist/memory/self-improvement.d.ts +45 -0
- package/dist/memory/self-improvement.d.ts.map +1 -0
- package/dist/memory/self-improvement.js +178 -0
- package/dist/memory/self-improvement.js.map +1 -0
- package/dist/memory/tfidf.d.ts +71 -0
- package/dist/memory/tfidf.d.ts.map +1 -0
- package/dist/memory/tfidf.js +223 -0
- package/dist/memory/tfidf.js.map +1 -0
- package/dist/memory/training-export.d.ts +51 -0
- package/dist/memory/training-export.d.ts.map +1 -0
- package/dist/memory/training-export.js +122 -0
- package/dist/memory/training-export.js.map +1 -0
- package/dist/memory/types.d.ts +380 -0
- package/dist/memory/types.d.ts.map +1 -0
- package/dist/memory/types.js +99 -0
- package/dist/memory/types.js.map +1 -0
- package/dist/news/index.d.ts +163 -0
- package/dist/news/index.d.ts.map +1 -0
- package/dist/news/index.js +184 -0
- package/dist/news/index.js.map +1 -0
- package/dist/papers/arxiv-client.d.ts +21 -0
- package/dist/papers/arxiv-client.d.ts.map +1 -0
- package/dist/papers/arxiv-client.js +130 -0
- package/dist/papers/arxiv-client.js.map +1 -0
- package/dist/papers/crossref-client.d.ts +3 -0
- package/dist/papers/crossref-client.d.ts.map +1 -0
- package/dist/papers/crossref-client.js +96 -0
- package/dist/papers/crossref-client.js.map +1 -0
- package/dist/papers/discipline.d.ts +19 -0
- package/dist/papers/discipline.d.ts.map +1 -0
- package/dist/papers/discipline.js +96 -0
- package/dist/papers/discipline.js.map +1 -0
- package/dist/papers/index.d.ts +10 -0
- package/dist/papers/index.d.ts.map +1 -0
- package/dist/papers/index.js +7 -0
- package/dist/papers/index.js.map +1 -0
- package/dist/papers/openalex-client.d.ts +13 -0
- package/dist/papers/openalex-client.d.ts.map +1 -0
- package/dist/papers/openalex-client.js +206 -0
- package/dist/papers/openalex-client.js.map +1 -0
- package/dist/papers/paper-fetcher.d.ts +37 -0
- package/dist/papers/paper-fetcher.d.ts.map +1 -0
- package/dist/papers/paper-fetcher.js +75 -0
- package/dist/papers/paper-fetcher.js.map +1 -0
- package/dist/papers/types.d.ts +80 -0
- package/dist/papers/types.d.ts.map +1 -0
- package/dist/papers/types.js +25 -0
- package/dist/papers/types.js.map +1 -0
- package/dist/personas/conductor.d.ts +184 -0
- package/dist/personas/conductor.d.ts.map +1 -0
- package/dist/personas/conductor.js +871 -0
- package/dist/personas/conductor.js.map +1 -0
- package/dist/personas/definitions.d.ts +48 -0
- package/dist/personas/definitions.d.ts.map +1 -0
- package/dist/personas/definitions.js +828 -0
- package/dist/personas/definitions.js.map +1 -0
- package/dist/personas/index.d.ts +4 -0
- package/dist/personas/index.d.ts.map +1 -0
- package/dist/personas/index.js +3 -0
- package/dist/personas/index.js.map +1 -0
- package/dist/personas/types.d.ts +148 -0
- package/dist/personas/types.d.ts.map +1 -0
- package/dist/personas/types.js +5 -0
- package/dist/personas/types.js.map +1 -0
- package/dist/personas/verification-matrix.d.ts +44 -0
- package/dist/personas/verification-matrix.d.ts.map +1 -0
- package/dist/personas/verification-matrix.js +232 -0
- package/dist/personas/verification-matrix.js.map +1 -0
- package/dist/portability/bundle.d.ts +80 -0
- package/dist/portability/bundle.d.ts.map +1 -0
- package/dist/portability/bundle.js +155 -0
- package/dist/portability/bundle.js.map +1 -0
- package/dist/portability/crypto.d.ts +42 -0
- package/dist/portability/crypto.d.ts.map +1 -0
- package/dist/portability/crypto.js +89 -0
- package/dist/portability/crypto.js.map +1 -0
- package/dist/portability/data-types.d.ts +54 -0
- package/dist/portability/data-types.d.ts.map +1 -0
- package/dist/portability/data-types.js +281 -0
- package/dist/portability/data-types.js.map +1 -0
- package/dist/portability/index.d.ts +35 -0
- package/dist/portability/index.d.ts.map +1 -0
- package/dist/portability/index.js +41 -0
- package/dist/portability/index.js.map +1 -0
- package/dist/providers/base-provider.d.ts +65 -0
- package/dist/providers/base-provider.d.ts.map +1 -0
- package/dist/providers/base-provider.js +305 -0
- package/dist/providers/base-provider.js.map +1 -0
- package/dist/providers/catalog.d.ts +25 -0
- package/dist/providers/catalog.d.ts.map +1 -0
- package/dist/providers/catalog.js +53 -0
- package/dist/providers/catalog.js.map +1 -0
- package/dist/providers/deepseek/index.d.ts +9 -0
- package/dist/providers/deepseek/index.d.ts.map +1 -0
- package/dist/providers/deepseek/index.js +19 -0
- package/dist/providers/deepseek/index.js.map +1 -0
- package/dist/providers/deepseek/models.d.ts +3 -0
- package/dist/providers/deepseek/models.d.ts.map +1 -0
- package/dist/providers/deepseek/models.js +56 -0
- package/dist/providers/deepseek/models.js.map +1 -0
- package/dist/providers/generic/index.d.ts +25 -0
- package/dist/providers/generic/index.d.ts.map +1 -0
- package/dist/providers/generic/index.js +51 -0
- package/dist/providers/generic/index.js.map +1 -0
- package/dist/providers/generic/models.d.ts +3 -0
- package/dist/providers/generic/models.d.ts.map +1 -0
- package/dist/providers/generic/models.js +13 -0
- package/dist/providers/generic/models.js.map +1 -0
- package/dist/providers/health-tracker.d.ts +44 -0
- package/dist/providers/health-tracker.d.ts.map +1 -0
- package/dist/providers/health-tracker.js +110 -0
- package/dist/providers/health-tracker.js.map +1 -0
- package/dist/providers/kimi/index.d.ts +9 -0
- package/dist/providers/kimi/index.d.ts.map +1 -0
- package/dist/providers/kimi/index.js +13 -0
- package/dist/providers/kimi/index.js.map +1 -0
- package/dist/providers/kimi/models.d.ts +3 -0
- package/dist/providers/kimi/models.d.ts.map +1 -0
- package/dist/providers/kimi/models.js +60 -0
- package/dist/providers/kimi/models.js.map +1 -0
- package/dist/providers/minimax/index.d.ts +9 -0
- package/dist/providers/minimax/index.d.ts.map +1 -0
- package/dist/providers/minimax/index.js +13 -0
- package/dist/providers/minimax/index.js.map +1 -0
- package/dist/providers/minimax/models.d.ts +3 -0
- package/dist/providers/minimax/models.d.ts.map +1 -0
- package/dist/providers/minimax/models.js +65 -0
- package/dist/providers/minimax/models.js.map +1 -0
- package/dist/providers/mistral/index.d.ts +11 -0
- package/dist/providers/mistral/index.d.ts.map +1 -0
- package/dist/providers/mistral/index.js +24 -0
- package/dist/providers/mistral/index.js.map +1 -0
- package/dist/providers/mistral/models.d.ts +3 -0
- package/dist/providers/mistral/models.d.ts.map +1 -0
- package/dist/providers/mistral/models.js +65 -0
- package/dist/providers/mistral/models.js.map +1 -0
- package/dist/providers/nvidia/index.d.ts +16 -0
- package/dist/providers/nvidia/index.d.ts.map +1 -0
- package/dist/providers/nvidia/index.js +20 -0
- package/dist/providers/nvidia/index.js.map +1 -0
- package/dist/providers/nvidia/models.d.ts +3 -0
- package/dist/providers/nvidia/models.d.ts.map +1 -0
- package/dist/providers/nvidia/models.js +56 -0
- package/dist/providers/nvidia/models.js.map +1 -0
- package/dist/providers/platform/index.d.ts +10 -0
- package/dist/providers/platform/index.d.ts.map +1 -0
- package/dist/providers/platform/index.js +16 -0
- package/dist/providers/platform/index.js.map +1 -0
- package/dist/providers/platform/models.d.ts +3 -0
- package/dist/providers/platform/models.d.ts.map +1 -0
- package/dist/providers/platform/models.js +233 -0
- package/dist/providers/platform/models.js.map +1 -0
- package/dist/providers/provider-registry.d.ts +44 -0
- package/dist/providers/provider-registry.d.ts.map +1 -0
- package/dist/providers/provider-registry.js +197 -0
- package/dist/providers/provider-registry.js.map +1 -0
- package/dist/providers/qwen/index.d.ts +9 -0
- package/dist/providers/qwen/index.d.ts.map +1 -0
- package/dist/providers/qwen/index.js +13 -0
- package/dist/providers/qwen/index.js.map +1 -0
- package/dist/providers/qwen/models.d.ts +3 -0
- package/dist/providers/qwen/models.d.ts.map +1 -0
- package/dist/providers/qwen/models.js +164 -0
- package/dist/providers/qwen/models.js.map +1 -0
- package/dist/providers/request-shaping/index.d.ts +29 -0
- package/dist/providers/request-shaping/index.d.ts.map +1 -0
- package/dist/providers/request-shaping/index.js +31 -0
- package/dist/providers/request-shaping/index.js.map +1 -0
- package/dist/providers/request-shaping/messages.d.ts +61 -0
- package/dist/providers/request-shaping/messages.d.ts.map +1 -0
- package/dist/providers/request-shaping/messages.js +114 -0
- package/dist/providers/request-shaping/messages.js.map +1 -0
- package/dist/providers/request-shaping/model-ids.d.ts +44 -0
- package/dist/providers/request-shaping/model-ids.d.ts.map +1 -0
- package/dist/providers/request-shaping/model-ids.js +96 -0
- package/dist/providers/request-shaping/model-ids.js.map +1 -0
- package/dist/providers/request-shaping/params.d.ts +38 -0
- package/dist/providers/request-shaping/params.d.ts.map +1 -0
- package/dist/providers/request-shaping/params.js +79 -0
- package/dist/providers/request-shaping/params.js.map +1 -0
- package/dist/providers/resilient-provider.d.ts +44 -0
- package/dist/providers/resilient-provider.d.ts.map +1 -0
- package/dist/providers/resilient-provider.js +141 -0
- package/dist/providers/resilient-provider.js.map +1 -0
- package/dist/providers/tencent/index.d.ts +19 -0
- package/dist/providers/tencent/index.d.ts.map +1 -0
- package/dist/providers/tencent/index.js +50 -0
- package/dist/providers/tencent/index.js.map +1 -0
- package/dist/providers/tencent/models.d.ts +3 -0
- package/dist/providers/tencent/models.d.ts.map +1 -0
- package/dist/providers/tencent/models.js +29 -0
- package/dist/providers/tencent/models.js.map +1 -0
- package/dist/providers/types.d.ts +98 -0
- package/dist/providers/types.d.ts.map +1 -0
- package/dist/providers/types.js +2 -0
- package/dist/providers/types.js.map +1 -0
- package/dist/providers/xiaomi/index.d.ts +9 -0
- package/dist/providers/xiaomi/index.d.ts.map +1 -0
- package/dist/providers/xiaomi/index.js +16 -0
- package/dist/providers/xiaomi/index.js.map +1 -0
- package/dist/providers/xiaomi/models.d.ts +3 -0
- package/dist/providers/xiaomi/models.d.ts.map +1 -0
- package/dist/providers/xiaomi/models.js +37 -0
- package/dist/providers/xiaomi/models.js.map +1 -0
- package/dist/providers/zhipu/index.d.ts +11 -0
- package/dist/providers/zhipu/index.d.ts.map +1 -0
- package/dist/providers/zhipu/index.js +44 -0
- package/dist/providers/zhipu/index.js.map +1 -0
- package/dist/providers/zhipu/models.d.ts +3 -0
- package/dist/providers/zhipu/models.d.ts.map +1 -0
- package/dist/providers/zhipu/models.js +37 -0
- package/dist/providers/zhipu/models.js.map +1 -0
- package/dist/recipes/index.d.ts +215 -0
- package/dist/recipes/index.d.ts.map +1 -0
- package/dist/recipes/index.js +232 -0
- package/dist/recipes/index.js.map +1 -0
- package/dist/remote/client.d.ts +67 -0
- package/dist/remote/client.d.ts.map +1 -0
- package/dist/remote/client.js +202 -0
- package/dist/remote/client.js.map +1 -0
- package/dist/remote/index.d.ts +9 -0
- package/dist/remote/index.d.ts.map +1 -0
- package/dist/remote/index.js +7 -0
- package/dist/remote/index.js.map +1 -0
- package/dist/remote/schema.d.ts +152 -0
- package/dist/remote/schema.d.ts.map +1 -0
- package/dist/remote/schema.js +26 -0
- package/dist/remote/schema.js.map +1 -0
- package/dist/security/index.d.ts +6 -0
- package/dist/security/index.d.ts.map +1 -0
- package/dist/security/index.js +5 -0
- package/dist/security/index.js.map +1 -0
- package/dist/security/scanner.d.ts +67 -0
- package/dist/security/scanner.d.ts.map +1 -0
- package/dist/security/scanner.js +422 -0
- package/dist/security/scanner.js.map +1 -0
- package/dist/social/day-plan.d.ts +38 -0
- package/dist/social/day-plan.d.ts.map +1 -0
- package/dist/social/day-plan.js +16 -0
- package/dist/social/day-plan.js.map +1 -0
- package/dist/social/index.d.ts +290 -0
- package/dist/social/index.d.ts.map +1 -0
- package/dist/social/index.js +96 -0
- package/dist/social/index.js.map +1 -0
- package/dist/tasks/platform-sync.d.ts +22 -0
- package/dist/tasks/platform-sync.d.ts.map +1 -0
- package/dist/tasks/platform-sync.js +132 -0
- package/dist/tasks/platform-sync.js.map +1 -0
- package/dist/tasks/task-manager.d.ts +164 -0
- package/dist/tasks/task-manager.d.ts.map +1 -0
- package/dist/tasks/task-manager.js +643 -0
- package/dist/tasks/task-manager.js.map +1 -0
- package/dist/tasks/types.d.ts +105 -0
- package/dist/tasks/types.d.ts.map +1 -0
- package/dist/tasks/types.js +23 -0
- package/dist/tasks/types.js.map +1 -0
- package/dist/tools/analyze-architecture.d.ts +17 -0
- package/dist/tools/analyze-architecture.d.ts.map +1 -0
- package/dist/tools/analyze-architecture.js +316 -0
- package/dist/tools/analyze-architecture.js.map +1 -0
- package/dist/tools/apply-plan.d.ts +12 -0
- package/dist/tools/apply-plan.d.ts.map +1 -0
- package/dist/tools/apply-plan.js +119 -0
- package/dist/tools/apply-plan.js.map +1 -0
- package/dist/tools/ask-user.d.ts +11 -0
- package/dist/tools/ask-user.d.ts.map +1 -0
- package/dist/tools/ask-user.js +32 -0
- package/dist/tools/ask-user.js.map +1 -0
- package/dist/tools/audit-dependencies.d.ts +13 -0
- package/dist/tools/audit-dependencies.d.ts.map +1 -0
- package/dist/tools/audit-dependencies.js +156 -0
- package/dist/tools/audit-dependencies.js.map +1 -0
- package/dist/tools/authoring/doc-model.d.ts +128 -0
- package/dist/tools/authoring/doc-model.d.ts.map +1 -0
- package/dist/tools/authoring/doc-model.js +82 -0
- package/dist/tools/authoring/doc-model.js.map +1 -0
- package/dist/tools/authoring/frontmatter.d.ts +51 -0
- package/dist/tools/authoring/frontmatter.d.ts.map +1 -0
- package/dist/tools/authoring/frontmatter.js +203 -0
- package/dist/tools/authoring/frontmatter.js.map +1 -0
- package/dist/tools/authoring/image-size.d.ts +17 -0
- package/dist/tools/authoring/image-size.d.ts.map +1 -0
- package/dist/tools/authoring/image-size.js +47 -0
- package/dist/tools/authoring/image-size.js.map +1 -0
- package/dist/tools/authoring/index.d.ts +34 -0
- package/dist/tools/authoring/index.d.ts.map +1 -0
- package/dist/tools/authoring/index.js +44 -0
- package/dist/tools/authoring/index.js.map +1 -0
- package/dist/tools/authoring/md-parse.d.ts +18 -0
- package/dist/tools/authoring/md-parse.d.ts.map +1 -0
- package/dist/tools/authoring/md-parse.js +262 -0
- package/dist/tools/authoring/md-parse.js.map +1 -0
- package/dist/tools/authoring/render-docx.d.ts +18 -0
- package/dist/tools/authoring/render-docx.d.ts.map +1 -0
- package/dist/tools/authoring/render-docx.js +272 -0
- package/dist/tools/authoring/render-docx.js.map +1 -0
- package/dist/tools/authoring/render-md.d.ts +13 -0
- package/dist/tools/authoring/render-md.d.ts.map +1 -0
- package/dist/tools/authoring/render-md.js +139 -0
- package/dist/tools/authoring/render-md.js.map +1 -0
- package/dist/tools/authoring/render-pdf.d.ts +16 -0
- package/dist/tools/authoring/render-pdf.d.ts.map +1 -0
- package/dist/tools/authoring/render-pdf.js +298 -0
- package/dist/tools/authoring/render-pdf.js.map +1 -0
- package/dist/tools/authoring/sections.d.ts +35 -0
- package/dist/tools/authoring/sections.d.ts.map +1 -0
- package/dist/tools/authoring/sections.js +81 -0
- package/dist/tools/authoring/sections.js.map +1 -0
- package/dist/tools/authoring/templates/builtins.d.ts +11 -0
- package/dist/tools/authoring/templates/builtins.d.ts.map +1 -0
- package/dist/tools/authoring/templates/builtins.js +478 -0
- package/dist/tools/authoring/templates/builtins.js.map +1 -0
- package/dist/tools/authoring/templates/index.d.ts +15 -0
- package/dist/tools/authoring/templates/index.d.ts.map +1 -0
- package/dist/tools/authoring/templates/index.js +25 -0
- package/dist/tools/authoring/templates/index.js.map +1 -0
- package/dist/tools/authoring/templates/store.d.ts +15 -0
- package/dist/tools/authoring/templates/store.d.ts.map +1 -0
- package/dist/tools/authoring/templates/store.js +63 -0
- package/dist/tools/authoring/templates/store.js.map +1 -0
- package/dist/tools/authoring/templates/template-model.d.ts +44 -0
- package/dist/tools/authoring/templates/template-model.d.ts.map +1 -0
- package/dist/tools/authoring/templates/template-model.js +39 -0
- package/dist/tools/authoring/templates/template-model.js.map +1 -0
- package/dist/tools/bash.d.ts +34 -0
- package/dist/tools/bash.d.ts.map +1 -0
- package/dist/tools/bash.js +353 -0
- package/dist/tools/bash.js.map +1 -0
- package/dist/tools/benchmark.d.ts +12 -0
- package/dist/tools/benchmark.d.ts.map +1 -0
- package/dist/tools/benchmark.js +147 -0
- package/dist/tools/benchmark.js.map +1 -0
- package/dist/tools/browse-library.d.ts +12 -0
- package/dist/tools/browse-library.d.ts.map +1 -0
- package/dist/tools/browse-library.js +188 -0
- package/dist/tools/browse-library.js.map +1 -0
- package/dist/tools/browser-click.d.ts +12 -0
- package/dist/tools/browser-click.d.ts.map +1 -0
- package/dist/tools/browser-click.js +58 -0
- package/dist/tools/browser-click.js.map +1 -0
- package/dist/tools/browser-close.d.ts +11 -0
- package/dist/tools/browser-close.d.ts.map +1 -0
- package/dist/tools/browser-close.js +27 -0
- package/dist/tools/browser-close.js.map +1 -0
- package/dist/tools/browser-navigate.d.ts +12 -0
- package/dist/tools/browser-navigate.d.ts.map +1 -0
- package/dist/tools/browser-navigate.js +66 -0
- package/dist/tools/browser-navigate.js.map +1 -0
- package/dist/tools/browser-snapshot.d.ts +11 -0
- package/dist/tools/browser-snapshot.d.ts.map +1 -0
- package/dist/tools/browser-snapshot.js +56 -0
- package/dist/tools/browser-snapshot.js.map +1 -0
- package/dist/tools/browser-type.d.ts +12 -0
- package/dist/tools/browser-type.d.ts.map +1 -0
- package/dist/tools/browser-type.js +68 -0
- package/dist/tools/browser-type.js.map +1 -0
- package/dist/tools/browser.d.ts +29 -0
- package/dist/tools/browser.d.ts.map +1 -0
- package/dist/tools/browser.js +307 -0
- package/dist/tools/browser.js.map +1 -0
- package/dist/tools/conversation-recall.d.ts +43 -0
- package/dist/tools/conversation-recall.d.ts.map +1 -0
- package/dist/tools/conversation-recall.js +177 -0
- package/dist/tools/conversation-recall.js.map +1 -0
- package/dist/tools/creative-asset-sync.d.ts +33 -0
- package/dist/tools/creative-asset-sync.d.ts.map +1 -0
- package/dist/tools/creative-asset-sync.js +39 -0
- package/dist/tools/creative-asset-sync.js.map +1 -0
- package/dist/tools/curator.d.ts +34 -0
- package/dist/tools/curator.d.ts.map +1 -0
- package/dist/tools/curator.js +191 -0
- package/dist/tools/curator.js.map +1 -0
- package/dist/tools/database-query.d.ts +11 -0
- package/dist/tools/database-query.d.ts.map +1 -0
- package/dist/tools/database-query.js +228 -0
- package/dist/tools/database-query.js.map +1 -0
- package/dist/tools/day-plan.d.ts +27 -0
- package/dist/tools/day-plan.d.ts.map +1 -0
- package/dist/tools/day-plan.js +207 -0
- package/dist/tools/day-plan.js.map +1 -0
- package/dist/tools/debug-logs.d.ts +13 -0
- package/dist/tools/debug-logs.d.ts.map +1 -0
- package/dist/tools/debug-logs.js +141 -0
- package/dist/tools/debug-logs.js.map +1 -0
- package/dist/tools/deploy-manifest.d.ts +37 -0
- package/dist/tools/deploy-manifest.d.ts.map +1 -0
- package/dist/tools/deploy-manifest.js +71 -0
- package/dist/tools/deploy-manifest.js.map +1 -0
- package/dist/tools/design-studio-tools.d.ts +83 -0
- package/dist/tools/design-studio-tools.d.ts.map +1 -0
- package/dist/tools/design-studio-tools.js +761 -0
- package/dist/tools/design-studio-tools.js.map +1 -0
- package/dist/tools/desktop-click-by-name.d.ts +12 -0
- package/dist/tools/desktop-click-by-name.d.ts.map +1 -0
- package/dist/tools/desktop-click-by-name.js +64 -0
- package/dist/tools/desktop-click-by-name.js.map +1 -0
- package/dist/tools/desktop-focus-window.d.ts +12 -0
- package/dist/tools/desktop-focus-window.d.ts.map +1 -0
- package/dist/tools/desktop-focus-window.js +59 -0
- package/dist/tools/desktop-focus-window.js.map +1 -0
- package/dist/tools/desktop-key-press.d.ts +12 -0
- package/dist/tools/desktop-key-press.d.ts.map +1 -0
- package/dist/tools/desktop-key-press.js +73 -0
- package/dist/tools/desktop-key-press.js.map +1 -0
- package/dist/tools/desktop-launch-app.d.ts +12 -0
- package/dist/tools/desktop-launch-app.d.ts.map +1 -0
- package/dist/tools/desktop-launch-app.js +58 -0
- package/dist/tools/desktop-launch-app.js.map +1 -0
- package/dist/tools/desktop-list-elements.d.ts +11 -0
- package/dist/tools/desktop-list-elements.d.ts.map +1 -0
- package/dist/tools/desktop-list-elements.js +65 -0
- package/dist/tools/desktop-list-elements.js.map +1 -0
- package/dist/tools/desktop-plan-approve.d.ts +30 -0
- package/dist/tools/desktop-plan-approve.d.ts.map +1 -0
- package/dist/tools/desktop-plan-approve.js +135 -0
- package/dist/tools/desktop-plan-approve.js.map +1 -0
- package/dist/tools/desktop-providers.d.ts +144 -0
- package/dist/tools/desktop-providers.d.ts.map +1 -0
- package/dist/tools/desktop-providers.js +12 -0
- package/dist/tools/desktop-providers.js.map +1 -0
- package/dist/tools/desktop-safety-gate.d.ts +84 -0
- package/dist/tools/desktop-safety-gate.d.ts.map +1 -0
- package/dist/tools/desktop-safety-gate.js +171 -0
- package/dist/tools/desktop-safety-gate.js.map +1 -0
- package/dist/tools/desktop-tools.d.ts +22 -0
- package/dist/tools/desktop-tools.d.ts.map +1 -0
- package/dist/tools/desktop-tools.js +71 -0
- package/dist/tools/desktop-tools.js.map +1 -0
- package/dist/tools/desktop-type.d.ts +12 -0
- package/dist/tools/desktop-type.d.ts.map +1 -0
- package/dist/tools/desktop-type.js +63 -0
- package/dist/tools/desktop-type.js.map +1 -0
- package/dist/tools/detect-language.d.ts +11 -0
- package/dist/tools/detect-language.d.ts.map +1 -0
- package/dist/tools/detect-language.js +235 -0
- package/dist/tools/detect-language.js.map +1 -0
- package/dist/tools/discover-news.d.ts +11 -0
- package/dist/tools/discover-news.d.ts.map +1 -0
- package/dist/tools/discover-news.js +261 -0
- package/dist/tools/discover-news.js.map +1 -0
- package/dist/tools/doc-generate.d.ts +17 -0
- package/dist/tools/doc-generate.d.ts.map +1 -0
- package/dist/tools/doc-generate.js +222 -0
- package/dist/tools/doc-generate.js.map +1 -0
- package/dist/tools/docs-lookup.d.ts +38 -0
- package/dist/tools/docs-lookup.d.ts.map +1 -0
- package/dist/tools/docs-lookup.js +174 -0
- package/dist/tools/docs-lookup.js.map +1 -0
- package/dist/tools/document-author.d.ts +40 -0
- package/dist/tools/document-author.d.ts.map +1 -0
- package/dist/tools/document-author.js +465 -0
- package/dist/tools/document-author.js.map +1 -0
- package/dist/tools/document-manage.d.ts +43 -0
- package/dist/tools/document-manage.d.ts.map +1 -0
- package/dist/tools/document-manage.js +665 -0
- package/dist/tools/document-manage.js.map +1 -0
- package/dist/tools/document-styling.d.ts +132 -0
- package/dist/tools/document-styling.d.ts.map +1 -0
- package/dist/tools/document-styling.js +360 -0
- package/dist/tools/document-styling.js.map +1 -0
- package/dist/tools/document-templates.d.ts +32 -0
- package/dist/tools/document-templates.d.ts.map +1 -0
- package/dist/tools/document-templates.js +95 -0
- package/dist/tools/document-templates.js.map +1 -0
- package/dist/tools/email-draft.d.ts +20 -0
- package/dist/tools/email-draft.d.ts.map +1 -0
- package/dist/tools/email-draft.js +191 -0
- package/dist/tools/email-draft.js.map +1 -0
- package/dist/tools/env-write.d.ts +32 -0
- package/dist/tools/env-write.d.ts.map +1 -0
- package/dist/tools/env-write.js +145 -0
- package/dist/tools/env-write.js.map +1 -0
- package/dist/tools/error-guidance.d.ts +38 -0
- package/dist/tools/error-guidance.d.ts.map +1 -0
- package/dist/tools/error-guidance.js +261 -0
- package/dist/tools/error-guidance.js.map +1 -0
- package/dist/tools/exercise-repair.d.ts +89 -0
- package/dist/tools/exercise-repair.d.ts.map +1 -0
- package/dist/tools/exercise-repair.js +350 -0
- package/dist/tools/exercise-repair.js.map +1 -0
- package/dist/tools/fact-check.d.ts +24 -0
- package/dist/tools/fact-check.d.ts.map +1 -0
- package/dist/tools/fact-check.js +78 -0
- package/dist/tools/fact-check.js.map +1 -0
- package/dist/tools/file-edit.d.ts +11 -0
- package/dist/tools/file-edit.d.ts.map +1 -0
- package/dist/tools/file-edit.js +166 -0
- package/dist/tools/file-edit.js.map +1 -0
- package/dist/tools/file-read.d.ts +12 -0
- package/dist/tools/file-read.d.ts.map +1 -0
- package/dist/tools/file-read.js +98 -0
- package/dist/tools/file-read.js.map +1 -0
- package/dist/tools/file-write.d.ts +13 -0
- package/dist/tools/file-write.d.ts.map +1 -0
- package/dist/tools/file-write.js +163 -0
- package/dist/tools/file-write.js.map +1 -0
- package/dist/tools/find-symbol.d.ts +13 -0
- package/dist/tools/find-symbol.d.ts.map +1 -0
- package/dist/tools/find-symbol.js +144 -0
- package/dist/tools/find-symbol.js.map +1 -0
- package/dist/tools/generate-image.d.ts +19 -0
- package/dist/tools/generate-image.d.ts.map +1 -0
- package/dist/tools/generate-image.js +438 -0
- package/dist/tools/generate-image.js.map +1 -0
- package/dist/tools/generate-video.d.ts +21 -0
- package/dist/tools/generate-video.d.ts.map +1 -0
- package/dist/tools/generate-video.js +197 -0
- package/dist/tools/generate-video.js.map +1 -0
- package/dist/tools/generate-voice.d.ts +13 -0
- package/dist/tools/generate-voice.d.ts.map +1 -0
- package/dist/tools/generate-voice.js +156 -0
- package/dist/tools/generate-voice.js.map +1 -0
- package/dist/tools/generation-manager.d.ts +75 -0
- package/dist/tools/generation-manager.d.ts.map +1 -0
- package/dist/tools/generation-manager.js +150 -0
- package/dist/tools/generation-manager.js.map +1 -0
- package/dist/tools/get-datetime.d.ts +11 -0
- package/dist/tools/get-datetime.d.ts.map +1 -0
- package/dist/tools/get-datetime.js +59 -0
- package/dist/tools/get-datetime.js.map +1 -0
- package/dist/tools/git-commit.d.ts +13 -0
- package/dist/tools/git-commit.d.ts.map +1 -0
- package/dist/tools/git-commit.js +136 -0
- package/dist/tools/git-commit.js.map +1 -0
- package/dist/tools/git-create-pr.d.ts +13 -0
- package/dist/tools/git-create-pr.d.ts.map +1 -0
- package/dist/tools/git-create-pr.js +134 -0
- package/dist/tools/git-create-pr.js.map +1 -0
- package/dist/tools/git-diff.d.ts +12 -0
- package/dist/tools/git-diff.d.ts.map +1 -0
- package/dist/tools/git-diff.js +134 -0
- package/dist/tools/git-diff.js.map +1 -0
- package/dist/tools/git.d.ts +11 -0
- package/dist/tools/git.d.ts.map +1 -0
- package/dist/tools/git.js +89 -0
- package/dist/tools/git.js.map +1 -0
- package/dist/tools/glob.d.ts +11 -0
- package/dist/tools/glob.d.ts.map +1 -0
- package/dist/tools/glob.js +64 -0
- package/dist/tools/glob.js.map +1 -0
- package/dist/tools/grep.d.ts +11 -0
- package/dist/tools/grep.d.ts.map +1 -0
- package/dist/tools/grep.js +131 -0
- package/dist/tools/grep.js.map +1 -0
- package/dist/tools/health-catalogue-search.d.ts +11 -0
- package/dist/tools/health-catalogue-search.d.ts.map +1 -0
- package/dist/tools/health-catalogue-search.js +179 -0
- package/dist/tools/health-catalogue-search.js.map +1 -0
- package/dist/tools/health-plan-create.d.ts +24 -0
- package/dist/tools/health-plan-create.d.ts.map +1 -0
- package/dist/tools/health-plan-create.js +325 -0
- package/dist/tools/health-plan-create.js.map +1 -0
- package/dist/tools/health-plan-delete.d.ts +11 -0
- package/dist/tools/health-plan-delete.d.ts.map +1 -0
- package/dist/tools/health-plan-delete.js +97 -0
- package/dist/tools/health-plan-delete.js.map +1 -0
- package/dist/tools/health-plan-list.d.ts +11 -0
- package/dist/tools/health-plan-list.d.ts.map +1 -0
- package/dist/tools/health-plan-list.js +123 -0
- package/dist/tools/health-plan-list.js.map +1 -0
- package/dist/tools/health-plan-update-day.d.ts +18 -0
- package/dist/tools/health-plan-update-day.d.ts.map +1 -0
- package/dist/tools/health-plan-update-day.js +134 -0
- package/dist/tools/health-plan-update-day.js.map +1 -0
- package/dist/tools/health-plan-update.d.ts +11 -0
- package/dist/tools/health-plan-update.d.ts.map +1 -0
- package/dist/tools/health-plan-update.js +103 -0
- package/dist/tools/health-plan-update.js.map +1 -0
- package/dist/tools/health-profile-ask.d.ts +21 -0
- package/dist/tools/health-profile-ask.d.ts.map +1 -0
- package/dist/tools/health-profile-ask.js +50 -0
- package/dist/tools/health-profile-ask.js.map +1 -0
- package/dist/tools/http-request.d.ts +12 -0
- package/dist/tools/http-request.d.ts.map +1 -0
- package/dist/tools/http-request.js +329 -0
- package/dist/tools/http-request.js.map +1 -0
- package/dist/tools/journal.d.ts +17 -0
- package/dist/tools/journal.d.ts.map +1 -0
- package/dist/tools/journal.js +159 -0
- package/dist/tools/journal.js.map +1 -0
- package/dist/tools/learning.d.ts +154 -0
- package/dist/tools/learning.d.ts.map +1 -0
- package/dist/tools/learning.js +1344 -0
- package/dist/tools/learning.js.map +1 -0
- package/dist/tools/list-directory.d.ts +11 -0
- package/dist/tools/list-directory.d.ts.map +1 -0
- package/dist/tools/list-directory.js +95 -0
- package/dist/tools/list-directory.js.map +1 -0
- package/dist/tools/memory-delete.d.ts +11 -0
- package/dist/tools/memory-delete.d.ts.map +1 -0
- package/dist/tools/memory-delete.js +54 -0
- package/dist/tools/memory-delete.js.map +1 -0
- package/dist/tools/memory-recall.d.ts +11 -0
- package/dist/tools/memory-recall.d.ts.map +1 -0
- package/dist/tools/memory-recall.js +101 -0
- package/dist/tools/memory-recall.js.map +1 -0
- package/dist/tools/memory-save.d.ts +11 -0
- package/dist/tools/memory-save.d.ts.map +1 -0
- package/dist/tools/memory-save.js +110 -0
- package/dist/tools/memory-save.js.map +1 -0
- package/dist/tools/memory-update.d.ts +11 -0
- package/dist/tools/memory-update.d.ts.map +1 -0
- package/dist/tools/memory-update.js +88 -0
- package/dist/tools/memory-update.js.map +1 -0
- package/dist/tools/news.d.ts +11 -0
- package/dist/tools/news.d.ts.map +1 -0
- package/dist/tools/news.js +137 -0
- package/dist/tools/news.js.map +1 -0
- package/dist/tools/open-design-studio.d.ts +20 -0
- package/dist/tools/open-design-studio.d.ts.map +1 -0
- package/dist/tools/open-design-studio.js +45 -0
- package/dist/tools/open-design-studio.js.map +1 -0
- package/dist/tools/open-health-room.d.ts +19 -0
- package/dist/tools/open-health-room.d.ts.map +1 -0
- package/dist/tools/open-health-room.js +44 -0
- package/dist/tools/open-health-room.js.map +1 -0
- package/dist/tools/open-learning-room.d.ts +20 -0
- package/dist/tools/open-learning-room.d.ts.map +1 -0
- package/dist/tools/open-learning-room.js +44 -0
- package/dist/tools/open-learning-room.js.map +1 -0
- package/dist/tools/paper-fetch.d.ts +11 -0
- package/dist/tools/paper-fetch.d.ts.map +1 -0
- package/dist/tools/paper-fetch.js +236 -0
- package/dist/tools/paper-fetch.js.map +1 -0
- package/dist/tools/post-performance.d.ts +17 -0
- package/dist/tools/post-performance.d.ts.map +1 -0
- package/dist/tools/post-performance.js +58 -0
- package/dist/tools/post-performance.js.map +1 -0
- package/dist/tools/present-plan.d.ts +34 -0
- package/dist/tools/present-plan.d.ts.map +1 -0
- package/dist/tools/present-plan.js +117 -0
- package/dist/tools/present-plan.js.map +1 -0
- package/dist/tools/project-index.d.ts +11 -0
- package/dist/tools/project-index.d.ts.map +1 -0
- package/dist/tools/project-index.js +88 -0
- package/dist/tools/project-index.js.map +1 -0
- package/dist/tools/propose-hooks.d.ts +17 -0
- package/dist/tools/propose-hooks.d.ts.map +1 -0
- package/dist/tools/propose-hooks.js +71 -0
- package/dist/tools/propose-hooks.js.map +1 -0
- package/dist/tools/propose-tool.d.ts +11 -0
- package/dist/tools/propose-tool.d.ts.map +1 -0
- package/dist/tools/propose-tool.js +155 -0
- package/dist/tools/propose-tool.js.map +1 -0
- package/dist/tools/recipe-repair.d.ts +116 -0
- package/dist/tools/recipe-repair.d.ts.map +1 -0
- package/dist/tools/recipe-repair.js +404 -0
- package/dist/tools/recipe-repair.js.map +1 -0
- package/dist/tools/record-machine-rule.d.ts +24 -0
- package/dist/tools/record-machine-rule.d.ts.map +1 -0
- package/dist/tools/record-machine-rule.js +60 -0
- package/dist/tools/record-machine-rule.js.map +1 -0
- package/dist/tools/release-notes.d.ts +11 -0
- package/dist/tools/release-notes.d.ts.map +1 -0
- package/dist/tools/release-notes.js +59 -0
- package/dist/tools/release-notes.js.map +1 -0
- package/dist/tools/remove-background.d.ts +15 -0
- package/dist/tools/remove-background.d.ts.map +1 -0
- package/dist/tools/remove-background.js +117 -0
- package/dist/tools/remove-background.js.map +1 -0
- package/dist/tools/report-generate.d.ts +30 -0
- package/dist/tools/report-generate.d.ts.map +1 -0
- package/dist/tools/report-generate.js +325 -0
- package/dist/tools/report-generate.js.map +1 -0
- package/dist/tools/research-post.d.ts +20 -0
- package/dist/tools/research-post.d.ts.map +1 -0
- package/dist/tools/research-post.js +87 -0
- package/dist/tools/research-post.js.map +1 -0
- package/dist/tools/research-story.d.ts +29 -0
- package/dist/tools/research-story.d.ts.map +1 -0
- package/dist/tools/research-story.js +78 -0
- package/dist/tools/research-story.js.map +1 -0
- package/dist/tools/rollback.d.ts +11 -0
- package/dist/tools/rollback.d.ts.map +1 -0
- package/dist/tools/rollback.js +81 -0
- package/dist/tools/rollback.js.map +1 -0
- package/dist/tools/scan-industry.d.ts +19 -0
- package/dist/tools/scan-industry.d.ts.map +1 -0
- package/dist/tools/scan-industry.js +82 -0
- package/dist/tools/scan-industry.js.map +1 -0
- package/dist/tools/screenshot.d.ts +11 -0
- package/dist/tools/screenshot.d.ts.map +1 -0
- package/dist/tools/screenshot.js +82 -0
- package/dist/tools/screenshot.js.map +1 -0
- package/dist/tools/secret-request.d.ts +24 -0
- package/dist/tools/secret-request.d.ts.map +1 -0
- package/dist/tools/secret-request.js +75 -0
- package/dist/tools/secret-request.js.map +1 -0
- package/dist/tools/security.d.ts +26 -0
- package/dist/tools/security.d.ts.map +1 -0
- package/dist/tools/security.js +78 -0
- package/dist/tools/security.js.map +1 -0
- package/dist/tools/self-inspect.d.ts +34 -0
- package/dist/tools/self-inspect.d.ts.map +1 -0
- package/dist/tools/self-inspect.js +427 -0
- package/dist/tools/self-inspect.js.map +1 -0
- package/dist/tools/suggest-beats.d.ts +17 -0
- package/dist/tools/suggest-beats.d.ts.map +1 -0
- package/dist/tools/suggest-beats.js +71 -0
- package/dist/tools/suggest-beats.js.map +1 -0
- package/dist/tools/suggest-stories.d.ts +26 -0
- package/dist/tools/suggest-stories.d.ts.map +1 -0
- package/dist/tools/suggest-stories.js +102 -0
- package/dist/tools/suggest-stories.js.map +1 -0
- package/dist/tools/support-request.d.ts +11 -0
- package/dist/tools/support-request.d.ts.map +1 -0
- package/dist/tools/support-request.js +110 -0
- package/dist/tools/support-request.js.map +1 -0
- package/dist/tools/switch-mode.d.ts +21 -0
- package/dist/tools/switch-mode.d.ts.map +1 -0
- package/dist/tools/switch-mode.js +57 -0
- package/dist/tools/switch-mode.js.map +1 -0
- package/dist/tools/task-manage.d.ts +16 -0
- package/dist/tools/task-manage.d.ts.map +1 -0
- package/dist/tools/task-manage.js +256 -0
- package/dist/tools/task-manage.js.map +1 -0
- package/dist/tools/task-suggest.d.ts +27 -0
- package/dist/tools/task-suggest.d.ts.map +1 -0
- package/dist/tools/task-suggest.js +70 -0
- package/dist/tools/task-suggest.js.map +1 -0
- package/dist/tools/test-generate.d.ts +20 -0
- package/dist/tools/test-generate.d.ts.map +1 -0
- package/dist/tools/test-generate.js +259 -0
- package/dist/tools/test-generate.js.map +1 -0
- package/dist/tools/test-run.d.ts +13 -0
- package/dist/tools/test-run.d.ts.map +1 -0
- package/dist/tools/test-run.js +177 -0
- package/dist/tools/test-run.js.map +1 -0
- package/dist/tools/todo-write.d.ts +11 -0
- package/dist/tools/todo-write.d.ts.map +1 -0
- package/dist/tools/todo-write.js +70 -0
- package/dist/tools/todo-write.js.map +1 -0
- package/dist/tools/tool-registry.d.ts +84 -0
- package/dist/tools/tool-registry.d.ts.map +1 -0
- package/dist/tools/tool-registry.js +728 -0
- package/dist/tools/tool-registry.js.map +1 -0
- package/dist/tools/types.d.ts +128 -0
- package/dist/tools/types.d.ts.map +1 -0
- package/dist/tools/types.js +2 -0
- package/dist/tools/types.js.map +1 -0
- package/dist/tools/verification-trust.d.ts +39 -0
- package/dist/tools/verification-trust.d.ts.map +1 -0
- package/dist/tools/verification-trust.js +135 -0
- package/dist/tools/verification-trust.js.map +1 -0
- package/dist/tools/verify-change.d.ts +11 -0
- package/dist/tools/verify-change.d.ts.map +1 -0
- package/dist/tools/verify-change.js +775 -0
- package/dist/tools/verify-change.js.map +1 -0
- package/dist/tools/weather.d.ts +11 -0
- package/dist/tools/weather.d.ts.map +1 -0
- package/dist/tools/weather.js +96 -0
- package/dist/tools/weather.js.map +1 -0
- package/dist/tools/web-search.d.ts +12 -0
- package/dist/tools/web-search.d.ts.map +1 -0
- package/dist/tools/web-search.js +137 -0
- package/dist/tools/web-search.js.map +1 -0
- package/dist/tools/write-article.d.ts +33 -0
- package/dist/tools/write-article.d.ts.map +1 -0
- package/dist/tools/write-article.js +206 -0
- package/dist/tools/write-article.js.map +1 -0
- package/dist/tools/write-exercise.d.ts +31 -0
- package/dist/tools/write-exercise.d.ts.map +1 -0
- package/dist/tools/write-exercise.js +278 -0
- package/dist/tools/write-exercise.js.map +1 -0
- package/dist/tools/write-post-image.d.ts +31 -0
- package/dist/tools/write-post-image.d.ts.map +1 -0
- package/dist/tools/write-post-image.js +102 -0
- package/dist/tools/write-post-image.js.map +1 -0
- package/dist/tools/write-post.d.ts +20 -0
- package/dist/tools/write-post.d.ts.map +1 -0
- package/dist/tools/write-post.js +113 -0
- package/dist/tools/write-post.js.map +1 -0
- package/dist/tools/write-recipe.d.ts +29 -0
- package/dist/tools/write-recipe.d.ts.map +1 -0
- package/dist/tools/write-recipe.js +262 -0
- package/dist/tools/write-recipe.js.map +1 -0
- package/dist/tools/write-video-post.d.ts +25 -0
- package/dist/tools/write-video-post.d.ts.map +1 -0
- package/dist/tools/write-video-post.js +238 -0
- package/dist/tools/write-video-post.js.map +1 -0
- package/dist/tools/write-voiceover.d.ts +29 -0
- package/dist/tools/write-voiceover.d.ts.map +1 -0
- package/dist/tools/write-voiceover.js +98 -0
- package/dist/tools/write-voiceover.js.map +1 -0
- package/dist/workflows/index.d.ts +4 -0
- package/dist/workflows/index.d.ts.map +1 -0
- package/dist/workflows/index.js +2 -0
- package/dist/workflows/index.js.map +1 -0
- package/dist/workflows/types.d.ts +112 -0
- package/dist/workflows/types.d.ts.map +1 -0
- package/dist/workflows/types.js +10 -0
- package/dist/workflows/types.js.map +1 -0
- package/dist/workflows/workflow-manager.d.ts +54 -0
- package/dist/workflows/workflow-manager.d.ts.map +1 -0
- package/dist/workflows/workflow-manager.js +277 -0
- package/dist/workflows/workflow-manager.js.map +1 -0
- package/package.json +223 -0
|
@@ -0,0 +1,4068 @@
|
|
|
1
|
+
/** English strings — source of truth. All other locales mirror this key set. */
|
|
2
|
+
export declare const enStrings: {
|
|
3
|
+
'welcome.title': string;
|
|
4
|
+
'welcome.subtitle': string;
|
|
5
|
+
'welcome.cli_hint': string;
|
|
6
|
+
'input.placeholder.code': string;
|
|
7
|
+
'input.placeholder.plan': string;
|
|
8
|
+
'input.placeholder.chat': string;
|
|
9
|
+
'input.placeholder.disabled': string;
|
|
10
|
+
'input.placeholder.security': string;
|
|
11
|
+
'input.mode.code': string;
|
|
12
|
+
'input.mode.plan': string;
|
|
13
|
+
'input.mode.chat': string;
|
|
14
|
+
'input.mode.security': string;
|
|
15
|
+
'input.mode.write': string;
|
|
16
|
+
'input.placeholder.write': string;
|
|
17
|
+
'input.send': string;
|
|
18
|
+
'input.send_aria': string;
|
|
19
|
+
'input.stop': string;
|
|
20
|
+
'input.stop_aria': string;
|
|
21
|
+
'input.attach': string;
|
|
22
|
+
'input.drop_image': string;
|
|
23
|
+
'input.compressing': string;
|
|
24
|
+
'input.compress_title': string;
|
|
25
|
+
'input.compress_title_warning': string;
|
|
26
|
+
'header.history': string;
|
|
27
|
+
'header.settings': string;
|
|
28
|
+
'header.new_chat': string;
|
|
29
|
+
'header.clear_chat': string;
|
|
30
|
+
'header.tasks': string;
|
|
31
|
+
'model.no_providers': string;
|
|
32
|
+
'model.open_settings': string;
|
|
33
|
+
'model.vision': string;
|
|
34
|
+
'model.vision_title': string;
|
|
35
|
+
'model.no_vision_title': string;
|
|
36
|
+
'model.switched': string;
|
|
37
|
+
'thinking.0': string;
|
|
38
|
+
'thinking.reading': string;
|
|
39
|
+
'thinking.working': string;
|
|
40
|
+
'thinking.1': string;
|
|
41
|
+
'thinking.2': string;
|
|
42
|
+
'thinking.3': string;
|
|
43
|
+
'suggestion.explain': string;
|
|
44
|
+
'suggestion.explain_prompt': string;
|
|
45
|
+
'suggestion.bug': string;
|
|
46
|
+
'suggestion.bug_prompt': string;
|
|
47
|
+
'suggestion.test': string;
|
|
48
|
+
'suggestion.test_prompt': string;
|
|
49
|
+
'suggestion.refactor': string;
|
|
50
|
+
'suggestion.refactor_prompt': string;
|
|
51
|
+
'error.auth': string;
|
|
52
|
+
'error.credits': string;
|
|
53
|
+
'error.forbidden': string;
|
|
54
|
+
'error.rate_limit': string;
|
|
55
|
+
'error.model_not_found': string;
|
|
56
|
+
'error.bad_request': string;
|
|
57
|
+
'error.server_error': string;
|
|
58
|
+
'error.timeout': string;
|
|
59
|
+
'error.stream_stall': string;
|
|
60
|
+
'error.network': string;
|
|
61
|
+
'error.setup': string;
|
|
62
|
+
'error.busy': string;
|
|
63
|
+
'error.iterations_exceeded': string;
|
|
64
|
+
'error.context_truncated': string;
|
|
65
|
+
'error.provider_error': string;
|
|
66
|
+
'error.unknown': string;
|
|
67
|
+
'error.continue': string;
|
|
68
|
+
'error.msg.bad_request': string;
|
|
69
|
+
'error.msg.auth': string;
|
|
70
|
+
'error.msg.credits': string;
|
|
71
|
+
'error.msg.forbidden': string;
|
|
72
|
+
'error.msg.model_not_found': string;
|
|
73
|
+
'error.msg.rate_limit': string;
|
|
74
|
+
'error.msg.server_error': string;
|
|
75
|
+
'error.msg.empty_response': string;
|
|
76
|
+
'error.msg.iteration_limit': string;
|
|
77
|
+
'error.msg.iteration_warning': string;
|
|
78
|
+
'error.msg.image_stripped': string;
|
|
79
|
+
'tool.allow': string;
|
|
80
|
+
'tool.always_allow': string;
|
|
81
|
+
'tool.always_allow_category_tip': string;
|
|
82
|
+
'tool.deny': string;
|
|
83
|
+
'tool.allow_prompt': string;
|
|
84
|
+
'tool.arguments': string;
|
|
85
|
+
'tool.output': string;
|
|
86
|
+
'tool.error': string;
|
|
87
|
+
'tool.truncated': string;
|
|
88
|
+
'tool.read': string;
|
|
89
|
+
'tool.write': string;
|
|
90
|
+
'tool.edit': string;
|
|
91
|
+
'tool.find_files': string;
|
|
92
|
+
'tool.search': string;
|
|
93
|
+
'tool.run': string;
|
|
94
|
+
'tool.list_dir': string;
|
|
95
|
+
'tool.web_search': string;
|
|
96
|
+
'tool.ask_user': string;
|
|
97
|
+
'tool.git': string;
|
|
98
|
+
'tool.http': string;
|
|
99
|
+
'history.title': string;
|
|
100
|
+
'history.new_chat': string;
|
|
101
|
+
'history.close': string;
|
|
102
|
+
'history.search': string;
|
|
103
|
+
'history.empty': string;
|
|
104
|
+
'history.no_match': string;
|
|
105
|
+
'history.delete_confirm': string;
|
|
106
|
+
'history.rename_hint': string;
|
|
107
|
+
'history.pin': string;
|
|
108
|
+
'history.unpin': string;
|
|
109
|
+
'history.export_md': string;
|
|
110
|
+
'history.pinned': string;
|
|
111
|
+
'history.just_now': string;
|
|
112
|
+
'history.minutes_ago': string;
|
|
113
|
+
'history.hours_ago': string;
|
|
114
|
+
'history.days_ago': string;
|
|
115
|
+
'ask.question': string;
|
|
116
|
+
'ask.fallback': string;
|
|
117
|
+
'ask.placeholder': string;
|
|
118
|
+
'ask.submit': string;
|
|
119
|
+
'ask.skip': string;
|
|
120
|
+
'ask.skipped': string;
|
|
121
|
+
'plan.unavailable': string;
|
|
122
|
+
'plan.prefix': string;
|
|
123
|
+
'plan.approved': string;
|
|
124
|
+
'plan.rejected': string;
|
|
125
|
+
'plan.goal': string;
|
|
126
|
+
'plan.steps': string;
|
|
127
|
+
'plan.verification': string;
|
|
128
|
+
'plan.approaches': string;
|
|
129
|
+
'plan.note': string;
|
|
130
|
+
'plan.note_placeholder': string;
|
|
131
|
+
'plan.choose_first': string;
|
|
132
|
+
'plan.approve': string;
|
|
133
|
+
'plan.reject': string;
|
|
134
|
+
'todo.unavailable': string;
|
|
135
|
+
'todo.tasks': string;
|
|
136
|
+
'todo.done': string;
|
|
137
|
+
'status.in': string;
|
|
138
|
+
'status.out': string;
|
|
139
|
+
'status.total': string;
|
|
140
|
+
'status.tokens': string;
|
|
141
|
+
'compression.start': string;
|
|
142
|
+
'compression.result': string;
|
|
143
|
+
'compression.nothing': string;
|
|
144
|
+
'compression.failed': string;
|
|
145
|
+
'compression.busy': string;
|
|
146
|
+
'compression.context_truncated': string;
|
|
147
|
+
'continue.prompt': string;
|
|
148
|
+
'cmd.help.desc': string;
|
|
149
|
+
'cmd.model.desc': string;
|
|
150
|
+
'cmd.clear.desc': string;
|
|
151
|
+
'cmd.provider.desc': string;
|
|
152
|
+
'cmd.history.desc': string;
|
|
153
|
+
'cmd.resume.desc': string;
|
|
154
|
+
'cmd.search.desc': string;
|
|
155
|
+
'cmd.delete.desc': string;
|
|
156
|
+
'cmd.rename.desc': string;
|
|
157
|
+
'cmd.pin.desc': string;
|
|
158
|
+
'cmd.unpin.desc': string;
|
|
159
|
+
'cmd.export.desc': string;
|
|
160
|
+
'cmd.retry.desc': string;
|
|
161
|
+
'cmd.compact.desc': string;
|
|
162
|
+
'cmd.permission.desc': string;
|
|
163
|
+
'cmd.tools.desc': string;
|
|
164
|
+
'cmd.init.desc': string;
|
|
165
|
+
'cmd.exit.desc': string;
|
|
166
|
+
'cmd.security.desc': string;
|
|
167
|
+
'cmd.model.unknown': string;
|
|
168
|
+
'cmd.model.switched': string;
|
|
169
|
+
'cmd.model.active': string;
|
|
170
|
+
'cmd.clear.done': string;
|
|
171
|
+
'cmd.provider.usage': string;
|
|
172
|
+
'cmd.provider.enter_key': string;
|
|
173
|
+
'cmd.provider.cancelled': string;
|
|
174
|
+
'cmd.provider.added': string;
|
|
175
|
+
'cmd.provider.failed': string;
|
|
176
|
+
'cmd.provider.title': string;
|
|
177
|
+
'cmd.provider.configured': string;
|
|
178
|
+
'cmd.provider.not_configured': string;
|
|
179
|
+
'cmd.provider.hint': string;
|
|
180
|
+
'cmd.history.empty': string;
|
|
181
|
+
'cmd.history.title': string;
|
|
182
|
+
'cmd.history.more': string;
|
|
183
|
+
'cmd.history.hint': string;
|
|
184
|
+
'cmd.resume.usage': string;
|
|
185
|
+
'cmd.resume.hint': string;
|
|
186
|
+
'cmd.resume.not_found': string;
|
|
187
|
+
'cmd.resume.failed': string;
|
|
188
|
+
'cmd.resume.done': string;
|
|
189
|
+
'cmd.resume.count': string;
|
|
190
|
+
'cmd.search.usage': string;
|
|
191
|
+
'cmd.search.empty': string;
|
|
192
|
+
'cmd.search.title': string;
|
|
193
|
+
'cmd.delete.usage': string;
|
|
194
|
+
'cmd.delete.confirm': string;
|
|
195
|
+
'cmd.delete.done': string;
|
|
196
|
+
'cmd.delete.failed': string;
|
|
197
|
+
'cmd.rename.usage': string;
|
|
198
|
+
'cmd.rename.done': string;
|
|
199
|
+
'cmd.rename.failed': string;
|
|
200
|
+
'cmd.pin.usage': string;
|
|
201
|
+
'cmd.pin.done': string;
|
|
202
|
+
'cmd.pin.failed': string;
|
|
203
|
+
'cmd.unpin.usage': string;
|
|
204
|
+
'cmd.unpin.done': string;
|
|
205
|
+
'cmd.unpin.failed': string;
|
|
206
|
+
'cmd.export.usage': string;
|
|
207
|
+
'cmd.export.failed': string;
|
|
208
|
+
'cmd.export.done': string;
|
|
209
|
+
'cmd.retry.unavailable': string;
|
|
210
|
+
'cmd.compact.unavailable': string;
|
|
211
|
+
'cmd.permission.title': string;
|
|
212
|
+
'cmd.permission.strict': string;
|
|
213
|
+
'cmd.permission.balanced': string;
|
|
214
|
+
'cmd.permission.autonomous': string;
|
|
215
|
+
'cmd.permission.unknown': string;
|
|
216
|
+
'cmd.permission.set': string;
|
|
217
|
+
'cmd.tools.title': string;
|
|
218
|
+
'cmd.init.created': string;
|
|
219
|
+
'cmd.init.hint': string;
|
|
220
|
+
'cmd.init.restart': string;
|
|
221
|
+
'cmd.init.exists': string;
|
|
222
|
+
'cmd.unknown': string;
|
|
223
|
+
'cli.thinking': string;
|
|
224
|
+
'cli.thinking_label': string;
|
|
225
|
+
'cli.thinking_words': string;
|
|
226
|
+
'cli.tool_label': string;
|
|
227
|
+
'cli.tasks_label': string;
|
|
228
|
+
'cli.tokens_label': string;
|
|
229
|
+
'cli.running': string;
|
|
230
|
+
'cli.confirm_label': string;
|
|
231
|
+
'cli.allow_prompt': string;
|
|
232
|
+
'cli.allow_yn': string;
|
|
233
|
+
'cli.denied': string;
|
|
234
|
+
'cli.cancelled': string;
|
|
235
|
+
'cli.question_label': string;
|
|
236
|
+
'cli.question_fallback': string;
|
|
237
|
+
'cli.your_response': string;
|
|
238
|
+
'cli.skipped': string;
|
|
239
|
+
'cli.user_response': string;
|
|
240
|
+
'cli.write_to': string;
|
|
241
|
+
'cli.edit_file': string;
|
|
242
|
+
'cli.list_path': string;
|
|
243
|
+
'cli.search_query': string;
|
|
244
|
+
'cli.ok': string;
|
|
245
|
+
'cli.fail': string;
|
|
246
|
+
'cli.more_lines': string;
|
|
247
|
+
'setup.welcome': string;
|
|
248
|
+
'setup.intro': string;
|
|
249
|
+
'setup.choose': string;
|
|
250
|
+
'setup.invalid_choice': string;
|
|
251
|
+
'setup.key_url': string;
|
|
252
|
+
'setup.enter_key': string;
|
|
253
|
+
'setup.no_key': string;
|
|
254
|
+
'setup.complete': string;
|
|
255
|
+
'dash.section.workspace': string;
|
|
256
|
+
'dash.section.personalise': string;
|
|
257
|
+
'dash.section.productivity': string;
|
|
258
|
+
'dash.section.creative': string;
|
|
259
|
+
'dash.section.account': string;
|
|
260
|
+
'dash.section.help': string;
|
|
261
|
+
'dash.section.admin': string;
|
|
262
|
+
'dash.nav.command_centre': string;
|
|
263
|
+
'dash.nav.command_centre_desc': string;
|
|
264
|
+
'dash.nav.ava_chat': string;
|
|
265
|
+
'dash.nav.ava_chat_desc': string;
|
|
266
|
+
'dash.nav.memory': string;
|
|
267
|
+
'dash.nav.memory_desc': string;
|
|
268
|
+
'dash.nav.tasks': string;
|
|
269
|
+
'dash.nav.tasks_desc': string;
|
|
270
|
+
'dash.nav.journal': string;
|
|
271
|
+
'dash.nav.journal_desc': string;
|
|
272
|
+
'dash.nav.learning': string;
|
|
273
|
+
'dash.nav.learning_desc': string;
|
|
274
|
+
'dash.nav.chat_history': string;
|
|
275
|
+
'dash.nav.chat_history_desc': string;
|
|
276
|
+
'dash.nav.library': string;
|
|
277
|
+
'dash.nav.library_desc': string;
|
|
278
|
+
'dash.nav.health': string;
|
|
279
|
+
'dash.nav.health_desc': string;
|
|
280
|
+
'dash.nav.personality': string;
|
|
281
|
+
'dash.nav.personality_desc': string;
|
|
282
|
+
'dash.nav.cloud_sync': string;
|
|
283
|
+
'dash.nav.cloud_sync_desc': string;
|
|
284
|
+
'dash.nav.usage': string;
|
|
285
|
+
'dash.nav.usage_desc': string;
|
|
286
|
+
'dash.nav.history': string;
|
|
287
|
+
'dash.nav.history_desc': string;
|
|
288
|
+
'dash.nav.usage_history': string;
|
|
289
|
+
'dash.nav.billing': string;
|
|
290
|
+
'dash.nav.billing_desc': string;
|
|
291
|
+
'dash.nav.settings': string;
|
|
292
|
+
'dash.nav.settings_desc': string;
|
|
293
|
+
'dash.nav.connections': string;
|
|
294
|
+
'dash.nav.connections_desc': string;
|
|
295
|
+
'dash.nav.support': string;
|
|
296
|
+
'dash.nav.support_desc': string;
|
|
297
|
+
'dash.nav.documentation': string;
|
|
298
|
+
'dash.nav.documentation_desc': string;
|
|
299
|
+
'dash.nav.release_notes': string;
|
|
300
|
+
'dash.nav.release_notes_desc': string;
|
|
301
|
+
'dash.nav.roadmap': string;
|
|
302
|
+
'dash.nav.roadmap_desc': string;
|
|
303
|
+
'dash.nav.proposals': string;
|
|
304
|
+
'dash.cc.statistics': string;
|
|
305
|
+
'dash.cc.tokens_used': string;
|
|
306
|
+
'dash.cc.requests': string;
|
|
307
|
+
'dash.cc.this_period': string;
|
|
308
|
+
'dash.cc.latest_news': string;
|
|
309
|
+
'dash.cc.todays_tasks': string;
|
|
310
|
+
'dash.cc.todays_journal': string;
|
|
311
|
+
'dash.cc.learning': string;
|
|
312
|
+
'dash.cc.memory': string;
|
|
313
|
+
'dash.cc.latest_release': string;
|
|
314
|
+
'dash.cc.view_all': string;
|
|
315
|
+
'dash.cc.open_journal': string;
|
|
316
|
+
'dash.cc.write_entry': string;
|
|
317
|
+
'dash.cc.continue_learning': string;
|
|
318
|
+
'dash.cc.no_tasks': string;
|
|
319
|
+
'dash.cc.no_journal': string;
|
|
320
|
+
'dash.cc.no_learning': string;
|
|
321
|
+
'dash.cc.no_memories': string;
|
|
322
|
+
'dash.cc.no_release': string;
|
|
323
|
+
'dash.cc.working_hours': string;
|
|
324
|
+
'dash.cc.working_hours_hint': string;
|
|
325
|
+
'dash.cc.greeting_morning': string;
|
|
326
|
+
'dash.cc.greeting_afternoon': string;
|
|
327
|
+
'dash.cc.greeting_evening': string;
|
|
328
|
+
'dash.cc.trust_title': string;
|
|
329
|
+
'dash.cc.trust_review': string;
|
|
330
|
+
'dash.cc.trust_more': string;
|
|
331
|
+
'dash.cc.byok_mode': string;
|
|
332
|
+
'dash.cc.byok_desc': string;
|
|
333
|
+
'dash.cc.connect_to_see': string;
|
|
334
|
+
'dash.cc.loading_weather': string;
|
|
335
|
+
'dash.cc.loading_news': string;
|
|
336
|
+
'dash.cc.loading_tasks': string;
|
|
337
|
+
'dash.cc.loading_journal': string;
|
|
338
|
+
'dash.cc.loading_learning': string;
|
|
339
|
+
'dash.cc.loading_memories': string;
|
|
340
|
+
'dash.cc.loading_release': string;
|
|
341
|
+
'dash.cc.active_memories': string;
|
|
342
|
+
'dash.cc.total': string;
|
|
343
|
+
'dash.cc.last_saved': string;
|
|
344
|
+
'dash.cc.no_release_info': string;
|
|
345
|
+
'dash.cc.view_release_notes': string;
|
|
346
|
+
'dash.cc.complete_task': string;
|
|
347
|
+
'dash.cc.overdue': string;
|
|
348
|
+
'dash.cc.widget_tasks': string;
|
|
349
|
+
'dash.cc.widget_journal': string;
|
|
350
|
+
'dash.cc.widget_learning': string;
|
|
351
|
+
'dash.cc.widget_memories': string;
|
|
352
|
+
'weather.clear_sky': string;
|
|
353
|
+
'weather.mainly_clear': string;
|
|
354
|
+
'weather.partly_cloudy': string;
|
|
355
|
+
'weather.overcast': string;
|
|
356
|
+
'weather.fog': string;
|
|
357
|
+
'weather.rime_fog': string;
|
|
358
|
+
'weather.light_drizzle': string;
|
|
359
|
+
'weather.drizzle': string;
|
|
360
|
+
'weather.dense_drizzle': string;
|
|
361
|
+
'weather.light_rain': string;
|
|
362
|
+
'weather.rain': string;
|
|
363
|
+
'weather.heavy_rain': string;
|
|
364
|
+
'weather.light_snow': string;
|
|
365
|
+
'weather.snow': string;
|
|
366
|
+
'weather.heavy_snow': string;
|
|
367
|
+
'weather.snow_grains': string;
|
|
368
|
+
'weather.light_showers': string;
|
|
369
|
+
'weather.showers': string;
|
|
370
|
+
'weather.heavy_showers': string;
|
|
371
|
+
'weather.snow_showers': string;
|
|
372
|
+
'weather.heavy_snow_showers': string;
|
|
373
|
+
'weather.thunderstorm': string;
|
|
374
|
+
'weather.thunderstorm_hail': string;
|
|
375
|
+
'weather.thunderstorm_heavy_hail': string;
|
|
376
|
+
'weather.unknown': string;
|
|
377
|
+
'weather.humidity': string;
|
|
378
|
+
'weather.wind': string;
|
|
379
|
+
'news.all': string;
|
|
380
|
+
'news.breaking': string;
|
|
381
|
+
'news.ai_agents': string;
|
|
382
|
+
'news.models': string;
|
|
383
|
+
'news.dev_tools': string;
|
|
384
|
+
'news.open_source': string;
|
|
385
|
+
'news.education': string;
|
|
386
|
+
'news.productivity': string;
|
|
387
|
+
'news.companions': string;
|
|
388
|
+
'news.health': string;
|
|
389
|
+
'news.enterprise': string;
|
|
390
|
+
'news.industry': string;
|
|
391
|
+
'news.min_read': string;
|
|
392
|
+
'news.world': string;
|
|
393
|
+
'news.ai': string;
|
|
394
|
+
'news.technology': string;
|
|
395
|
+
'news.security_privacy': string;
|
|
396
|
+
'news.business': string;
|
|
397
|
+
'news.science': string;
|
|
398
|
+
'news.food': string;
|
|
399
|
+
'news.sport': string;
|
|
400
|
+
'dash.chat.welcome': string;
|
|
401
|
+
'dash.chat.fresh': string;
|
|
402
|
+
'dash.chat.local_not_ready': string;
|
|
403
|
+
'dash.chat.not_connected': string;
|
|
404
|
+
'dash.chat.no_stream': string;
|
|
405
|
+
'dash.chat.cancelled': string;
|
|
406
|
+
'dash.chat.stopped': string;
|
|
407
|
+
'dash.chat.image_attached': string;
|
|
408
|
+
'dash.chat.new_chat': string;
|
|
409
|
+
'dash.chat.complete_task': string;
|
|
410
|
+
'dash.chat.copy': string;
|
|
411
|
+
'dash.chat.toggle_tasks': string;
|
|
412
|
+
'dash.chat.cloud': string;
|
|
413
|
+
'dash.chat.local': string;
|
|
414
|
+
'dash.chat.both': string;
|
|
415
|
+
'dash.chat.tab.daily': string;
|
|
416
|
+
'dash.chat.tab.briefing': string;
|
|
417
|
+
'dash.chat.tab.reflect': string;
|
|
418
|
+
'dash.chat.tokens': string;
|
|
419
|
+
'dash.chat.no_keys': string;
|
|
420
|
+
'dash.chat.no_credits': string;
|
|
421
|
+
'dash.chat.connect_or_byok': string;
|
|
422
|
+
'dash.chat.copied': string;
|
|
423
|
+
'dash.chat.you': string;
|
|
424
|
+
'dash.chat.ava': string;
|
|
425
|
+
'dash.chat.error': string;
|
|
426
|
+
'dash.chat.unknown_error': string;
|
|
427
|
+
'dash.chat.untitled': string;
|
|
428
|
+
'dash.chat.sidecar_error': string;
|
|
429
|
+
'dash.chat.connection_error': string;
|
|
430
|
+
'dash.chat.platform': string;
|
|
431
|
+
'dash.chat.your_api_keys': string;
|
|
432
|
+
'dash.chat.connect_for_cloud': string;
|
|
433
|
+
'dash.chat.local_mode_desc': string;
|
|
434
|
+
'dash.chat.cloud_mode_desc': string;
|
|
435
|
+
'dash.chat.tokens_used': string;
|
|
436
|
+
'dash.chat.context': string;
|
|
437
|
+
'dash.chat.tool_running': string;
|
|
438
|
+
'dash.chat.tool_done': string;
|
|
439
|
+
'dash.chat.tool_error': string;
|
|
440
|
+
'dash.chat.tasks_progress': string;
|
|
441
|
+
'dash.chat.generated_image': string;
|
|
442
|
+
'dash.chat.download': string;
|
|
443
|
+
'dash.chat.open': string;
|
|
444
|
+
'dash.chat.ava_wants_to_run': string;
|
|
445
|
+
'dash.chat.view_arguments': string;
|
|
446
|
+
'dash.chat.type_your_answer': string;
|
|
447
|
+
'dash.chat.comment_optional': string;
|
|
448
|
+
'dash.chat.switch_mode': string;
|
|
449
|
+
'dash.chat.starting_local': string;
|
|
450
|
+
'dash.chat.attach_file': string;
|
|
451
|
+
'dash.chat.send_enter': string;
|
|
452
|
+
'dash.chat.add_key_or_connect': string;
|
|
453
|
+
'dash.chat.inactive_no_keys': string;
|
|
454
|
+
'dash.chat.inactive_no_cloud': string;
|
|
455
|
+
'mode.work': string;
|
|
456
|
+
'mode.plan': string;
|
|
457
|
+
'mode.chat': string;
|
|
458
|
+
'mode.teach': string;
|
|
459
|
+
'mode.security': string;
|
|
460
|
+
'mode.brainstorm': string;
|
|
461
|
+
'mode.write': string;
|
|
462
|
+
'mode.desktop': string;
|
|
463
|
+
'mode.work.placeholder': string;
|
|
464
|
+
'mode.plan.placeholder': string;
|
|
465
|
+
'mode.chat.placeholder': string;
|
|
466
|
+
'mode.teach.placeholder': string;
|
|
467
|
+
'mode.security.placeholder': string;
|
|
468
|
+
'mode.brainstorm.placeholder': string;
|
|
469
|
+
'mode.write.placeholder': string;
|
|
470
|
+
'mode.desktop.placeholder': string;
|
|
471
|
+
'dash.memory.title': string;
|
|
472
|
+
'dash.memory.subtitle': string;
|
|
473
|
+
'dash.memory.total': string;
|
|
474
|
+
'dash.memory.last_saved': string;
|
|
475
|
+
'dash.memory.global': string;
|
|
476
|
+
'dash.memory.project': string;
|
|
477
|
+
'dash.memory.categories': string;
|
|
478
|
+
'dash.memory.search': string;
|
|
479
|
+
'dash.memory.cat.pattern': string;
|
|
480
|
+
'dash.memory.cat.preference': string;
|
|
481
|
+
'dash.memory.cat.architecture': string;
|
|
482
|
+
'dash.memory.cat.bug_fix': string;
|
|
483
|
+
'dash.memory.cat.convention': string;
|
|
484
|
+
'dash.memory.cat.decision': string;
|
|
485
|
+
'dash.memory.cat.general': string;
|
|
486
|
+
'dash.memory.all': string;
|
|
487
|
+
'dash.memory.no_match': string;
|
|
488
|
+
'dash.memory.confirm': string;
|
|
489
|
+
'dash.memory.cancel': string;
|
|
490
|
+
'dash.memory.delete_title': string;
|
|
491
|
+
'dash.memory.created': string;
|
|
492
|
+
'dash.memory.updated': string;
|
|
493
|
+
'dash.memory.recalled': string;
|
|
494
|
+
'dash.memory.count_one': string;
|
|
495
|
+
'dash.memory.count_other': string;
|
|
496
|
+
'dash.memory.matching': string;
|
|
497
|
+
'dash.memory.in_category': string;
|
|
498
|
+
'dash.tasks.title': string;
|
|
499
|
+
'dash.tasks.subtitle': string;
|
|
500
|
+
'dash.tasks.active': string;
|
|
501
|
+
'dash.tasks.today': string;
|
|
502
|
+
'dash.tasks.overdue': string;
|
|
503
|
+
'dash.tasks.completed': string;
|
|
504
|
+
'dash.tasks.add': string;
|
|
505
|
+
'dash.tasks.new_task': string;
|
|
506
|
+
'dash.tasks.edit_task': string;
|
|
507
|
+
'dash.tasks.add_task': string;
|
|
508
|
+
'dash.tasks.save_changes': string;
|
|
509
|
+
'dash.tasks.cancel': string;
|
|
510
|
+
'dash.tasks.delete': string;
|
|
511
|
+
'dash.tasks.archive': string;
|
|
512
|
+
'dash.tasks.restore': string;
|
|
513
|
+
'dash.tasks.edit': string;
|
|
514
|
+
'dash.tasks.complete_task': string;
|
|
515
|
+
'dash.tasks.clear_completed': string;
|
|
516
|
+
'dash.tasks.title_placeholder': string;
|
|
517
|
+
'dash.tasks.desc_placeholder': string;
|
|
518
|
+
'dash.tasks.label_priority': string;
|
|
519
|
+
'dash.tasks.label_category': string;
|
|
520
|
+
'dash.tasks.label_due_date': string;
|
|
521
|
+
'dash.tasks.label_recurrence': string;
|
|
522
|
+
'dash.tasks.priority_low': string;
|
|
523
|
+
'dash.tasks.priority_medium': string;
|
|
524
|
+
'dash.tasks.priority_high': string;
|
|
525
|
+
'dash.tasks.priority_urgent': string;
|
|
526
|
+
'dash.tasks.cat_coding': string;
|
|
527
|
+
'dash.tasks.cat_personal': string;
|
|
528
|
+
'dash.tasks.cat_admin': string;
|
|
529
|
+
'dash.tasks.cat_meeting': string;
|
|
530
|
+
'dash.tasks.cat_custom': string;
|
|
531
|
+
'dash.tasks.recurrence_none': string;
|
|
532
|
+
'dash.tasks.recurrence_daily': string;
|
|
533
|
+
'dash.tasks.recurrence_weekly': string;
|
|
534
|
+
'dash.tasks.filter_all': string;
|
|
535
|
+
'dash.tasks.tab_active': string;
|
|
536
|
+
'dash.tasks.tab_done': string;
|
|
537
|
+
'dash.tasks.tab_archived': string;
|
|
538
|
+
'dash.tasks.all_complete': string;
|
|
539
|
+
'dash.tasks.ava_progress': string;
|
|
540
|
+
'dash.tasks.x_completed': string;
|
|
541
|
+
'dash.tasks.n_completed': string;
|
|
542
|
+
'dash.tasks.section_label': string;
|
|
543
|
+
'dash.tasks.count_label': string;
|
|
544
|
+
'dash.tasks.empty_search': string;
|
|
545
|
+
'dash.tasks.empty_active': string;
|
|
546
|
+
'dash.tasks.empty_tab': string;
|
|
547
|
+
'dash.tasks.overdue_prefix': string;
|
|
548
|
+
'dash.tasks.due_today': string;
|
|
549
|
+
'dash.tasks.done_on': string;
|
|
550
|
+
'dash.tasks.repeats': string;
|
|
551
|
+
'dash.tasks.delete_user_entry': string;
|
|
552
|
+
'dash.tasks.cat.work': string;
|
|
553
|
+
'dash.tasks.cat.personal': string;
|
|
554
|
+
'dash.tasks.cat.learning': string;
|
|
555
|
+
'dash.tasks.cat.project': string;
|
|
556
|
+
'dash.tasks.empty_today': string;
|
|
557
|
+
'dash.tasks.empty_overdue': string;
|
|
558
|
+
'dash.tasks.empty_completed': string;
|
|
559
|
+
'dash.tasks.delete_task_title': string;
|
|
560
|
+
'dash.journal.title': string;
|
|
561
|
+
'dash.journal.subtitle': string;
|
|
562
|
+
'dash.journal.your_entries': string;
|
|
563
|
+
'dash.journal.ava_entries': string;
|
|
564
|
+
'dash.journal.write': string;
|
|
565
|
+
'dash.journal.no_entries': string;
|
|
566
|
+
'dash.journal.user_journal': string;
|
|
567
|
+
'dash.journal.your_journal': string;
|
|
568
|
+
'dash.journal.delete_your_entry': string;
|
|
569
|
+
'dash.journal.delete_ava_entry': string;
|
|
570
|
+
'dash.journal.yes': string;
|
|
571
|
+
'dash.journal.no': string;
|
|
572
|
+
'dash.journal.writing_for': string;
|
|
573
|
+
'dash.journal.mood': string;
|
|
574
|
+
'dash.journal.mood_rough': string;
|
|
575
|
+
'dash.journal.mood_low': string;
|
|
576
|
+
'dash.journal.mood_okay': string;
|
|
577
|
+
'dash.journal.mood_good': string;
|
|
578
|
+
'dash.journal.mood_great': string;
|
|
579
|
+
'dash.journal.save_entry': string;
|
|
580
|
+
'dash.journal.cancel': string;
|
|
581
|
+
'dash.journal.edit_entry': string;
|
|
582
|
+
'dash.journal.write_entry': string;
|
|
583
|
+
'dash.journal.ava_session_note': string;
|
|
584
|
+
'dash.journal.prev': string;
|
|
585
|
+
'dash.journal.next': string;
|
|
586
|
+
'dash.journal.today': string;
|
|
587
|
+
'dash.journal.saving': string;
|
|
588
|
+
'dash.journal.saved': string;
|
|
589
|
+
'dash.journal.ava_no_entry': string;
|
|
590
|
+
'dash.journal.your_entry_legend': string;
|
|
591
|
+
'dash.journal.ava_entry_legend': string;
|
|
592
|
+
'dash.journal.day_su': string;
|
|
593
|
+
'dash.journal.day_mo': string;
|
|
594
|
+
'dash.journal.day_tu': string;
|
|
595
|
+
'dash.journal.day_we': string;
|
|
596
|
+
'dash.journal.day_th': string;
|
|
597
|
+
'dash.journal.day_fr': string;
|
|
598
|
+
'dash.journal.day_sa': string;
|
|
599
|
+
'dash.journal.all_kinds': string;
|
|
600
|
+
'dash.journal.filter_you': string;
|
|
601
|
+
'dash.journal.filter_ava': string;
|
|
602
|
+
'dash.journal.ava_label': string;
|
|
603
|
+
'dash.journal.search_placeholder': string;
|
|
604
|
+
'dash.journal.title_placeholder': string;
|
|
605
|
+
'dash.journal.tags_placeholder': string;
|
|
606
|
+
'dash.journal.delete': string;
|
|
607
|
+
'dash.journal.delete_confirm': string;
|
|
608
|
+
'dash.journal.results': string;
|
|
609
|
+
'dash.journal.clear_search': string;
|
|
610
|
+
'dash.journal.no_results': string;
|
|
611
|
+
'dash.journal.manage_kinds': string;
|
|
612
|
+
'dash.journal.kind_name': string;
|
|
613
|
+
'dash.journal.add_kind': string;
|
|
614
|
+
'dash.journal.tracks_mood': string;
|
|
615
|
+
'dash.journal.tracks_mood_hint': string;
|
|
616
|
+
'dash.journal.builtin': string;
|
|
617
|
+
'dash.journal.year_view': string;
|
|
618
|
+
'onboarding.identity.title': string;
|
|
619
|
+
'onboarding.identity.body': string;
|
|
620
|
+
'onboarding.identity.cta': string;
|
|
621
|
+
'onboarding.path.title': string;
|
|
622
|
+
'onboarding.path.subtitle': string;
|
|
623
|
+
'onboarding.path.build.label': string;
|
|
624
|
+
'onboarding.path.build.blurb': string;
|
|
625
|
+
'onboarding.path.write.label': string;
|
|
626
|
+
'onboarding.path.write.blurb': string;
|
|
627
|
+
'onboarding.path.learn.label': string;
|
|
628
|
+
'onboarding.path.learn.blurb': string;
|
|
629
|
+
'onboarding.path.wellbeing.label': string;
|
|
630
|
+
'onboarding.path.wellbeing.blurb': string;
|
|
631
|
+
'onboarding.path.reflect.label': string;
|
|
632
|
+
'onboarding.path.reflect.blurb': string;
|
|
633
|
+
'onboarding.path.explore.label': string;
|
|
634
|
+
'onboarding.path.explore.blurb': string;
|
|
635
|
+
'onboarding.tailored.heading': string;
|
|
636
|
+
'onboarding.tailored.build.ship.title': string;
|
|
637
|
+
'onboarding.tailored.build.ship.example': string;
|
|
638
|
+
'onboarding.tailored.build.plan.title': string;
|
|
639
|
+
'onboarding.tailored.build.plan.example': string;
|
|
640
|
+
'onboarding.tailored.build.audit.title': string;
|
|
641
|
+
'onboarding.tailored.build.audit.example': string;
|
|
642
|
+
'onboarding.tailored.write.draft.title': string;
|
|
643
|
+
'onboarding.tailored.write.draft.example': string;
|
|
644
|
+
'onboarding.tailored.write.shape.title': string;
|
|
645
|
+
'onboarding.tailored.write.shape.example': string;
|
|
646
|
+
'onboarding.tailored.write.brainstorm.title': string;
|
|
647
|
+
'onboarding.tailored.write.brainstorm.example': string;
|
|
648
|
+
'onboarding.tailored.learn.curriculum.title': string;
|
|
649
|
+
'onboarding.tailored.learn.curriculum.example': string;
|
|
650
|
+
'onboarding.tailored.learn.pace.title': string;
|
|
651
|
+
'onboarding.tailored.learn.pace.example': string;
|
|
652
|
+
'onboarding.tailored.learn.quiz.title': string;
|
|
653
|
+
'onboarding.tailored.learn.quiz.example': string;
|
|
654
|
+
'onboarding.tailored.wellbeing.fitness.title': string;
|
|
655
|
+
'onboarding.tailored.wellbeing.fitness.example': string;
|
|
656
|
+
'onboarding.tailored.wellbeing.recipes.title': string;
|
|
657
|
+
'onboarding.tailored.wellbeing.recipes.example': string;
|
|
658
|
+
'onboarding.tailored.wellbeing.checkin.title': string;
|
|
659
|
+
'onboarding.tailored.wellbeing.checkin.example': string;
|
|
660
|
+
'onboarding.tailored.reflect.journal.title': string;
|
|
661
|
+
'onboarding.tailored.reflect.journal.example': string;
|
|
662
|
+
'onboarding.tailored.reflect.remember.title': string;
|
|
663
|
+
'onboarding.tailored.reflect.remember.example': string;
|
|
664
|
+
'onboarding.tailored.reflect.think.title': string;
|
|
665
|
+
'onboarding.tailored.reflect.think.example': string;
|
|
666
|
+
'onboarding.tailored.explore.everything.title': string;
|
|
667
|
+
'onboarding.tailored.explore.everything.example': string;
|
|
668
|
+
'onboarding.tailored.explore.modes.title': string;
|
|
669
|
+
'onboarding.tailored.explore.modes.example': string;
|
|
670
|
+
'onboarding.tailored.explore.yours.title': string;
|
|
671
|
+
'onboarding.tailored.explore.yours.example': string;
|
|
672
|
+
'onboarding.breadth.title': string;
|
|
673
|
+
'onboarding.breadth.subtitle': string;
|
|
674
|
+
'onboarding.breadth.group.modes': string;
|
|
675
|
+
'onboarding.breadth.group.everyday': string;
|
|
676
|
+
'onboarding.breadth.group.create': string;
|
|
677
|
+
'onboarding.breadth.group.stays': string;
|
|
678
|
+
'onboarding.breadth.group.desktop': string;
|
|
679
|
+
'onboarding.feature.health.label': string;
|
|
680
|
+
'onboarding.feature.health.blurb': string;
|
|
681
|
+
'onboarding.feature.recipes.label': string;
|
|
682
|
+
'onboarding.feature.recipes.blurb': string;
|
|
683
|
+
'onboarding.feature.learning.label': string;
|
|
684
|
+
'onboarding.feature.learning.blurb': string;
|
|
685
|
+
'onboarding.feature.journal.label': string;
|
|
686
|
+
'onboarding.feature.journal.blurb': string;
|
|
687
|
+
'onboarding.feature.images.label': string;
|
|
688
|
+
'onboarding.feature.images.blurb': string;
|
|
689
|
+
'onboarding.feature.music.label': string;
|
|
690
|
+
'onboarding.feature.music.blurb': string;
|
|
691
|
+
'onboarding.feature.video.label': string;
|
|
692
|
+
'onboarding.feature.video.blurb': string;
|
|
693
|
+
'onboarding.feature.memory.label': string;
|
|
694
|
+
'onboarding.feature.memory.blurb': string;
|
|
695
|
+
'onboarding.feature.tasks.label': string;
|
|
696
|
+
'onboarding.feature.tasks.blurb': string;
|
|
697
|
+
'onboarding.feature.privacy.label': string;
|
|
698
|
+
'onboarding.feature.privacy.blurb': string;
|
|
699
|
+
'onboarding.feature.desktop.label': string;
|
|
700
|
+
'onboarding.feature.desktop.blurb': string;
|
|
701
|
+
'onboarding.mode.work.label': string;
|
|
702
|
+
'onboarding.mode.work.example': string;
|
|
703
|
+
'onboarding.mode.write.label': string;
|
|
704
|
+
'onboarding.mode.write.example': string;
|
|
705
|
+
'onboarding.mode.plan.label': string;
|
|
706
|
+
'onboarding.mode.plan.example': string;
|
|
707
|
+
'onboarding.mode.chat.label': string;
|
|
708
|
+
'onboarding.mode.chat.example': string;
|
|
709
|
+
'onboarding.mode.teach.label': string;
|
|
710
|
+
'onboarding.mode.teach.example': string;
|
|
711
|
+
'onboarding.mode.security.label': string;
|
|
712
|
+
'onboarding.mode.security.example': string;
|
|
713
|
+
'onboarding.mode.brainstorm.label': string;
|
|
714
|
+
'onboarding.mode.brainstorm.example': string;
|
|
715
|
+
'onboarding.connect.title': string;
|
|
716
|
+
'onboarding.connect.subtitle': string;
|
|
717
|
+
'onboarding.connect.body': string;
|
|
718
|
+
'onboarding.connect.skip': string;
|
|
719
|
+
'onboarding.consent.title': string;
|
|
720
|
+
'onboarding.consent.body': string;
|
|
721
|
+
'onboarding.consent.local': string;
|
|
722
|
+
'onboarding.consent.sync': string;
|
|
723
|
+
'onboarding.consent.train': string;
|
|
724
|
+
'onboarding.consent.keys': string;
|
|
725
|
+
'onboarding.consent.track': string;
|
|
726
|
+
'onboarding.consent.agree': string;
|
|
727
|
+
'onboarding.desktop.title': string;
|
|
728
|
+
'onboarding.desktop.body': string;
|
|
729
|
+
'onboarding.desktop.see.title': string;
|
|
730
|
+
'onboarding.desktop.see.body': string;
|
|
731
|
+
'onboarding.desktop.drive.title': string;
|
|
732
|
+
'onboarding.desktop.drive.body': string;
|
|
733
|
+
'onboarding.desktop.browse.title': string;
|
|
734
|
+
'onboarding.desktop.browse.body': string;
|
|
735
|
+
'onboarding.desktop.control.title': string;
|
|
736
|
+
'onboarding.desktop.control.body': string;
|
|
737
|
+
'onboarding.desktop.note': string;
|
|
738
|
+
'onboarding.hours.title': string;
|
|
739
|
+
'onboarding.hours.body': string;
|
|
740
|
+
'onboarding.hours.start': string;
|
|
741
|
+
'onboarding.hours.end': string;
|
|
742
|
+
'onboarding.hours.note': string;
|
|
743
|
+
'onboarding.ready.title': string;
|
|
744
|
+
'onboarding.ready.body': string;
|
|
745
|
+
'onboarding.ready.go': string;
|
|
746
|
+
'onboarding.try_this': string;
|
|
747
|
+
'onboarding.skip': string;
|
|
748
|
+
'onboarding.back': string;
|
|
749
|
+
'onboarding.next': string;
|
|
750
|
+
'onboarding.agree': string;
|
|
751
|
+
'onboarding.step_of': string;
|
|
752
|
+
'onboarding.replay': string;
|
|
753
|
+
'onboarding.show_on_startup': string;
|
|
754
|
+
'onboarding.ready.docs': string;
|
|
755
|
+
'onboarding.ready.docs_desc': string;
|
|
756
|
+
'onboarding.ready.create': string;
|
|
757
|
+
'onboarding.ready.create_desc': string;
|
|
758
|
+
'onboarding.ready.settings': string;
|
|
759
|
+
'onboarding.ready.settings_desc': string;
|
|
760
|
+
'dash.learning.title': string;
|
|
761
|
+
'dash.learning.subtitle': string;
|
|
762
|
+
'dash.learning.total_curricula': string;
|
|
763
|
+
'dash.learning.in_progress': string;
|
|
764
|
+
'dash.learning.completed': string;
|
|
765
|
+
'dash.learning.total_lessons': string;
|
|
766
|
+
'dash.learning.how_it_works': string;
|
|
767
|
+
'dash.learning.step1': string;
|
|
768
|
+
'dash.learning.step1_desc': string;
|
|
769
|
+
'dash.learning.step2': string;
|
|
770
|
+
'dash.learning.step2_desc': string;
|
|
771
|
+
'dash.learning.step3': string;
|
|
772
|
+
'dash.learning.step3_desc': string;
|
|
773
|
+
'dash.learning.step4': string;
|
|
774
|
+
'dash.learning.step4_desc': string;
|
|
775
|
+
'dash.learning.empty': string;
|
|
776
|
+
'dash.learning.modules': string;
|
|
777
|
+
'dash.learning.lessons': string;
|
|
778
|
+
'dash.learning.complete': string;
|
|
779
|
+
'dash.learning.back': string;
|
|
780
|
+
'dash.learning.progress': string;
|
|
781
|
+
'dash.learning.level_beginner': string;
|
|
782
|
+
'dash.learning.level_intermediate': string;
|
|
783
|
+
'dash.learning.level_advanced': string;
|
|
784
|
+
'dash.learning.level_mixed': string;
|
|
785
|
+
'dash.learning.pct_complete': string;
|
|
786
|
+
'dash.nav.creative_studio': string;
|
|
787
|
+
'dash.nav.creative_studio_desc': string;
|
|
788
|
+
'dash.nav.learning_library': string;
|
|
789
|
+
'dash.learning_library.title': string;
|
|
790
|
+
'dash.learning_library.subtitle': string;
|
|
791
|
+
'dash.learning_library.browse': string;
|
|
792
|
+
'dash.learning_library.my_learning': string;
|
|
793
|
+
'dash.learning_library.start_learning': string;
|
|
794
|
+
'dash.learning_library.starting': string;
|
|
795
|
+
'dash.learning_library.search': string;
|
|
796
|
+
'learning_library.your_rating': string;
|
|
797
|
+
'feedback.rate_recipe': string;
|
|
798
|
+
'feedback.rate_exercise': string;
|
|
799
|
+
'feedback.rate_plan': string;
|
|
800
|
+
'feedback.reason.doesnt_fit': string;
|
|
801
|
+
'health.browse.tab.starters': string;
|
|
802
|
+
'health.starters.shape_summary': string;
|
|
803
|
+
'health.starters.rest_seconds': string;
|
|
804
|
+
'health.starters.back_to_plan': string;
|
|
805
|
+
'health.starters.session_n': string;
|
|
806
|
+
'health.starters.active_recovery': string;
|
|
807
|
+
'health.starters.runs_for': string;
|
|
808
|
+
'health.starters.same_day': string;
|
|
809
|
+
'health.plans.tab.past': string;
|
|
810
|
+
'health.plans.past_empty': string;
|
|
811
|
+
'health.plans.past_hint': string;
|
|
812
|
+
'health.starters.when': string;
|
|
813
|
+
'health.starters.when_today': string;
|
|
814
|
+
'health.starters.when_tomorrow': string;
|
|
815
|
+
'health.starters.when_next_monday': string;
|
|
816
|
+
'health.starters.on_days': string;
|
|
817
|
+
'health.starters.on_days_hint': string;
|
|
818
|
+
'health.starters.no_days_hint': string;
|
|
819
|
+
'health.starters.lands_on': string;
|
|
820
|
+
'health.starters.shelf_title': string;
|
|
821
|
+
'health.starters.shelf_hint': string;
|
|
822
|
+
'health.starters.shelf_empty': string;
|
|
823
|
+
'health.starters.started': string;
|
|
824
|
+
'feedback.reason.didnt_work': string;
|
|
825
|
+
'feedback.reason.too_fiddly': string;
|
|
826
|
+
'feedback.reason.timings_off': string;
|
|
827
|
+
'feedback.reason.seasoning': string;
|
|
828
|
+
'feedback.reason.too_hard': string;
|
|
829
|
+
'feedback.reason.form_unclear': string;
|
|
830
|
+
'feedback.reason.wrong_equipment': string;
|
|
831
|
+
'feedback.reason.unsafe': string;
|
|
832
|
+
'learning_library.reason_unclear': string;
|
|
833
|
+
'learning_library.reason_too_fast': string;
|
|
834
|
+
'learning_library.reason_too_easy': string;
|
|
835
|
+
'learning_library.reason_wrong': string;
|
|
836
|
+
'learning_library.reason_translation': string;
|
|
837
|
+
'dash.learning_library.all_audiences': string;
|
|
838
|
+
'dash.learning_library.all_levels': string;
|
|
839
|
+
'dash.learning_library.most_popular': string;
|
|
840
|
+
'dash.learning_library.newest': string;
|
|
841
|
+
'dash.learning_library.highest_rated': string;
|
|
842
|
+
'dash.learning_library.curated': string;
|
|
843
|
+
'dash.learning_library.community': string;
|
|
844
|
+
'dash.learning_library.learners': string;
|
|
845
|
+
'dash.learning_library.modules': string;
|
|
846
|
+
'dash.learning_library.lessons': string;
|
|
847
|
+
'dash.learning_library.what_you_learn': string;
|
|
848
|
+
'dash.learning_library.curriculum': string;
|
|
849
|
+
'dash.learning_library.prerequisites': string;
|
|
850
|
+
'dash.learning_library.empty': string;
|
|
851
|
+
'dash.learning_library.empty_hint': string;
|
|
852
|
+
'dash.learning_library.back': string;
|
|
853
|
+
'dash.library.title': string;
|
|
854
|
+
'dash.library.subtitle': string;
|
|
855
|
+
'dash.library.all': string;
|
|
856
|
+
'dash.library.images': string;
|
|
857
|
+
'dash.library.docs': string;
|
|
858
|
+
'dash.library.sheets': string;
|
|
859
|
+
'dash.library.scanning': string;
|
|
860
|
+
'dash.library.connect': string;
|
|
861
|
+
'dash.library.empty': string;
|
|
862
|
+
'dash.library.no_files': string;
|
|
863
|
+
'dash.library.ask_ava': string;
|
|
864
|
+
'dash.library.open': string;
|
|
865
|
+
'dash.library.close': string;
|
|
866
|
+
'dash.library.image': string;
|
|
867
|
+
'dash.library.document': string;
|
|
868
|
+
'dash.library.spreadsheet': string;
|
|
869
|
+
'dash.personality.title': string;
|
|
870
|
+
'dash.personality.subtitle': string;
|
|
871
|
+
'dash.personality.name': string;
|
|
872
|
+
'dash.personality.pronouns': string;
|
|
873
|
+
'dash.personality.tone': string;
|
|
874
|
+
'dash.personality.energy': string;
|
|
875
|
+
'dash.personality.style': string;
|
|
876
|
+
'dash.personality.pronouns.she': string;
|
|
877
|
+
'dash.personality.pronouns.he': string;
|
|
878
|
+
'dash.personality.pronouns.they': string;
|
|
879
|
+
'dash.personality.tone.warm': string;
|
|
880
|
+
'dash.personality.tone.warm_desc': string;
|
|
881
|
+
'dash.personality.tone.direct': string;
|
|
882
|
+
'dash.personality.tone.direct_desc': string;
|
|
883
|
+
'dash.personality.tone.playful': string;
|
|
884
|
+
'dash.personality.tone.playful_desc': string;
|
|
885
|
+
'dash.personality.tone.professional': string;
|
|
886
|
+
'dash.personality.tone.professional_desc': string;
|
|
887
|
+
'dash.personality.tone.dry': string;
|
|
888
|
+
'dash.personality.tone.dry_desc': string;
|
|
889
|
+
'dash.personality.energy.calm': string;
|
|
890
|
+
'dash.personality.energy.calm_desc': string;
|
|
891
|
+
'dash.personality.energy.enthusiastic': string;
|
|
892
|
+
'dash.personality.energy.enthusiastic_desc': string;
|
|
893
|
+
'dash.personality.energy.measured': string;
|
|
894
|
+
'dash.personality.energy.measured_desc': string;
|
|
895
|
+
'dash.personality.energy.excitable': string;
|
|
896
|
+
'dash.personality.energy.excitable_desc': string;
|
|
897
|
+
'dash.personality.style.concise': string;
|
|
898
|
+
'dash.personality.style.concise_desc': string;
|
|
899
|
+
'dash.personality.style.detailed': string;
|
|
900
|
+
'dash.personality.style.detailed_desc': string;
|
|
901
|
+
'dash.personality.style.conversational': string;
|
|
902
|
+
'dash.personality.style.conversational_desc': string;
|
|
903
|
+
'dash.personality.style.structured': string;
|
|
904
|
+
'dash.personality.style.structured_desc': string;
|
|
905
|
+
'dash.personality.description': string;
|
|
906
|
+
'dash.personality.description_placeholder': string;
|
|
907
|
+
'dash.personality.description_hint': string;
|
|
908
|
+
'dash.personality.preview': string;
|
|
909
|
+
'dash.personality.will_be': string;
|
|
910
|
+
'dash.personality.save': string;
|
|
911
|
+
'dash.personality.saved': string;
|
|
912
|
+
'dash.personality.saving': string;
|
|
913
|
+
'dash.personality.reset': string;
|
|
914
|
+
'dash.sync.title': string;
|
|
915
|
+
'dash.sync.subtitle': string;
|
|
916
|
+
'dash.sync.memory': string;
|
|
917
|
+
'dash.sync.memory_desc': string;
|
|
918
|
+
'dash.sync.journal': string;
|
|
919
|
+
'dash.sync.journal_desc': string;
|
|
920
|
+
'dash.sync.tasks': string;
|
|
921
|
+
'dash.sync.tasks_desc': string;
|
|
922
|
+
'dash.sync.chat_history': string;
|
|
923
|
+
'dash.sync.chat_history_desc': string;
|
|
924
|
+
'dash.sync.personality': string;
|
|
925
|
+
'dash.sync.personality_desc': string;
|
|
926
|
+
'dash.sync.working_hours': string;
|
|
927
|
+
'dash.sync.working_hours_desc': string;
|
|
928
|
+
'dash.sync.settings': string;
|
|
929
|
+
'dash.sync.settings_desc': string;
|
|
930
|
+
'dash.sync.health_profile': string;
|
|
931
|
+
'dash.sync.health_profile_desc': string;
|
|
932
|
+
'dash.sync.last_synced': string;
|
|
933
|
+
'dash.sync.never_synced': string;
|
|
934
|
+
'dash.sync.sync_now': string;
|
|
935
|
+
'dash.sync.connect_to_sync': string;
|
|
936
|
+
'dash.usage.title': string;
|
|
937
|
+
'dash.usage.subtitle': string;
|
|
938
|
+
'dash.usage.session': string;
|
|
939
|
+
'dash.usage.all_time': string;
|
|
940
|
+
'dash.usage.input_tokens': string;
|
|
941
|
+
'dash.usage.output_tokens': string;
|
|
942
|
+
'dash.usage.total_tokens': string;
|
|
943
|
+
'dash.usage.messages': string;
|
|
944
|
+
'dash.usage.tool_calls': string;
|
|
945
|
+
'dash.usage.est_cost': string;
|
|
946
|
+
'dash.usage.this_month': string;
|
|
947
|
+
'dash.usage.last_month': string;
|
|
948
|
+
'dash.usage.avg_session': string;
|
|
949
|
+
'dash.usage.total_sessions': string;
|
|
950
|
+
'dash.usage.vs_last': string;
|
|
951
|
+
'dash.usage.first_month': string;
|
|
952
|
+
'dash.usage.session_summary': string;
|
|
953
|
+
'dash.usage.duration': string;
|
|
954
|
+
'dash.usage.since': string;
|
|
955
|
+
'dash.usage.estimated_cost': string;
|
|
956
|
+
'dash.usage.this_session': string;
|
|
957
|
+
'dash.usage.cost_note': string;
|
|
958
|
+
'dash.usage.models_used': string;
|
|
959
|
+
'dash.usage.no_usage_session': string;
|
|
960
|
+
'dash.usage.token_balance': string;
|
|
961
|
+
'dash.usage.admin_tier': string;
|
|
962
|
+
'dash.usage.unlimited': string;
|
|
963
|
+
'dash.usage.estimated_remaining': string;
|
|
964
|
+
'dash.usage.day': string;
|
|
965
|
+
'dash.usage.days': string;
|
|
966
|
+
'dash.usage.overview': string;
|
|
967
|
+
'dash.usage.daily_usage': string;
|
|
968
|
+
'dash.usage.today': string;
|
|
969
|
+
'dash.usage.most_used_models': string;
|
|
970
|
+
'dash.usage.session_history': string;
|
|
971
|
+
'dash.usage.sessions_count': string;
|
|
972
|
+
'dash.usage.date': string;
|
|
973
|
+
'dash.usage.model': string;
|
|
974
|
+
'dash.usage.tokens': string;
|
|
975
|
+
'dash.usage.cost': string;
|
|
976
|
+
'dash.usage.primary_model': string;
|
|
977
|
+
'dash.usage.connect_hint': string;
|
|
978
|
+
'dash.usage.session_tab_hint': string;
|
|
979
|
+
'dash.usage.summary': string;
|
|
980
|
+
'dash.usage.tokens_used': string;
|
|
981
|
+
'dash.usage.requests': string;
|
|
982
|
+
'dash.usage.this_period': string;
|
|
983
|
+
'dash.usage.from_requests': string;
|
|
984
|
+
'dash.usage.free_tokens': string;
|
|
985
|
+
'dash.usage.period': string;
|
|
986
|
+
'dash.usage.resets_on': string;
|
|
987
|
+
'dash.usage.no_active_period': string;
|
|
988
|
+
'dash.usage.token_pools': string;
|
|
989
|
+
'dash.usage.free_pool': string;
|
|
990
|
+
'dash.usage.no_metering': string;
|
|
991
|
+
'dash.usage.free_pool_desc': string;
|
|
992
|
+
'dash.usage.byok_no_limit': string;
|
|
993
|
+
'dash.usage.usage_by_model': string;
|
|
994
|
+
'dash.usage.no_usage_period': string;
|
|
995
|
+
'dash.usage.recent_requests': string;
|
|
996
|
+
'dash.usage.no_requests': string;
|
|
997
|
+
'dash.usage.prev': string;
|
|
998
|
+
'dash.usage.next': string;
|
|
999
|
+
'dash.usage.connect_for_history': string;
|
|
1000
|
+
'dash.usage.req': string;
|
|
1001
|
+
'dash.usage.reqs': string;
|
|
1002
|
+
'dash.usage.used_of': string;
|
|
1003
|
+
'dash.billing.title': string;
|
|
1004
|
+
'dash.billing.subtitle': string;
|
|
1005
|
+
'dash.billing.current_plan': string;
|
|
1006
|
+
'dash.billing.tokens_remaining': string;
|
|
1007
|
+
'dash.billing.tokens_used': string;
|
|
1008
|
+
'dash.billing.plan.free': string;
|
|
1009
|
+
'dash.billing.plan.pro': string;
|
|
1010
|
+
'dash.billing.plan.ultra': string;
|
|
1011
|
+
'dash.billing.plan.enterprise': string;
|
|
1012
|
+
'dash.billing.plan.admin': string;
|
|
1013
|
+
'dash.billing.tokens.free': string;
|
|
1014
|
+
'dash.billing.tokens.pro': string;
|
|
1015
|
+
'dash.billing.tokens.ultra': string;
|
|
1016
|
+
'dash.billing.tokens.enterprise': string;
|
|
1017
|
+
'dash.billing.tokens.admin': string;
|
|
1018
|
+
'dash.settings.title': string;
|
|
1019
|
+
'dash.settings.subtitle': string;
|
|
1020
|
+
'dash.settings.language': string;
|
|
1021
|
+
'dash.settings.permission': string;
|
|
1022
|
+
'dash.settings.permission.strict': string;
|
|
1023
|
+
'dash.settings.permission.strict_desc': string;
|
|
1024
|
+
'dash.settings.permission.balanced': string;
|
|
1025
|
+
'dash.settings.permission.balanced_desc': string;
|
|
1026
|
+
'dash.settings.permission.autonomous': string;
|
|
1027
|
+
'dash.settings.permission.autonomous_desc': string;
|
|
1028
|
+
'dash.settings.avatar_user': string;
|
|
1029
|
+
'dash.settings.avatar_ai': string;
|
|
1030
|
+
'dash.settings.upload': string;
|
|
1031
|
+
'dash.settings.remove': string;
|
|
1032
|
+
'dash.settings.welcome_screen': string;
|
|
1033
|
+
'dash.settings.show_welcome': string;
|
|
1034
|
+
'dash.settings.check_updates': string;
|
|
1035
|
+
'dash.settings.auto_detect': string;
|
|
1036
|
+
'dash.settings.provider_keys': string;
|
|
1037
|
+
'dash.settings.section.your_ai': string;
|
|
1038
|
+
'dash.settings.section.model': string;
|
|
1039
|
+
'dash.settings.section.export_import': string;
|
|
1040
|
+
'dash.settings.section.privacy': string;
|
|
1041
|
+
'dash.settings.section.behavior': string;
|
|
1042
|
+
'dash.settings.section.advanced': string;
|
|
1043
|
+
'dash.settings.section.danger_zone': string;
|
|
1044
|
+
'dash.help.tab_docs': string;
|
|
1045
|
+
'dash.planner.tab_plans': string;
|
|
1046
|
+
'dash.account.tab_style': string;
|
|
1047
|
+
'dash.history.surface.all': string;
|
|
1048
|
+
'dash.history.surface.main': string;
|
|
1049
|
+
'dash.history.surface.design': string;
|
|
1050
|
+
'dash.history.surface.health': string;
|
|
1051
|
+
'dash.history.surface.learning': string;
|
|
1052
|
+
'dash.history.surface.social': string;
|
|
1053
|
+
'dash.creative.filter.all': string;
|
|
1054
|
+
'dash.creative.filter.images': string;
|
|
1055
|
+
'dash.creative.filter.music': string;
|
|
1056
|
+
'dash.creative.filter.video': string;
|
|
1057
|
+
'dash.creative.filter.voice': string;
|
|
1058
|
+
'dash.creative.filter.documents': string;
|
|
1059
|
+
'dash.creative.filter.spreadsheets': string;
|
|
1060
|
+
'dash.creative.filter.presentations': string;
|
|
1061
|
+
'dash.chat.all': string;
|
|
1062
|
+
'dash.settings.vision.off': string;
|
|
1063
|
+
'dash.settings.vision.private': string;
|
|
1064
|
+
'dash.settings.vision.fast': string;
|
|
1065
|
+
'dash.perm.cat.file_ops': string;
|
|
1066
|
+
'dash.perm.cat.shell': string;
|
|
1067
|
+
'dash.perm.cat.git': string;
|
|
1068
|
+
'dash.perm.cat.web': string;
|
|
1069
|
+
'dash.perm.cat.media': string;
|
|
1070
|
+
'dash.perm.cat.database': string;
|
|
1071
|
+
'dash.perm.cat.system': string;
|
|
1072
|
+
'dash.perm.cat.documents': string;
|
|
1073
|
+
'dash.perm.cat.memory': string;
|
|
1074
|
+
'dash.perm.cat.learning': string;
|
|
1075
|
+
'dash.studio.group.open_canvas': string;
|
|
1076
|
+
'dash.studio.group.web_app': string;
|
|
1077
|
+
'dash.studio.group.game': string;
|
|
1078
|
+
'dash.studio.soon': string;
|
|
1079
|
+
'dash.studio.coming_soon': string;
|
|
1080
|
+
'dash.studio.change_colour': string;
|
|
1081
|
+
'dash.studio.video.empty': string;
|
|
1082
|
+
'dash.studio.video.empty_hint': string;
|
|
1083
|
+
'dash.studio.transport.scrub': string;
|
|
1084
|
+
'dash.studio.transport.volume': string;
|
|
1085
|
+
'dash.studio.transport.mute': string;
|
|
1086
|
+
'dash.studio.transport.unmute': string;
|
|
1087
|
+
'dash.studio.voice.preview': string;
|
|
1088
|
+
'dash.studio.voice.empty': string;
|
|
1089
|
+
'dash.studio.generated_icon': string;
|
|
1090
|
+
'dash.studio.generated_image': string;
|
|
1091
|
+
'dash.studio.brandkit.title': string;
|
|
1092
|
+
'dash.studio.brandkit.subtitle': string;
|
|
1093
|
+
'dash.studio.brandkit.palette': string;
|
|
1094
|
+
'dash.studio.ava_generates': string;
|
|
1095
|
+
'dash.studio.dock.design': string;
|
|
1096
|
+
'dash.studio.dock.ask': string;
|
|
1097
|
+
'dash.studio.dock.answer_ph': string;
|
|
1098
|
+
'dash.studio.dock.skip': string;
|
|
1099
|
+
'dash.studio.starter.icon.1': string;
|
|
1100
|
+
'dash.studio.starter.icon.1_p': string;
|
|
1101
|
+
'dash.studio.starter.icon.2': string;
|
|
1102
|
+
'dash.studio.starter.icon.2_p': string;
|
|
1103
|
+
'dash.studio.starter.icon.3': string;
|
|
1104
|
+
'dash.studio.starter.icon.3_p': string;
|
|
1105
|
+
'dash.studio.starter.video.1': string;
|
|
1106
|
+
'dash.studio.starter.video.1_p': string;
|
|
1107
|
+
'dash.studio.starter.video.2': string;
|
|
1108
|
+
'dash.studio.starter.video.2_p': string;
|
|
1109
|
+
'dash.studio.starter.video.3': string;
|
|
1110
|
+
'dash.studio.starter.video.3_p': string;
|
|
1111
|
+
'dash.studio.starter.video.4': string;
|
|
1112
|
+
'dash.studio.starter.video.4_p': string;
|
|
1113
|
+
'dash.studio.starter.voice.1': string;
|
|
1114
|
+
'dash.studio.starter.voice.1_p': string;
|
|
1115
|
+
'dash.studio.starter.voice.2': string;
|
|
1116
|
+
'dash.studio.starter.voice.2_p': string;
|
|
1117
|
+
'dash.studio.starter.voice.3': string;
|
|
1118
|
+
'dash.studio.starter.voice.3_p': string;
|
|
1119
|
+
'dash.studio.starter.voice.4': string;
|
|
1120
|
+
'dash.studio.starter.voice.4_p': string;
|
|
1121
|
+
'dash.studio.asset.video': string;
|
|
1122
|
+
'dash.studio.asset.voice': string;
|
|
1123
|
+
'dash.studio.asset.image': string;
|
|
1124
|
+
'dash.studio.asset.icon': string;
|
|
1125
|
+
'dash.studio.asset.iconset': string;
|
|
1126
|
+
'dash.studio.asset.appicon': string;
|
|
1127
|
+
'dash.studio.asset.logo': string;
|
|
1128
|
+
'dash.studio.asset.badge': string;
|
|
1129
|
+
'dash.studio.asset.avatar': string;
|
|
1130
|
+
'dash.studio.asset.banner': string;
|
|
1131
|
+
'dash.studio.asset.hero': string;
|
|
1132
|
+
'dash.studio.asset.ogimage': string;
|
|
1133
|
+
'dash.studio.asset.illustration': string;
|
|
1134
|
+
'dash.studio.asset.pattern': string;
|
|
1135
|
+
'dash.studio.asset.gamekit': string;
|
|
1136
|
+
'dash.studio.asset.gamepiece': string;
|
|
1137
|
+
'dash.support.header_sub': string;
|
|
1138
|
+
'dash.support.tickets': string;
|
|
1139
|
+
'dash.support.new': string;
|
|
1140
|
+
'dash.support.pick_reason': string;
|
|
1141
|
+
'dash.support.none_yet': string;
|
|
1142
|
+
'dash.support.new_ticket_title': string;
|
|
1143
|
+
'dash.support.ava_first': string;
|
|
1144
|
+
'dash.support.how_can_we_help': string;
|
|
1145
|
+
'dash.support.empty_hint': string;
|
|
1146
|
+
'dash.support.intro': string;
|
|
1147
|
+
'dash.support.pick_reason_ph': string;
|
|
1148
|
+
'dash.support.reply_ph': string;
|
|
1149
|
+
'dash.chat.sending': string;
|
|
1150
|
+
'dash.chat.welcome_morning': string;
|
|
1151
|
+
'dash.chat.welcome_afternoon': string;
|
|
1152
|
+
'dash.chat.welcome_evening': string;
|
|
1153
|
+
'dash.chat.welcome_late': string;
|
|
1154
|
+
'dash.support.cat.bug': string;
|
|
1155
|
+
'dash.support.cat.bug_ph': string;
|
|
1156
|
+
'dash.support.cat.question': string;
|
|
1157
|
+
'dash.support.cat.question_ph': string;
|
|
1158
|
+
'dash.support.cat.feature': string;
|
|
1159
|
+
'dash.support.cat.feature_ph': string;
|
|
1160
|
+
'dash.support.cat.billing': string;
|
|
1161
|
+
'dash.support.cat.billing_ph': string;
|
|
1162
|
+
'dash.support.cat.account': string;
|
|
1163
|
+
'dash.support.cat.account_ph': string;
|
|
1164
|
+
'dash.support.cat.feedback': string;
|
|
1165
|
+
'dash.support.cat.feedback_ph': string;
|
|
1166
|
+
'dash.support.cat.other': string;
|
|
1167
|
+
'dash.support.cat.other_ph': string;
|
|
1168
|
+
'dash.billing.manage_plan': string;
|
|
1169
|
+
'dash.billing.unlimited_usage': string;
|
|
1170
|
+
'dash.billing.topups_title': string;
|
|
1171
|
+
'dash.billing.plans_title': string;
|
|
1172
|
+
'dash.billing.get_credits': string;
|
|
1173
|
+
'dash.billing.manage_in_portal': string;
|
|
1174
|
+
'dash.billing.upgrade_to': string;
|
|
1175
|
+
'dash.billing.credits_n': string;
|
|
1176
|
+
'dash.billing.per_month': string;
|
|
1177
|
+
'dash.billing.topup.credits_1500': string;
|
|
1178
|
+
'dash.billing.topup.credits_6000': string;
|
|
1179
|
+
'dash.billing.topup.credits_12500': string;
|
|
1180
|
+
'dash.billing.feat.free.1': string;
|
|
1181
|
+
'dash.billing.feat.free.2': string;
|
|
1182
|
+
'dash.billing.feat.free.3': string;
|
|
1183
|
+
'dash.billing.feat.pro.1': string;
|
|
1184
|
+
'dash.billing.feat.pro.2': string;
|
|
1185
|
+
'dash.billing.feat.pro.3': string;
|
|
1186
|
+
'dash.billing.feat.pro.4': string;
|
|
1187
|
+
'dash.billing.feat.ultra.1': string;
|
|
1188
|
+
'dash.billing.feat.ultra.2': string;
|
|
1189
|
+
'dash.billing.feat.ultra.3': string;
|
|
1190
|
+
'dash.billing.feat.ultra.4': string;
|
|
1191
|
+
'dash.billing.feat.enterprise.1': string;
|
|
1192
|
+
'dash.billing.feat.enterprise.2': string;
|
|
1193
|
+
'dash.billing.feat.enterprise.3': string;
|
|
1194
|
+
'dash.billing.feat.enterprise.4': string;
|
|
1195
|
+
'dash.cc.tab.daily': string;
|
|
1196
|
+
'dash.cc.tab.reflect': string;
|
|
1197
|
+
'dash.cc.tab.health': string;
|
|
1198
|
+
'dash.cc.worth_a_look': string;
|
|
1199
|
+
'dash.cc.review_in_audit': string;
|
|
1200
|
+
'dash.cc.storage': string;
|
|
1201
|
+
'dash.page.account': string;
|
|
1202
|
+
'dash.page.account_sub': string;
|
|
1203
|
+
'dash.page.help': string;
|
|
1204
|
+
'dash.page.help_sub': string;
|
|
1205
|
+
'dash.settings.tab.general': string;
|
|
1206
|
+
'dash.settings.tab.behavior': string;
|
|
1207
|
+
'dash.settings.tab.desktop': string;
|
|
1208
|
+
'dash.settings.tab.models': string;
|
|
1209
|
+
'dash.settings.tab.personality': string;
|
|
1210
|
+
'dash.settings.tab.permissions': string;
|
|
1211
|
+
'dash.settings.tab.data': string;
|
|
1212
|
+
'dash.settings.tab.privacy': string;
|
|
1213
|
+
'dash.settings.tab.advanced': string;
|
|
1214
|
+
'dash.settings.customise': string;
|
|
1215
|
+
'dash.settings.default_personality': string;
|
|
1216
|
+
'dash.settings.auto_memory': string;
|
|
1217
|
+
'dash.settings.auto_memory_desc': string;
|
|
1218
|
+
'dash.settings.local_only': string;
|
|
1219
|
+
'dash.settings.local_only_desc': string;
|
|
1220
|
+
'dash.settings.shared_learning': string;
|
|
1221
|
+
'dash.settings.shared_learning_desc': string;
|
|
1222
|
+
'dash.settings.contributing': string;
|
|
1223
|
+
'dash.settings.learnings_local': string;
|
|
1224
|
+
'dash.settings.permission_desc': string;
|
|
1225
|
+
'dash.settings.stream_responses': string;
|
|
1226
|
+
'dash.settings.stream_responses_desc': string;
|
|
1227
|
+
'dash.settings.providers_configured': string;
|
|
1228
|
+
'dash.settings.no_providers': string;
|
|
1229
|
+
'dash.settings.advanced_settings': string;
|
|
1230
|
+
'dash.settings.advanced_hint': string;
|
|
1231
|
+
'dash.settings.temperature': string;
|
|
1232
|
+
'dash.settings.precise': string;
|
|
1233
|
+
'dash.settings.creative': string;
|
|
1234
|
+
'dash.settings.max_tokens': string;
|
|
1235
|
+
'dash.settings.disconnect_account': string;
|
|
1236
|
+
'dash.settings.disconnect_desc': string;
|
|
1237
|
+
'dash.settings.disconnect': string;
|
|
1238
|
+
'dash.settings.saved': string;
|
|
1239
|
+
'dash.settings.not_set': string;
|
|
1240
|
+
'dash.settings.edit': string;
|
|
1241
|
+
'dash.settings.save': string;
|
|
1242
|
+
'dash.settings.cancel': string;
|
|
1243
|
+
'dash.settings.get_api_key': string;
|
|
1244
|
+
'dash.settings.section.avatars': string;
|
|
1245
|
+
'dash.settings.section.api_keys': string;
|
|
1246
|
+
'dash.settings.avatar_you': string;
|
|
1247
|
+
'dash.settings.avatar_upload_hint': string;
|
|
1248
|
+
'dash.settings.avatar_upload_ai_hint': string;
|
|
1249
|
+
'dash.settings.avatar_stored_locally': string;
|
|
1250
|
+
'dash.settings.auto_recommended': string;
|
|
1251
|
+
'dash.settings.auto_selected': string;
|
|
1252
|
+
'dash.settings.provider_api_keys': string;
|
|
1253
|
+
'dash.connections.title': string;
|
|
1254
|
+
'dash.connections.subtitle': string;
|
|
1255
|
+
'dash.connections.github': string;
|
|
1256
|
+
'dash.connections.github_desc': string;
|
|
1257
|
+
'dash.connections.email': string;
|
|
1258
|
+
'dash.connections.email_desc': string;
|
|
1259
|
+
'dash.connections.slack': string;
|
|
1260
|
+
'dash.connections.slack_desc': string;
|
|
1261
|
+
'dash.connections.discord': string;
|
|
1262
|
+
'dash.connections.discord_desc': string;
|
|
1263
|
+
'dash.connections.coming_soon': string;
|
|
1264
|
+
'dash.connections.coming_soon_desc': string;
|
|
1265
|
+
'dash.connections.inactive': string;
|
|
1266
|
+
'dash.support.title': string;
|
|
1267
|
+
'dash.support.subtitle': string;
|
|
1268
|
+
'dash.support.new_ticket': string;
|
|
1269
|
+
'dash.support.subject': string;
|
|
1270
|
+
'dash.support.description': string;
|
|
1271
|
+
'dash.support.type': string;
|
|
1272
|
+
'dash.support.submit': string;
|
|
1273
|
+
'dash.support.type.bug': string;
|
|
1274
|
+
'dash.support.type.feature': string;
|
|
1275
|
+
'dash.support.type.question': string;
|
|
1276
|
+
'dash.support.type.account': string;
|
|
1277
|
+
'dash.support.type.feedback': string;
|
|
1278
|
+
'dash.support.type.other': string;
|
|
1279
|
+
'dash.support.status.open': string;
|
|
1280
|
+
'dash.support.status.in_progress': string;
|
|
1281
|
+
'dash.support.status.resolved': string;
|
|
1282
|
+
'dash.support.status.closed': string;
|
|
1283
|
+
'dash.support.back_to_tickets': string;
|
|
1284
|
+
'dash.support.opened_date': string;
|
|
1285
|
+
'dash.support.via_source': string;
|
|
1286
|
+
'dash.support.badge_support': string;
|
|
1287
|
+
'dash.support.reply_placeholder': string;
|
|
1288
|
+
'dash.support.sending': string;
|
|
1289
|
+
'dash.support.send_reply': string;
|
|
1290
|
+
'dash.support.cancel': string;
|
|
1291
|
+
'dash.support.submitting': string;
|
|
1292
|
+
'dash.support.filter_all': string;
|
|
1293
|
+
'dash.support.no_tickets': string;
|
|
1294
|
+
'dash.support.no_tickets_hint': string;
|
|
1295
|
+
'dash.support.message_count': string;
|
|
1296
|
+
'dash.support.messages_count': string;
|
|
1297
|
+
'dash.support.source.tool': string;
|
|
1298
|
+
'dash.support.source.dashboard': string;
|
|
1299
|
+
'dash.support.source.website': string;
|
|
1300
|
+
'dash.support.category.bug': string;
|
|
1301
|
+
'dash.support.category.feature': string;
|
|
1302
|
+
'dash.support.category.question': string;
|
|
1303
|
+
'dash.support.category.account': string;
|
|
1304
|
+
'dash.support.category.feedback': string;
|
|
1305
|
+
'dash.support.category.teach': string;
|
|
1306
|
+
'dash.support.category.other': string;
|
|
1307
|
+
'dash.support.your_email': string;
|
|
1308
|
+
'dash.support.category_label': string;
|
|
1309
|
+
'dash.support.message_label': string;
|
|
1310
|
+
'dash.support.describe_issue': string;
|
|
1311
|
+
'dash.support.send_message': string;
|
|
1312
|
+
'dash.support.email_opening': string;
|
|
1313
|
+
'dash.support.priority_note': string;
|
|
1314
|
+
'dash.support.github_issue': string;
|
|
1315
|
+
'dash.support.connect_to_access': string;
|
|
1316
|
+
'dash.support.sign_in_hint': string;
|
|
1317
|
+
'dash.support.create_ticket': string;
|
|
1318
|
+
'dash.support.describe_placeholder': string;
|
|
1319
|
+
'dash.support.submit_ticket': string;
|
|
1320
|
+
'dash.support.loading_tickets': string;
|
|
1321
|
+
'dash.support.no_filtered_tickets': string;
|
|
1322
|
+
'dash.support.new_ticket_hint': string;
|
|
1323
|
+
'dash.support.reply_input_placeholder': string;
|
|
1324
|
+
'dash.support.send': string;
|
|
1325
|
+
'dash.support.you': string;
|
|
1326
|
+
'dash.docs.title': string;
|
|
1327
|
+
'dash.docs.subtitle': string;
|
|
1328
|
+
'dash.docs.search_placeholder': string;
|
|
1329
|
+
'dash.docs.getting_started': string;
|
|
1330
|
+
'dash.docs.local_vs_cloud': string;
|
|
1331
|
+
'dash.docs.modes': string;
|
|
1332
|
+
'dash.docs.tools': string;
|
|
1333
|
+
'dash.docs.library': string;
|
|
1334
|
+
'dash.docs.images_files': string;
|
|
1335
|
+
'dash.docs.personas': string;
|
|
1336
|
+
'dash.docs.memory': string;
|
|
1337
|
+
'dash.docs.shortcuts': string;
|
|
1338
|
+
'dash.docs.tasks_panel': string;
|
|
1339
|
+
'dash.docs.dashboard': string;
|
|
1340
|
+
'dash.docs.session_stats': string;
|
|
1341
|
+
'dash.docs.release_notes': string;
|
|
1342
|
+
'dash.docs.getting_started_intro': string;
|
|
1343
|
+
'dash.docs.step1_title': string;
|
|
1344
|
+
'dash.docs.step1_desc': string;
|
|
1345
|
+
'dash.docs.step2_title': string;
|
|
1346
|
+
'dash.docs.step2_desc': string;
|
|
1347
|
+
'dash.docs.step3_title': string;
|
|
1348
|
+
'dash.docs.step3_desc': string;
|
|
1349
|
+
'dash.docs.local_mode': string;
|
|
1350
|
+
'dash.docs.local_mode_1': string;
|
|
1351
|
+
'dash.docs.local_mode_2': string;
|
|
1352
|
+
'dash.docs.local_mode_3': string;
|
|
1353
|
+
'dash.docs.local_mode_4': string;
|
|
1354
|
+
'dash.docs.local_mode_5': string;
|
|
1355
|
+
'dash.docs.local_mode_6': string;
|
|
1356
|
+
'dash.docs.cloud_mode': string;
|
|
1357
|
+
'dash.docs.cloud_mode_1': string;
|
|
1358
|
+
'dash.docs.cloud_mode_2': string;
|
|
1359
|
+
'dash.docs.cloud_mode_3': string;
|
|
1360
|
+
'dash.docs.cloud_mode_4': string;
|
|
1361
|
+
'dash.docs.cloud_mode_5': string;
|
|
1362
|
+
'dash.docs.cloud_mode_6': string;
|
|
1363
|
+
'dash.docs.modes_intro': string;
|
|
1364
|
+
'dash.docs.mode_work': string;
|
|
1365
|
+
'dash.docs.mode_work_desc': string;
|
|
1366
|
+
'dash.docs.mode_plan': string;
|
|
1367
|
+
'dash.docs.mode_plan_desc': string;
|
|
1368
|
+
'dash.docs.mode_chat': string;
|
|
1369
|
+
'dash.docs.mode_chat_desc': string;
|
|
1370
|
+
'dash.docs.mode_teach': string;
|
|
1371
|
+
'dash.docs.mode_teach_desc': string;
|
|
1372
|
+
'dash.docs.mode_security': string;
|
|
1373
|
+
'dash.docs.mode_security_desc': string;
|
|
1374
|
+
'dash.docs.mode_brainstorm': string;
|
|
1375
|
+
'dash.docs.mode_brainstorm_desc': string;
|
|
1376
|
+
'dash.docs.tools_intro': string;
|
|
1377
|
+
'dash.docs.tools_cat_file': string;
|
|
1378
|
+
'dash.docs.tools_cat_shell': string;
|
|
1379
|
+
'dash.docs.tools_cat_web': string;
|
|
1380
|
+
'dash.docs.tools_cat_media': string;
|
|
1381
|
+
'dash.docs.tools_cat_memory': string;
|
|
1382
|
+
'dash.docs.tools_cat_planning': string;
|
|
1383
|
+
'dash.docs.tools_cat_office': string;
|
|
1384
|
+
'dash.docs.tools_cat_learning': string;
|
|
1385
|
+
'dash.docs.tools_cat_testing': string;
|
|
1386
|
+
'dash.docs.tools_cat_utility': string;
|
|
1387
|
+
'dash.docs.library_intro': string;
|
|
1388
|
+
'dash.docs.library_grid': string;
|
|
1389
|
+
'dash.docs.library_grid_desc': string;
|
|
1390
|
+
'dash.docs.library_filter': string;
|
|
1391
|
+
'dash.docs.library_filter_desc': string;
|
|
1392
|
+
'dash.docs.library_details': string;
|
|
1393
|
+
'dash.docs.library_details_desc': string;
|
|
1394
|
+
'dash.docs.library_preview': string;
|
|
1395
|
+
'dash.docs.library_preview_desc': string;
|
|
1396
|
+
'dash.docs.images_intro': string;
|
|
1397
|
+
'dash.docs.images_paste': string;
|
|
1398
|
+
'dash.docs.images_paste_desc': string;
|
|
1399
|
+
'dash.docs.images_drag': string;
|
|
1400
|
+
'dash.docs.images_drag_desc': string;
|
|
1401
|
+
'dash.docs.images_attach': string;
|
|
1402
|
+
'dash.docs.images_attach_desc': string;
|
|
1403
|
+
'dash.docs.images_display': string;
|
|
1404
|
+
'dash.docs.images_display_desc': string;
|
|
1405
|
+
'dash.docs.personas_intro': string;
|
|
1406
|
+
'dash.docs.personas_chat_note': string;
|
|
1407
|
+
'dash.docs.memory_intro': string;
|
|
1408
|
+
'dash.docs.memory_l1': string;
|
|
1409
|
+
'dash.docs.memory_l1_desc': string;
|
|
1410
|
+
'dash.docs.memory_l2': string;
|
|
1411
|
+
'dash.docs.memory_l2_desc': string;
|
|
1412
|
+
'dash.docs.memory_l3': string;
|
|
1413
|
+
'dash.docs.memory_l3_desc': string;
|
|
1414
|
+
'dash.docs.memory_l4': string;
|
|
1415
|
+
'dash.docs.memory_l4_desc': string;
|
|
1416
|
+
'dash.docs.memory_l5': string;
|
|
1417
|
+
'dash.docs.memory_l5_desc': string;
|
|
1418
|
+
'dash.docs.shortcuts_modes': string;
|
|
1419
|
+
'dash.docs.shortcuts_send': string;
|
|
1420
|
+
'dash.docs.shortcuts_newline': string;
|
|
1421
|
+
'dash.docs.shortcuts_paste': string;
|
|
1422
|
+
'dash.docs.shortcuts_devtools': string;
|
|
1423
|
+
'dash.docs.tasks_intro': string;
|
|
1424
|
+
'dash.docs.tasks_ava_tab': string;
|
|
1425
|
+
'dash.docs.tasks_ava_desc': string;
|
|
1426
|
+
'dash.docs.tasks_my_tab': string;
|
|
1427
|
+
'dash.docs.tasks_my_desc': string;
|
|
1428
|
+
'dash.docs.tasks_resize': string;
|
|
1429
|
+
'dash.docs.dashboard_intro': string;
|
|
1430
|
+
'dash.docs.dashboard_main': string;
|
|
1431
|
+
'dash.docs.dashboard_main_pages': string;
|
|
1432
|
+
'dash.docs.dashboard_workspace': string;
|
|
1433
|
+
'dash.docs.dashboard_workspace_pages': string;
|
|
1434
|
+
'dash.docs.dashboard_personalise': string;
|
|
1435
|
+
'dash.docs.dashboard_personalise_pages': string;
|
|
1436
|
+
'dash.docs.dashboard_account': string;
|
|
1437
|
+
'dash.docs.dashboard_account_pages': string;
|
|
1438
|
+
'dash.docs.dashboard_help': string;
|
|
1439
|
+
'dash.docs.dashboard_help_pages': string;
|
|
1440
|
+
'dash.docs.dashboard_collapse_note': string;
|
|
1441
|
+
'dash.docs.session_stats_intro': string;
|
|
1442
|
+
'dash.docs.session_stats_1': string;
|
|
1443
|
+
'dash.docs.session_stats_2': string;
|
|
1444
|
+
'dash.docs.session_stats_3': string;
|
|
1445
|
+
'dash.docs.session_stats_note': string;
|
|
1446
|
+
'dash.docs.release_notes_intro': string;
|
|
1447
|
+
'dash.docs.release_notes_note': string;
|
|
1448
|
+
'dash.releases.title': string;
|
|
1449
|
+
'dash.releases.subtitle': string;
|
|
1450
|
+
'dash.releases.all': string;
|
|
1451
|
+
'dash.releases.core': string;
|
|
1452
|
+
'dash.releases.extension': string;
|
|
1453
|
+
'dash.releases.ide': string;
|
|
1454
|
+
'dash.releases.companion': string;
|
|
1455
|
+
'dash.releases.all_months': string;
|
|
1456
|
+
'dash.releases.no_releases': string;
|
|
1457
|
+
'dash.releases.latest': string;
|
|
1458
|
+
'dash.releases.tools_count': string;
|
|
1459
|
+
'dash.releases.highlights': string;
|
|
1460
|
+
'dash.onboarding.welcome': string;
|
|
1461
|
+
'dash.onboarding.subtitle': string;
|
|
1462
|
+
'dash.onboarding.step1_title': string;
|
|
1463
|
+
'dash.onboarding.step1_desc': string;
|
|
1464
|
+
'dash.onboarding.step2_title': string;
|
|
1465
|
+
'dash.onboarding.step2_desc': string;
|
|
1466
|
+
'dash.onboarding.step3_title': string;
|
|
1467
|
+
'dash.onboarding.step3_desc': string;
|
|
1468
|
+
'dash.onboarding.get_started': string;
|
|
1469
|
+
'dash.onboarding.next': string;
|
|
1470
|
+
'dash.onboarding.back': string;
|
|
1471
|
+
'dash.onboarding.skip': string;
|
|
1472
|
+
'dash.status.check_updates': string;
|
|
1473
|
+
'dash.status.cycle_mode': string;
|
|
1474
|
+
'dash.panel.terminal': string;
|
|
1475
|
+
'dash.panel.ava': string;
|
|
1476
|
+
'dash.panel.problems': string;
|
|
1477
|
+
'dash.panel.output': string;
|
|
1478
|
+
'dash.panel.debug': string;
|
|
1479
|
+
'dash.panel.terminal_title': string;
|
|
1480
|
+
'dash.panel.ava_working': string;
|
|
1481
|
+
'dash.panel.ava_placeholder': string;
|
|
1482
|
+
'dash.panel.no_problems': string;
|
|
1483
|
+
'dash.panel.no_output': string;
|
|
1484
|
+
'dash.panel.debug_hint': string;
|
|
1485
|
+
'dash.titlebar.title': string;
|
|
1486
|
+
'dash.titlebar.welcome': string;
|
|
1487
|
+
'dash.auth.platform': string;
|
|
1488
|
+
'dash.auth.api_key': string;
|
|
1489
|
+
'dash.auth.connect': string;
|
|
1490
|
+
'dash.auth.disconnect': string;
|
|
1491
|
+
'dash.auth.enter_key': string;
|
|
1492
|
+
'dash.auth.connected_as': string;
|
|
1493
|
+
'dash.auth.byok_hint': string;
|
|
1494
|
+
'dash.auth.step1': string;
|
|
1495
|
+
'dash.auth.step2': string;
|
|
1496
|
+
'dash.auth.step3': string;
|
|
1497
|
+
'dash.auth.connecting': string;
|
|
1498
|
+
'dash.chat.secret_vault': string;
|
|
1499
|
+
'dash.chat.secret_used': string;
|
|
1500
|
+
'dash.chat.delete_secret': string;
|
|
1501
|
+
'dash.chat.secret_label': string;
|
|
1502
|
+
'dash.chat.secret_value': string;
|
|
1503
|
+
'dash.calendar.you': string;
|
|
1504
|
+
'dash.calendar.ava': string;
|
|
1505
|
+
'dash.cc.since': string;
|
|
1506
|
+
'dash.cc.from_requests': string;
|
|
1507
|
+
'dash.cc.session_stats': string;
|
|
1508
|
+
'dash.cc.set_name': string;
|
|
1509
|
+
'dash.cc.weather': string;
|
|
1510
|
+
'dash.cc.weather_loading': string;
|
|
1511
|
+
'dash.cc.weather_error': string;
|
|
1512
|
+
'dash.cc.currently_working': string;
|
|
1513
|
+
'dash.cc.outside_hours': string;
|
|
1514
|
+
'dash.cc.no_news': string;
|
|
1515
|
+
'dash.cc.get_more': string;
|
|
1516
|
+
'dash.cc.what_you_have': string;
|
|
1517
|
+
'dash.cc.with_account': string;
|
|
1518
|
+
'dash.cc.local_memory': string;
|
|
1519
|
+
'dash.cc.session_usage': string;
|
|
1520
|
+
'dash.cc.own_keys': string;
|
|
1521
|
+
'dash.cc.all_tools': string;
|
|
1522
|
+
'dash.cc.free_models': string;
|
|
1523
|
+
'dash.cc.memory_sync': string;
|
|
1524
|
+
'dash.cc.full_history': string;
|
|
1525
|
+
'dash.cc.priority_support': string;
|
|
1526
|
+
'dash.cc.free_tokens': string;
|
|
1527
|
+
'dash.cc.conversation_backup': string;
|
|
1528
|
+
'dash.cc.upgrade_hint': string;
|
|
1529
|
+
'dash.cc.connect_title': string;
|
|
1530
|
+
'dash.cc.connect_hint': string;
|
|
1531
|
+
'dash.cc.connect_free': string;
|
|
1532
|
+
'dash.cc.quick_actions': string;
|
|
1533
|
+
'dash.cc.today': string;
|
|
1534
|
+
'dash.cc.tomorrow': string;
|
|
1535
|
+
'dash.cc.yesterday': string;
|
|
1536
|
+
'dash.cc.days_ago': string;
|
|
1537
|
+
'dash.nav.coming_soon': string;
|
|
1538
|
+
'dash.nav.early_access': string;
|
|
1539
|
+
'dash.nav.planner': string;
|
|
1540
|
+
'dash.nav.planner_desc': string;
|
|
1541
|
+
'dash.nav.account': string;
|
|
1542
|
+
'dash.nav.account_desc': string;
|
|
1543
|
+
'dash.nav.help': string;
|
|
1544
|
+
'dash.nav.help_desc': string;
|
|
1545
|
+
'dash.nav.learning_library_desc': string;
|
|
1546
|
+
'dash.nav.admin_support': string;
|
|
1547
|
+
'dash.nav.admin_support_desc': string;
|
|
1548
|
+
'dash.account.tab_settings': string;
|
|
1549
|
+
'dash.account.tab_billing': string;
|
|
1550
|
+
'dash.account.tab_connections': string;
|
|
1551
|
+
'dash.account.tab_personality': string;
|
|
1552
|
+
'dash.account.tab_sync': string;
|
|
1553
|
+
'dash.account.tab_keys': string;
|
|
1554
|
+
'dash.help.tab_support': string;
|
|
1555
|
+
'dash.help.tab_releases': string;
|
|
1556
|
+
'dash.help.tab_roadmap': string;
|
|
1557
|
+
'dash.billing.topup_title': string;
|
|
1558
|
+
'dash.billing.topup_subtitle': string;
|
|
1559
|
+
'dash.billing.upgrade': string;
|
|
1560
|
+
'dash.billing.manage': string;
|
|
1561
|
+
'dash.connections.pat': string;
|
|
1562
|
+
'dash.connections.smtp_host': string;
|
|
1563
|
+
'dash.connections.smtp_port': string;
|
|
1564
|
+
'dash.connections.smtp_user': string;
|
|
1565
|
+
'dash.connections.smtp_password': string;
|
|
1566
|
+
'dash.connections.slack_webhook': string;
|
|
1567
|
+
'dash.connections.discord_webhook': string;
|
|
1568
|
+
'dash.connections.connected': string;
|
|
1569
|
+
'dash.connections.not_connected': string;
|
|
1570
|
+
'dash.connections.saving': string;
|
|
1571
|
+
'dash.connections.save': string;
|
|
1572
|
+
'dash.connections.update': string;
|
|
1573
|
+
'dash.connections.connect': string;
|
|
1574
|
+
'dash.connections.disconnect': string;
|
|
1575
|
+
'dash.common.loading': string;
|
|
1576
|
+
'dash.common.error': string;
|
|
1577
|
+
'dash.common.save': string;
|
|
1578
|
+
'dash.common.cancel': string;
|
|
1579
|
+
'dash.common.delete': string;
|
|
1580
|
+
'dash.common.confirm': string;
|
|
1581
|
+
'dash.common.back': string;
|
|
1582
|
+
'dash.common.close': string;
|
|
1583
|
+
'dash.common.search': string;
|
|
1584
|
+
'dash.common.all': string;
|
|
1585
|
+
'dash.common.none': string;
|
|
1586
|
+
'ext.no_providers': string;
|
|
1587
|
+
'ext.key_invalid': string;
|
|
1588
|
+
'ext.platform_unreachable': string;
|
|
1589
|
+
'ext.model_busy': string;
|
|
1590
|
+
'ext.export_failed': string;
|
|
1591
|
+
'dash.planner.subtitle': string;
|
|
1592
|
+
'dash.account.title': string;
|
|
1593
|
+
'dash.account.subtitle': string;
|
|
1594
|
+
'dash.help.subtitle': string;
|
|
1595
|
+
'dash.roadmap.subtitle': string;
|
|
1596
|
+
'dash.roadmap.complete': string;
|
|
1597
|
+
'dash.roadmap.shipped': string;
|
|
1598
|
+
'dash.roadmap.coming': string;
|
|
1599
|
+
'dash.chat.status.loading_memory': string;
|
|
1600
|
+
'dash.chat.status.loading_personality': string;
|
|
1601
|
+
'dash.chat.status.setting_language': string;
|
|
1602
|
+
'dash.chat.status.connecting_model': string;
|
|
1603
|
+
'dash.chat.status.memory_agent_ready': string;
|
|
1604
|
+
'dash.chat.status.recalling_context': string;
|
|
1605
|
+
'dash.chat.status.rescanning_project': string;
|
|
1606
|
+
'dash.chat.status.processing_image': string;
|
|
1607
|
+
'dash.chat.status.switching_provider': string;
|
|
1608
|
+
'dash.chat.status.planning': string;
|
|
1609
|
+
'dash.chat.status.executing': string;
|
|
1610
|
+
'dash.chat.status.selecting_model': string;
|
|
1611
|
+
'dash.chat.status.spinning_agent': string;
|
|
1612
|
+
'dash.chat.status.compressing': string;
|
|
1613
|
+
'dash.chat.status.thinking': string;
|
|
1614
|
+
'dash.chat.status.tool.bash': string;
|
|
1615
|
+
'dash.chat.status.tool.glob': string;
|
|
1616
|
+
'dash.chat.status.tool.grep': string;
|
|
1617
|
+
'dash.chat.status.tool.file_read': string;
|
|
1618
|
+
'dash.chat.status.tool.file_write': string;
|
|
1619
|
+
'dash.chat.status.tool.git': string;
|
|
1620
|
+
'dash.chat.status.tool.web_search': string;
|
|
1621
|
+
'dash.chat.status.tool.memory_recall': string;
|
|
1622
|
+
'dash.chat.status.tool.memory_save': string;
|
|
1623
|
+
'dash.chat.status.tool.test_run': string;
|
|
1624
|
+
'dash.chat.status.tool.architecture': string;
|
|
1625
|
+
'dash.chat.status.tool.project_index': string;
|
|
1626
|
+
'dash.activity.explorer': string;
|
|
1627
|
+
'dash.activity.search': string;
|
|
1628
|
+
'dash.activity.git': string;
|
|
1629
|
+
'dash.activity.dashboard': string;
|
|
1630
|
+
'dash.activity.extensions': string;
|
|
1631
|
+
'dash.activity.debug': string;
|
|
1632
|
+
'dash.activity.uncommitted_one': string;
|
|
1633
|
+
'dash.activity.uncommitted_many': string;
|
|
1634
|
+
'dash.sidebar.explorer': string;
|
|
1635
|
+
'dash.sidebar.search': string;
|
|
1636
|
+
'dash.sidebar.git': string;
|
|
1637
|
+
'dash.sidebar.ava': string;
|
|
1638
|
+
'dash.sidebar.extensions': string;
|
|
1639
|
+
'dash.sidebar.debug': string;
|
|
1640
|
+
'dash.sidebar.dashboard': string;
|
|
1641
|
+
'dash.sidebar.no_folder': string;
|
|
1642
|
+
'dash.sidebar.search_placeholder': string;
|
|
1643
|
+
'dash.sidebar.replace_placeholder': string;
|
|
1644
|
+
'dash.sidebar.ask_ava': string;
|
|
1645
|
+
'dash.sidebar.search_extensions': string;
|
|
1646
|
+
'dash.sidebar.ava_greeting': string;
|
|
1647
|
+
'dash.sidebar.searching': string;
|
|
1648
|
+
'dash.sidebar.no_matches': string;
|
|
1649
|
+
'dash.sidebar.match_case': string;
|
|
1650
|
+
'dash.audit.prev': string;
|
|
1651
|
+
'dash.audit.next': string;
|
|
1652
|
+
'dash.audit.page': string;
|
|
1653
|
+
'dash.audit.appr_auto': string;
|
|
1654
|
+
'dash.audit.appr_first-time': string;
|
|
1655
|
+
'dash.audit.appr_user-approved': string;
|
|
1656
|
+
'dash.audit.appr_denied': string;
|
|
1657
|
+
'dash.model.select': string;
|
|
1658
|
+
'dash.model.orchestrated': string;
|
|
1659
|
+
'ext.memory.project_brain': string;
|
|
1660
|
+
'ext.memory.edges': string;
|
|
1661
|
+
'ext.memory.avg_confidence': string;
|
|
1662
|
+
'ext.memory.contradictions': string;
|
|
1663
|
+
'ext.memory.learned_patterns': string;
|
|
1664
|
+
'ext.chat.your_answer': string;
|
|
1665
|
+
'ext.chat.reply_placeholder': string;
|
|
1666
|
+
'ext.chat.design_chat': string;
|
|
1667
|
+
'ext.chat.clear_design_chat': string;
|
|
1668
|
+
'ext.chat.summarising': string;
|
|
1669
|
+
'ext.header.chat_controls': string;
|
|
1670
|
+
'dash.history.tab.all': string;
|
|
1671
|
+
'dash.history.tab.chat': string;
|
|
1672
|
+
'dash.history.tab.design': string;
|
|
1673
|
+
'dash.history.tab.health': string;
|
|
1674
|
+
'dash.history.tab.learning': string;
|
|
1675
|
+
'dash.history.tab.social': string;
|
|
1676
|
+
'dash.history.rename': string;
|
|
1677
|
+
'memory.category.pattern': string;
|
|
1678
|
+
'memory.category.preference': string;
|
|
1679
|
+
'memory.category.architecture': string;
|
|
1680
|
+
'memory.category.bug-fix': string;
|
|
1681
|
+
'memory.category.convention': string;
|
|
1682
|
+
'memory.category.tool-config': string;
|
|
1683
|
+
'memory.category.decision': string;
|
|
1684
|
+
'memory.category.person': string;
|
|
1685
|
+
'memory.category.general': string;
|
|
1686
|
+
'ext.planner.subtitle': string;
|
|
1687
|
+
'ext.tasks.showing_for': string;
|
|
1688
|
+
'ext.tasks.today': string;
|
|
1689
|
+
'ext.tasks.selected_day': string;
|
|
1690
|
+
'ext.settings.welcome_tour': string;
|
|
1691
|
+
'ext.settings.replay_tour': string;
|
|
1692
|
+
'ext.settings.replay_tour_hint': string;
|
|
1693
|
+
'ext.progression.novice': string;
|
|
1694
|
+
'ext.progression.familiar': string;
|
|
1695
|
+
'ext.progression.proficient': string;
|
|
1696
|
+
'ext.progression.mastered': string;
|
|
1697
|
+
'ext.lesson.you_did_it': string;
|
|
1698
|
+
'ext.lesson.answer_ph': string;
|
|
1699
|
+
'ext.lesson.strong_answer': string;
|
|
1700
|
+
'ext.lesson.soon': string;
|
|
1701
|
+
'ext.vault.reference_hint': string;
|
|
1702
|
+
'ext.vault.autogrant_hint': string;
|
|
1703
|
+
'ext.tasks.no_reminder': string;
|
|
1704
|
+
'ext.tasks.at_time': string;
|
|
1705
|
+
'ext.storage.click_manage': string;
|
|
1706
|
+
'ext.studio.group.game_dev': string;
|
|
1707
|
+
'ext.studio.download_copy': string;
|
|
1708
|
+
'ext.studio.brand_kits': string;
|
|
1709
|
+
'ext.studio.brand_kits_sub': string;
|
|
1710
|
+
'ext.studio.make_active': string;
|
|
1711
|
+
'ext.studio.brand_name': string;
|
|
1712
|
+
'ext.studio.tagline': string;
|
|
1713
|
+
'ext.studio.positioning': string;
|
|
1714
|
+
'ext.studio.positioning_ph': string;
|
|
1715
|
+
'ext.studio.voice_tone': string;
|
|
1716
|
+
'ext.studio.voice_ph': string;
|
|
1717
|
+
'ext.studio.default_link': string;
|
|
1718
|
+
'ext.studio.logo_upload_hint': string;
|
|
1719
|
+
'ext.studio.image_empty': string;
|
|
1720
|
+
'ext.studio.image_empty_hint': string;
|
|
1721
|
+
'ext.studio.icon_lane_intro': string;
|
|
1722
|
+
'ext.chat.starter.icon.1_l': string;
|
|
1723
|
+
'ext.chat.starter.icon.1_p': string;
|
|
1724
|
+
'ext.chat.starter.icon.2_l': string;
|
|
1725
|
+
'ext.chat.starter.icon.2_p': string;
|
|
1726
|
+
'ext.chat.starter.icon.3_l': string;
|
|
1727
|
+
'ext.chat.starter.icon.3_p': string;
|
|
1728
|
+
'ext.chat.starter.icon.4_l': string;
|
|
1729
|
+
'ext.chat.starter.icon.4_p': string;
|
|
1730
|
+
'ext.chat.starter.video.1_l': string;
|
|
1731
|
+
'ext.chat.starter.video.1_p': string;
|
|
1732
|
+
'ext.chat.starter.video.2_l': string;
|
|
1733
|
+
'ext.chat.starter.video.2_p': string;
|
|
1734
|
+
'ext.chat.starter.video.3_l': string;
|
|
1735
|
+
'ext.chat.starter.video.3_p': string;
|
|
1736
|
+
'ext.chat.starter.video.4_l': string;
|
|
1737
|
+
'ext.chat.starter.video.4_p': string;
|
|
1738
|
+
'ext.chat.starter.voice.1_l': string;
|
|
1739
|
+
'ext.chat.starter.voice.1_p': string;
|
|
1740
|
+
'ext.chat.starter.voice.2_l': string;
|
|
1741
|
+
'ext.chat.starter.voice.2_p': string;
|
|
1742
|
+
'ext.chat.starter.voice.3_l': string;
|
|
1743
|
+
'ext.chat.starter.voice.3_p': string;
|
|
1744
|
+
'ext.chat.starter.voice.4_l': string;
|
|
1745
|
+
'ext.chat.starter.voice.4_p': string;
|
|
1746
|
+
'ext.chat.starter.image.1_l': string;
|
|
1747
|
+
'ext.chat.starter.image.1_p': string;
|
|
1748
|
+
'ext.chat.starter.image.2_l': string;
|
|
1749
|
+
'ext.chat.starter.image.2_p': string;
|
|
1750
|
+
'ext.chat.starter.image.3_l': string;
|
|
1751
|
+
'ext.chat.starter.image.3_p': string;
|
|
1752
|
+
'ext.chat.starter.image.4_l': string;
|
|
1753
|
+
'ext.chat.starter.image.4_p': string;
|
|
1754
|
+
'ext.chat.starter.logo.1_l': string;
|
|
1755
|
+
'ext.chat.starter.logo.1_p': string;
|
|
1756
|
+
'ext.chat.starter.logo.2_l': string;
|
|
1757
|
+
'ext.chat.starter.logo.2_p': string;
|
|
1758
|
+
'ext.chat.starter.logo.3_l': string;
|
|
1759
|
+
'ext.chat.starter.logo.3_p': string;
|
|
1760
|
+
'ext.chat.starter.logo.4_l': string;
|
|
1761
|
+
'ext.chat.starter.logo.4_p': string;
|
|
1762
|
+
'model.add_key': string;
|
|
1763
|
+
'dash.model.sub.maestro_best': string;
|
|
1764
|
+
'dash.model.sub.byok_qwen': string;
|
|
1765
|
+
'dash.model.sub.supernova_poly': string;
|
|
1766
|
+
'dash.model.sub.byok_ds_qwen': string;
|
|
1767
|
+
'dash.model.sub.aurora_eu': string;
|
|
1768
|
+
'dash.model.sub.byok_mistral': string;
|
|
1769
|
+
'dash.model.sub.add_deepseek': string;
|
|
1770
|
+
'dash.model.sub.add_qwen': string;
|
|
1771
|
+
'dash.model.sub.connect_ds_qwen': string;
|
|
1772
|
+
'dash.model.sub.connect_mistral': string;
|
|
1773
|
+
'dash.model.sub.connect_qwen': string;
|
|
1774
|
+
'docs.show_details': string;
|
|
1775
|
+
'dash.model.sub.longxiang_open': string;
|
|
1776
|
+
'dash.model.sub.byok_longxiang': string;
|
|
1777
|
+
'dash.model.sub.add_moonshot': string;
|
|
1778
|
+
'dash.model.sub.connect_longxiang': string;
|
|
1779
|
+
'dash.model.aurora_title': string;
|
|
1780
|
+
'dash.model.supernova_title': string;
|
|
1781
|
+
'dash.model.maestro_title': string;
|
|
1782
|
+
'dash.model.longxiang_title': string;
|
|
1783
|
+
'dash.cc.call_you_ph': string;
|
|
1784
|
+
'dash.cc.call_you_click': string;
|
|
1785
|
+
'dash.cc.call_you_tell': string;
|
|
1786
|
+
'dash.cc.weather_hint': string;
|
|
1787
|
+
'dash.cc.hours_hint': string;
|
|
1788
|
+
'dash.cc.where_start': string;
|
|
1789
|
+
'dash.cc.qs_subtitle': string;
|
|
1790
|
+
'dash.cc.tip_prefix': string;
|
|
1791
|
+
'dash.cc.tip_suffix': string;
|
|
1792
|
+
'dash.cc.qs.explain': string;
|
|
1793
|
+
'dash.cc.qs.explain_p': string;
|
|
1794
|
+
'dash.cc.qs.plan': string;
|
|
1795
|
+
'dash.cc.qs.plan_p': string;
|
|
1796
|
+
'dash.cc.qs.teach': string;
|
|
1797
|
+
'dash.cc.qs.teach_p': string;
|
|
1798
|
+
'dash.cc.qs.audit': string;
|
|
1799
|
+
'dash.cc.qs.audit_p': string;
|
|
1800
|
+
'dash.cc.qs.brainstorm': string;
|
|
1801
|
+
'dash.cc.qs.brainstorm_p': string;
|
|
1802
|
+
'dash.cc.qs.chat': string;
|
|
1803
|
+
'dash.desktop.starter.app': string;
|
|
1804
|
+
'dash.desktop.starter.app_p': string;
|
|
1805
|
+
'dash.desktop.starter.form': string;
|
|
1806
|
+
'dash.desktop.starter.form_p': string;
|
|
1807
|
+
'dash.desktop.starter.files': string;
|
|
1808
|
+
'dash.desktop.starter.files_p': string;
|
|
1809
|
+
'dash.desktop.starter.research': string;
|
|
1810
|
+
'dash.desktop.starter.research_p': string;
|
|
1811
|
+
'dash.cc.ava_wants_to_run': string;
|
|
1812
|
+
'dash.cc.auto_approve_cat': string;
|
|
1813
|
+
'dash.cc.permission': string;
|
|
1814
|
+
'dash.cc.try': string;
|
|
1815
|
+
'dash.cc.early_access': string;
|
|
1816
|
+
'dash.chat.rename_conv': string;
|
|
1817
|
+
'dash.chat.delete_conv': string;
|
|
1818
|
+
'dash.chat.reference_with': string;
|
|
1819
|
+
'dash.chat.close_vault': string;
|
|
1820
|
+
'dash.chat.stay_on_model': string;
|
|
1821
|
+
'dash.library.close_preview': string;
|
|
1822
|
+
'dash.library.no_inline_preview': string;
|
|
1823
|
+
'dash.library.open_folder': string;
|
|
1824
|
+
'dash.library.source': string;
|
|
1825
|
+
'dash.learning.your_path': string;
|
|
1826
|
+
'dash.learning.prerequisites': string;
|
|
1827
|
+
'dash.common.refresh': string;
|
|
1828
|
+
'dash.common.new_document': string;
|
|
1829
|
+
'dash.widget.refresh_title': string;
|
|
1830
|
+
'dash.audit.refresh_hint': string;
|
|
1831
|
+
'dash.common.description': string;
|
|
1832
|
+
'dash.docs.type.docx': string;
|
|
1833
|
+
'dash.docs.type.xlsx': string;
|
|
1834
|
+
'dash.docs.type.md': string;
|
|
1835
|
+
'dash.docs.type.txt': string;
|
|
1836
|
+
'dash.docs.tpl.proposal': string;
|
|
1837
|
+
'dash.docs.tpl.proposal_d': string;
|
|
1838
|
+
'dash.docs.tpl.status': string;
|
|
1839
|
+
'dash.docs.tpl.status_d': string;
|
|
1840
|
+
'dash.docs.tpl.invoice': string;
|
|
1841
|
+
'dash.docs.tpl.invoice_d': string;
|
|
1842
|
+
'dash.docs.tpl.letter': string;
|
|
1843
|
+
'dash.docs.tpl.letter_d': string;
|
|
1844
|
+
'dash.docs.tpl.meeting': string;
|
|
1845
|
+
'dash.docs.tpl.meeting_d': string;
|
|
1846
|
+
'dash.docs.tpl.resume': string;
|
|
1847
|
+
'dash.docs.tpl.resume_d': string;
|
|
1848
|
+
'ide.papers.disc.all': string;
|
|
1849
|
+
'ide.papers.disc.ai_cs': string;
|
|
1850
|
+
'ide.papers.disc.biology': string;
|
|
1851
|
+
'ide.papers.disc.medicine': string;
|
|
1852
|
+
'ide.papers.disc.physics': string;
|
|
1853
|
+
'ide.papers.disc.chemistry': string;
|
|
1854
|
+
'ide.papers.disc.earth_sciences': string;
|
|
1855
|
+
'ide.papers.disc.social_sciences': string;
|
|
1856
|
+
'ide.papers.disc.economics': string;
|
|
1857
|
+
'ide.papers.disc.engineering': string;
|
|
1858
|
+
'ide.papers.disc.math': string;
|
|
1859
|
+
'ide.papers.disc.other': string;
|
|
1860
|
+
'ide.papers.tab.featured': string;
|
|
1861
|
+
'ide.papers.tab.featured_hint': string;
|
|
1862
|
+
'ide.papers.tab.trending': string;
|
|
1863
|
+
'ide.papers.tab.trending_hint': string;
|
|
1864
|
+
'ide.papers.tab.latest': string;
|
|
1865
|
+
'ide.papers.tab.latest_hint': string;
|
|
1866
|
+
'ide.papers.search_ph': string;
|
|
1867
|
+
'ide.papers.clear_search': string;
|
|
1868
|
+
'ide.papers.close': string;
|
|
1869
|
+
'ide.papers.abstract': string;
|
|
1870
|
+
'ide.papers.primer_tag': string;
|
|
1871
|
+
'ide.papers.primer_intro': string;
|
|
1872
|
+
'ide.papers.primer_paper': string;
|
|
1873
|
+
'ide.papers.primer_authors': string;
|
|
1874
|
+
'ide.papers.primer_etal': string;
|
|
1875
|
+
'ide.papers.primer_identifier': string;
|
|
1876
|
+
'ide.papers.primer_url': string;
|
|
1877
|
+
'ide.papers.primer_retracted': string;
|
|
1878
|
+
'ide.papers.primer_fetch': string;
|
|
1879
|
+
'ide.papers.not_medical_advice': string;
|
|
1880
|
+
'ide.papers.not_medical_advice_body': string;
|
|
1881
|
+
'ide.update.checking': string;
|
|
1882
|
+
'ide.update.available': string;
|
|
1883
|
+
'ide.update.later': string;
|
|
1884
|
+
'ide.update.now': string;
|
|
1885
|
+
'ide.update.downloading': string;
|
|
1886
|
+
'ide.update.restart': string;
|
|
1887
|
+
'ide.update.retry': string;
|
|
1888
|
+
'ide.storage.close': string;
|
|
1889
|
+
'ide.storage.reveal': string;
|
|
1890
|
+
'ide.storage.reclaim': string;
|
|
1891
|
+
'ide.storage.freeing': string;
|
|
1892
|
+
'ide.storage.free_n': string;
|
|
1893
|
+
'ide.titlebar.open_folder': string;
|
|
1894
|
+
'ide.contextbar.context': string;
|
|
1895
|
+
'ide.ticker.dismiss': string;
|
|
1896
|
+
'ide.datepicker.prev_year': string;
|
|
1897
|
+
'ide.datepicker.prev_month': string;
|
|
1898
|
+
'ide.datepicker.next_month': string;
|
|
1899
|
+
'ide.datepicker.next_year': string;
|
|
1900
|
+
'dash.sidebar.whole_word': string;
|
|
1901
|
+
'dash.sidebar.regex': string;
|
|
1902
|
+
'dash.sidebar.files_to_include': string;
|
|
1903
|
+
'dash.sidebar.commits_ahead': string;
|
|
1904
|
+
'dash.sidebar.commits_behind': string;
|
|
1905
|
+
'dash.sidebar.stage_all': string;
|
|
1906
|
+
'dash.sidebar.unstage_all': string;
|
|
1907
|
+
'dash.sidebar.discard_all': string;
|
|
1908
|
+
'dash.sidebar.loading': string;
|
|
1909
|
+
'dash.sidebar.retry': string;
|
|
1910
|
+
'dash.sidebar.expand': string;
|
|
1911
|
+
'dash.sidebar.collapse': string;
|
|
1912
|
+
'dash.sidebar.show_calendar': string;
|
|
1913
|
+
'dash.sidebar.hide_calendar': string;
|
|
1914
|
+
'dash.sidebar.commit_placeholder': string;
|
|
1915
|
+
'dash.sidebar.no_configuration': string;
|
|
1916
|
+
'dash.sidebar.search_needs_folder': string;
|
|
1917
|
+
'dash.sidebar.legend_training': string;
|
|
1918
|
+
'dash.sidebar.legend_meals': string;
|
|
1919
|
+
'dash.sidebar.legend_tasks': string;
|
|
1920
|
+
'dash.titlebar.file': string;
|
|
1921
|
+
'dash.titlebar.open_folder': string;
|
|
1922
|
+
'dash.editor.loading': string;
|
|
1923
|
+
'dash.editor.file_error': string;
|
|
1924
|
+
'dash.memory.delete_all_confirm': string;
|
|
1925
|
+
'dash.memory.delete_all_warning': string;
|
|
1926
|
+
'dash.memory.delete_all_confirm_btn': string;
|
|
1927
|
+
'dash.memory.deleting_progress': string;
|
|
1928
|
+
'dash.memory.deleting_warning': string;
|
|
1929
|
+
'health.plans.type.fitness': string;
|
|
1930
|
+
'health.plans.type.fitness.blurb': string;
|
|
1931
|
+
'health.plans.type.meal': string;
|
|
1932
|
+
'health.plans.type.meal.blurb': string;
|
|
1933
|
+
'health.plans.type.combined': string;
|
|
1934
|
+
'health.plans.type.combined.blurb': string;
|
|
1935
|
+
'health.plans.status.draft': string;
|
|
1936
|
+
'health.plans.status.active': string;
|
|
1937
|
+
'health.plans.status.completed': string;
|
|
1938
|
+
'health.plans.status.archived': string;
|
|
1939
|
+
'health.plans.slot.breakfast': string;
|
|
1940
|
+
'health.plans.slot.lunch': string;
|
|
1941
|
+
'health.plans.slot.dinner': string;
|
|
1942
|
+
'health.plans.slot.snack': string;
|
|
1943
|
+
'health.plans.weekday.0': string;
|
|
1944
|
+
'health.plans.weekday.1': string;
|
|
1945
|
+
'health.plans.weekday.2': string;
|
|
1946
|
+
'health.plans.weekday.3': string;
|
|
1947
|
+
'health.plans.weekday.4': string;
|
|
1948
|
+
'health.plans.weekday.5': string;
|
|
1949
|
+
'health.plans.weekday.6': string;
|
|
1950
|
+
'health.plans.weekday_initial.0': string;
|
|
1951
|
+
'health.plans.weekday_initial.1': string;
|
|
1952
|
+
'health.plans.weekday_initial.2': string;
|
|
1953
|
+
'health.plans.weekday_initial.3': string;
|
|
1954
|
+
'health.plans.weekday_initial.4': string;
|
|
1955
|
+
'health.plans.weekday_initial.5': string;
|
|
1956
|
+
'health.plans.weekday_initial.6': string;
|
|
1957
|
+
'health.plans.duration.day_one': string;
|
|
1958
|
+
'health.plans.duration.week_one': string;
|
|
1959
|
+
'health.plans.duration.weeks': string;
|
|
1960
|
+
'health.plans.new_plan_title': string;
|
|
1961
|
+
'health.plans.macro.cal': string;
|
|
1962
|
+
'health.plans.macro.protein': string;
|
|
1963
|
+
'health.plans.macro.carbs': string;
|
|
1964
|
+
'health.plans.macro.fat': string;
|
|
1965
|
+
'health.plans.your_plans': string;
|
|
1966
|
+
'health.plans.your_plans_blurb': string;
|
|
1967
|
+
'health.plans.new_plan': string;
|
|
1968
|
+
'health.plans.tab.calendar': string;
|
|
1969
|
+
'health.plans.tab.programs': string;
|
|
1970
|
+
'health.plans.empty_title': string;
|
|
1971
|
+
'health.plans.empty_hint': string;
|
|
1972
|
+
'health.plans.built_by_you': string;
|
|
1973
|
+
'health.plans.delete_q': string;
|
|
1974
|
+
'health.plans.yes': string;
|
|
1975
|
+
'health.plans.no': string;
|
|
1976
|
+
'health.plans.delete_plan': string;
|
|
1977
|
+
'health.plans.new_plan_title_short': string;
|
|
1978
|
+
'health.plans.setup_subtitle': string;
|
|
1979
|
+
'health.plans.cancel': string;
|
|
1980
|
+
'health.plans.type_label': string;
|
|
1981
|
+
'health.plans.length_label': string;
|
|
1982
|
+
'health.plans.start_building': string;
|
|
1983
|
+
'health.plans.pick_type_first': string;
|
|
1984
|
+
'health.plans.build_myself': string;
|
|
1985
|
+
'health.plans.build_myself_desc': string;
|
|
1986
|
+
'health.plans.ask_ava': string;
|
|
1987
|
+
'health.plans.ask_ava_hint': string;
|
|
1988
|
+
'health.plans.how_label': string;
|
|
1989
|
+
'health.plans.length_ava_note': string;
|
|
1990
|
+
'health.plans.or': string;
|
|
1991
|
+
'health.plans.all_plans': string;
|
|
1992
|
+
'health.plans.autosave': string;
|
|
1993
|
+
'health.plans.title_placeholder': string;
|
|
1994
|
+
'health.plans.status_select_title': string;
|
|
1995
|
+
'health.plans.goal_placeholder': string;
|
|
1996
|
+
'health.plans.delete_confirm': string;
|
|
1997
|
+
'health.plans.delete': string;
|
|
1998
|
+
'health.plans.prev_month': string;
|
|
1999
|
+
'health.plans.next_month': string;
|
|
2000
|
+
'health.plans.day_n': string;
|
|
2001
|
+
'health.plans.kind.training': string;
|
|
2002
|
+
'health.plans.kind.active_recovery': string;
|
|
2003
|
+
'health.plans.kind.rest': string;
|
|
2004
|
+
'health.plans.edit_day': string;
|
|
2005
|
+
'health.plans.edit': string;
|
|
2006
|
+
'health.plans.swap': string;
|
|
2007
|
+
'health.plans.day_title_placeholder': string;
|
|
2008
|
+
'health.plans.done': string;
|
|
2009
|
+
'health.plans.training': string;
|
|
2010
|
+
'health.plans.add_exercises': string;
|
|
2011
|
+
'health.plans.training_empty_hint': string;
|
|
2012
|
+
'health.plans.meals': string;
|
|
2013
|
+
'health.plans.add_recipes': string;
|
|
2014
|
+
'health.plans.meals_empty_hint': string;
|
|
2015
|
+
'health.plans.day_total': string;
|
|
2016
|
+
'health.plans.estimated': string;
|
|
2017
|
+
'health.plans.on_this_day': string;
|
|
2018
|
+
'health.plans.day_empty': string;
|
|
2019
|
+
'health.plans.no_workout': string;
|
|
2020
|
+
'health.plans.no_meals': string;
|
|
2021
|
+
'health.plans.day_notes_placeholder': string;
|
|
2022
|
+
'health.plans.n_sets': string;
|
|
2023
|
+
'health.plans.n_rest': string;
|
|
2024
|
+
'health.plans.n_servings': string;
|
|
2025
|
+
'health.plans.n_cal': string;
|
|
2026
|
+
'health.plans.n_protein': string;
|
|
2027
|
+
'health.plans.n_cook': string;
|
|
2028
|
+
'health.plans.nothing_scheduled_both': string;
|
|
2029
|
+
'health.plans.nothing_scheduled_meals': string;
|
|
2030
|
+
'health.plans.nothing_scheduled_training': string;
|
|
2031
|
+
'health.plans.exercise_fallback': string;
|
|
2032
|
+
'health.plans.meal_fallback': string;
|
|
2033
|
+
'health.plans.loading': string;
|
|
2034
|
+
'health.plans.no_detail': string;
|
|
2035
|
+
'health.plans.n_reps': string;
|
|
2036
|
+
'health.plans.tempo': string;
|
|
2037
|
+
'health.plans.per_week': string;
|
|
2038
|
+
'health.plans.difficulty': string;
|
|
2039
|
+
'health.plans.routine': string;
|
|
2040
|
+
'health.plans.how_to': string;
|
|
2041
|
+
'health.plans.common_mistakes': string;
|
|
2042
|
+
'health.plans.muscles': string;
|
|
2043
|
+
'health.plans.secondary_suffix': string;
|
|
2044
|
+
'health.plans.equipment': string;
|
|
2045
|
+
'health.plans.watch_demo': string;
|
|
2046
|
+
'health.plans.m_prep': string;
|
|
2047
|
+
'health.plans.m_cook': string;
|
|
2048
|
+
'health.plans.nutrition_per_serving': string;
|
|
2049
|
+
'health.plans.nutrition_per_serving_est': string;
|
|
2050
|
+
'health.plans.ingredients': string;
|
|
2051
|
+
'health.plans.optional_suffix': string;
|
|
2052
|
+
'health.plans.method': string;
|
|
2053
|
+
'health.plans.exercise_name_placeholder': string;
|
|
2054
|
+
'health.plans.remove': string;
|
|
2055
|
+
'health.plans.field.sets': string;
|
|
2056
|
+
'health.plans.field.reps': string;
|
|
2057
|
+
'health.plans.field.weight': string;
|
|
2058
|
+
'health.plans.field.rest_s': string;
|
|
2059
|
+
'health.plans.exercise_notes_placeholder': string;
|
|
2060
|
+
'health.plans.warn_sets': string;
|
|
2061
|
+
'health.plans.warn_rest': string;
|
|
2062
|
+
'health.plans.warn_tail': string;
|
|
2063
|
+
'health.plans.meal_name_placeholder': string;
|
|
2064
|
+
'health.plans.field.servings': string;
|
|
2065
|
+
'health.plans.per_meal': string;
|
|
2066
|
+
'health.plans.per_meal_est': string;
|
|
2067
|
+
'health.plans.loading_nutrition': string;
|
|
2068
|
+
'health.plans.no_nutrition': string;
|
|
2069
|
+
'health.plans.field.protein_g': string;
|
|
2070
|
+
'health.plans.field.carbs_g': string;
|
|
2071
|
+
'health.plans.field.fat_g': string;
|
|
2072
|
+
'health.plans.notes_placeholder': string;
|
|
2073
|
+
'health.plans.back_to_plan': string;
|
|
2074
|
+
'health.plans.picker.add_exercises_header': string;
|
|
2075
|
+
'health.plans.picker.add_recipes_header': string;
|
|
2076
|
+
'health.plans.picker.search_exercises': string;
|
|
2077
|
+
'health.plans.picker.search_recipes': string;
|
|
2078
|
+
'health.plans.all': string;
|
|
2079
|
+
'health.plans.searching': string;
|
|
2080
|
+
'health.plans.picker.no_exercise_match': string;
|
|
2081
|
+
'health.plans.picker.no_recipe_match': string;
|
|
2082
|
+
'health.plans.picker.no_exercises': string;
|
|
2083
|
+
'health.plans.picker.no_recipes': string;
|
|
2084
|
+
'health.plans.picker.custom_exercise': string;
|
|
2085
|
+
'health.plans.picker.custom_recipe': string;
|
|
2086
|
+
'health.plans.prev': string;
|
|
2087
|
+
'health.plans.next': string;
|
|
2088
|
+
'health.plans.range': string;
|
|
2089
|
+
'health.plans.add_to_day': string;
|
|
2090
|
+
'health.browse.title': string;
|
|
2091
|
+
'health.browse.summary': string;
|
|
2092
|
+
'health.browse.safety_link': string;
|
|
2093
|
+
'health.browse.contribute': string;
|
|
2094
|
+
'health.browse.tab.exercises': string;
|
|
2095
|
+
'health.browse.tab.recipes': string;
|
|
2096
|
+
'health.browse.tab.plans': string;
|
|
2097
|
+
'health.browse.tab.ava': string;
|
|
2098
|
+
'health.browse.edit_profile': string;
|
|
2099
|
+
'health.browse.your_plans': string;
|
|
2100
|
+
'health.browse.tab.mine': string;
|
|
2101
|
+
'health.room.disclaimer': string;
|
|
2102
|
+
'health.room.mode_label': string;
|
|
2103
|
+
'health.week.title': string;
|
|
2104
|
+
'health.week.today': string;
|
|
2105
|
+
'health.week.training': string;
|
|
2106
|
+
'health.week.meals': string;
|
|
2107
|
+
'health.week.today_rest': string;
|
|
2108
|
+
'health.week.loading': string;
|
|
2109
|
+
'health.week.rest': string;
|
|
2110
|
+
'health.week.empty.title': string;
|
|
2111
|
+
'health.week.empty.body': string;
|
|
2112
|
+
'health.room.greeting': string;
|
|
2113
|
+
'health.room.starter.heading': string;
|
|
2114
|
+
'health.room.starter.subheading': string;
|
|
2115
|
+
'health.room.starter.fitness': string;
|
|
2116
|
+
'health.room.starter.fitness_prompt': string;
|
|
2117
|
+
'health.room.starter.meal': string;
|
|
2118
|
+
'health.room.starter.meal_prompt': string;
|
|
2119
|
+
'health.room.starter.combined': string;
|
|
2120
|
+
'health.room.starter.combined_prompt': string;
|
|
2121
|
+
'health.room.starter.injury': string;
|
|
2122
|
+
'health.room.starter.injury_prompt': string;
|
|
2123
|
+
'health.room.starter.nutrition': string;
|
|
2124
|
+
'health.room.starter.nutrition_prompt': string;
|
|
2125
|
+
'health.room.starter.exercise': string;
|
|
2126
|
+
'health.room.starter.exercise_prompt': string;
|
|
2127
|
+
'health.fill.save': string;
|
|
2128
|
+
'health.fill.skip': string;
|
|
2129
|
+
'health.fill.saved': string;
|
|
2130
|
+
'health.fill.choose': string;
|
|
2131
|
+
'health.fill.multi_hint': string;
|
|
2132
|
+
'health.fill.none': string;
|
|
2133
|
+
'health.fill.field.sex': string;
|
|
2134
|
+
'health.fill.field.dob': string;
|
|
2135
|
+
'health.fill.field.height': string;
|
|
2136
|
+
'health.fill.field.weight': string;
|
|
2137
|
+
'health.fill.field.goal': string;
|
|
2138
|
+
'health.fill.field.weekly_focus': string;
|
|
2139
|
+
'health.fill.field.allergens': string;
|
|
2140
|
+
'health.fill.field.dietary': string;
|
|
2141
|
+
'health.fill.field.equipment': string;
|
|
2142
|
+
'health.fill.field.injuries': string;
|
|
2143
|
+
'health.fill.field.minutes': string;
|
|
2144
|
+
'health.fill.field.likes': string;
|
|
2145
|
+
'health.fill.field.dislikes': string;
|
|
2146
|
+
'health.fill.field.cuisines': string;
|
|
2147
|
+
'health.fill.field.training_start': string;
|
|
2148
|
+
'health.fill.field.training_end': string;
|
|
2149
|
+
'health.fill.field.breakfast': string;
|
|
2150
|
+
'health.fill.field.lunch': string;
|
|
2151
|
+
'health.fill.field.dinner': string;
|
|
2152
|
+
'health.fill.field.cooking_time': string;
|
|
2153
|
+
'health.fill.field.experience': string;
|
|
2154
|
+
'health.fill.field.days_per_week': string;
|
|
2155
|
+
'health.fill.field.training_days': string;
|
|
2156
|
+
'health.fill.field.cooking_level': string;
|
|
2157
|
+
'health.fill.field.household': string;
|
|
2158
|
+
'health.fill.cooking_grid_hint': string;
|
|
2159
|
+
'health.fill.time_any': string;
|
|
2160
|
+
'health.fill.sex.female': string;
|
|
2161
|
+
'health.fill.sex.male': string;
|
|
2162
|
+
'health.fill.sex.other': string;
|
|
2163
|
+
'health.fill.injuries_placeholder': string;
|
|
2164
|
+
'health.fill.text_placeholder': string;
|
|
2165
|
+
'health.handoff.title.fitness': string;
|
|
2166
|
+
'health.handoff.title.meal': string;
|
|
2167
|
+
'health.handoff.title.combined': string;
|
|
2168
|
+
'health.handoff.title.generic': string;
|
|
2169
|
+
'health.handoff.body': string;
|
|
2170
|
+
'health.handoff.button': string;
|
|
2171
|
+
'learning.room.title': string;
|
|
2172
|
+
'learning.room.tab.courses': string;
|
|
2173
|
+
'learning.room.tab.my_learning': string;
|
|
2174
|
+
'learning.room.tab.ava': string;
|
|
2175
|
+
'learning.room.mode_label': string;
|
|
2176
|
+
'learning.room.intro': string;
|
|
2177
|
+
'learning.room.greeting': string;
|
|
2178
|
+
'learning.room.starter.learn': string;
|
|
2179
|
+
'learning.room.starter.learn_prompt': string;
|
|
2180
|
+
'learning.room.starter.course': string;
|
|
2181
|
+
'learning.room.starter.course_prompt': string;
|
|
2182
|
+
'learning.room.starter.resume': string;
|
|
2183
|
+
'learning.room.starter.resume_prompt': string;
|
|
2184
|
+
'learning.room.starter.explain': string;
|
|
2185
|
+
'learning.room.starter.explain_prompt': string;
|
|
2186
|
+
'learning.room.starter.heading': string;
|
|
2187
|
+
'learning.room.starter.subheading': string;
|
|
2188
|
+
'learning.handoff.title.generic': string;
|
|
2189
|
+
'learning.handoff.title.topic': string;
|
|
2190
|
+
'learning.handoff.body': string;
|
|
2191
|
+
'learning.handoff.button': string;
|
|
2192
|
+
'learning.tab.progression': string;
|
|
2193
|
+
'learning.tab.my_courses': string;
|
|
2194
|
+
'learning.progression.loading': string;
|
|
2195
|
+
'learning.progression.learner': string;
|
|
2196
|
+
'learning.progression.edit': string;
|
|
2197
|
+
'learning.progression.done': string;
|
|
2198
|
+
'learning.progression.save': string;
|
|
2199
|
+
'learning.progression.add': string;
|
|
2200
|
+
'learning.progression.empty': string;
|
|
2201
|
+
'learning.progression.skills': string;
|
|
2202
|
+
'learning.progression.certificates': string;
|
|
2203
|
+
'learning.progression.achievements': string;
|
|
2204
|
+
'learning.progression.activity': string;
|
|
2205
|
+
'learning.progression.verified': string;
|
|
2206
|
+
'learning.progression.self_tag': string;
|
|
2207
|
+
'learning.progression.cert_badge': string;
|
|
2208
|
+
'learning.progression.lessons_mastered': string;
|
|
2209
|
+
'learning.progression.stale': string;
|
|
2210
|
+
'learning.progression.export_cert': string;
|
|
2211
|
+
'learning.progression.export_cv': string;
|
|
2212
|
+
'learning.progression.open_folder': string;
|
|
2213
|
+
'learning.progression.stat.streak': string;
|
|
2214
|
+
'learning.progression.stat.courses': string;
|
|
2215
|
+
'learning.progression.stat.lessons': string;
|
|
2216
|
+
'learning.progression.stat.hours': string;
|
|
2217
|
+
'learning.progression.stat.avg': string;
|
|
2218
|
+
'learning.progression.headline_ph': string;
|
|
2219
|
+
'learning.progression.bio_ph': string;
|
|
2220
|
+
'learning.progression.add_skills': string;
|
|
2221
|
+
'learning.progression.skill_ph': string;
|
|
2222
|
+
'learning.progression.add_achievements': string;
|
|
2223
|
+
'learning.progression.achievement_ph': string;
|
|
2224
|
+
'learning.courses.active': string;
|
|
2225
|
+
'learning.courses.active_tag': string;
|
|
2226
|
+
'learning.courses.in_progress': string;
|
|
2227
|
+
'learning.courses.completed': string;
|
|
2228
|
+
'learning.courses.set_active': string;
|
|
2229
|
+
'learning.courses.continue': string;
|
|
2230
|
+
'learning.courses.revisit': string;
|
|
2231
|
+
'learning.courses.view': string;
|
|
2232
|
+
'learning.courses.empty_title': string;
|
|
2233
|
+
'learning.courses.empty_body': string;
|
|
2234
|
+
'learning.courses.start': string;
|
|
2235
|
+
'learning.courses.how1': string;
|
|
2236
|
+
'learning.courses.how1_desc': string;
|
|
2237
|
+
'learning.courses.how2': string;
|
|
2238
|
+
'learning.courses.how2_desc': string;
|
|
2239
|
+
'learning.courses.how3': string;
|
|
2240
|
+
'learning.courses.how3_desc': string;
|
|
2241
|
+
'learning.courses.delete': string;
|
|
2242
|
+
'learning.courses.delete_confirm': string;
|
|
2243
|
+
'learning.courses.cancel': string;
|
|
2244
|
+
'learning.courses.refresh': string;
|
|
2245
|
+
'learning.path.title': string;
|
|
2246
|
+
'learning.path.collapse': string;
|
|
2247
|
+
'learning.path.expand': string;
|
|
2248
|
+
'learning.path.start_lesson': string;
|
|
2249
|
+
'learning.path.empty': string;
|
|
2250
|
+
'learning.progression.today': string;
|
|
2251
|
+
'learning.progression.yesterday': string;
|
|
2252
|
+
'learning.progression.days_ago': string;
|
|
2253
|
+
'learning.progression.months_ago': string;
|
|
2254
|
+
'health.browse.tab.profile': string;
|
|
2255
|
+
'health.browse.workout.strength': string;
|
|
2256
|
+
'health.browse.workout.hypertrophy': string;
|
|
2257
|
+
'health.browse.workout.conditioning': string;
|
|
2258
|
+
'health.browse.workout.mobility': string;
|
|
2259
|
+
'health.browse.workout.hybrid': string;
|
|
2260
|
+
'health.browse.workout.yoga': string;
|
|
2261
|
+
'health.browse.workout.pilates': string;
|
|
2262
|
+
'health.browse.workout.running': string;
|
|
2263
|
+
'health.browse.workout.cycling': string;
|
|
2264
|
+
'health.browse.workout.recovery': string;
|
|
2265
|
+
'health.browse.workout.hiit': string;
|
|
2266
|
+
'health.browse.course.breakfast': string;
|
|
2267
|
+
'health.browse.course.main': string;
|
|
2268
|
+
'health.browse.course.starter': string;
|
|
2269
|
+
'health.browse.course.side': string;
|
|
2270
|
+
'health.browse.course.snack': string;
|
|
2271
|
+
'health.browse.course.dessert': string;
|
|
2272
|
+
'health.browse.noun.exercises': string;
|
|
2273
|
+
'health.browse.noun.recipes': string;
|
|
2274
|
+
'health.browse.load_error': string;
|
|
2275
|
+
'health.browse.load_error_hint': string;
|
|
2276
|
+
'health.browse.retry': string;
|
|
2277
|
+
'health.browse.search_exercises_placeholder': string;
|
|
2278
|
+
'health.browse.search_recipes_placeholder': string;
|
|
2279
|
+
'health.browse.filter.all': string;
|
|
2280
|
+
'health.browse.from_scratch': string;
|
|
2281
|
+
'health.browse.from_scratch_hint': string;
|
|
2282
|
+
'health.browse.no_exercises_match_q': string;
|
|
2283
|
+
'health.browse.no_exercises_match': string;
|
|
2284
|
+
'health.browse.no_recipes_match_q': string;
|
|
2285
|
+
'health.browse.no_recipes_match': string;
|
|
2286
|
+
'health.browse.prev': string;
|
|
2287
|
+
'health.browse.next': string;
|
|
2288
|
+
'health.browse.page_of': string;
|
|
2289
|
+
'health.browse.loading': string;
|
|
2290
|
+
'health.browse.close': string;
|
|
2291
|
+
'health.browse.loading_exercise': string;
|
|
2292
|
+
'health.browse.loading_recipe': string;
|
|
2293
|
+
'health.browse.failed_to_load': string;
|
|
2294
|
+
'health.browse.difficulty_n': string;
|
|
2295
|
+
'health.browse.difficulty_of_5': string;
|
|
2296
|
+
'health.browse.routine.sets': string;
|
|
2297
|
+
'health.browse.routine.reps': string;
|
|
2298
|
+
'health.browse.routine.rest': string;
|
|
2299
|
+
'health.browse.routine.tempo': string;
|
|
2300
|
+
'health.browse.routine.freq': string;
|
|
2301
|
+
'health.browse.how_to_do_it': string;
|
|
2302
|
+
'health.browse.how_to_use_it': string;
|
|
2303
|
+
'health.browse.if_youre_new': string;
|
|
2304
|
+
'health.browse.common_mistakes': string;
|
|
2305
|
+
'health.browse.muscles': string;
|
|
2306
|
+
'health.browse.equipment': string;
|
|
2307
|
+
'health.browse.ingredients': string;
|
|
2308
|
+
'health.browse.opt': string;
|
|
2309
|
+
'health.browse.just_for_level': string;
|
|
2310
|
+
'health.browse.per_serving_est': string;
|
|
2311
|
+
'health.browse.per_set': string;
|
|
2312
|
+
'health.browse.take_care': string;
|
|
2313
|
+
'health.browse.cues': string;
|
|
2314
|
+
'health.browse.cardio': string;
|
|
2315
|
+
'health.browse.easier': string;
|
|
2316
|
+
'health.browse.harder': string;
|
|
2317
|
+
'health.browse.instead': string;
|
|
2318
|
+
'health.browse.easier_harder_instead': string;
|
|
2319
|
+
'health.browse.cardio.style': string;
|
|
2320
|
+
'health.browse.cardio.duration': string;
|
|
2321
|
+
'health.browse.cardio.zone': string;
|
|
2322
|
+
'health.browse.cardio.work': string;
|
|
2323
|
+
'health.browse.cardio.rest': string;
|
|
2324
|
+
'health.browse.cardio.rounds': string;
|
|
2325
|
+
'health.browse.method': string;
|
|
2326
|
+
'health.browse.overview': string;
|
|
2327
|
+
'health.browse.howto': string;
|
|
2328
|
+
'health.browse.routine': string;
|
|
2329
|
+
'health.browse.storage': string;
|
|
2330
|
+
'health.browse.nutrition': string;
|
|
2331
|
+
'health.browse.nothing_here': string;
|
|
2332
|
+
'health.browse.no_overview': string;
|
|
2333
|
+
'health.browse.per_serving': string;
|
|
2334
|
+
'health.browse.per_serving_estimated': string;
|
|
2335
|
+
'health.browse.nutri.calories': string;
|
|
2336
|
+
'health.browse.nutri.protein': string;
|
|
2337
|
+
'health.browse.nutri.carbs': string;
|
|
2338
|
+
'health.browse.nutri.fat': string;
|
|
2339
|
+
'health.browse.nutri.sat_fat': string;
|
|
2340
|
+
'health.browse.nutri.fibre': string;
|
|
2341
|
+
'health.browse.nutri.sugar': string;
|
|
2342
|
+
'health.browse.nutri.sodium': string;
|
|
2343
|
+
'health.storage.fridge': string;
|
|
2344
|
+
'health.storage.freezer': string;
|
|
2345
|
+
'health.storage.cooking_frozen': string;
|
|
2346
|
+
'health.storage.disclaimer': string;
|
|
2347
|
+
'health.storage.day': string;
|
|
2348
|
+
'health.storage.days': string;
|
|
2349
|
+
'health.storage.month': string;
|
|
2350
|
+
'health.storage.months': string;
|
|
2351
|
+
'health.browse.level.beginner': string;
|
|
2352
|
+
'health.browse.level.intermediate': string;
|
|
2353
|
+
'health.browse.level.expert': string;
|
|
2354
|
+
'health.browse.prep': string;
|
|
2355
|
+
'health.browse.cook': string;
|
|
2356
|
+
'health.browse.total': string;
|
|
2357
|
+
'health.browse.serves': string;
|
|
2358
|
+
'health.browse.optional': string;
|
|
2359
|
+
'health.browse.tricky': string;
|
|
2360
|
+
'health.browse.status.pending': string;
|
|
2361
|
+
'health.browse.status.rejected': string;
|
|
2362
|
+
'health.browse.refresh': string;
|
|
2363
|
+
'health.browse.refreshing': string;
|
|
2364
|
+
'health.browse.clear_search': string;
|
|
2365
|
+
'health.home.tab.overview': string;
|
|
2366
|
+
'health.home.tab.plans': string;
|
|
2367
|
+
'health.home.section.brief': string;
|
|
2368
|
+
'health.home.section.where_you_are': string;
|
|
2369
|
+
'health.home.section.quick_log': string;
|
|
2370
|
+
'health.home.section.todays_meals': string;
|
|
2371
|
+
'health.home.section.todays_training': string;
|
|
2372
|
+
'health.home.section.recovery': string;
|
|
2373
|
+
'health.home.footer': string;
|
|
2374
|
+
'health.home.empty.before': string;
|
|
2375
|
+
'health.home.empty.profile': string;
|
|
2376
|
+
'health.home.empty.after': string;
|
|
2377
|
+
'health.home.empty.cta': string;
|
|
2378
|
+
'health.home.goals.prompt': string;
|
|
2379
|
+
'health.home.goals.cta': string;
|
|
2380
|
+
'health.home.brief.empty_profile': string;
|
|
2381
|
+
'health.home.brief.empty': string;
|
|
2382
|
+
'health.home.brief.writing': string;
|
|
2383
|
+
'health.home.brief.rewrite': string;
|
|
2384
|
+
'health.home.brief.write': string;
|
|
2385
|
+
'health.home.brief.snapshot_note': string;
|
|
2386
|
+
'health.home.meals.empty_title': string;
|
|
2387
|
+
'health.home.meals.empty_body': string;
|
|
2388
|
+
'health.home.training.empty_title': string;
|
|
2389
|
+
'health.home.training.empty_body': string;
|
|
2390
|
+
'health.home.n_min': string;
|
|
2391
|
+
'health.home.status.readiness': string;
|
|
2392
|
+
'health.home.status.nutrition': string;
|
|
2393
|
+
'health.home.status.training_load': string;
|
|
2394
|
+
'health.home.readiness.empty': string;
|
|
2395
|
+
'health.home.readiness.strong': string;
|
|
2396
|
+
'health.home.readiness.good': string;
|
|
2397
|
+
'health.home.readiness.fair': string;
|
|
2398
|
+
'health.home.readiness.low': string;
|
|
2399
|
+
'health.home.readiness.sleep_of': string;
|
|
2400
|
+
'health.home.readiness.mood': string;
|
|
2401
|
+
'health.home.nutrition.empty': string;
|
|
2402
|
+
'health.home.nutrition.meals_one': string;
|
|
2403
|
+
'health.home.nutrition.meals': string;
|
|
2404
|
+
'health.home.nutrition.protein_of': string;
|
|
2405
|
+
'health.home.nutrition.protein': string;
|
|
2406
|
+
'health.home.nutrition.kcal': string;
|
|
2407
|
+
'health.home.nutrition.water': string;
|
|
2408
|
+
'health.home.training_load.rest_day': string;
|
|
2409
|
+
'health.home.training_load.none': string;
|
|
2410
|
+
'health.home.training_load.min_of': string;
|
|
2411
|
+
'health.home.training_load.sessions_done_one': string;
|
|
2412
|
+
'health.home.training_load.sessions_done': string;
|
|
2413
|
+
'health.home.training_load.done_today_one': string;
|
|
2414
|
+
'health.home.training_load.done_today': string;
|
|
2415
|
+
'health.home.mood.drained': string;
|
|
2416
|
+
'health.home.mood.low': string;
|
|
2417
|
+
'health.home.mood.okay': string;
|
|
2418
|
+
'health.home.mood.good': string;
|
|
2419
|
+
'health.home.mood.thriving': string;
|
|
2420
|
+
'health.home.mood.how_you_feel': string;
|
|
2421
|
+
'health.home.log.meals_count': string;
|
|
2422
|
+
'health.home.log.add_meal': string;
|
|
2423
|
+
'health.home.log.water_count': string;
|
|
2424
|
+
'health.home.log.add_water': string;
|
|
2425
|
+
'health.home.log.sleep_count': string;
|
|
2426
|
+
'health.home.log.add_sleep': string;
|
|
2427
|
+
'health.home.log.mood_count': string;
|
|
2428
|
+
'health.home.log.add_mood': string;
|
|
2429
|
+
'health.home.water.today': string;
|
|
2430
|
+
'health.home.water.add_250': string;
|
|
2431
|
+
'health.home.water.add_500': string;
|
|
2432
|
+
'health.home.water.sub_250': string;
|
|
2433
|
+
'health.home.water.reset': string;
|
|
2434
|
+
'health.home.sleep.last_night': string;
|
|
2435
|
+
'health.home.sleep.not_logged': string;
|
|
2436
|
+
'health.home.sleep.sub_30': string;
|
|
2437
|
+
'health.home.sleep.add_30': string;
|
|
2438
|
+
'health.home.sleep.clear': string;
|
|
2439
|
+
'health.home.meal.fallback': string;
|
|
2440
|
+
'health.home.meal.kcal': string;
|
|
2441
|
+
'health.home.meal.protein_g': string;
|
|
2442
|
+
'health.home.meal.remove': string;
|
|
2443
|
+
'health.home.meal.desc_placeholder': string;
|
|
2444
|
+
'health.home.meal.kcal_placeholder': string;
|
|
2445
|
+
'health.home.meal.protein_placeholder': string;
|
|
2446
|
+
'health.home.meal.add': string;
|
|
2447
|
+
'health.home.why.title': string;
|
|
2448
|
+
'health.home.greeting.late_night': string;
|
|
2449
|
+
'health.home.greeting.morning': string;
|
|
2450
|
+
'health.home.greeting.afternoon': string;
|
|
2451
|
+
'health.home.greeting.evening': string;
|
|
2452
|
+
'health.home.greeting.late_evening': string;
|
|
2453
|
+
'health.profile.loading': string;
|
|
2454
|
+
'health.profile.your_profile': string;
|
|
2455
|
+
'health.profile.intro_blurb': string;
|
|
2456
|
+
'general.profile.title': string;
|
|
2457
|
+
'general.profile.intro': string;
|
|
2458
|
+
'general.profile.identity': string;
|
|
2459
|
+
'general.profile.identity_subtitle': string;
|
|
2460
|
+
'general.profile.display_name': string;
|
|
2461
|
+
'general.profile.display_name_placeholder': string;
|
|
2462
|
+
'general.profile.body': string;
|
|
2463
|
+
'general.profile.body_subtitle': string;
|
|
2464
|
+
'general.profile.tab': string;
|
|
2465
|
+
'general.profile.health_tab': string;
|
|
2466
|
+
'general.profile.account_tab': string;
|
|
2467
|
+
'general.profile.account_tab_named': string;
|
|
2468
|
+
'health.profile.body': string;
|
|
2469
|
+
'health.profile.body_subtitle': string;
|
|
2470
|
+
'health.profile.sex': string;
|
|
2471
|
+
'health.profile.sex.female': string;
|
|
2472
|
+
'health.profile.sex.male': string;
|
|
2473
|
+
'health.profile.sex.other': string;
|
|
2474
|
+
'health.profile.date_of_birth': string;
|
|
2475
|
+
'health.profile.height': string;
|
|
2476
|
+
'health.profile.weight': string;
|
|
2477
|
+
'health.profile.body_fat': string;
|
|
2478
|
+
'health.profile.goals': string;
|
|
2479
|
+
'health.profile.goals_subtitle': string;
|
|
2480
|
+
'health.profile.goal.fat_loss': string;
|
|
2481
|
+
'health.profile.goal.fat_loss.hint': string;
|
|
2482
|
+
'health.profile.goal.muscle_gain': string;
|
|
2483
|
+
'health.profile.goal.muscle_gain.hint': string;
|
|
2484
|
+
'health.profile.goal.maintenance': string;
|
|
2485
|
+
'health.profile.goal.maintenance.hint': string;
|
|
2486
|
+
'health.profile.goal.athletic': string;
|
|
2487
|
+
'health.profile.goal.athletic.hint': string;
|
|
2488
|
+
'health.profile.goal.recovery': string;
|
|
2489
|
+
'health.profile.goal.recovery.hint': string;
|
|
2490
|
+
'health.profile.goal.longevity': string;
|
|
2491
|
+
'health.profile.goal.longevity.hint': string;
|
|
2492
|
+
'health.profile.weekly_focus': string;
|
|
2493
|
+
'health.profile.weekly_focus_placeholder': string;
|
|
2494
|
+
'health.profile.constraints': string;
|
|
2495
|
+
'health.profile.constraints_subtitle': string;
|
|
2496
|
+
'health.profile.allergens': string;
|
|
2497
|
+
'health.profile.allergens_loading': string;
|
|
2498
|
+
'health.profile.dietary': string;
|
|
2499
|
+
'health.profile.diet.vegan': string;
|
|
2500
|
+
'health.profile.diet.vegetarian': string;
|
|
2501
|
+
'health.profile.diet.pescatarian': string;
|
|
2502
|
+
'health.profile.diet.gluten_free': string;
|
|
2503
|
+
'health.profile.diet.dairy_free': string;
|
|
2504
|
+
'health.profile.diet.low_fodmap': string;
|
|
2505
|
+
'health.profile.diet.keto': string;
|
|
2506
|
+
'health.profile.diet.mediterranean': string;
|
|
2507
|
+
'health.profile.diet.halal': string;
|
|
2508
|
+
'health.profile.diet.kosher': string;
|
|
2509
|
+
'health.profile.equipment': string;
|
|
2510
|
+
'health.profile.equip.bodyweight': string;
|
|
2511
|
+
'health.profile.equip.dumbbells': string;
|
|
2512
|
+
'health.profile.equip.barbell': string;
|
|
2513
|
+
'health.profile.equip.kettlebell': string;
|
|
2514
|
+
'health.profile.equip.pull_up_bar': string;
|
|
2515
|
+
'health.profile.equip.bench': string;
|
|
2516
|
+
'health.profile.equip.squat_rack': string;
|
|
2517
|
+
'health.profile.equip.cable_machine': string;
|
|
2518
|
+
'health.profile.equip.rowing_machine': string;
|
|
2519
|
+
'health.profile.equip.treadmill': string;
|
|
2520
|
+
'health.profile.equip.exercise_bike': string;
|
|
2521
|
+
'health.profile.equip.mat': string;
|
|
2522
|
+
'health.profile.equip.resistance_bands': string;
|
|
2523
|
+
'health.profile.equip.foam_roller': string;
|
|
2524
|
+
'health.profile.injuries': string;
|
|
2525
|
+
'health.profile.injuries_placeholder': string;
|
|
2526
|
+
'health.profile.minutes_per_day': string;
|
|
2527
|
+
'health.profile.food_taste': string;
|
|
2528
|
+
'health.profile.food_taste_subtitle': string;
|
|
2529
|
+
'health.profile.likes': string;
|
|
2530
|
+
'health.profile.likes_placeholder': string;
|
|
2531
|
+
'health.profile.dislikes': string;
|
|
2532
|
+
'health.profile.dislikes_placeholder': string;
|
|
2533
|
+
'health.profile.cuisines': string;
|
|
2534
|
+
'health.profile.schedule': string;
|
|
2535
|
+
'health.profile.schedule_subtitle': string;
|
|
2536
|
+
'health.profile.training_start': string;
|
|
2537
|
+
'health.profile.training_end': string;
|
|
2538
|
+
'health.profile.breakfast': string;
|
|
2539
|
+
'health.profile.lunch': string;
|
|
2540
|
+
'health.profile.dinner': string;
|
|
2541
|
+
'health.profile.bedtime': string;
|
|
2542
|
+
'health.profile.wake': string;
|
|
2543
|
+
'health.profile.cooking_time': string;
|
|
2544
|
+
'health.profile.cooking_time_hint': string;
|
|
2545
|
+
'health.profile.cooking_any': string;
|
|
2546
|
+
'health.profile.cooking_15': string;
|
|
2547
|
+
'health.profile.cooking_30': string;
|
|
2548
|
+
'health.profile.cooking_60': string;
|
|
2549
|
+
'health.profile.cooking_60plus': string;
|
|
2550
|
+
'health.profile.no_options': string;
|
|
2551
|
+
'health.profile.training': string;
|
|
2552
|
+
'health.profile.training_subtitle': string;
|
|
2553
|
+
'health.profile.experience': string;
|
|
2554
|
+
'health.profile.experience_hint': string;
|
|
2555
|
+
'health.profile.days_per_week': string;
|
|
2556
|
+
'health.profile.training_days': string;
|
|
2557
|
+
'health.profile.training_days_hint': string;
|
|
2558
|
+
'health.profile.kitchen': string;
|
|
2559
|
+
'health.profile.kitchen_subtitle': string;
|
|
2560
|
+
'health.profile.household': string;
|
|
2561
|
+
'health.profile.household_hint': string;
|
|
2562
|
+
'health.profile.cooking_level': string;
|
|
2563
|
+
'health.profile.cooking_level_hint': string;
|
|
2564
|
+
'health.profile.minutes_weekday': string;
|
|
2565
|
+
'health.profile.minutes_weekend': string;
|
|
2566
|
+
'health.profile.minutes_fill_hint': string;
|
|
2567
|
+
'health.profile.minutes_fill_action': string;
|
|
2568
|
+
'health.profile.level.beginner': string;
|
|
2569
|
+
'health.profile.level.intermediate': string;
|
|
2570
|
+
'health.profile.level.advanced': string;
|
|
2571
|
+
'health.profile.level.expert': string;
|
|
2572
|
+
'health.profile.unset': string;
|
|
2573
|
+
'health.rest.title': string;
|
|
2574
|
+
'health.rest.blurb': string;
|
|
2575
|
+
'health.rest.recovery_title': string;
|
|
2576
|
+
'health.rest.recovery_blurb': string;
|
|
2577
|
+
'health.rest.uncovered': string;
|
|
2578
|
+
'health.log.open': string;
|
|
2579
|
+
'health.log.title': string;
|
|
2580
|
+
'health.log.nothing': string;
|
|
2581
|
+
'health.log.planned': string;
|
|
2582
|
+
'health.log.sets': string;
|
|
2583
|
+
'health.log.weight': string;
|
|
2584
|
+
'health.log.reps': string;
|
|
2585
|
+
'health.log.add_set': string;
|
|
2586
|
+
'health.log.remove_set': string;
|
|
2587
|
+
'health.log.did_it': string;
|
|
2588
|
+
'health.log.skipped': string;
|
|
2589
|
+
'health.log.what_happened': string;
|
|
2590
|
+
'health.log.what_happened_hint': string;
|
|
2591
|
+
'health.log.ate': string;
|
|
2592
|
+
'health.log.ate_other': string;
|
|
2593
|
+
'health.log.your_note': string;
|
|
2594
|
+
'health.log.note_seen': string;
|
|
2595
|
+
'health.log.note_placeholder': string;
|
|
2596
|
+
'health.log.save_record': string;
|
|
2597
|
+
'health.log.skipped_hint': string;
|
|
2598
|
+
'health.log.notes': string;
|
|
2599
|
+
'health.log.notes_placeholder': string;
|
|
2600
|
+
'health.log.save': string;
|
|
2601
|
+
'health.log.saved': string;
|
|
2602
|
+
'health.log.logged_count': string;
|
|
2603
|
+
'health.log.prefill_note': string;
|
|
2604
|
+
'health.log.nothing_logged': string;
|
|
2605
|
+
'health.assist.open': string;
|
|
2606
|
+
'health.assist.title': string;
|
|
2607
|
+
'health.assist.placeholder': string;
|
|
2608
|
+
'health.assist.ask': string;
|
|
2609
|
+
'health.assist.working': string;
|
|
2610
|
+
'health.assist.needs_account': string;
|
|
2611
|
+
'health.assist.failed': string;
|
|
2612
|
+
'health.assist.current': string;
|
|
2613
|
+
'health.assist.proposed': string;
|
|
2614
|
+
'health.assist.accept': string;
|
|
2615
|
+
'health.assist.discard': string;
|
|
2616
|
+
'health.assist.nothing_changed': string;
|
|
2617
|
+
'health.assist.rest': string;
|
|
2618
|
+
'health.assist.empty_day': string;
|
|
2619
|
+
'health.assist.unverifiable': string;
|
|
2620
|
+
'health.assist.prompt.fill': string;
|
|
2621
|
+
'health.assist.prompt.finisher': string;
|
|
2622
|
+
'health.assist.prompt.warmup': string;
|
|
2623
|
+
'health.assist.prompt.easier': string;
|
|
2624
|
+
'health.assist.prompt.protein': string;
|
|
2625
|
+
'health.assist.prompt.quicker': string;
|
|
2626
|
+
'health.dup.open': string;
|
|
2627
|
+
'health.dup.title': string;
|
|
2628
|
+
'health.dup.mode_day': string;
|
|
2629
|
+
'health.dup.mode_week': string;
|
|
2630
|
+
'health.dup.pick_days': string;
|
|
2631
|
+
'health.dup.pick_week': string;
|
|
2632
|
+
'health.dup.week_n': string;
|
|
2633
|
+
'health.dup.day_n': string;
|
|
2634
|
+
'health.dup.has_content': string;
|
|
2635
|
+
'health.dup.apply': string;
|
|
2636
|
+
'health.dup.will_replace_one': string;
|
|
2637
|
+
'health.dup.will_replace_many': string;
|
|
2638
|
+
'health.dup.nothing_to_copy': string;
|
|
2639
|
+
'health.dup.progression': string;
|
|
2640
|
+
'health.dup.prog_same': string;
|
|
2641
|
+
'health.dup.prog_rep': string;
|
|
2642
|
+
'health.dup.prog_set': string;
|
|
2643
|
+
'health.dup.prog_hint': string;
|
|
2644
|
+
'health.plans.source.ava': string;
|
|
2645
|
+
'health.plans.source.curated': string;
|
|
2646
|
+
'health.starters.title': string;
|
|
2647
|
+
'health.starters.subtitle': string;
|
|
2648
|
+
'health.starters.open': string;
|
|
2649
|
+
'health.starters.loading': string;
|
|
2650
|
+
'health.starters.failed': string;
|
|
2651
|
+
'health.starters.retry': string;
|
|
2652
|
+
'health.starters.empty': string;
|
|
2653
|
+
'health.starters.start': string;
|
|
2654
|
+
'health.starters.starting': string;
|
|
2655
|
+
'health.starters.back': string;
|
|
2656
|
+
'health.starters.one_week': string;
|
|
2657
|
+
'health.starters.single_session': string;
|
|
2658
|
+
'health.starters.days': string;
|
|
2659
|
+
'health.starters.day': string;
|
|
2660
|
+
'health.starters.sessions': string;
|
|
2661
|
+
'health.starters.rest_days': string;
|
|
2662
|
+
'health.starters.rest': string;
|
|
2663
|
+
'health.starters.exercises': string;
|
|
2664
|
+
'health.starters.minutes': string;
|
|
2665
|
+
'health.starters.equipment': string;
|
|
2666
|
+
'health.starters.no_equipment': string;
|
|
2667
|
+
'health.starters.started_count': string;
|
|
2668
|
+
'health.starters.copy_note': string;
|
|
2669
|
+
'health.starters.not_adapted': string;
|
|
2670
|
+
'health.shopping.title': string;
|
|
2671
|
+
'health.shopping.shopping_for': string;
|
|
2672
|
+
'health.shopping.select_all': string;
|
|
2673
|
+
'health.shopping.select_none': string;
|
|
2674
|
+
'health.shopping.no_ingredients': string;
|
|
2675
|
+
'health.shopping.meals_selected': string;
|
|
2676
|
+
'health.shopping.open': string;
|
|
2677
|
+
'health.shopping.looking': string;
|
|
2678
|
+
'health.shopping.no_meals': string;
|
|
2679
|
+
'health.shopping.no_meals_week': string;
|
|
2680
|
+
'health.shopping.week_n': string;
|
|
2681
|
+
'health.shopping.this_week': string;
|
|
2682
|
+
'health.shopping.back_to_this_week': string;
|
|
2683
|
+
'health.shopping.prev_week': string;
|
|
2684
|
+
'health.shopping.next_week': string;
|
|
2685
|
+
'health.shopping.meals': string;
|
|
2686
|
+
'health.shopping.hide_optional': string;
|
|
2687
|
+
'health.shopping.reset': string;
|
|
2688
|
+
'health.shopping.retry': string;
|
|
2689
|
+
'health.shopping.scope_plan': string;
|
|
2690
|
+
'health.shopping.scope_week': string;
|
|
2691
|
+
'health.shopping.surplus': string;
|
|
2692
|
+
'health.shopping.surplus.hint': string;
|
|
2693
|
+
'health.shopping.settled': string;
|
|
2694
|
+
'health.shopping.settled.ate': string;
|
|
2695
|
+
'health.shopping.settled.skipped': string;
|
|
2696
|
+
'health.shopping.settled.other': string;
|
|
2697
|
+
'health.shopping.all_settled': string;
|
|
2698
|
+
'health.shopping.incomplete': string;
|
|
2699
|
+
'health.shopping.not_in_library': string;
|
|
2700
|
+
'health.shopping.aisle.produce': string;
|
|
2701
|
+
'health.shopping.aisle.meat_fish': string;
|
|
2702
|
+
'health.shopping.aisle.dairy_eggs': string;
|
|
2703
|
+
'health.shopping.aisle.bakery': string;
|
|
2704
|
+
'health.shopping.aisle.cupboard': string;
|
|
2705
|
+
'health.shopping.aisle.spices': string;
|
|
2706
|
+
'health.shopping.aisle.tins_jars': string;
|
|
2707
|
+
'health.shopping.aisle.oils_vinegars': string;
|
|
2708
|
+
'health.shopping.aisle.frozen': string;
|
|
2709
|
+
'health.shopping.aisle.other': string;
|
|
2710
|
+
'health.shopping.loose_lines': string;
|
|
2711
|
+
'health.shopping.optional': string;
|
|
2712
|
+
'health.shopping.for_people': string;
|
|
2713
|
+
'health.prep.title': string;
|
|
2714
|
+
'health.prep.open': string;
|
|
2715
|
+
'health.prep.nothing': string;
|
|
2716
|
+
'health.prep.hands_on': string;
|
|
2717
|
+
'health.prep.heaviest': string;
|
|
2718
|
+
'health.prep.over_budget': string;
|
|
2719
|
+
'health.prep.no_budget': string;
|
|
2720
|
+
'health.prep.start_ahead': string;
|
|
2721
|
+
'health.prep.start_ahead_hint': string;
|
|
2722
|
+
'health.prep.day_before': string;
|
|
2723
|
+
'health.prep.days_before': string;
|
|
2724
|
+
'health.prep.cook_once': string;
|
|
2725
|
+
'health.prep.cook_once_hint': string;
|
|
2726
|
+
'health.prep.cook_on_day': string;
|
|
2727
|
+
'health.prep.covers_days': string;
|
|
2728
|
+
'health.prep.make_servings': string;
|
|
2729
|
+
'health.prep.keeps_days': string;
|
|
2730
|
+
'health.prep.saves': string;
|
|
2731
|
+
'health.prep.rest_day': string;
|
|
2732
|
+
'health.prep.no_cooking': string;
|
|
2733
|
+
'health.submit.close': string;
|
|
2734
|
+
'health.submit.step.type': string;
|
|
2735
|
+
'health.submit.step.method': string;
|
|
2736
|
+
'health.submit.step.intake': string;
|
|
2737
|
+
'health.submit.step.drafting': string;
|
|
2738
|
+
'health.submit.step.review': string;
|
|
2739
|
+
'health.submit.step.details': string;
|
|
2740
|
+
'health.submit.step.submitted': string;
|
|
2741
|
+
'health.submit.loading_taxonomy': string;
|
|
2742
|
+
'health.submit.tax_failed_title': string;
|
|
2743
|
+
'health.submit.tax_failed_body': string;
|
|
2744
|
+
'health.submit.back': string;
|
|
2745
|
+
'health.submit.retry': string;
|
|
2746
|
+
'health.submit.success_title': string;
|
|
2747
|
+
'health.submit.success_is': string;
|
|
2748
|
+
'health.submit.success_body_a': string;
|
|
2749
|
+
'health.submit.my_submissions': string;
|
|
2750
|
+
'health.submit.success_body_b': string;
|
|
2751
|
+
'health.submit.submit_another': string;
|
|
2752
|
+
'health.submit.done': string;
|
|
2753
|
+
'health.submit.fail_title': string;
|
|
2754
|
+
'health.submit.unknown_error': string;
|
|
2755
|
+
'health.submit.try_again': string;
|
|
2756
|
+
'health.submit.contribute_title': string;
|
|
2757
|
+
'health.submit.contribute_blurb': string;
|
|
2758
|
+
'health.submit.kind.exercise': string;
|
|
2759
|
+
'health.submit.kind.exercise_detail': string;
|
|
2760
|
+
'health.submit.kind.recipe': string;
|
|
2761
|
+
'health.submit.kind.recipe_detail': string;
|
|
2762
|
+
'health.submit.subject.exercise': string;
|
|
2763
|
+
'health.submit.subject.recipe': string;
|
|
2764
|
+
'health.submit.back_arrow': string;
|
|
2765
|
+
'health.submit.method_title': string;
|
|
2766
|
+
'health.submit.method_manual_kicker': string;
|
|
2767
|
+
'health.submit.method_manual_title': string;
|
|
2768
|
+
'health.submit.method_manual_body': string;
|
|
2769
|
+
'health.submit.method_ava_kicker': string;
|
|
2770
|
+
'health.submit.credits_2': string;
|
|
2771
|
+
'health.submit.method_ava_title': string;
|
|
2772
|
+
'health.submit.method_ava_body': string;
|
|
2773
|
+
'health.submit.method_footnote': string;
|
|
2774
|
+
'health.submit.ex_intake_title': string;
|
|
2775
|
+
'health.submit.ex_intake_what': string;
|
|
2776
|
+
'health.submit.ex_intake_describe_label': string;
|
|
2777
|
+
'health.submit.ex_intake_describe_ph': string;
|
|
2778
|
+
'health.submit.optional_hints': string;
|
|
2779
|
+
'health.submit.ex_goal_label': string;
|
|
2780
|
+
'health.submit.goal.strength': string;
|
|
2781
|
+
'health.submit.goal.hypertrophy': string;
|
|
2782
|
+
'health.submit.goal.conditioning': string;
|
|
2783
|
+
'health.submit.goal.mobility': string;
|
|
2784
|
+
'health.submit.goal.general': string;
|
|
2785
|
+
'health.submit.ex_equipment_label': string;
|
|
2786
|
+
'health.submit.ex_equipment_ph': string;
|
|
2787
|
+
'health.submit.ex_level_label': string;
|
|
2788
|
+
'health.submit.level.beginner': string;
|
|
2789
|
+
'health.submit.level.intermediate': string;
|
|
2790
|
+
'health.submit.level.advanced': string;
|
|
2791
|
+
'health.submit.ex_surprise_title': string;
|
|
2792
|
+
'health.submit.surprise_me': string;
|
|
2793
|
+
'health.submit.draft_with_ava': string;
|
|
2794
|
+
'health.submit.rc_intake_title': string;
|
|
2795
|
+
'health.submit.rc_intake_what': string;
|
|
2796
|
+
'health.submit.rc_intake_describe_label': string;
|
|
2797
|
+
'health.submit.rc_intake_describe_ph': string;
|
|
2798
|
+
'health.submit.rc_cuisine_label': string;
|
|
2799
|
+
'health.submit.rc_cuisine_ph': string;
|
|
2800
|
+
'health.submit.rc_course_label': string;
|
|
2801
|
+
'health.submit.rc_dietary_label': string;
|
|
2802
|
+
'health.submit.rc_dietary_ph': string;
|
|
2803
|
+
'health.submit.rc_three_levels_note': string;
|
|
2804
|
+
'health.submit.rc_surprise_title': string;
|
|
2805
|
+
'health.submit.generating_title': string;
|
|
2806
|
+
'health.submit.flag.allergen': string;
|
|
2807
|
+
'health.submit.flag.contraindication': string;
|
|
2808
|
+
'health.submit.generating_body': string;
|
|
2809
|
+
'health.submit.ex_review_title': string;
|
|
2810
|
+
'health.submit.ex_new_title': string;
|
|
2811
|
+
'health.submit.ex_from_ava_note': string;
|
|
2812
|
+
'health.submit.identity': string;
|
|
2813
|
+
'health.submit.name': string;
|
|
2814
|
+
'health.submit.ex_name_ph': string;
|
|
2815
|
+
'health.submit.exercise_type': string;
|
|
2816
|
+
'health.submit.workout_type': string;
|
|
2817
|
+
'health.submit.ex_type.compound': string;
|
|
2818
|
+
'health.submit.ex_type.isolation': string;
|
|
2819
|
+
'health.submit.ex_type.bodyweight': string;
|
|
2820
|
+
'health.submit.ex_type.plyometric': string;
|
|
2821
|
+
'health.submit.ex_type.mobility': string;
|
|
2822
|
+
'health.submit.ex_type.cardio': string;
|
|
2823
|
+
'health.submit.ex_type.isometric': string;
|
|
2824
|
+
'health.submit.ex_type.stretching': string;
|
|
2825
|
+
'health.submit.ex_type.breathing': string;
|
|
2826
|
+
'health.submit.wk_type.strength': string;
|
|
2827
|
+
'health.submit.wk_type.hypertrophy': string;
|
|
2828
|
+
'health.submit.wk_type.conditioning': string;
|
|
2829
|
+
'health.submit.wk_type.hiit': string;
|
|
2830
|
+
'health.submit.wk_type.mobility': string;
|
|
2831
|
+
'health.submit.wk_type.yoga': string;
|
|
2832
|
+
'health.submit.wk_type.pilates': string;
|
|
2833
|
+
'health.submit.wk_type.recovery': string;
|
|
2834
|
+
'health.submit.wk_type.running': string;
|
|
2835
|
+
'health.submit.wk_type.cycling': string;
|
|
2836
|
+
'health.submit.wk_type.hybrid': string;
|
|
2837
|
+
'health.submit.difficulty': string;
|
|
2838
|
+
'health.submit.description': string;
|
|
2839
|
+
'health.submit.overview_optional': string;
|
|
2840
|
+
'health.submit.ex_overview_ph': string;
|
|
2841
|
+
'health.submit.ex_beginner_label': string;
|
|
2842
|
+
'health.submit.ex_beginner_ph': string;
|
|
2843
|
+
'health.submit.ex_mistakes_label': string;
|
|
2844
|
+
'health.submit.ex_mistakes_ph': string;
|
|
2845
|
+
'health.submit.steps_required': string;
|
|
2846
|
+
'health.submit.steps_hint': string;
|
|
2847
|
+
'health.submit.step_action_ph': string;
|
|
2848
|
+
'health.submit.remove_step': string;
|
|
2849
|
+
'health.submit.add_step': string;
|
|
2850
|
+
'health.submit.safety_contra_title': string;
|
|
2851
|
+
'health.submit.safety_contra_blurb': string;
|
|
2852
|
+
'health.submit.badge.hard_block': string;
|
|
2853
|
+
'health.submit.submit_for_review': string;
|
|
2854
|
+
'health.submit.rc_review_title': string;
|
|
2855
|
+
'health.submit.rc_new_title': string;
|
|
2856
|
+
'health.submit.rc_from_ava_note': string;
|
|
2857
|
+
'health.submit.rc_name_ph': string;
|
|
2858
|
+
'health.submit.rc_cuisine_optional': string;
|
|
2859
|
+
'health.submit.rc_course_optional': string;
|
|
2860
|
+
'health.submit.rc_origin_optional': string;
|
|
2861
|
+
'health.submit.rc_origin_ph': string;
|
|
2862
|
+
'health.submit.rc_overview_ph': string;
|
|
2863
|
+
'health.submit.skill_versions': string;
|
|
2864
|
+
'health.submit.skill_versions_blurb': string;
|
|
2865
|
+
'health.submit.ingredients_required': string;
|
|
2866
|
+
'health.submit.qty': string;
|
|
2867
|
+
'health.submit.unit': string;
|
|
2868
|
+
'health.submit.optional_ingredient': string;
|
|
2869
|
+
'health.submit.remove': string;
|
|
2870
|
+
'health.submit.tick_optional': string;
|
|
2871
|
+
'health.submit.add_ingredient': string;
|
|
2872
|
+
'health.submit.safety_allergen_title': string;
|
|
2873
|
+
'health.submit.safety_allergen_blurb': string;
|
|
2874
|
+
'health.submit.badge.major': string;
|
|
2875
|
+
'health.submit.prep_m': string;
|
|
2876
|
+
'health.submit.cook_m': string;
|
|
2877
|
+
'health.submit.total_m': string;
|
|
2878
|
+
'health.submit.serves_n': string;
|
|
2879
|
+
'health.submit.opt': string;
|
|
2880
|
+
'health.submit.equipment': string;
|
|
2881
|
+
'health.submit.method_n_steps': string;
|
|
2882
|
+
'health.submit.tricky': string;
|
|
2883
|
+
'health.submit.submitting': string;
|
|
2884
|
+
'health.mysubs.empty': string;
|
|
2885
|
+
'health.mysubs.contribute_now': string;
|
|
2886
|
+
'health.mysubs.intro': string;
|
|
2887
|
+
'health.mysubs.clearing': string;
|
|
2888
|
+
'health.mysubs.clear_rejected': string;
|
|
2889
|
+
'health.mysubs.refresh': string;
|
|
2890
|
+
'health.mysubs.confirm_delete_one': string;
|
|
2891
|
+
'health.mysubs.confirm_delete_many': string;
|
|
2892
|
+
'health.mysubs.cancel': string;
|
|
2893
|
+
'health.mysubs.clear_them': string;
|
|
2894
|
+
'health.mysubs.exercises': string;
|
|
2895
|
+
'health.mysubs.recipes': string;
|
|
2896
|
+
'health.mysubs.submitted': string;
|
|
2897
|
+
'health.mysubs.reviewed': string;
|
|
2898
|
+
'health.mysubs.reviewer_feedback': string;
|
|
2899
|
+
'health.mysubs.reviewer_note': string;
|
|
2900
|
+
'health.mysubs.status.pending': string;
|
|
2901
|
+
'health.mysubs.status.rejected': string;
|
|
2902
|
+
'health.mysubs.status.published': string;
|
|
2903
|
+
'health.home.loading': string;
|
|
2904
|
+
'health.home.brief.error': string;
|
|
2905
|
+
'health.home.training_load.sessions_one': string;
|
|
2906
|
+
'health.home.training_load.sessions': string;
|
|
2907
|
+
'health.home.quick.meal': string;
|
|
2908
|
+
'health.home.quick.water': string;
|
|
2909
|
+
'health.home.quick.sleep': string;
|
|
2910
|
+
'health.home.quick.mood': string;
|
|
2911
|
+
'health.home.quick.meals_logged': string;
|
|
2912
|
+
'health.home.quick.none_yet': string;
|
|
2913
|
+
'health.home.quick.ml': string;
|
|
2914
|
+
'health.home.quick.not_set': string;
|
|
2915
|
+
'health.home.quick.mood_value': string;
|
|
2916
|
+
'health.home.quick.water_today': string;
|
|
2917
|
+
'health.home.quick.hours_slept': string;
|
|
2918
|
+
'health.home.quick.how_feeling': string;
|
|
2919
|
+
'health.home.quick.meal_placeholder': string;
|
|
2920
|
+
'health.home.plans.empty_meals': string;
|
|
2921
|
+
'health.home.plans.empty_training': string;
|
|
2922
|
+
'health.browse.subtitle': string;
|
|
2923
|
+
'health.browse.loading_exercises': string;
|
|
2924
|
+
'health.browse.loading_recipes': string;
|
|
2925
|
+
'health.browse.no_exercises_found': string;
|
|
2926
|
+
'health.browse.no_recipes_found': string;
|
|
2927
|
+
'health.browse.couldnt_load_exercise': string;
|
|
2928
|
+
'health.browse.couldnt_load_recipe': string;
|
|
2929
|
+
'health.profile.local_blurb': string;
|
|
2930
|
+
'health.profile.saved': string;
|
|
2931
|
+
'health.profile.sex.other_short': string;
|
|
2932
|
+
'health.profile.height_cm': string;
|
|
2933
|
+
'health.profile.weight_kg': string;
|
|
2934
|
+
'health.profile.body_fat_pct': string;
|
|
2935
|
+
'health.profile.primary_goal': string;
|
|
2936
|
+
'health.profile.goal.athletic_performance': string;
|
|
2937
|
+
'health.profile.this_weeks_focus': string;
|
|
2938
|
+
'health.profile.weekly_focus_short_placeholder': string;
|
|
2939
|
+
'health.profile.allergens_csv': string;
|
|
2940
|
+
'health.profile.dietary_csv': string;
|
|
2941
|
+
'health.profile.dietary_csv_placeholder': string;
|
|
2942
|
+
'health.profile.injuries_csv': string;
|
|
2943
|
+
'health.profile.equipment_csv': string;
|
|
2944
|
+
'health.profile.equipment_csv_placeholder': string;
|
|
2945
|
+
'health.profile.minutes_per_day_available': string;
|
|
2946
|
+
'health.profile.training_start_short': string;
|
|
2947
|
+
'health.profile.training_end_short': string;
|
|
2948
|
+
'health.submit.contribute_short': string;
|
|
2949
|
+
'health.submit.contribute_short_blurb': string;
|
|
2950
|
+
'health.submit.published_thanks': string;
|
|
2951
|
+
'health.submit.submitted_thanks': string;
|
|
2952
|
+
'health.submit.submission_failed': string;
|
|
2953
|
+
'health.submit.difficulty_1_5': string;
|
|
2954
|
+
'health.submit.how_to_do_it_steps': string;
|
|
2955
|
+
'health.submit.ex_beginner_label_short': string;
|
|
2956
|
+
'health.submit.ex_mistakes_label_short': string;
|
|
2957
|
+
'health.submit.contraindications_label': string;
|
|
2958
|
+
'health.submit.step_n_placeholder': string;
|
|
2959
|
+
'health.submit.cuisine': string;
|
|
2960
|
+
'health.submit.origin_country': string;
|
|
2961
|
+
'health.submit.overview': string;
|
|
2962
|
+
'health.submit.ingredients': string;
|
|
2963
|
+
'health.submit.method_steps': string;
|
|
2964
|
+
'health.submit.allergens': string;
|
|
2965
|
+
'health.submit.ingredient_n_placeholder': string;
|
|
2966
|
+
'health.submit.opt_short': string;
|
|
2967
|
+
'health.submit.remove_ingredient': string;
|
|
2968
|
+
'health.mysubs.loading': string;
|
|
2969
|
+
'health.mysubs.empty_use_contribute': string;
|
|
2970
|
+
'health.mysubs.clear_rejected_short': string;
|
|
2971
|
+
'health.mysubs.submitted_no_date': string;
|
|
2972
|
+
'dash.nav.chat': string;
|
|
2973
|
+
'dash.nav.sync': string;
|
|
2974
|
+
'dash.nav.releases': string;
|
|
2975
|
+
'welcome.tagline': string;
|
|
2976
|
+
'welcome.setup_title': string;
|
|
2977
|
+
'welcome.setup_desc': string;
|
|
2978
|
+
'welcome.setup_cta': string;
|
|
2979
|
+
'welcome.ready_with': string;
|
|
2980
|
+
'welcome.quick_start': string;
|
|
2981
|
+
'welcome.capabilities': string;
|
|
2982
|
+
'welcome.modes': string;
|
|
2983
|
+
'welcome.footer': string;
|
|
2984
|
+
'welcome.cap.files': string;
|
|
2985
|
+
'welcome.cap.files_desc': string;
|
|
2986
|
+
'welcome.cap.search': string;
|
|
2987
|
+
'welcome.cap.search_desc': string;
|
|
2988
|
+
'welcome.cap.terminal': string;
|
|
2989
|
+
'welcome.cap.terminal_desc': string;
|
|
2990
|
+
'welcome.cap.web': string;
|
|
2991
|
+
'welcome.cap.web_desc': string;
|
|
2992
|
+
'welcome.cap.security': string;
|
|
2993
|
+
'welcome.cap.security_desc': string;
|
|
2994
|
+
'welcome.cap.memory': string;
|
|
2995
|
+
'welcome.cap.memory_desc': string;
|
|
2996
|
+
'welcome.mode.code_desc': string;
|
|
2997
|
+
'welcome.mode.plan_desc': string;
|
|
2998
|
+
'welcome.mode.chat_desc': string;
|
|
2999
|
+
'welcome.mode.security_desc': string;
|
|
3000
|
+
'welcome.mode.teach': string;
|
|
3001
|
+
'welcome.mode.teach_desc': string;
|
|
3002
|
+
'memory.active': string;
|
|
3003
|
+
'memory.archived': string;
|
|
3004
|
+
'memory.recalled': string;
|
|
3005
|
+
'memory.last_recalled': string;
|
|
3006
|
+
'feedback.perfect': string;
|
|
3007
|
+
'feedback.helpful': string;
|
|
3008
|
+
'feedback.creative': string;
|
|
3009
|
+
'feedback.good_explanation': string;
|
|
3010
|
+
'feedback.wrong': string;
|
|
3011
|
+
'feedback.incomplete': string;
|
|
3012
|
+
'feedback.too_verbose': string;
|
|
3013
|
+
'feedback.didnt_understand': string;
|
|
3014
|
+
'feedback.off_topic': string;
|
|
3015
|
+
'feedback.detail_heading': string;
|
|
3016
|
+
'feedback.detail_placeholder': string;
|
|
3017
|
+
'feedback.detail_skip': string;
|
|
3018
|
+
'feedback.detail_send': string;
|
|
3019
|
+
'feedback.send_failed': string;
|
|
3020
|
+
'secrets.add': string;
|
|
3021
|
+
'input.placeholder.teach': string;
|
|
3022
|
+
'input.placeholder.brainstorm': string;
|
|
3023
|
+
'input.mode.brainstorm': string;
|
|
3024
|
+
'input.mode.teach': string;
|
|
3025
|
+
'input.attach_image': string;
|
|
3026
|
+
'input.attach_image_unsupported': string;
|
|
3027
|
+
'input.compress_usage': string;
|
|
3028
|
+
'input.compress_click': string;
|
|
3029
|
+
'input.voice_input': string;
|
|
3030
|
+
'input.voice_stop': string;
|
|
3031
|
+
'input.voice_denied': string;
|
|
3032
|
+
'input.voice_title': string;
|
|
3033
|
+
'input.voice_subtitle': string;
|
|
3034
|
+
'input.voice_description': string;
|
|
3035
|
+
'input.voice_allow': string;
|
|
3036
|
+
'input.voice_deny': string;
|
|
3037
|
+
'input.pause_title': string;
|
|
3038
|
+
'input.pause_aria': string;
|
|
3039
|
+
'input.provider_free': string;
|
|
3040
|
+
'input.provider_platform': string;
|
|
3041
|
+
'input.provider_api_key': string;
|
|
3042
|
+
'input.provider_switch_free': string;
|
|
3043
|
+
'input.provider_use_own_key': string;
|
|
3044
|
+
'input.tokens_remaining': string;
|
|
3045
|
+
'input.tokens_unlimited': string;
|
|
3046
|
+
'input.mode_switch_hint': string;
|
|
3047
|
+
'header.dashboard': string;
|
|
3048
|
+
'error_boundary.title': string;
|
|
3049
|
+
'error_boundary.fallback': string;
|
|
3050
|
+
'error_boundary.reset': string;
|
|
3051
|
+
'plan.pending': string;
|
|
3052
|
+
'tasks.today': string;
|
|
3053
|
+
'tasks.close': string;
|
|
3054
|
+
'tasks.personal': string;
|
|
3055
|
+
'tasks.ava': string;
|
|
3056
|
+
'tasks.filter_today': string;
|
|
3057
|
+
'tasks.filter_all': string;
|
|
3058
|
+
'tasks.filter_plans': string;
|
|
3059
|
+
'tasks.empty_plans': string;
|
|
3060
|
+
'tasks.plan_chose': string;
|
|
3061
|
+
'tasks.plan_open': string;
|
|
3062
|
+
'tasks.no_tasks_today': string;
|
|
3063
|
+
'tasks.no_active_tasks': string;
|
|
3064
|
+
'tasks.add_hint': string;
|
|
3065
|
+
'tasks.completed': string;
|
|
3066
|
+
'tasks.current': string;
|
|
3067
|
+
'tasks.all_complete': string;
|
|
3068
|
+
'tasks.step_of': string;
|
|
3069
|
+
'tasks.no_active_session': string;
|
|
3070
|
+
'tasks.no_completed_yet': string;
|
|
3071
|
+
'tasks.open_folder': string;
|
|
3072
|
+
'tasks.new_task': string;
|
|
3073
|
+
'tasks.create_task': string;
|
|
3074
|
+
'tasks.add_step': string;
|
|
3075
|
+
'tasks.more': string;
|
|
3076
|
+
'tasks.due_time': string;
|
|
3077
|
+
'tasks.recurrence': string;
|
|
3078
|
+
'tasks.reminder': string;
|
|
3079
|
+
'tasks.subtasks': string;
|
|
3080
|
+
'tasks.from': string;
|
|
3081
|
+
'tasks.edit': string;
|
|
3082
|
+
'tasks.save': string;
|
|
3083
|
+
'tasks.expand': string;
|
|
3084
|
+
'tasks.toggle_complete': string;
|
|
3085
|
+
'tasks.priority_low': string;
|
|
3086
|
+
'tasks.priority_medium': string;
|
|
3087
|
+
'tasks.priority_high': string;
|
|
3088
|
+
'tasks.priority_urgent': string;
|
|
3089
|
+
'tasks.recurrence_none': string;
|
|
3090
|
+
'tasks.recurrence_daily': string;
|
|
3091
|
+
'tasks.recurrence_weekdays': string;
|
|
3092
|
+
'tasks.recurrence_weekly': string;
|
|
3093
|
+
'tasks.recurrence_monthly': string;
|
|
3094
|
+
'tasks.reminder_-1': string;
|
|
3095
|
+
'tasks.reminder_0': string;
|
|
3096
|
+
'tasks.reminder_10': string;
|
|
3097
|
+
'tasks.reminder_30': string;
|
|
3098
|
+
'tasks.reminder_60': string;
|
|
3099
|
+
'tasks.reminder_1440': string;
|
|
3100
|
+
'tasks.suggest_title': string;
|
|
3101
|
+
'tasks.suggest_add': string;
|
|
3102
|
+
'tasks.suggest_edit': string;
|
|
3103
|
+
'tasks.suggest_dismiss': string;
|
|
3104
|
+
'tasks.suggest_added': string;
|
|
3105
|
+
'tasks.suggest_dismissed': string;
|
|
3106
|
+
'memory.title': string;
|
|
3107
|
+
'memory.close': string;
|
|
3108
|
+
'memory.global': string;
|
|
3109
|
+
'memory.project': string;
|
|
3110
|
+
'memory.add': string;
|
|
3111
|
+
'memory.add_title': string;
|
|
3112
|
+
'memory.placeholder': string;
|
|
3113
|
+
'memory.save': string;
|
|
3114
|
+
'memory.cancel': string;
|
|
3115
|
+
'memory.no_archived': string;
|
|
3116
|
+
'memory.no_global': string;
|
|
3117
|
+
'memory.no_project': string;
|
|
3118
|
+
'memory.restore': string;
|
|
3119
|
+
'memory.archive': string;
|
|
3120
|
+
'memory.delete': string;
|
|
3121
|
+
'memory.confirm': string;
|
|
3122
|
+
'memory.confirm_delete': string;
|
|
3123
|
+
'memory.delete_permanently': string;
|
|
3124
|
+
'memory.clear_all': string;
|
|
3125
|
+
'memory.confirm_clear_all': string;
|
|
3126
|
+
'feedback.good': string;
|
|
3127
|
+
'feedback.bad': string;
|
|
3128
|
+
'feedback.thanks': string;
|
|
3129
|
+
'feedback.what_good': string;
|
|
3130
|
+
'feedback.what_wrong': string;
|
|
3131
|
+
'feedback.skip_reason': string;
|
|
3132
|
+
'feedback.cancel': string;
|
|
3133
|
+
'secrets.title': string;
|
|
3134
|
+
'secrets.label_placeholder': string;
|
|
3135
|
+
'secrets.value_placeholder': string;
|
|
3136
|
+
'secrets.save': string;
|
|
3137
|
+
'secrets.empty': string;
|
|
3138
|
+
'secrets.reveal': string;
|
|
3139
|
+
'secrets.hide': string;
|
|
3140
|
+
'secrets.vault_tooltip': string;
|
|
3141
|
+
'palette.title': string;
|
|
3142
|
+
'palette.tooltip': string;
|
|
3143
|
+
'palette.empty': string;
|
|
3144
|
+
'palette.col.task': string;
|
|
3145
|
+
'palette.col.journal': string;
|
|
3146
|
+
'palette.col.creative': string;
|
|
3147
|
+
'palette.col.support': string;
|
|
3148
|
+
'palette.col.memory': string;
|
|
3149
|
+
'palette.col.learning': string;
|
|
3150
|
+
'palette.task.create': string;
|
|
3151
|
+
'palette.journal.create': string;
|
|
3152
|
+
'palette.creative.image': string;
|
|
3153
|
+
'palette.creative.music': string;
|
|
3154
|
+
'palette.creative.video': string;
|
|
3155
|
+
'palette.creative.voice': string;
|
|
3156
|
+
'palette.support.create': string;
|
|
3157
|
+
'palette.memory.create': string;
|
|
3158
|
+
'palette.learning.create': string;
|
|
3159
|
+
'palette.col.plans': string;
|
|
3160
|
+
'palette.plans.meal': string;
|
|
3161
|
+
'palette.plans.fitness': string;
|
|
3162
|
+
'palette.plans.combined': string;
|
|
3163
|
+
'app.model_switched': string;
|
|
3164
|
+
'app.context_compressed': string;
|
|
3165
|
+
'app.continue': string;
|
|
3166
|
+
'dash.article.ai_curated': string;
|
|
3167
|
+
'dash.article.at': string;
|
|
3168
|
+
'dash.article.avas_take': string;
|
|
3169
|
+
'dash.article.back_to_news': string;
|
|
3170
|
+
'dash.article.breaking': string;
|
|
3171
|
+
'dash.article.by': string;
|
|
3172
|
+
'dash.article.commentary': string;
|
|
3173
|
+
'dash.article.copied': string;
|
|
3174
|
+
'dash.article.copy_link': string;
|
|
3175
|
+
'dash.article.m_read': string;
|
|
3176
|
+
'dash.article.open_in_browser': string;
|
|
3177
|
+
'dash.article.originally_reported': string;
|
|
3178
|
+
'dash.article.read_original': string;
|
|
3179
|
+
'dash.article.related': string;
|
|
3180
|
+
'dash.article.sources': string;
|
|
3181
|
+
'dash.article.quotes': string;
|
|
3182
|
+
'dash.article.coverage': string;
|
|
3183
|
+
'dash.article.coverage_line': string;
|
|
3184
|
+
'dash.article.piece': string;
|
|
3185
|
+
'dash.article.pieces': string;
|
|
3186
|
+
'dash.article.outlet': string;
|
|
3187
|
+
'dash.article.outlets': string;
|
|
3188
|
+
'dash.article.echoed': string;
|
|
3189
|
+
'dash.article.echoed_wire': string;
|
|
3190
|
+
'dash.article.differ': string;
|
|
3191
|
+
'dash.article.not_covering': string;
|
|
3192
|
+
'dash.article.unverified': string;
|
|
3193
|
+
'dash.article.transparency_ai': string;
|
|
3194
|
+
'dash.article.transparency_default': string;
|
|
3195
|
+
'dash.audit.arguments': string;
|
|
3196
|
+
'dash.audit.byok_estimate_label': string;
|
|
3197
|
+
'dash.audit.cat_file_ops': string;
|
|
3198
|
+
'dash.audit.cat_shell': string;
|
|
3199
|
+
'dash.audit.cat_git': string;
|
|
3200
|
+
'dash.audit.cat_web': string;
|
|
3201
|
+
'dash.audit.cat_media': string;
|
|
3202
|
+
'dash.audit.cat_database': string;
|
|
3203
|
+
'dash.audit.cat_system': string;
|
|
3204
|
+
'dash.audit.cat_documents': string;
|
|
3205
|
+
'dash.audit.cat_memory': string;
|
|
3206
|
+
'dash.audit.cat_learning': string;
|
|
3207
|
+
'dash.audit.col_approval': string;
|
|
3208
|
+
'dash.audit.col_category': string;
|
|
3209
|
+
'dash.audit.col_cost': string;
|
|
3210
|
+
'dash.audit.col_risk': string;
|
|
3211
|
+
'dash.audit.col_status': string;
|
|
3212
|
+
'dash.audit.col_time': string;
|
|
3213
|
+
'dash.audit.col_tool': string;
|
|
3214
|
+
'dash.audit.credits_label': string;
|
|
3215
|
+
'dash.audit.empty_filtered': string;
|
|
3216
|
+
'dash.audit.empty_none': string;
|
|
3217
|
+
'dash.audit.entries_shown': string;
|
|
3218
|
+
'dash.audit.export_json': string;
|
|
3219
|
+
'dash.audit.export_json_title': string;
|
|
3220
|
+
'dash.audit.export_md': string;
|
|
3221
|
+
'dash.audit.export_md_title': string;
|
|
3222
|
+
'dash.audit.filter_placeholder': string;
|
|
3223
|
+
'dash.audit.finding_auto_fail': string;
|
|
3224
|
+
'dash.audit.finding_auto_fail_hint': string;
|
|
3225
|
+
'dash.audit.finding_dangerous_hint': string;
|
|
3226
|
+
'dash.audit.finding_dangerous_one': string;
|
|
3227
|
+
'dash.audit.finding_dangerous_other': string;
|
|
3228
|
+
'dash.audit.finding_retry': string;
|
|
3229
|
+
'dash.audit.finding_retry_hint': string;
|
|
3230
|
+
'dash.audit.refresh': string;
|
|
3231
|
+
'dash.audit.refresh_title': string;
|
|
3232
|
+
'dash.audit.integrity_title': string;
|
|
3233
|
+
'dash.audit.integrity_unchanged': string;
|
|
3234
|
+
'dash.audit.integrity_modified': string;
|
|
3235
|
+
'dash.audit.integrity_deleted': string;
|
|
3236
|
+
'dash.audit.integrity_unverifiable': string;
|
|
3237
|
+
'dash.audit.integrity_hash_after': string;
|
|
3238
|
+
'dash.audit.integrity_git_sha': string;
|
|
3239
|
+
'dash.audit.integrity_size': string;
|
|
3240
|
+
'dash.audit.security_lens': string;
|
|
3241
|
+
'dash.audit.security_lens_title': string;
|
|
3242
|
+
'dash.audit.sec_network': string;
|
|
3243
|
+
'dash.audit.sec_outofws': string;
|
|
3244
|
+
'dash.audit.sec_secret': string;
|
|
3245
|
+
'dash.audit.sec_dangerous': string;
|
|
3246
|
+
'dash.audit.result': string;
|
|
3247
|
+
'dash.audit.risk_all': string;
|
|
3248
|
+
'dash.audit.risk_dangerous': string;
|
|
3249
|
+
'dash.audit.risk_safe': string;
|
|
3250
|
+
'dash.audit.risk_write': string;
|
|
3251
|
+
'dash.audit.showing_range': string;
|
|
3252
|
+
'dash.audit.status_all': string;
|
|
3253
|
+
'dash.audit.status_denied': string;
|
|
3254
|
+
'dash.audit.status_failed': string;
|
|
3255
|
+
'dash.audit.status_success': string;
|
|
3256
|
+
'dash.cc.add_name': string;
|
|
3257
|
+
'dash.cc.credits_used': string;
|
|
3258
|
+
'dash.cc.free_credits': string;
|
|
3259
|
+
'dash.cc.loading_article': string;
|
|
3260
|
+
'dash.cc.name_change_title': string;
|
|
3261
|
+
'dash.cc.name_placeholder': string;
|
|
3262
|
+
'dash.cc.name_set_title': string;
|
|
3263
|
+
'dash.cc.refresh_widget': string;
|
|
3264
|
+
'dash.chat.copied_excl': string;
|
|
3265
|
+
'dash.chat.copied_to_clipboard': string;
|
|
3266
|
+
'dash.chat.copy_short': string;
|
|
3267
|
+
'dash.chat.copy_to_clipboard': string;
|
|
3268
|
+
'dash.chat.diff_more_added': string;
|
|
3269
|
+
'dash.chat.diff_more_removed': string;
|
|
3270
|
+
'dash.chat.greeting.afternoon': string;
|
|
3271
|
+
'dash.chat.greeting.evening': string;
|
|
3272
|
+
'dash.chat.greeting.late_anon': string;
|
|
3273
|
+
'dash.chat.greeting.late_named': string;
|
|
3274
|
+
'dash.chat.greeting.morning': string;
|
|
3275
|
+
'dash.chat.messages_log': string;
|
|
3276
|
+
'dash.chat.persona_verb.default': string;
|
|
3277
|
+
'dash.chat.persona_label.scout': string;
|
|
3278
|
+
'dash.chat.persona_label.architect': string;
|
|
3279
|
+
'dash.chat.persona_label.verifier': string;
|
|
3280
|
+
'dash.chat.persona_label.sequencer': string;
|
|
3281
|
+
'dash.chat.persona_label.challenger': string;
|
|
3282
|
+
'dash.chat.persona_label.builder': string;
|
|
3283
|
+
'dash.chat.persona_label.researcher': string;
|
|
3284
|
+
'dash.chat.persona_label.curriculum_architect': string;
|
|
3285
|
+
'dash.chat.persona_label.content_writer': string;
|
|
3286
|
+
'dash.chat.persona_label.fact_checker': string;
|
|
3287
|
+
'dash.chat.persona_label.quiz_master': string;
|
|
3288
|
+
'dash.chat.persona_label.tutor': string;
|
|
3289
|
+
'dash.chat.persona_label.recon': string;
|
|
3290
|
+
'dash.chat.persona_label.scanner': string;
|
|
3291
|
+
'dash.chat.persona_label.cve_researcher': string;
|
|
3292
|
+
'dash.chat.persona_label.reporter': string;
|
|
3293
|
+
'dash.chat.persona_label.explorer': string;
|
|
3294
|
+
'dash.chat.persona_label.ideator': string;
|
|
3295
|
+
'dash.chat.persona_label.refiner': string;
|
|
3296
|
+
'dash.chat.persona_verb.scout': string;
|
|
3297
|
+
'dash.chat.persona_verb.architect': string;
|
|
3298
|
+
'dash.chat.persona_verb.verifier': string;
|
|
3299
|
+
'dash.chat.persona_verb.sequencer': string;
|
|
3300
|
+
'dash.chat.persona_verb.challenger': string;
|
|
3301
|
+
'dash.chat.persona_verb.builder': string;
|
|
3302
|
+
'dash.chat.persona_verb.researcher': string;
|
|
3303
|
+
'dash.chat.persona_verb.curriculum_architect': string;
|
|
3304
|
+
'dash.chat.persona_verb.content_writer': string;
|
|
3305
|
+
'dash.chat.persona_verb.fact_checker': string;
|
|
3306
|
+
'dash.chat.persona_verb.quiz_master': string;
|
|
3307
|
+
'dash.chat.persona_verb.tutor': string;
|
|
3308
|
+
'dash.chat.persona_verb.recon': string;
|
|
3309
|
+
'dash.chat.persona_verb.scanner': string;
|
|
3310
|
+
'dash.chat.persona_verb.cve_researcher': string;
|
|
3311
|
+
'dash.chat.persona_verb.reporter': string;
|
|
3312
|
+
'dash.chat.persona_verb.explorer': string;
|
|
3313
|
+
'dash.chat.persona_verb.ideator': string;
|
|
3314
|
+
'dash.chat.persona_verb.refiner': string;
|
|
3315
|
+
'dash.chat.planning_complete': string;
|
|
3316
|
+
'dash.chat.preparing_next_specialist': string;
|
|
3317
|
+
'dash.chat.starter.audit': string;
|
|
3318
|
+
'dash.chat.starter.audit_prompt': string;
|
|
3319
|
+
'dash.chat.starter.brainstorm': string;
|
|
3320
|
+
'dash.chat.starter.brainstorm_prompt': string;
|
|
3321
|
+
'dash.chat.starter.chat': string;
|
|
3322
|
+
'dash.chat.starter.explain': string;
|
|
3323
|
+
'dash.chat.starter.explain_prompt': string;
|
|
3324
|
+
'dash.chat.starter.heading': string;
|
|
3325
|
+
'dash.chat.starter.plan': string;
|
|
3326
|
+
'dash.chat.starter.plan_prompt': string;
|
|
3327
|
+
'dash.chat.starter.subheading': string;
|
|
3328
|
+
'dash.chat.starter.teach': string;
|
|
3329
|
+
'dash.chat.starter.teach_prompt': string;
|
|
3330
|
+
'dash.chat.starter.tip_prefix': string;
|
|
3331
|
+
'dash.chat.starter.tip_suffix': string;
|
|
3332
|
+
'dash.chat.team_planning': string;
|
|
3333
|
+
'dash.chat.thinking_in_progress': string;
|
|
3334
|
+
'dash.chat.thought_for': string;
|
|
3335
|
+
'dash.cloud.addons_amount': string;
|
|
3336
|
+
'dash.cloud.by_type': string;
|
|
3337
|
+
'dash.cloud.by_type_desc': string;
|
|
3338
|
+
'dash.cloud.clear_all': string;
|
|
3339
|
+
'dash.cloud.clearing': string;
|
|
3340
|
+
'dash.cloud.management_tab': string;
|
|
3341
|
+
'dash.cloud.of_total': string;
|
|
3342
|
+
'dash.cloud.plan_amount': string;
|
|
3343
|
+
'dash.cloud.recalculate': string;
|
|
3344
|
+
'dash.cloud.signin_prompt': string;
|
|
3345
|
+
'dash.cloud.storage_blurb': string;
|
|
3346
|
+
'dash.cloud.storage_title': string;
|
|
3347
|
+
'dash.creative.action_animate': string;
|
|
3348
|
+
'dash.creative.action_use_as_score': string;
|
|
3349
|
+
'dash.creative.action_variations': string;
|
|
3350
|
+
'dash.creative.action_voiceover': string;
|
|
3351
|
+
'dash.creative.admin_no_caps': string;
|
|
3352
|
+
'dash.creative.attach_first_frame': string;
|
|
3353
|
+
'dash.creative.avas_voice': string;
|
|
3354
|
+
'dash.creative.avoid_placeholder': string;
|
|
3355
|
+
'dash.creative.camera_auto': string;
|
|
3356
|
+
'dash.creative.camera_static': string;
|
|
3357
|
+
'dash.creative.camera_pan': string;
|
|
3358
|
+
'dash.creative.camera_zoom': string;
|
|
3359
|
+
'dash.creative.camera_dolly': string;
|
|
3360
|
+
'dash.creative.camera_orbit': string;
|
|
3361
|
+
'dash.creative.click_again': string;
|
|
3362
|
+
'dash.creative.click_again_confirm': string;
|
|
3363
|
+
'dash.creative.close_esc': string;
|
|
3364
|
+
'dash.creative.copied': string;
|
|
3365
|
+
'dash.creative.copy_prompt': string;
|
|
3366
|
+
'dash.creative.cost_cr': string;
|
|
3367
|
+
'dash.creative.cost_for_generation': string;
|
|
3368
|
+
'dash.creative.cost_over_balance': string;
|
|
3369
|
+
'dash.creative.credit_balance': string;
|
|
3370
|
+
'dash.creative.credits_left': string;
|
|
3371
|
+
'dash.creative.done': string;
|
|
3372
|
+
'dash.creative.emotion_neutral': string;
|
|
3373
|
+
'dash.creative.emotion_calm': string;
|
|
3374
|
+
'dash.creative.emotion_excited': string;
|
|
3375
|
+
'dash.creative.emotion_playful': string;
|
|
3376
|
+
'dash.creative.emotion_serious': string;
|
|
3377
|
+
'dash.creative.emotion_whispered': string;
|
|
3378
|
+
'dash.creative.err_no_audio_url': string;
|
|
3379
|
+
'dash.creative.err_no_image_url': string;
|
|
3380
|
+
'dash.creative.err_no_video_url': string;
|
|
3381
|
+
'dash.creative.err_no_voice_url': string;
|
|
3382
|
+
'dash.creative.err_video_failed': string;
|
|
3383
|
+
'dash.creative.gallery_empty': string;
|
|
3384
|
+
'dash.creative.gen_eta': string;
|
|
3385
|
+
'dash.creative.gen_image': string;
|
|
3386
|
+
'dash.creative.gen_music': string;
|
|
3387
|
+
'dash.creative.gen_video': string;
|
|
3388
|
+
'dash.creative.gen_video_eta': string;
|
|
3389
|
+
'dash.creative.gen_voice': string;
|
|
3390
|
+
'dash.creative.generated_image_alt': string;
|
|
3391
|
+
'dash.creative.generating': string;
|
|
3392
|
+
'dash.creative.generation_failed': string;
|
|
3393
|
+
'dash.creative.hint_drop_image': string;
|
|
3394
|
+
'dash.creative.hint_newline': string;
|
|
3395
|
+
'dash.creative.hint_to_send': string;
|
|
3396
|
+
'dash.creative.label_avoid': string;
|
|
3397
|
+
'dash.creative.label_camera': string;
|
|
3398
|
+
'dash.creative.label_duration': string;
|
|
3399
|
+
'dash.creative.label_emotion': string;
|
|
3400
|
+
'dash.creative.label_lyrics': string;
|
|
3401
|
+
'dash.creative.label_mood': string;
|
|
3402
|
+
'dash.creative.label_motion': string;
|
|
3403
|
+
'dash.creative.label_pitch': string;
|
|
3404
|
+
'dash.creative.label_size': string;
|
|
3405
|
+
'dash.creative.label_speed': string;
|
|
3406
|
+
'dash.creative.label_style': string;
|
|
3407
|
+
'dash.creative.label_variations': string;
|
|
3408
|
+
'dash.creative.label_voice': string;
|
|
3409
|
+
'dash.creative.lyrics_placeholder': string;
|
|
3410
|
+
'dash.creative.mode_image': string;
|
|
3411
|
+
'dash.creative.mode_music': string;
|
|
3412
|
+
'dash.creative.mode_settings': string;
|
|
3413
|
+
'dash.creative.mode_video': string;
|
|
3414
|
+
'dash.creative.mode_voice': string;
|
|
3415
|
+
'dash.creative.modeword_images': string;
|
|
3416
|
+
'dash.creative.modeword_music': string;
|
|
3417
|
+
'dash.creative.modeword_video': string;
|
|
3418
|
+
'dash.creative.modeword_voice': string;
|
|
3419
|
+
'dash.creative.mood_auto': string;
|
|
3420
|
+
'dash.creative.mood_cinematic': string;
|
|
3421
|
+
'dash.creative.mood_lofi': string;
|
|
3422
|
+
'dash.creative.mood_synthwave': string;
|
|
3423
|
+
'dash.creative.mood_orchestral': string;
|
|
3424
|
+
'dash.creative.mood_ambient': string;
|
|
3425
|
+
'dash.creative.mood_trailer': string;
|
|
3426
|
+
'dash.creative.motion_dynamic': string;
|
|
3427
|
+
'dash.creative.motion_subtle': string;
|
|
3428
|
+
'dash.creative.motion_wild': string;
|
|
3429
|
+
'dash.creative.n_variations': string;
|
|
3430
|
+
'dash.creative.no_prompt': string;
|
|
3431
|
+
'dash.creative.one_image': string;
|
|
3432
|
+
'dash.creative.placeholder_image': string;
|
|
3433
|
+
'dash.creative.placeholder_music': string;
|
|
3434
|
+
'dash.creative.placeholder_video': string;
|
|
3435
|
+
'dash.creative.placeholder_voice': string;
|
|
3436
|
+
'dash.creative.ready_desc': string;
|
|
3437
|
+
'dash.creative.ready_title': string;
|
|
3438
|
+
'dash.creative.regenerate': string;
|
|
3439
|
+
'dash.creative.remove_first_frame': string;
|
|
3440
|
+
'dash.creative.replace_first_frame': string;
|
|
3441
|
+
'dash.creative.send': string;
|
|
3442
|
+
'dash.creative.shuffle_suggestions': string;
|
|
3443
|
+
'dash.creative.sign_in_credits': string;
|
|
3444
|
+
'dash.creative.size_landscape': string;
|
|
3445
|
+
'dash.creative.size_portrait': string;
|
|
3446
|
+
'dash.creative.size_square': string;
|
|
3447
|
+
'dash.creative.storage_both': string;
|
|
3448
|
+
'dash.creative.storage_cloud': string;
|
|
3449
|
+
'dash.creative.storage_local': string;
|
|
3450
|
+
'dash.creative.style_auto': string;
|
|
3451
|
+
'dash.creative.style_cinematic': string;
|
|
3452
|
+
'dash.creative.style_photoreal': string;
|
|
3453
|
+
'dash.creative.style_illustration': string;
|
|
3454
|
+
'dash.creative.style_anime': string;
|
|
3455
|
+
'dash.creative.style_watercolour': string;
|
|
3456
|
+
'dash.creative.style_graphic': string;
|
|
3457
|
+
'dash.creative.subtitle': string;
|
|
3458
|
+
'dash.creative.unlimited': string;
|
|
3459
|
+
'dash.creative.voice_ava': string;
|
|
3460
|
+
'dash.creative.voice_calm_woman': string;
|
|
3461
|
+
'dash.creative.voice_calm_man': string;
|
|
3462
|
+
'dash.creative.voice_wise_woman': string;
|
|
3463
|
+
'dash.creative.voice_deep': string;
|
|
3464
|
+
'dash.creative.voice_determined': string;
|
|
3465
|
+
'dash.creative.voice_friendly': string;
|
|
3466
|
+
'dash.creative.voice_inspirational': string;
|
|
3467
|
+
'dash.creative.voice_lively': string;
|
|
3468
|
+
'dash.creative.voice_newscaster': string;
|
|
3469
|
+
'dash.creative.voice_patient': string;
|
|
3470
|
+
'dash.creative.voice_locked': string;
|
|
3471
|
+
'dash.creative.voice_pick_character': string;
|
|
3472
|
+
'dash.creative.with_lyrics': string;
|
|
3473
|
+
'dash.docs.callout_note': string;
|
|
3474
|
+
'dash.docs.callout_tip': string;
|
|
3475
|
+
'dash.docs.callout_warning': string;
|
|
3476
|
+
'dash.docs.col_action': string;
|
|
3477
|
+
'dash.docs.col_capabilities': string;
|
|
3478
|
+
'dash.docs.col_category': string;
|
|
3479
|
+
'dash.docs.col_context': string;
|
|
3480
|
+
'dash.docs.col_description': string;
|
|
3481
|
+
'dash.docs.col_mindset': string;
|
|
3482
|
+
'dash.docs.col_mode': string;
|
|
3483
|
+
'dash.docs.col_model': string;
|
|
3484
|
+
'dash.docs.col_prefix': string;
|
|
3485
|
+
'dash.docs.col_price': string;
|
|
3486
|
+
'dash.docs.col_risk': string;
|
|
3487
|
+
'dash.docs.col_summary': string;
|
|
3488
|
+
'dash.docs.col_surface': string;
|
|
3489
|
+
'dash.docs.col_tool': string;
|
|
3490
|
+
'dash.docs.col_win_mac': string;
|
|
3491
|
+
'dash.docs.sections': string;
|
|
3492
|
+
'dash.docs.team_label': string;
|
|
3493
|
+
'dash.history.n_credits': string;
|
|
3494
|
+
'dash.history.no_conversations': string;
|
|
3495
|
+
'dash.history.no_match': string;
|
|
3496
|
+
'dash.history.search_conversations': string;
|
|
3497
|
+
'dash.history.subtitle': string;
|
|
3498
|
+
'dash.history.tab_audit': string;
|
|
3499
|
+
'dash.history.tab_conversations': string;
|
|
3500
|
+
'dash.history.tab_usage': string;
|
|
3501
|
+
'dash.history.title': string;
|
|
3502
|
+
'dash.library_papers.abstract': string;
|
|
3503
|
+
'dash.library_papers.disc_all': string;
|
|
3504
|
+
'dash.library_papers.disc_ai_cs': string;
|
|
3505
|
+
'dash.library_papers.disc_biology': string;
|
|
3506
|
+
'dash.library_papers.disc_medicine': string;
|
|
3507
|
+
'dash.library_papers.disc_physics': string;
|
|
3508
|
+
'dash.library_papers.disc_chemistry': string;
|
|
3509
|
+
'dash.library_papers.disc_earth_sciences': string;
|
|
3510
|
+
'dash.library_papers.disc_social_sciences': string;
|
|
3511
|
+
'dash.library_papers.disc_economics': string;
|
|
3512
|
+
'dash.library_papers.disc_engineering': string;
|
|
3513
|
+
'dash.library_papers.disc_math': string;
|
|
3514
|
+
'dash.library_papers.disc_other': string;
|
|
3515
|
+
'dash.library_papers.badge_ai_cs': string;
|
|
3516
|
+
'dash.library_papers.badge_biology': string;
|
|
3517
|
+
'dash.library_papers.badge_medicine': string;
|
|
3518
|
+
'dash.library_papers.badge_physics': string;
|
|
3519
|
+
'dash.library_papers.badge_chemistry': string;
|
|
3520
|
+
'dash.library_papers.badge_earth_sciences': string;
|
|
3521
|
+
'dash.library_papers.badge_social_sciences': string;
|
|
3522
|
+
'dash.library_papers.badge_economics': string;
|
|
3523
|
+
'dash.library_papers.badge_engineering': string;
|
|
3524
|
+
'dash.library_papers.badge_math': string;
|
|
3525
|
+
'dash.library_papers.badge_other': string;
|
|
3526
|
+
'dash.library_papers.tab_featured': string;
|
|
3527
|
+
'dash.library_papers.tab_featured_hint': string;
|
|
3528
|
+
'dash.library_papers.tab_trending': string;
|
|
3529
|
+
'dash.library_papers.tab_trending_hint': string;
|
|
3530
|
+
'dash.library_papers.tab_latest': string;
|
|
3531
|
+
'dash.library_papers.tab_latest_hint': string;
|
|
3532
|
+
'dash.library_papers.authors_et_al': string;
|
|
3533
|
+
'dash.library_papers.citations': string;
|
|
3534
|
+
'dash.library_papers.clear_search': string;
|
|
3535
|
+
'dash.library_papers.close': string;
|
|
3536
|
+
'dash.library_papers.empty_search': string;
|
|
3537
|
+
'dash.library_papers.empty_search_hint': string;
|
|
3538
|
+
'dash.library_papers.empty_tab': string;
|
|
3539
|
+
'dash.library_papers.empty_tab_hint': string;
|
|
3540
|
+
'dash.library_papers.loading_detail': string;
|
|
3541
|
+
'dash.library_papers.medical_banner': string;
|
|
3542
|
+
'dash.library_papers.not_medical_advice_body': string;
|
|
3543
|
+
'dash.library_papers.not_medical_advice_lead': string;
|
|
3544
|
+
'dash.library_papers.open_access_pdf': string;
|
|
3545
|
+
'dash.library_papers.original_publisher': string;
|
|
3546
|
+
'dash.library_papers.read_with_ava': string;
|
|
3547
|
+
'dash.library_papers.retracted': string;
|
|
3548
|
+
'dash.library_papers.search_placeholder': string;
|
|
3549
|
+
'dash.models.cell_title': string;
|
|
3550
|
+
'dash.models.col_model': string;
|
|
3551
|
+
'dash.models.col_overall': string;
|
|
3552
|
+
'dash.models.generated': string;
|
|
3553
|
+
'dash.models.how_it_works_body': string;
|
|
3554
|
+
'dash.models.how_it_works_lead': string;
|
|
3555
|
+
'dash.models.launching_soon': string;
|
|
3556
|
+
'dash.models.low_confidence_suffix': string;
|
|
3557
|
+
'dash.models.no_data': string;
|
|
3558
|
+
'dash.models.no_runs': string;
|
|
3559
|
+
'dash.models.refresh': string;
|
|
3560
|
+
'dash.models.refreshing': string;
|
|
3561
|
+
'dash.models.repo_not_live': string;
|
|
3562
|
+
'dash.models.subtitle': string;
|
|
3563
|
+
'dash.models.title': string;
|
|
3564
|
+
'dash.models.section_models': string;
|
|
3565
|
+
'dash.models.section_modes': string;
|
|
3566
|
+
'dash.models.modes_explainer': string;
|
|
3567
|
+
'dash.models.col_mode': string;
|
|
3568
|
+
'dash.models.receipts': string;
|
|
3569
|
+
'dash.models.fleet': string;
|
|
3570
|
+
'dash.models.clean': string;
|
|
3571
|
+
'dash.models.clean_title': string;
|
|
3572
|
+
'dash.models.losses_title': string;
|
|
3573
|
+
'dash.models.losses_body': string;
|
|
3574
|
+
'dash.models.mode_tag': string;
|
|
3575
|
+
'dash.models.view_on_github': string;
|
|
3576
|
+
'dash.nav.coming_soon_full': string;
|
|
3577
|
+
'dash.nav.expand_sidebar': string;
|
|
3578
|
+
'dash.nav.export_import': string;
|
|
3579
|
+
'dash.nav.hide_calendar': string;
|
|
3580
|
+
'dash.nav.hide_sidebar': string;
|
|
3581
|
+
'dash.nav.move_sidebar_left': string;
|
|
3582
|
+
'dash.nav.move_sidebar_right': string;
|
|
3583
|
+
'dash.nav.show_calendar': string;
|
|
3584
|
+
'dash.portability.accepts_json': string;
|
|
3585
|
+
'dash.portability.click_select': string;
|
|
3586
|
+
'dash.portability.detected_files': string;
|
|
3587
|
+
'dash.portability.download_all': string;
|
|
3588
|
+
'dash.portability.download_all_desc': string;
|
|
3589
|
+
'dash.portability.cloud_sunset': string;
|
|
3590
|
+
'dash.portability.type.memory_desc': string;
|
|
3591
|
+
'dash.portability.type.tasks_desc': string;
|
|
3592
|
+
'dash.portability.type.journal_desc': string;
|
|
3593
|
+
'dash.portability.type.learning_desc': string;
|
|
3594
|
+
'dash.portability.type.history_desc': string;
|
|
3595
|
+
'dash.portability.type.health_desc': string;
|
|
3596
|
+
'dash.portability.type.creative_desc': string;
|
|
3597
|
+
'dash.portability.type.settings_desc': string;
|
|
3598
|
+
'dash.portability.type.personality_desc': string;
|
|
3599
|
+
'dash.portability.type.profile': string;
|
|
3600
|
+
'dash.portability.type.profile_desc': string;
|
|
3601
|
+
'dash.portability.type.brain': string;
|
|
3602
|
+
'dash.portability.type.brain_desc': string;
|
|
3603
|
+
'dash.portability.type.datasets': string;
|
|
3604
|
+
'dash.portability.type.datasets_desc': string;
|
|
3605
|
+
'dash.portability.type.audit': string;
|
|
3606
|
+
'dash.portability.type.audit_desc': string;
|
|
3607
|
+
'dash.portability.exported': string;
|
|
3608
|
+
'dash.portability.import_unknown': string;
|
|
3609
|
+
'dash.portability.keys_not_exported': string;
|
|
3610
|
+
'dash.portability.export': string;
|
|
3611
|
+
'dash.portability.enc_backup': string;
|
|
3612
|
+
'dash.portability.enc_backup_desc': string;
|
|
3613
|
+
'dash.portability.readable': string;
|
|
3614
|
+
'dash.portability.readable_desc': string;
|
|
3615
|
+
'dash.portability.import_backup': string;
|
|
3616
|
+
'dash.portability.local_title': string;
|
|
3617
|
+
'dash.portability.pass_set': string;
|
|
3618
|
+
'dash.portability.pass_enter': string;
|
|
3619
|
+
'dash.portability.pass_set_desc': string;
|
|
3620
|
+
'dash.portability.passphrase': string;
|
|
3621
|
+
'dash.portability.create_backup': string;
|
|
3622
|
+
'dash.portability.restore': string;
|
|
3623
|
+
'dash.portability.cancel': string;
|
|
3624
|
+
'dash.portability.working': string;
|
|
3625
|
+
'dash.portability.backup_saved': string;
|
|
3626
|
+
'dash.portability.readable_saved': string;
|
|
3627
|
+
'dash.portability.restored': string;
|
|
3628
|
+
'dash.portability.import_failed': string;
|
|
3629
|
+
'dash.portability.preparing': string;
|
|
3630
|
+
'dash.portability.export_n_selected': string;
|
|
3631
|
+
'dash.portability.export_one': string;
|
|
3632
|
+
'dash.portability.exporting': string;
|
|
3633
|
+
'dash.portability.footer': string;
|
|
3634
|
+
'dash.portability.import': string;
|
|
3635
|
+
'dash.portability.import_n_files': string;
|
|
3636
|
+
'dash.portability.imported_result': string;
|
|
3637
|
+
'dash.portability.importing': string;
|
|
3638
|
+
'dash.portability.pick_specific': string;
|
|
3639
|
+
'dash.portability.select_all': string;
|
|
3640
|
+
'dash.portability.deselect_all': string;
|
|
3641
|
+
'dash.portability.select_data': string;
|
|
3642
|
+
'dash.portability.title': string;
|
|
3643
|
+
'dash.portability.unknown_format': string;
|
|
3644
|
+
'dash.purchase.active': string;
|
|
3645
|
+
'dash.purchase.best_value': string;
|
|
3646
|
+
'dash.settings.api_key': string;
|
|
3647
|
+
'dash.settings.api_key_empty_placeholder': string;
|
|
3648
|
+
'dash.settings.api_key_optional': string;
|
|
3649
|
+
'dash.settings.api_key_saved_placeholder': string;
|
|
3650
|
+
'dash.settings.autonomous_confirm': string;
|
|
3651
|
+
'dash.settings.avatar': string;
|
|
3652
|
+
'dash.settings.avatar_hint': string;
|
|
3653
|
+
'dash.settings.base_url': string;
|
|
3654
|
+
'dash.settings.change_avatar': string;
|
|
3655
|
+
'dash.settings.configured': string;
|
|
3656
|
+
'dash.settings.detect_models': string;
|
|
3657
|
+
'dash.settings.detecting': string;
|
|
3658
|
+
'dash.settings.detect_found': string;
|
|
3659
|
+
'dash.settings.custom_banner': string;
|
|
3660
|
+
'dash.settings.custom_model': string;
|
|
3661
|
+
'dash.settings.custom_model_desc': string;
|
|
3662
|
+
'dash.settings.custom_model_title': string;
|
|
3663
|
+
'dash.settings.customise_by_category': string;
|
|
3664
|
+
'dash.settings.dataset_capture_desc': string;
|
|
3665
|
+
'dash.settings.dataset_capture_title': string;
|
|
3666
|
+
'dash.settings.dataset_kinds': string;
|
|
3667
|
+
'dash.settings.dataset_kinds_desc': string;
|
|
3668
|
+
'dash.settings.dataset_modes': string;
|
|
3669
|
+
'dash.settings.dataset_modes_desc': string;
|
|
3670
|
+
'dash.settings.dataset_note': string;
|
|
3671
|
+
'dash.settings.dataset_section': string;
|
|
3672
|
+
'dash.settings.display_name': string;
|
|
3673
|
+
'dash.settings.display_name_hint': string;
|
|
3674
|
+
'dash.settings.display_name_placeholder': string;
|
|
3675
|
+
'dash.settings.get_ollama': string;
|
|
3676
|
+
'dash.settings.loop_prevention': string;
|
|
3677
|
+
'dash.settings.loop_prevention_desc': string;
|
|
3678
|
+
'dash.settings.model_name': string;
|
|
3679
|
+
'dash.settings.model_name_hint': string;
|
|
3680
|
+
'dash.settings.optional_paren': string;
|
|
3681
|
+
'dash.settings.perm_always_ask': string;
|
|
3682
|
+
'dash.settings.perm_auto': string;
|
|
3683
|
+
'dash.settings.perm_first_time': string;
|
|
3684
|
+
'dash.settings.saved_check': string;
|
|
3685
|
+
'dash.settings.upload_avatar': string;
|
|
3686
|
+
'dash.storage.cloud_sync': string;
|
|
3687
|
+
'dash.storage.local_only': string;
|
|
3688
|
+
'dash.support.legal': string;
|
|
3689
|
+
'dash.support.privacy': string;
|
|
3690
|
+
'dash.support.terms': string;
|
|
3691
|
+
'dash.topbar.byok_no_account': string;
|
|
3692
|
+
'dash.topbar.credits_left': string;
|
|
3693
|
+
'dash.topbar.credits_remaining_title': string;
|
|
3694
|
+
'dash.topbar.loading_credits': string;
|
|
3695
|
+
'dash.topbar.plan_title': string;
|
|
3696
|
+
'dash.topbar.sign_in_balance': string;
|
|
3697
|
+
'dash.topbar.unlimited_credits': string;
|
|
3698
|
+
'dash.usage.credit_balance': string;
|
|
3699
|
+
'dash.usage.credit_pools': string;
|
|
3700
|
+
'dash.usage.credits_used': string;
|
|
3701
|
+
'dash.usage.free_credits': string;
|
|
3702
|
+
'dash.settings.dataset_mode.work': string;
|
|
3703
|
+
'dash.settings.dataset_mode.plan': string;
|
|
3704
|
+
'dash.settings.dataset_mode.chat': string;
|
|
3705
|
+
'dash.settings.dataset_mode.teach': string;
|
|
3706
|
+
'dash.settings.dataset_mode.security': string;
|
|
3707
|
+
'dash.settings.dataset_mode.brainstorm': string;
|
|
3708
|
+
'dash.settings.dataset_kind.tool-trajectories': string;
|
|
3709
|
+
'dash.settings.dataset_kind.persona-handoffs': string;
|
|
3710
|
+
'dash.settings.dataset_kind.verification-pairs': string;
|
|
3711
|
+
'dash.settings.dataset_kind.auto-mode-classification': string;
|
|
3712
|
+
'dash.settings.dataset_kind.error-recovery': string;
|
|
3713
|
+
'dash.settings.dataset_kind.memory-operations': string;
|
|
3714
|
+
'dash.settings.dataset_kind.continuation-recovery': string;
|
|
3715
|
+
'dash.settings.dataset_kind.mode-transitions': string;
|
|
3716
|
+
'dash.settings.dataset_kind.generation-effectiveness': string;
|
|
3717
|
+
'dash.settings.dataset_kind.knowledge-pack-effectiveness': string;
|
|
3718
|
+
'dash.settings.dataset_kind.context-management': string;
|
|
3719
|
+
'dash.settings.dataset_kind.perception': string;
|
|
3720
|
+
'health.browse.course.beverage': string;
|
|
3721
|
+
'health.browse.course.sauce': string;
|
|
3722
|
+
'health.browse.course.bread': string;
|
|
3723
|
+
'tasks.collapse': string;
|
|
3724
|
+
'tasks.tasks': string;
|
|
3725
|
+
'tasks.open_tasks': string;
|
|
3726
|
+
'tasks.add_task': string;
|
|
3727
|
+
'tasks.add_placeholder': string;
|
|
3728
|
+
'tasks.cancel': string;
|
|
3729
|
+
'tasks.ava_recent_work': string;
|
|
3730
|
+
'tasks.priority': string;
|
|
3731
|
+
'tasks.category': string;
|
|
3732
|
+
'tasks.due_date': string;
|
|
3733
|
+
'tasks.add': string;
|
|
3734
|
+
'tasks.section_active': string;
|
|
3735
|
+
'tasks.section_done': string;
|
|
3736
|
+
'tasks.empty_today': string;
|
|
3737
|
+
'tasks.empty_all': string;
|
|
3738
|
+
'tasks.just_now': string;
|
|
3739
|
+
'tasks.reminder_none': string;
|
|
3740
|
+
'tasks.reminder_at_time': string;
|
|
3741
|
+
'tasks.reminder_10m': string;
|
|
3742
|
+
'tasks.reminder_30m': string;
|
|
3743
|
+
'tasks.reminder_1h': string;
|
|
3744
|
+
'tasks.reminder_1d': string;
|
|
3745
|
+
'dash.secrets.empty_yet': string;
|
|
3746
|
+
'dash.secrets.add_hint': string;
|
|
3747
|
+
'dash.article.min_read': string;
|
|
3748
|
+
'dash.history.subtitle_short': string;
|
|
3749
|
+
'dash.usage.admin': string;
|
|
3750
|
+
'dash.usage.credits_remaining': string;
|
|
3751
|
+
'dash.usage.n_used': string;
|
|
3752
|
+
'dash.usage.n_limit': string;
|
|
3753
|
+
'dash.usage.credits_this_month': string;
|
|
3754
|
+
'dash.usage.active_days': string;
|
|
3755
|
+
'dash.usage.avg_request': string;
|
|
3756
|
+
'dash.usage.daily_tooltip': string;
|
|
3757
|
+
'dash.usage.model_credits_req': string;
|
|
3758
|
+
'dash.usage.connect_analytics': string;
|
|
3759
|
+
'dash.memory.delete_all': string;
|
|
3760
|
+
'dash.memory.delete_all_q': string;
|
|
3761
|
+
'dash.memory.delete_all_body': string;
|
|
3762
|
+
'dash.memory.delete_everything': string;
|
|
3763
|
+
'dash.memory.deleting_all': string;
|
|
3764
|
+
'dash.memory.deleting_stay': string;
|
|
3765
|
+
'dash.learning_library.level_beginner': string;
|
|
3766
|
+
'dash.learning_library.level_intermediate': string;
|
|
3767
|
+
'dash.learning_library.level_advanced': string;
|
|
3768
|
+
'dash.learning_library.level_mixed': string;
|
|
3769
|
+
'dash.library.tab.courses': string;
|
|
3770
|
+
'dash.library.tab.papers': string;
|
|
3771
|
+
'dash.library.tab.assets': string;
|
|
3772
|
+
'dash.library.tab.documents': string;
|
|
3773
|
+
'dash.library.hub_subtitle': string;
|
|
3774
|
+
'dash.newdoc.title': string;
|
|
3775
|
+
'dash.newdoc.saves_to_pre': string;
|
|
3776
|
+
'dash.newdoc.saves_to_post': string;
|
|
3777
|
+
'dash.newdoc.save_prompt': string;
|
|
3778
|
+
'dash.newdoc.blank_file': string;
|
|
3779
|
+
'dash.newdoc.from_template': string;
|
|
3780
|
+
'dash.sync.how1': string;
|
|
3781
|
+
'dash.sync.how2': string;
|
|
3782
|
+
'dash.sync.how3': string;
|
|
3783
|
+
'dash.sync.how4': string;
|
|
3784
|
+
'dash.usage.active_mode': string;
|
|
3785
|
+
'dash.usage.active_mode_explainer': string;
|
|
3786
|
+
'dash.usage.n_reqs': string;
|
|
3787
|
+
'dash.usage.in_label': string;
|
|
3788
|
+
'dash.usage.out_label': string;
|
|
3789
|
+
'dash.usage.total_label': string;
|
|
3790
|
+
'dash.usage.no_data_yet': string;
|
|
3791
|
+
'dash.usage.daily_tooltip_tokens': string;
|
|
3792
|
+
'dash.usage.n_of_m': string;
|
|
3793
|
+
'dash.usage.no_credits_period': string;
|
|
3794
|
+
'dash.settings.configured_badge': string;
|
|
3795
|
+
'dash.settings.base_url_hint_remote': string;
|
|
3796
|
+
'dash.settings.model_name_hint_full': string;
|
|
3797
|
+
'dash.settings.section.chat_backend': string;
|
|
3798
|
+
'dash.settings.section.custom_model': string;
|
|
3799
|
+
'dash.settings.section.semantic_recall': string;
|
|
3800
|
+
'dash.settings.section.desktop_automation': string;
|
|
3801
|
+
'dash.settings.dataset_kinds_desc_ide': string;
|
|
3802
|
+
'dash.recall.title': string;
|
|
3803
|
+
'dash.recall.on': string;
|
|
3804
|
+
'dash.recall.desc': string;
|
|
3805
|
+
'dash.recall.embedding_model': string;
|
|
3806
|
+
'dash.recall.pull_first': string;
|
|
3807
|
+
'dash.recall.embeddings_base_url': string;
|
|
3808
|
+
'dash.recall.endpoint_hint': string;
|
|
3809
|
+
'dash.recall.saved_restart': string;
|
|
3810
|
+
'dash.backend.platform': string;
|
|
3811
|
+
'dash.backend.platform_desc': string;
|
|
3812
|
+
'dash.backend.local_sidecar': string;
|
|
3813
|
+
'dash.backend.local_sidecar_desc': string;
|
|
3814
|
+
'dash.desktop.title': string;
|
|
3815
|
+
'dash.desktop.desc': string;
|
|
3816
|
+
'dash.desktop.permission_level': string;
|
|
3817
|
+
'dash.desktop.permission_level_desc': string;
|
|
3818
|
+
'dash.desktop.level.watch': string;
|
|
3819
|
+
'dash.desktop.level.watch_desc': string;
|
|
3820
|
+
'dash.desktop.level.ask': string;
|
|
3821
|
+
'dash.desktop.level.ask_desc': string;
|
|
3822
|
+
'dash.desktop.level.drive': string;
|
|
3823
|
+
'dash.desktop.level.drive_desc': string;
|
|
3824
|
+
'library.tab.courses': string;
|
|
3825
|
+
'library.tab.papers': string;
|
|
3826
|
+
'library.tab.assets': string;
|
|
3827
|
+
'library.tab.documents': string;
|
|
3828
|
+
'library.subtitle_made': string;
|
|
3829
|
+
'library.filter.type': string;
|
|
3830
|
+
'library.filter.source': string;
|
|
3831
|
+
'library.filter.documents': string;
|
|
3832
|
+
'library.filter.spreadsheets': string;
|
|
3833
|
+
'library.kind.image': string;
|
|
3834
|
+
'library.kind.video': string;
|
|
3835
|
+
'library.source.cloud': string;
|
|
3836
|
+
'library.source.local': string;
|
|
3837
|
+
'library.open_save_folder': string;
|
|
3838
|
+
'library.open_save_folder.title': string;
|
|
3839
|
+
'library.pulling_cloud_assets': string;
|
|
3840
|
+
'library.pulling_cloud_documents': string;
|
|
3841
|
+
'library.no_assets': string;
|
|
3842
|
+
'library.no_assets_hint': string;
|
|
3843
|
+
'library.no_documents': string;
|
|
3844
|
+
'library.no_documents_hint_pre': string;
|
|
3845
|
+
'library.no_documents_hint_post': string;
|
|
3846
|
+
'library.new_document_plus': string;
|
|
3847
|
+
'library.new_document': string;
|
|
3848
|
+
'library.new_document_note_pre': string;
|
|
3849
|
+
'library.new_document_note_post': string;
|
|
3850
|
+
'library.blank_file': string;
|
|
3851
|
+
'library.from_template': string;
|
|
3852
|
+
'library.format.word': string;
|
|
3853
|
+
'library.format.spreadsheet': string;
|
|
3854
|
+
'library.template.proposal.label': string;
|
|
3855
|
+
'library.template.proposal.desc': string;
|
|
3856
|
+
'library.template.report.label': string;
|
|
3857
|
+
'library.template.report.desc': string;
|
|
3858
|
+
'library.template.invoice.label': string;
|
|
3859
|
+
'library.template.invoice.desc': string;
|
|
3860
|
+
'library.template.letter.label': string;
|
|
3861
|
+
'library.template.letter.desc': string;
|
|
3862
|
+
'library.template.meeting.label': string;
|
|
3863
|
+
'library.template.meeting.desc': string;
|
|
3864
|
+
'library.template.resume.label': string;
|
|
3865
|
+
'library.template.resume.desc': string;
|
|
3866
|
+
'library.close_preview': string;
|
|
3867
|
+
'library.inline_playback_unavailable': string;
|
|
3868
|
+
'library.open_libreoffice': string;
|
|
3869
|
+
'library.reveal': string;
|
|
3870
|
+
'library.use_in_project': string;
|
|
3871
|
+
'library.rename': string;
|
|
3872
|
+
'library.rename_save': string;
|
|
3873
|
+
'library.download': string;
|
|
3874
|
+
'library.copied': string;
|
|
3875
|
+
'library.copy_url': string;
|
|
3876
|
+
'library.confirm_delete': string;
|
|
3877
|
+
'library.delete': string;
|
|
3878
|
+
'library.play': string;
|
|
3879
|
+
'library.fullscreen': string;
|
|
3880
|
+
'support.cat.bug': string;
|
|
3881
|
+
'support.cat.bug.placeholder': string;
|
|
3882
|
+
'support.cat.question': string;
|
|
3883
|
+
'support.cat.question.placeholder': string;
|
|
3884
|
+
'support.cat.feature': string;
|
|
3885
|
+
'support.cat.feature.placeholder': string;
|
|
3886
|
+
'support.cat.billing': string;
|
|
3887
|
+
'support.cat.billing.placeholder': string;
|
|
3888
|
+
'support.cat.account': string;
|
|
3889
|
+
'support.cat.account.placeholder': string;
|
|
3890
|
+
'support.cat.feedback': string;
|
|
3891
|
+
'support.cat.feedback.placeholder': string;
|
|
3892
|
+
'support.cat.other': string;
|
|
3893
|
+
'support.cat.other.placeholder': string;
|
|
3894
|
+
'support.header_subtitle': string;
|
|
3895
|
+
'support.new_ticket_plus': string;
|
|
3896
|
+
'support.pick_reason_heading': string;
|
|
3897
|
+
'support.conversations': string;
|
|
3898
|
+
'support.rail_empty': string;
|
|
3899
|
+
'support.new_conversation': string;
|
|
3900
|
+
'support.pick_reason_placeholder': string;
|
|
3901
|
+
'support.reply_placeholder': string;
|
|
3902
|
+
'support.enter_hint': string;
|
|
3903
|
+
'support.empty.picked_body': string;
|
|
3904
|
+
'support.empty.greeting': string;
|
|
3905
|
+
'support.empty.hint_pre': string;
|
|
3906
|
+
'support.empty.hint_post': string;
|
|
3907
|
+
'support.byok.title': string;
|
|
3908
|
+
'support.byok.subtitle': string;
|
|
3909
|
+
'support.byok.github': string;
|
|
3910
|
+
'support.byok.github_desc': string;
|
|
3911
|
+
'support.byok.community': string;
|
|
3912
|
+
'support.byok.community_desc': string;
|
|
3913
|
+
'support.byok.docs': string;
|
|
3914
|
+
'support.byok.docs_desc': string;
|
|
3915
|
+
'connections.services_connected': string;
|
|
3916
|
+
'connections.github_desc': string;
|
|
3917
|
+
'connections.email_desc': string;
|
|
3918
|
+
'connections.slack_desc': string;
|
|
3919
|
+
'connections.discord_desc': string;
|
|
3920
|
+
'dash.learning_library.beginner': string;
|
|
3921
|
+
'dash.learning_library.intermediate': string;
|
|
3922
|
+
'dash.learning_library.advanced': string;
|
|
3923
|
+
'dash.learning_library.mixed': string;
|
|
3924
|
+
'learning_library.refresh_title': string;
|
|
3925
|
+
'learning_library.no_paths_filters': string;
|
|
3926
|
+
'learning_library.no_paths_hint': string;
|
|
3927
|
+
'learning_library.your_path': string;
|
|
3928
|
+
'learning_library.rate_course': string;
|
|
3929
|
+
'learning_library.rate_star': string;
|
|
3930
|
+
'learning_library.by_author': string;
|
|
3931
|
+
'learning_library.stat_estimated': string;
|
|
3932
|
+
'learning_library.stat_rating': string;
|
|
3933
|
+
'memory.tab.active': string;
|
|
3934
|
+
'memory.tab.stale': string;
|
|
3935
|
+
'memory.tab.archived': string;
|
|
3936
|
+
'memory.tab.conflicts': string;
|
|
3937
|
+
'memory.tab.patterns': string;
|
|
3938
|
+
'memory.refresh_title': string;
|
|
3939
|
+
'memory.delete_all': string;
|
|
3940
|
+
'memory.delete_all_q': string;
|
|
3941
|
+
'memory.delete_all_body': string;
|
|
3942
|
+
'memory.delete_everything': string;
|
|
3943
|
+
'memory.local_only_notice': string;
|
|
3944
|
+
'memory.stale_banner': string;
|
|
3945
|
+
'memory.archived_banner': string;
|
|
3946
|
+
'memory.empty_archived': string;
|
|
3947
|
+
'memory.empty_stale': string;
|
|
3948
|
+
'memory.empty_active': string;
|
|
3949
|
+
'memory.archived_label': string;
|
|
3950
|
+
'memory.restore_title': string;
|
|
3951
|
+
'memory.edit_title': string;
|
|
3952
|
+
'memory.archive_title': string;
|
|
3953
|
+
'memory.delete_title': string;
|
|
3954
|
+
'billing.manage_plan': string;
|
|
3955
|
+
'billing.signin_title': string;
|
|
3956
|
+
'billing.signin_desc': string;
|
|
3957
|
+
'billing.signin_cta': string;
|
|
3958
|
+
'billing.credits_remaining': string;
|
|
3959
|
+
'billing.no_credits_period': string;
|
|
3960
|
+
'billing.resets_monthly': string;
|
|
3961
|
+
'billing.unlimited_usage': string;
|
|
3962
|
+
'billing.includes_allowance': string;
|
|
3963
|
+
'billing.topup_balance': string;
|
|
3964
|
+
'billing.active': string;
|
|
3965
|
+
'billing.topup_credits': string;
|
|
3966
|
+
'billing.topup_credits_desc': string;
|
|
3967
|
+
'billing.buy_credits': string;
|
|
3968
|
+
'billing.plans': string;
|
|
3969
|
+
'billing.your_plan': string;
|
|
3970
|
+
'billing.current_plan_badge': string;
|
|
3971
|
+
'billing.downgrade_free': string;
|
|
3972
|
+
'billing.upgrade_to': string;
|
|
3973
|
+
'releases.loading': string;
|
|
3974
|
+
'plan.confidence.high': string;
|
|
3975
|
+
'plan.confidence.medium': string;
|
|
3976
|
+
'plan.confidence.low': string;
|
|
3977
|
+
'plan.step_count': string;
|
|
3978
|
+
'help.title': string;
|
|
3979
|
+
'help.subtitle': string;
|
|
3980
|
+
'help.health_safety': string;
|
|
3981
|
+
'dash.studio.check_against': string;
|
|
3982
|
+
'dash.studio.colour_brand': string;
|
|
3983
|
+
'dash.studio.finish': string;
|
|
3984
|
+
'dash.studio.logo.title': string;
|
|
3985
|
+
'dash.studio.logo.subtitle': string;
|
|
3986
|
+
'dash.studio.logo.pick_hint': string;
|
|
3987
|
+
'dash.studio.logo.empty_title': string;
|
|
3988
|
+
'dash.studio.logo.empty_desc': string;
|
|
3989
|
+
'dash.studio.logo.busy': string;
|
|
3990
|
+
'dash.studio.logo.form': string;
|
|
3991
|
+
'dash.studio.logo.form.combination': string;
|
|
3992
|
+
'dash.studio.logo.form.emblem': string;
|
|
3993
|
+
'dash.studio.logo.form.emblem_desc': string;
|
|
3994
|
+
'dash.studio.logo.form.combination_desc': string;
|
|
3995
|
+
'dash.studio.logo.tagline_ph': string;
|
|
3996
|
+
'dash.studio.logo.mark_type': string;
|
|
3997
|
+
'dash.studio.marktype.geometry': string;
|
|
3998
|
+
'dash.studio.marktype.letter': string;
|
|
3999
|
+
'dash.studio.marktype.icon': string;
|
|
4000
|
+
'dash.studio.marktype.letter_desc': string;
|
|
4001
|
+
'dash.studio.marktype.icon_desc': string;
|
|
4002
|
+
'dash.studio.marktype.geometry_desc': string;
|
|
4003
|
+
'dash.studio.logo.emblem_ring': string;
|
|
4004
|
+
'dash.studio.logo.container.none': string;
|
|
4005
|
+
'dash.studio.logo.container.ring': string;
|
|
4006
|
+
'dash.studio.logo.mark_shape': string;
|
|
4007
|
+
'dash.studio.logo.shape_search_ph': string;
|
|
4008
|
+
'dash.studio.logo.shape_hint': string;
|
|
4009
|
+
'dash.studio.logo.construction': string;
|
|
4010
|
+
'dash.studio.logo.construction_hint': string;
|
|
4011
|
+
'dash.studio.logo.style': string;
|
|
4012
|
+
'dash.studio.style.flat': string;
|
|
4013
|
+
'dash.studio.style.gradient': string;
|
|
4014
|
+
'dash.studio.style.line': string;
|
|
4015
|
+
'dash.studio.style.duotone': string;
|
|
4016
|
+
'dash.studio.logo.style_hint': string;
|
|
4017
|
+
'dash.studio.logo.mark_colour': string;
|
|
4018
|
+
'dash.studio.logo.second_colour': string;
|
|
4019
|
+
'dash.studio.logo.wordmark': string;
|
|
4020
|
+
'dash.studio.logo.font': string;
|
|
4021
|
+
'dash.studio.logo.wc.ink': string;
|
|
4022
|
+
'dash.studio.logo.wc.brand': string;
|
|
4023
|
+
'dash.studio.logo.wc.custom': string;
|
|
4024
|
+
'dash.studio.logo.wordmark_colour': string;
|
|
4025
|
+
'dash.studio.logo.wc.ink_desc': string;
|
|
4026
|
+
'dash.studio.logo.wc.brand_desc': string;
|
|
4027
|
+
'dash.studio.logo.wc.custom_desc': string;
|
|
4028
|
+
'dash.studio.logo.set_as_logo': string;
|
|
4029
|
+
'dash.studio.logo.save_all': string;
|
|
4030
|
+
'dash.studio.logo.download': string;
|
|
4031
|
+
'dash.studio.output': string;
|
|
4032
|
+
'dash.studio.icon.title': string;
|
|
4033
|
+
'dash.studio.icon.subtitle': string;
|
|
4034
|
+
'dash.studio.icon.shape': string;
|
|
4035
|
+
'dash.studio.icon.shape_search_ph': string;
|
|
4036
|
+
'dash.studio.icon.shape_credit': string;
|
|
4037
|
+
'dash.studio.icon.material': string;
|
|
4038
|
+
'dash.studio.icon.material_hint': string;
|
|
4039
|
+
'dash.studio.icon.icon_colour': string;
|
|
4040
|
+
'dash.studio.icon.colour_hint': string;
|
|
4041
|
+
'dash.studio.icon.size': string;
|
|
4042
|
+
'dash.studio.icon.output_hint': string;
|
|
4043
|
+
'dash.studio.icon.material_desc': string;
|
|
4044
|
+
'dash.studio.material.glass': string;
|
|
4045
|
+
'dash.studio.material.clay': string;
|
|
4046
|
+
'dash.studio.material.glossy': string;
|
|
4047
|
+
'dash.studio.material.metal': string;
|
|
4048
|
+
'dash.studio.material.neon3d': string;
|
|
4049
|
+
'dash.studio.video.title': string;
|
|
4050
|
+
'dash.studio.video.subtitle': string;
|
|
4051
|
+
'dash.studio.video.duration': string;
|
|
4052
|
+
'dash.studio.video.aspect': string;
|
|
4053
|
+
'dash.studio.video.resolution': string;
|
|
4054
|
+
'dash.studio.video.hint': string;
|
|
4055
|
+
'dash.studio.voice.title': string;
|
|
4056
|
+
'dash.studio.voice.subtitle': string;
|
|
4057
|
+
'dash.studio.voice.voice': string;
|
|
4058
|
+
'dash.studio.voice.language': string;
|
|
4059
|
+
'dash.studio.voice.hint': string;
|
|
4060
|
+
'dash.studio.voice.foot': string;
|
|
4061
|
+
'dash.studio.image.title': string;
|
|
4062
|
+
'dash.studio.image.subtitle': string;
|
|
4063
|
+
'dash.studio.image.size': string;
|
|
4064
|
+
'dash.studio.image.square': string;
|
|
4065
|
+
'dash.studio.image.hint': string;
|
|
4066
|
+
};
|
|
4067
|
+
export type StringKey = keyof typeof enStrings;
|
|
4068
|
+
//# sourceMappingURL=en.d.ts.map
|