@elizaos/app-core 2.0.0-alpha.421 → 2.0.0-alpha.422
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/i18n/locales/en.json +31 -31
- package/i18n/locales/es.json +31 -31
- package/i18n/locales/ko.json +31 -31
- package/i18n/locales/pt.json +31 -31
- package/i18n/locales/tl.json +31 -31
- package/i18n/locales/vi.json +31 -31
- package/i18n/locales/zh-CN.json +31 -31
- package/package.json +5 -5
- package/packages/app-core/src/i18n/locales/en.json +31 -31
- package/packages/app-core/src/i18n/locales/es.json +31 -31
- package/packages/app-core/src/i18n/locales/ko.json +31 -31
- package/packages/app-core/src/i18n/locales/pt.json +31 -31
- package/packages/app-core/src/i18n/locales/tl.json +31 -31
- package/packages/app-core/src/i18n/locales/vi.json +31 -31
- package/packages/app-core/src/i18n/locales/zh-CN.json +31 -31
package/i18n/locales/en.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FAILED",
|
|
2419
2419
|
"runtime.starting": "STARTING",
|
|
2420
2420
|
"runtime.stopped": "STOPPED",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "actions:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
|
|
2451
2451
|
"runtimeview.agent": "agent:",
|
|
@@ -2582,12 +2582,12 @@
|
|
|
2582
2582
|
"settings.sections.autoTraining.label": "Auto-training",
|
|
2583
2583
|
"settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
|
|
2584
2584
|
"settings.sections.backupReset.label": "Backup & Reset",
|
|
2585
|
-
"settings.sections.capabilities.autoTrainingLabel": "Auto
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2585
|
+
"settings.sections.capabilities.autoTrainingLabel": "Enable Auto-training",
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-training",
|
|
2587
2587
|
"settings.sections.capabilities.browserHint": "Show the Browser tab for agent-controlled web browsing",
|
|
2588
2588
|
"settings.sections.capabilities.browserLabel": "Enable Browser",
|
|
2589
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2589
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use requires Accessibility and Screen Recording permissions.",
|
|
2590
|
+
"settings.sections.capabilities.computerUseLabel": "Enable Computer Use",
|
|
2591
2591
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pause Computer Use",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Review Every Action",
|
package/i18n/locales/es.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FALLÓ",
|
|
2419
2419
|
"runtime.starting": "INICIANDO",
|
|
2420
2420
|
"runtime.stopped": "DETENIDO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "acciones:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Revisa las acciones registradas y su orden de carga en el runtime activo.",
|
|
2451
2451
|
"runtimeview.agent": "agente:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Auto-entrenamiento",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "Haz una copia de seguridad del agente, restaura desde una copia o borra todo y empieza de nuevo",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Copia de seguridad y restablecimiento",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "Habilitar auto-entrenamiento",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-entrenamiento",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Mostrar la pestaña del navegador para navegación web controlada por el agente",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "Habilitar Navegador",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "El uso del equipo requiere permisos de accesibilidad y grabación de pantalla.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Habilitar uso del equipo",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Control total",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso del equipo",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada acción",
|
package/i18n/locales/ko.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "실패",
|
|
2419
2419
|
"runtime.starting": "시작 중",
|
|
2420
2420
|
"runtime.stopped": "중지됨",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "액션:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "활성 런타임에 등록된 작업과 그 로드 순서를 검토하세요.",
|
|
2451
2451
|
"runtimeview.agent": "에이전트:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "자동 학습",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "에이전트를 백업하고, 백업에서 복원하거나, 모두 지우고 처음부터 다시 시작합니다",
|
|
2585
2585
|
"settings.sections.backupReset.label": "백업 및 초기화",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "자동 학습 활성화",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "자동 학습",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "에이전트 제어 웹 브라우징을 위한 브라우저 탭 표시",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "브라우저 활성화",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use를 사용하려면 손쉬운 사용 및 화면 기록 권한이 필요합니다.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Computer Use 활성화",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "전체 제어",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "컴퓨터 사용 일시정지",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "모든 액션 검토",
|
package/i18n/locales/pt.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FALHOU",
|
|
2419
2419
|
"runtime.starting": "INICIANDO",
|
|
2420
2420
|
"runtime.stopped": "PARADO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "ações:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Revise as ações registradas e a ordem de carregamento no runtime ativo.",
|
|
2451
2451
|
"runtimeview.agent": "agente:",
|
|
@@ -2582,12 +2582,12 @@
|
|
|
2582
2582
|
"settings.sections.autoTraining.label": "Treinamento automático",
|
|
2583
2583
|
"settings.sections.backupReset.desc": "Faça backup do agente, restaure de um backup ou apague tudo e comece do zero",
|
|
2584
2584
|
"settings.sections.backupReset.label": "Backup e Redefinir",
|
|
2585
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2585
|
+
"settings.sections.capabilities.autoTrainingLabel": "Ativar auto-treinamento",
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-treinamento",
|
|
2587
2587
|
"settings.sections.capabilities.browserHint": "Mostrar a aba do navegador para navegacao web controlada pelo agente",
|
|
2588
2588
|
"settings.sections.capabilities.browserLabel": "Habilitar Navegador",
|
|
2589
|
-
"settings.sections.capabilities.computerUseHint": "
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
2589
|
+
"settings.sections.capabilities.computerUseHint": "O uso do computador requer permissões de acessibilidade e gravação de tela.",
|
|
2590
|
+
"settings.sections.capabilities.computerUseLabel": "Ativar uso do computador",
|
|
2591
2591
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Controle total",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso do computador",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada ação",
|
package/i18n/locales/tl.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "NABIGO",
|
|
2419
2419
|
"runtime.starting": "NAGSISIMULA",
|
|
2420
2420
|
"runtime.stopped": "HININTO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "mga action:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Suriin ang mga nakarehistrong action at ang pagkakasunod ng pag-load ng mga ito sa aktibong runtime.",
|
|
2451
2451
|
"runtimeview.agent": "ahente:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Auto-training",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "I-backup ang agent, i-restore mula sa backup, o burahin ang lahat at magsimula muli",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Backup at I-reset",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "I-enable ang auto-training",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-training",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Ipakita ang Browser tab para sa agent-controlled web browsing",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "I-enable ang Browser",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Kailangan ng Computer Use ang Accessibility at Screen Recording permissions.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "I-enable ang Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "I-pause ang Computer Use",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "I-review ang Bawat Action",
|
package/i18n/locales/vi.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "THẤT BẠI",
|
|
2419
2419
|
"runtime.starting": "ĐANG KHỞI ĐỘNG",
|
|
2420
2420
|
"runtime.stopped": "ĐÃ DỪNG",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "hành động:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Xem lại các action đã đăng ký và thứ tự tải của chúng trong runtime hiện tại.",
|
|
2451
2451
|
"runtimeview.agent": "đại lý:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Tự động huấn luyện",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "Sao lưu agent, khôi phục từ bản sao lưu, hoặc xoá sạch và bắt đầu lại",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Sao lưu & Đặt lại",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "Bật tự động huấn luyện",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Tự động huấn luyện",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Hien thi tab Trinh duyet de agent dieu khien duyet web",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "Bat Trinh duyet",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use yêu cầu quyền Trợ năng và Ghi màn hình.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Bật Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Toàn quyền",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Tạm dừng Computer Use",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Xem xét mọi hành động",
|
package/i18n/locales/zh-CN.json
CHANGED
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "失败",
|
|
2419
2419
|
"runtime.starting": "启动中",
|
|
2420
2420
|
"runtime.stopped": "已停止",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "行动:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "查看当前 runtime 中已注册的 actions 及其加载顺序。",
|
|
2451
2451
|
"runtimeview.agent": "代理人:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "自动训练",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "备份代理、从备份恢复,或清空所有内容重新开始",
|
|
2585
2585
|
"settings.sections.backupReset.label": "备份与重置",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "启用自动训练",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "自动训练",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "显示浏览器标签页以进行代理控制的网页浏览",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "启用浏览器",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use 需要辅助功能和屏幕录制权限。",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "启用 Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "完全控制",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "暂停计算机操作",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "逐项审核",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/app-core",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.422",
|
|
4
4
|
"description": "Shared application core for elizaOS white-label agent apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
"@capacitor/preferences": "^8.0.1",
|
|
465
465
|
"@capacitor/push-notifications": "^8.0.0",
|
|
466
466
|
"@clack/prompts": "^1.0.0",
|
|
467
|
-
"@elizaos/agent": "^2.0.0-alpha.
|
|
467
|
+
"@elizaos/agent": "^2.0.0-alpha.422",
|
|
468
468
|
"@elizaos/app-companion": "^0.0.0",
|
|
469
469
|
"@elizaos/app-elizamaker": "^0.0.0",
|
|
470
470
|
"@elizaos/app-lifeops": "^0.0.0",
|
|
@@ -473,12 +473,12 @@
|
|
|
473
473
|
"@elizaos/app-task-coordinator": "^0.0.0",
|
|
474
474
|
"@elizaos/app-training": "^0.0.1",
|
|
475
475
|
"@elizaos/app-vincent": "^0.0.0",
|
|
476
|
-
"@elizaos/core": "^2.0.0-alpha.
|
|
476
|
+
"@elizaos/core": "^2.0.0-alpha.422",
|
|
477
477
|
"@elizaos/plugin-browser-bridge": "^0.1.0",
|
|
478
478
|
"@elizaos/plugin-sql": "^2.0.0-alpha.19",
|
|
479
479
|
"@elizaos/plugin-wechat": "^0.1.0",
|
|
480
|
-
"@elizaos/shared": "^2.0.0-alpha.
|
|
481
|
-
"@elizaos/ui": "^2.0.0-alpha.
|
|
480
|
+
"@elizaos/shared": "^2.0.0-alpha.422",
|
|
481
|
+
"@elizaos/ui": "^2.0.0-alpha.422",
|
|
482
482
|
"@node-rs/argon2": "^2.0.2",
|
|
483
483
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
484
484
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FAILED",
|
|
2419
2419
|
"runtime.starting": "STARTING",
|
|
2420
2420
|
"runtime.stopped": "STOPPED",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "actions:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Review registered actions and their load order in the active runtime.",
|
|
2451
2451
|
"runtimeview.agent": "agent:",
|
|
@@ -2582,12 +2582,12 @@
|
|
|
2582
2582
|
"settings.sections.autoTraining.label": "Auto-training",
|
|
2583
2583
|
"settings.sections.backupReset.desc": "Back up the agent, restore from a backup, or wipe everything and start over",
|
|
2584
2584
|
"settings.sections.backupReset.label": "Backup & Reset",
|
|
2585
|
-
"settings.sections.capabilities.autoTrainingLabel": "Auto
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2585
|
+
"settings.sections.capabilities.autoTrainingLabel": "Enable Auto-training",
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-training",
|
|
2587
2587
|
"settings.sections.capabilities.browserHint": "Show the Browser tab for agent-controlled web browsing",
|
|
2588
2588
|
"settings.sections.capabilities.browserLabel": "Enable Browser",
|
|
2589
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2589
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use requires Accessibility and Screen Recording permissions.",
|
|
2590
|
+
"settings.sections.capabilities.computerUseLabel": "Enable Computer Use",
|
|
2591
2591
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pause Computer Use",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Review Every Action",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FALLÓ",
|
|
2419
2419
|
"runtime.starting": "INICIANDO",
|
|
2420
2420
|
"runtime.stopped": "DETENIDO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "acciones:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Revisa las acciones registradas y su orden de carga en el runtime activo.",
|
|
2451
2451
|
"runtimeview.agent": "agente:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Auto-entrenamiento",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "Haz una copia de seguridad del agente, restaura desde una copia o borra todo y empieza de nuevo",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Copia de seguridad y restablecimiento",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "Habilitar auto-entrenamiento",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-entrenamiento",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Mostrar la pestaña del navegador para navegación web controlada por el agente",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "Habilitar Navegador",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "El uso del equipo requiere permisos de accesibilidad y grabación de pantalla.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Habilitar uso del equipo",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Control total",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso del equipo",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada acción",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "실패",
|
|
2419
2419
|
"runtime.starting": "시작 중",
|
|
2420
2420
|
"runtime.stopped": "중지됨",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "액션:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "활성 런타임에 등록된 작업과 그 로드 순서를 검토하세요.",
|
|
2451
2451
|
"runtimeview.agent": "에이전트:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "자동 학습",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "에이전트를 백업하고, 백업에서 복원하거나, 모두 지우고 처음부터 다시 시작합니다",
|
|
2585
2585
|
"settings.sections.backupReset.label": "백업 및 초기화",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "자동 학습 활성화",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "자동 학습",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "에이전트 제어 웹 브라우징을 위한 브라우저 탭 표시",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "브라우저 활성화",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use를 사용하려면 손쉬운 사용 및 화면 기록 권한이 필요합니다.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Computer Use 활성화",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "전체 제어",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "컴퓨터 사용 일시정지",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "모든 액션 검토",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "FALHOU",
|
|
2419
2419
|
"runtime.starting": "INICIANDO",
|
|
2420
2420
|
"runtime.stopped": "PARADO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "ações:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Revise as ações registradas e a ordem de carregamento no runtime ativo.",
|
|
2451
2451
|
"runtimeview.agent": "agente:",
|
|
@@ -2582,12 +2582,12 @@
|
|
|
2582
2582
|
"settings.sections.autoTraining.label": "Treinamento automático",
|
|
2583
2583
|
"settings.sections.backupReset.desc": "Faça backup do agente, restaure de um backup ou apague tudo e comece do zero",
|
|
2584
2584
|
"settings.sections.backupReset.label": "Backup e Redefinir",
|
|
2585
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2585
|
+
"settings.sections.capabilities.autoTrainingLabel": "Ativar auto-treinamento",
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-treinamento",
|
|
2587
2587
|
"settings.sections.capabilities.browserHint": "Mostrar a aba do navegador para navegacao web controlada pelo agente",
|
|
2588
2588
|
"settings.sections.capabilities.browserLabel": "Habilitar Navegador",
|
|
2589
|
-
"settings.sections.capabilities.computerUseHint": "
|
|
2590
|
-
"settings.sections.capabilities.computerUseLabel": "
|
|
2589
|
+
"settings.sections.capabilities.computerUseHint": "O uso do computador requer permissões de acessibilidade e gravação de tela.",
|
|
2590
|
+
"settings.sections.capabilities.computerUseLabel": "Ativar uso do computador",
|
|
2591
2591
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Controle total",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Pausar uso do computador",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Revisar cada ação",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "NABIGO",
|
|
2419
2419
|
"runtime.starting": "NAGSISIMULA",
|
|
2420
2420
|
"runtime.stopped": "HININTO",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "mga action:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Suriin ang mga nakarehistrong action at ang pagkakasunod ng pag-load ng mga ito sa aktibong runtime.",
|
|
2451
2451
|
"runtimeview.agent": "ahente:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Auto-training",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "I-backup ang agent, i-restore mula sa backup, o burahin ang lahat at magsimula muli",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Backup at I-reset",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "Auto
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "I-enable ang auto-training",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Auto-training",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Ipakita ang Browser tab para sa agent-controlled web browsing",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "I-enable ang Browser",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Kailangan ng Computer Use ang Accessibility at Screen Recording permissions.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "I-enable ang Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Full Control",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "I-pause ang Computer Use",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "I-review ang Bawat Action",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "THẤT BẠI",
|
|
2419
2419
|
"runtime.starting": "ĐANG KHỞI ĐỘNG",
|
|
2420
2420
|
"runtime.stopped": "ĐÃ DỪNG",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "hành động:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "Xem lại các action đã đăng ký và thứ tự tải của chúng trong runtime hiện tại.",
|
|
2451
2451
|
"runtimeview.agent": "đại lý:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "Tự động huấn luyện",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "Sao lưu agent, khôi phục từ bản sao lưu, hoặc xoá sạch và bắt đầu lại",
|
|
2585
2585
|
"settings.sections.backupReset.label": "Sao lưu & Đặt lại",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "Bật tự động huấn luyện",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "Tự động huấn luyện",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "Hien thi tab Trinh duyet de agent dieu khien duyet web",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "Bat Trinh duyet",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use yêu cầu quyền Trợ năng và Ghi màn hình.",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "Bật Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "Toàn quyền",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "Tạm dừng Computer Use",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "Xem xét mọi hành động",
|
|
@@ -2418,34 +2418,34 @@
|
|
|
2418
2418
|
"runtime.failed": "失败",
|
|
2419
2419
|
"runtime.starting": "启动中",
|
|
2420
2420
|
"runtime.stopped": "已停止",
|
|
2421
|
-
"runtimegate.autoCreating": "
|
|
2422
|
-
"runtimegate.cloudDesc": "
|
|
2423
|
-
"runtimegate.cloudEyebrow": "Cloud
|
|
2424
|
-
"runtimegate.cloudLoginEyebrow": "
|
|
2425
|
-
"runtimegate.cloudTitle": "Cloud
|
|
2426
|
-
"runtimegate.connecting": "Connecting",
|
|
2427
|
-
"runtimegate.creating": "Creating",
|
|
2428
|
-
"runtimegate.failedCreate": "Failed
|
|
2429
|
-
"runtimegate.failedLoadAgents": "Failed
|
|
2430
|
-
"runtimegate.loadingAgents": "Loading
|
|
2431
|
-
"runtimegate.localDesc": "
|
|
2432
|
-
"runtimegate.localEyebrow": "
|
|
2433
|
-
"runtimegate.localTitle": "
|
|
2434
|
-
"runtimegate.provisioning": "Provisioning",
|
|
2435
|
-
"runtimegate.remoteConnectEyebrow": "
|
|
2436
|
-
"runtimegate.remoteDesc": "
|
|
2437
|
-
"runtimegate.remoteEyebrow": "Remote
|
|
2438
|
-
"runtimegate.remoteTitle": "
|
|
2439
|
-
"runtimegate.remoteTokenPlaceholder": "
|
|
2440
|
-
"runtimegate.remoteUrlPlaceholder": "
|
|
2421
|
+
"runtimegate.autoCreating": "Setting up your first agent...",
|
|
2422
|
+
"runtimegate.cloudDesc": "Hosted agent with managed LLMs and connectors. Fastest start.",
|
|
2423
|
+
"runtimegate.cloudEyebrow": "Eliza Cloud",
|
|
2424
|
+
"runtimegate.cloudLoginEyebrow": "Sign in to Eliza Cloud",
|
|
2425
|
+
"runtimegate.cloudTitle": "Run in Eliza Cloud",
|
|
2426
|
+
"runtimegate.connecting": "Connecting...",
|
|
2427
|
+
"runtimegate.creating": "Creating agent...",
|
|
2428
|
+
"runtimegate.failedCreate": "Failed to create agent. Try again.",
|
|
2429
|
+
"runtimegate.failedLoadAgents": "Failed to load agents",
|
|
2430
|
+
"runtimegate.loadingAgents": "Loading your agent...",
|
|
2431
|
+
"runtimegate.localDesc": "Keep the agent on this machine. You'll pick a provider after start.",
|
|
2432
|
+
"runtimegate.localEyebrow": "This device",
|
|
2433
|
+
"runtimegate.localTitle": "Run a local agent",
|
|
2434
|
+
"runtimegate.provisioning": "Provisioning...",
|
|
2435
|
+
"runtimegate.remoteConnectEyebrow": "Connect to a remote agent",
|
|
2436
|
+
"runtimegate.remoteDesc": "Point at an agent you're already running (e.g. on your Mac).",
|
|
2437
|
+
"runtimegate.remoteEyebrow": "Remote agent",
|
|
2438
|
+
"runtimegate.remoteTitle": "Connect to an existing agent",
|
|
2439
|
+
"runtimegate.remoteTokenPlaceholder": "Access token (optional)",
|
|
2440
|
+
"runtimegate.remoteUrlPlaceholder": "https://your-agent.example.com",
|
|
2441
2441
|
"runtimegate.retry": "Retry",
|
|
2442
|
-
"runtimegate.signIn": "Sign
|
|
2443
|
-
"runtimegate.startingProvisioning": "Starting
|
|
2444
|
-
"runtimegate.subtitle": "
|
|
2445
|
-
"runtimegate.title": "
|
|
2446
|
-
"runtimegate.unknownError": "Unknown
|
|
2447
|
-
"runtimegate.waitingForAuth": "Waiting
|
|
2448
|
-
"runtimegate.yourAgents": "Your
|
|
2442
|
+
"runtimegate.signIn": "Sign in with Eliza Cloud",
|
|
2443
|
+
"runtimegate.startingProvisioning": "Starting provisioning...",
|
|
2444
|
+
"runtimegate.subtitle": "Where should your agent run?",
|
|
2445
|
+
"runtimegate.title": "Choose your setup",
|
|
2446
|
+
"runtimegate.unknownError": "Unknown error",
|
|
2447
|
+
"runtimegate.waitingForAuth": "Waiting for auth...",
|
|
2448
|
+
"runtimegate.yourAgents": "Your cloud agents",
|
|
2449
2449
|
"runtimeview.actions": "行动:",
|
|
2450
2450
|
"runtimeview.actionsDescription": "查看当前 runtime 中已注册的 actions 及其加载顺序。",
|
|
2451
2451
|
"runtimeview.agent": "代理人:",
|
|
@@ -2583,12 +2583,12 @@
|
|
|
2583
2583
|
"settings.sections.autoTraining.label": "自动训练",
|
|
2584
2584
|
"settings.sections.backupReset.desc": "备份代理、从备份恢复,或清空所有内容重新开始",
|
|
2585
2585
|
"settings.sections.backupReset.label": "备份与重置",
|
|
2586
|
-
"settings.sections.capabilities.autoTrainingLabel": "
|
|
2587
|
-
"settings.sections.capabilities.autoTrainingName": "
|
|
2586
|
+
"settings.sections.capabilities.autoTrainingLabel": "启用自动训练",
|
|
2587
|
+
"settings.sections.capabilities.autoTrainingName": "自动训练",
|
|
2588
2588
|
"settings.sections.capabilities.browserHint": "显示浏览器标签页以进行代理控制的网页浏览",
|
|
2589
2589
|
"settings.sections.capabilities.browserLabel": "启用浏览器",
|
|
2590
|
-
"settings.sections.capabilities.computerUseHint": "Computer Use
|
|
2591
|
-
"settings.sections.capabilities.computerUseLabel": "Computer Use
|
|
2590
|
+
"settings.sections.capabilities.computerUseHint": "Computer Use 需要辅助功能和屏幕录制权限。",
|
|
2591
|
+
"settings.sections.capabilities.computerUseLabel": "启用 Computer Use",
|
|
2592
2592
|
"settings.sections.capabilities.computerUseModeOption.fullControl": "完全控制",
|
|
2593
2593
|
"settings.sections.capabilities.computerUseModeOption.pauseComputerUse": "暂停计算机操作",
|
|
2594
2594
|
"settings.sections.capabilities.computerUseModeOption.reviewEveryAction": "逐项审核",
|