en.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359
  1. {
  2. "aice.ai": "AI",
  3. "aice.llm": "Inference Instance",
  4. "aice.llm_create": "Create Inference Instance",
  5. "aice.app_llm_create": "Create Application Instance",
  6. "aice.app_llm": "Application Instance",
  7. "aice.llm_image": "Image",
  8. "aice.llm_image.name": "Image Name",
  9. "aice.llm_image.url": "Image URL",
  10. "aice.llm_image.label": "Image Tag",
  11. "aice.llm_image.credential": "Credentials",
  12. "aice.llm_image.progress": "Image Progress",
  13. "aice.llm_image.import_community": "Import Community Models",
  14. "aice.llm_image.community_registry": "Community Registry",
  15. "aice.llm_image.community_registry_fetch_failed": "Failed to fetch community model list",
  16. "aice.llm_image.community_registry_platform": "Provided by platform interface",
  17. "aice.llm_image.community_import_success": "Imported {0}, failed {1}",
  18. "aice.llm_image.import_community_image": "Import Community Image",
  19. "aice.llm_image.community_image_registry": "Community Container Image Registry",
  20. "aice.llm_image.community_image_platform": "Provided by platform API",
  21. "aice.llm_image.community_image_fetch_failed": "Failed to fetch community images",
  22. "aice.llm_image.filter_by_type": "Filter by type",
  23. "aice.llm_image.imported": "Imported",
  24. "aice.instant_app": "Inference Model Library",
  25. "aice.instant_app.install": "Install Model Data",
  26. "aice.llm_sku": "Inference Template",
  27. "aice.app_llm_sku": "Application Template",
  28. "aice.llm_instantapp": "Inference Model Library",
  29. "aice.app_llm_instantapp": "Model Library",
  30. "aice.container_secret": "Container Secret",
  31. "aice.container_secret.env_hint": "Keys are passed to the container as environment variables; values are the corresponding env values.",
  32. "aice.container_secret.export_keys": "Keys to pass to instance",
  33. "aice.container_secret.export_keys_tip": "Selected keys will be passed to the LLM instance container as environment variables.",
  34. "aice.openclaw.channels": "Channels",
  35. "aice.openclaw.workspace_templates": "Workspace Templates",
  36. "aice.openclaw.workspace_templates_tip": "Optional: leave empty to use defaults; empty values will not override.",
  37. "aice.openclaw.channel.feishu": "Feishu",
  38. "aice.openclaw.channel.telegram": "Telegram",
  39. "aice.openclaw.channel.discord": "Discord",
  40. "aice.openclaw.channel.slack": "Slack",
  41. "aice.openclaw.channel.whatsapp": "WhatsApp",
  42. "aice.openclaw.channel.qqbot": "QQ Bot",
  43. "aice.openclaw.channels_extra": "Select channels to enable; selected channels can be configured below (only when creating new credential).",
  44. "aice.openclaw.channel_select_placeholder": "Select channels (multiple)",
  45. "aice.openclaw.channel_config_hint": "Configuration for selected channels. All optional; leave empty to use defaults.",
  46. "aice.openclaw.channel_var_optional": "Optional.",
  47. "aice.openclaw.section.ai_providers": "AI Providers",
  48. "aice.openclaw.section.chat_channels": "Chat & Notification Channels",
  49. "aice.openclaw.section.agent_personalization": "Agent Personalization",
  50. "aice.openclaw.ai_providers.intro": "Different providers correspond to the following KEYs. Select an existing container secret or fill the form below to create a new one and reference it.",
  51. "aice.openclaw.credential_mode.existing": "Select existing container secret",
  52. "aice.openclaw.credential_mode.new": "Fill form and create new secret",
  53. "aice.openclaw.credential_mode.label": "Configuration",
  54. "aice.openclaw.new_credential_name": "Secret name",
  55. "aice.openclaw.new_credential_name_tip": "The new container secret will store the KEYs you enter below and be referenced by this plan.",
  56. "aice.openclaw.provider_filter": "Select providers",
  57. "aice.openclaw.provider_select_tip": "Select providers first; the corresponding KEYs will be shown below for you to fill. Multiple selection supported; at least one required.",
  58. "aice.openclaw.provider_select_first": "Select one or more providers above; the KEYs to fill will appear here.",
  59. "aice.openclaw.required_hint": "Required.",
  60. "aice.openclaw.override_url_optional": "Optional; leave empty to use the default URL.",
  61. "aice.openclaw.provider_filter_placeholder": "Select providers (multiple)",
  62. "aice.openclaw.provider_filter_empty": "No matching KEYs. Change the keyword or clear the filter.",
  63. "aice.openclaw.configured_providers": "Configured AI providers",
  64. "aice.openclaw.ai_providers.at_least_one": "At least one AI provider KEY is required (e.g. ANTHROPIC_API_KEY, OPENAI_API_KEY).",
  65. "aice.openclaw.section.ai_providers_env": "AI Providers (at least one required)",
  66. "aice.openclaw.section.ai_providers_detail": "AI Providers",
  67. "aice.openclaw.sku_providers_note": "The following is the configuration of the linked LLM plan (SKU).",
  68. "aice.openclaw.sku_llm_spec_config": "Linked LLM Plan (SKU) Spec Configuration",
  69. "aice.openclaw.section.deepgram": "Deepgram (audio transcription, optional)",
  70. "aice.openclaw.section.bedrock": "Amazon Bedrock",
  71. "aice.openclaw.section.ollama": "Ollama (local models)",
  72. "aice.openclaw.section.model_selection": "Model selection",
  73. "aice.openclaw.provider.anthropic": "Anthropic",
  74. "aice.openclaw.provider.openai": "OpenAI",
  75. "aice.openclaw.provider.openrouter": "OpenRouter",
  76. "aice.openclaw.provider.gemini": "Google Gemini",
  77. "aice.openclaw.provider.xai": "xAI",
  78. "aice.openclaw.provider.groq": "Groq",
  79. "aice.openclaw.provider.mistral": "Mistral",
  80. "aice.openclaw.provider.cerebras": "Cerebras",
  81. "aice.openclaw.provider.venice": "Venice AI",
  82. "aice.openclaw.provider.moonshot": "Moonshot",
  83. "aice.openclaw.provider.kimi": "Kimi",
  84. "aice.openclaw.provider.minimax": "MiniMax",
  85. "aice.openclaw.provider.zai": "ZAI",
  86. "aice.openclaw.provider.ai_gateway": "Vercel AI Gateway",
  87. "aice.openclaw.provider.opencode": "OpenCode",
  88. "aice.openclaw.provider.synthetic": "Synthetic",
  89. "aice.openclaw.provider.copilot": "GitHub Copilot",
  90. "aice.openclaw.provider.xiaomi": "Xiaomi",
  91. "aice.openclaw.provider.deepgram": "Deepgram",
  92. "aice.openclaw.provider.bedrock": "Amazon Bedrock",
  93. "aice.openclaw.provider.ollama": "Ollama",
  94. "aice.openclaw.provider.primary_model": "Primary model",
  95. "aice.openclaw.env.ANTHROPIC_API_KEY": "Anthropic API key for Claude models.",
  96. "aice.openclaw.env.OPENAI_API_KEY": "OpenAI API key for GPT models.",
  97. "aice.openclaw.env.OPENROUTER_API_KEY": "OpenRouter API key.",
  98. "aice.openclaw.env.GEMINI_API_KEY": "Google Gemini API key.",
  99. "aice.openclaw.env.XAI_API_KEY": "xAI API key for Grok.",
  100. "aice.openclaw.env.GROQ_API_KEY": "Groq API key.",
  101. "aice.openclaw.env.MISTRAL_API_KEY": "Mistral API key.",
  102. "aice.openclaw.env.CEREBRAS_API_KEY": "Cerebras API key.",
  103. "aice.openclaw.env.VENICE_API_KEY": "Venice AI API key.",
  104. "aice.openclaw.env.MOONSHOT_API_KEY": "Moonshot API key for Kimi K2.5.",
  105. "aice.openclaw.env.KIMI_API_KEY": "Kimi Coding API key.",
  106. "aice.openclaw.env.MINIMAX_API_KEY": "MiniMax API key.",
  107. "aice.openclaw.env.ZAI_API_KEY": "ZAI API key.",
  108. "aice.openclaw.env.AI_GATEWAY_API_KEY": "Vercel AI Gateway API key.",
  109. "aice.openclaw.env.OPENCODE_API_KEY": "OpenCode API key.",
  110. "aice.openclaw.env.SYNTHETIC_API_KEY": "Synthetic API key.",
  111. "aice.openclaw.env.COPILOT_GITHUB_TOKEN": "GitHub Copilot token.",
  112. "aice.openclaw.env.XIAOMI_API_KEY": "Xiaomi MiMo API key.",
  113. "aice.openclaw.env.DEEPGRAM_API_KEY": "Deepgram API key for audio transcription.",
  114. "aice.openclaw.env.AWS_ACCESS_KEY_ID": "AWS access key.",
  115. "aice.openclaw.env.AWS_SECRET_ACCESS_KEY": "AWS secret key.",
  116. "aice.openclaw.env.AWS_REGION": "AWS region, default us-east-1.",
  117. "aice.openclaw.env.AWS_SESSION_TOKEN": "Optional session token for temporary credentials.",
  118. "aice.openclaw.env.BEDROCK_PROVIDER_FILTER": "Bedrock model discovery filter, JSON array or comma-separated.",
  119. "aice.openclaw.env.OLLAMA_BASE_URL": "Ollama server URL, e.g. http://host.docker.internal:11434.",
  120. "aice.openclaw.env.OPENCLAW_PRIMARY_MODEL": "Override primary model",
  121. "aice.openclaw.primary_model_section": "Primary model (optional)",
  122. "aice.openclaw.provider_overrides_section": "Provider overrides (optional)",
  123. "aice.openclaw.env.AI_GATEWAY_BASE_URL": "Custom base URL for AI gateway (e.g. Cloudflare AI Gateway). Applied to the matching provider based on URL suffix.",
  124. "aice.openclaw.env.ANTHROPIC_BASE_URL": "Override Anthropic API base URL.",
  125. "aice.openclaw.env.MOONSHOT_BASE_URL": "Override Moonshot API base URL. Default: https://api.moonshot.cn/v1",
  126. "aice.openclaw.env.KIMI_BASE_URL": "Override Kimi Coding API base URL. Default: https://api.moonshot.ai/anthropic",
  127. "aice.openclaw.channel.env.TELEGRAM_BOT_TOKEN": "Telegram bot token from BotFather.",
  128. "aice.openclaw.channel.env.TELEGRAM_DM_POLICY": "DM access policy: pairing, allowlist, open, or disabled.",
  129. "aice.openclaw.channel.env.TELEGRAM_ALLOW_FROM": "Comma-separated allowlist of user IDs/usernames. Required when dmPolicy=allowlist or open (use *).",
  130. "aice.openclaw.channel.env.TELEGRAM_GROUP_POLICY": "Group access policy: open, allowlist, or disabled.",
  131. "aice.openclaw.channel.env.TELEGRAM_GROUP_ALLOW_FROM": "Comma-separated group sender allowlist (user IDs/usernames).",
  132. "aice.openclaw.channel.env.TELEGRAM_REPLY_TO_MODE": "Reply threading: off, first, or all.",
  133. "aice.openclaw.channel.env.TELEGRAM_CHUNK_MODE": "Outbound split mode: length or newline.",
  134. "aice.openclaw.channel.env.TELEGRAM_TEXT_CHUNK_LIMIT": "Outbound text chunk size (chars).",
  135. "aice.openclaw.channel.env.TELEGRAM_STREAM_MODE": "Draft streaming: off, partial, or block.",
  136. "aice.openclaw.channel.env.TELEGRAM_LINK_PREVIEW": "Toggle link previews for outbound messages.",
  137. "aice.openclaw.channel.env.TELEGRAM_MEDIA_MAX_MB": "Inbound/outbound media cap in MB.",
  138. "aice.openclaw.channel.env.TELEGRAM_REACTION_NOTIFICATIONS": "Which reactions trigger events: off, own, or all.",
  139. "aice.openclaw.channel.env.TELEGRAM_REACTION_LEVEL": "Agent reaction capability: off, ack, minimal, or extensive.",
  140. "aice.openclaw.channel.env.TELEGRAM_INLINE_BUTTONS": "Inline button capability: off, dm, group, all, or allowlist.",
  141. "aice.openclaw.channel.env.TELEGRAM_ACTIONS_REACTIONS": "Gate Telegram tool reactions.",
  142. "aice.openclaw.channel.env.TELEGRAM_ACTIONS_STICKER": "Gate Telegram sticker send/search actions.",
  143. "aice.openclaw.channel.env.TELEGRAM_PROXY": "Proxy URL for Bot API calls (SOCKS/HTTP).",
  144. "aice.openclaw.channel.env.TELEGRAM_WEBHOOK_URL": "Enable webhook mode with public endpoint URL.",
  145. "aice.openclaw.channel.env.TELEGRAM_WEBHOOK_SECRET": "Webhook secret (optional).",
  146. "aice.openclaw.channel.env.TELEGRAM_WEBHOOK_PATH": "Local webhook path for incoming updates.",
  147. "aice.openclaw.channel.env.TELEGRAM_MESSAGE_PREFIX": "Prefix prepended to inbound messages.",
  148. "aice.openclaw.channel.env.DISCORD_BOT_TOKEN": "Discord bot token. Enable MESSAGE CONTENT INTENT in Discord Developer Portal.",
  149. "aice.openclaw.channel.env.DISCORD_DM_POLICY": "DM access policy: pairing, allowlist, open, or disabled.",
  150. "aice.openclaw.channel.env.DISCORD_DM_ALLOW_FROM": "Comma-separated user IDs/names for DM allowlist.",
  151. "aice.openclaw.channel.env.DISCORD_GROUP_POLICY": "Guild access policy: open, allowlist, or disabled.",
  152. "aice.openclaw.channel.env.DISCORD_REPLY_TO_MODE": "Reply threading: off, first, or all.",
  153. "aice.openclaw.channel.env.DISCORD_CHUNK_MODE": "Outbound split mode: length or newline.",
  154. "aice.openclaw.channel.env.DISCORD_TEXT_CHUNK_LIMIT": "Outbound text chunk size (chars).",
  155. "aice.openclaw.channel.env.DISCORD_MAX_LINES_PER_MESSAGE": "Soft line limit per message.",
  156. "aice.openclaw.channel.env.DISCORD_MEDIA_MAX_MB": "Inbound media cap in MB.",
  157. "aice.openclaw.channel.env.DISCORD_HISTORY_LIMIT": "Recent guild messages for context.",
  158. "aice.openclaw.channel.env.DISCORD_DM_HISTORY_LIMIT": "DM history limit per user.",
  159. "aice.openclaw.channel.env.DISCORD_REACTION_NOTIFICATIONS": "Which reactions trigger events: off, own, all, or allowlist.",
  160. "aice.openclaw.channel.env.DISCORD_ALLOW_BOTS": "Process messages from other bots.",
  161. "aice.openclaw.channel.env.DISCORD_MESSAGE_PREFIX": "Prefix prepended to inbound messages.",
  162. "aice.openclaw.channel.env.SLACK_BOT_TOKEN": "Slack bot token (xoxb-...). Both bot + app token required for Slack.",
  163. "aice.openclaw.channel.env.SLACK_APP_TOKEN": "Slack app token (xapp-...).",
  164. "aice.openclaw.channel.env.SLACK_USER_TOKEN": "Slack user token (xoxp-...). Optional, for user-level API calls.",
  165. "aice.openclaw.channel.env.SLACK_SIGNING_SECRET": "Signing secret for HTTP mode verification.",
  166. "aice.openclaw.channel.env.SLACK_MODE": "Connection mode: socket or http.",
  167. "aice.openclaw.channel.env.SLACK_WEBHOOK_PATH": "Webhook path for HTTP mode.",
  168. "aice.openclaw.channel.env.SLACK_DM_POLICY": "DM access policy: pairing or open.",
  169. "aice.openclaw.channel.env.SLACK_DM_ALLOW_FROM": "Comma-separated user IDs/handles for DM allowlist.",
  170. "aice.openclaw.channel.env.SLACK_GROUP_POLICY": "Channel access policy: open, allowlist, or disabled.",
  171. "aice.openclaw.channel.env.SLACK_REPLY_TO_MODE": "Reply threading: off, first, or all.",
  172. "aice.openclaw.channel.env.SLACK_REACTION_NOTIFICATIONS": "Which reactions trigger events: off, own, or all.",
  173. "aice.openclaw.channel.env.SLACK_CHUNK_MODE": "Outbound split mode.",
  174. "aice.openclaw.channel.env.SLACK_TEXT_CHUNK_LIMIT": "Outbound text chunk size (chars).",
  175. "aice.openclaw.channel.env.SLACK_MEDIA_MAX_MB": "Inbound media cap in MB.",
  176. "aice.openclaw.channel.env.SLACK_HISTORY_LIMIT": "Recent channel messages for context.",
  177. "aice.openclaw.channel.env.SLACK_ALLOW_BOTS": "Process messages from other bots.",
  178. "aice.openclaw.channel.env.SLACK_MESSAGE_PREFIX": "Prefix prepended to inbound messages.",
  179. "aice.openclaw.channel.env.WHATSAPP_ENABLED": "Set to true to enable WhatsApp channel. Uses QR/pairing code auth at runtime.",
  180. "aice.openclaw.channel.env.WHATSAPP_DM_POLICY": "DM access policy: pairing, allowlist, open, or disabled.",
  181. "aice.openclaw.channel.env.WHATSAPP_ALLOW_FROM": "Comma-separated E.164 phone numbers for DM allowlist.",
  182. "aice.openclaw.channel.env.WHATSAPP_SELF_CHAT_MODE": "Enable when running on your personal WhatsApp number.",
  183. "aice.openclaw.channel.env.WHATSAPP_GROUP_POLICY": "Group access policy: open, disabled, or allowlist.",
  184. "aice.openclaw.channel.env.WHATSAPP_GROUP_ALLOW_FROM": "Comma-separated E.164 phone numbers for group sender allowlist.",
  185. "aice.openclaw.channel.env.WHATSAPP_MEDIA_MAX_MB": "Inbound media save cap in MB.",
  186. "aice.openclaw.channel.env.WHATSAPP_HISTORY_LIMIT": "Recent unprocessed messages inserted for group context.",
  187. "aice.openclaw.channel.env.WHATSAPP_DM_HISTORY_LIMIT": "DM history limit in user turns.",
  188. "aice.openclaw.channel.env.WHATSAPP_SEND_READ_RECEIPTS": "Send read receipts (blue ticks) on message receipt.",
  189. "aice.openclaw.channel.env.WHATSAPP_ACK_REACTION_EMOJI": "Emoji sent on message receipt (e.g. 👀). Omit to disable.",
  190. "aice.openclaw.channel.env.WHATSAPP_ACK_REACTION_DIRECT": "Send ack reactions in DM chats.",
  191. "aice.openclaw.channel.env.WHATSAPP_ACK_REACTION_GROUP": "Group reaction behavior: always, mentions, or never.",
  192. "aice.openclaw.channel.env.WHATSAPP_MESSAGE_PREFIX": "Inbound message prefix.",
  193. "aice.openclaw.channel.env.WHATSAPP_ACTIONS_REACTIONS": "Enable WhatsApp tool reactions.",
  194. "aice.openclaw.channel.env.QQBOT_APP_ID": "QQ bot app ID.",
  195. "aice.openclaw.channel.env.QQBOT_CLIENT_SECRET": "QQ bot client secret.",
  196. "aice.openclaw.channel.env.FEISHU_APP_ID": "Feishu/Lark app ID (e.g. cli_xxx). Both app ID and secret required to enable.",
  197. "aice.openclaw.channel.env.FEISHU_APP_SECRET": "Feishu/Lark app secret.",
  198. "aice.openclaw.channel.env.FEISHU_BOT_NAME": "Bot display name for the main account.",
  199. "aice.openclaw.channel.env.FEISHU_DOMAIN": "API domain: feishu (default) or lark for international tenants.",
  200. "aice.openclaw.channel.env.FEISHU_DM_POLICY": "DM access policy: pairing, allowlist, open, or disabled.",
  201. "aice.openclaw.channel.env.FEISHU_GROUP_POLICY": "Group policy: open, allowlist, or disabled.",
  202. "aice.openclaw.channel.env.FEISHU_ALLOW_FROM": "Comma-separated Open IDs for DM allowlist.",
  203. "aice.openclaw.channel.env.FEISHU_GROUP_ALLOW_FROM": "Comma-separated group chat IDs (e.g. oc_xxx) for allowlist.",
  204. "aice.openclaw.channel.env.FEISHU_TEXT_CHUNK_LIMIT": "Outbound text chunk size (chars).",
  205. "aice.openclaw.channel.env.FEISHU_MEDIA_MAX_MB": "Media upload/download limit in MB.",
  206. "aice.openclaw.channel.env.FEISHU_TYPING_INDICATOR": "Show typing indicator while generating.",
  207. "aice.openclaw.channel.env.FEISHU_RESOLVE_SENDER_NAMES": "Resolve sender display names (extra API calls).",
  208. "aice.openclaw.primary_model_label": "Primary model",
  209. "aice.openclaw.primary_model_extra": "Optional. Override the auto-selected primary model. Format: provider/model-id (e.g. anthropic/claude-sonnet-4-5-20250929). Leave empty to use auto-selection.",
  210. "aice.container_secret.key": "Key",
  211. "aice.container_secret.value": "Value",
  212. "aice.container_secret.add_pair": "Add key-value pair",
  213. "aice.envs": "Environment Variables",
  214. "aice.instance": "Cloud Desktop",
  215. "aice.create_instance": "Create @:aice.instance",
  216. "scope.clouddesktop": "Cloud Desktop",
  217. "aice.spec": "Specification",
  218. "aice.backup": "Backup",
  219. "aice.backup.size": "Backup Size",
  220. "aice.image": "Image",
  221. "aice.bandwidth": "Bandwidth",
  222. "aice.cpu.unit": "Core(s)",
  223. "aice.memory": "Memory",
  224. "aice.container": "Container Host",
  225. "aice.container.disk": "Container Disk",
  226. "aice.action.reset": "Reset to Factory",
  227. "aice.action.resize": "Resize",
  228. "aice.action.rebuild": "Reinstall System",
  229. "aice.action.restart": "Restart",
  230. "aice.action.stop": "Stop",
  231. "aice.action.add_buckup": "Add Backup",
  232. "aice.disk": "Data Disk",
  233. "aice.selected": "Selected",
  234. "aice.config": "Configuration",
  235. "aice.config_info": "Configuration Info",
  236. "aice.llm_spec": "LLM Spec",
  237. "aice.llm_spec_config": "LLM Spec Config",
  238. "aice.llm_spec_update": "Update Spec",
  239. "aice.port": "Port",
  240. "aice.container_port_mapping": "Port Mapping",
  241. "aice.container_port_mapping_tip": "Configure the container listening port. The system will automatically allocate an external access port and complete the mapping.",
  242. "aice.container_port": "Container Port",
  243. "aice.add_port_mapping": "Add Mapping",
  244. "aice.preferred_model": "Preferred model",
  245. "aice.customized_args": "Custom arguments",
  246. "aice.add_customized_arg": "Add argument",
  247. "aice.customized_arg_key": "Key",
  248. "aice.customized_arg_value": "Value",
  249. "aice.access_port": "Access Port",
  250. "aice.access_url": "Connection Info",
  251. "aice.login_url": "Login URL",
  252. "aice.login_username": "Username",
  253. "aice.login_password": "Password",
  254. "aice.login_extra": "Extra",
  255. "aice.login_info": "Login Info",
  256. "aice.click_to_show": "Click to show",
  257. "aice.listen_port": "Listen Port",
  258. "aice.access_port_from_instance": "Access port shown in the instance",
  259. "aice.local_disk": "Local Disk",
  260. "aice.project": "Specify Project",
  261. "aice.name_repeat_extra": "Name supports ordered suffix placeholder '#'. Example: name host##, count 2, creates host01, host02; existing names get next number.",
  262. "aice.capacity": "Capacity",
  263. "aice.template": "Template",
  264. "aice.disk.is_mounted": "Mounted",
  265. "aice.disk.mounted": "Mounted",
  266. "aice.disk.unmounted": "Unmounted",
  267. "aice.disk.storage_type": "Storage Type",
  268. "aice.disk.disk_size": "Disk Size",
  269. "aice.disk.disk_type": "Disk Type",
  270. "aice.disk.sys_disk": "System Disk",
  271. "aice.disk.data_disk": "Data Disk",
  272. "aice.image.url": "Image URL",
  273. "aice.image.label": "Image Tag",
  274. "aice.container_port.message": "Container port must be in range 0-65535",
  275. "aice.device": "Device Model",
  276. "aice.host": "Host",
  277. "aice.storage": "Storage",
  278. "aice.detail": "Details",
  279. "aice.event": "Operation Log",
  280. "aice.perform_sync_status": "Sync Status",
  281. "aice.add": "Add {0}",
  282. "aice.screenshot": "Screenshot",
  283. "aice.desktop_status": "App Status",
  284. "aice.phone.restart.sync_image.pompt": "Update image by specification",
  285. "aice.phone.title.adb_port": "ADB Port",
  286. "aice.global_task": "Global Task",
  287. "aice.global_task.compute": "Container Task",
  288. "aice.global_task.desktop": "Desktop Task",
  289. "aice.backup_name": "Backup Name",
  290. "aice.auto_start": "Auto restart after backup completes",
  291. "aice.auto_reset": "Auto reset to factory",
  292. "aice.action.bind_volume": "Replace Data Disk",
  293. "aice.phone.bind.auto_start.pompt": "Auto start after replace",
  294. "aice.restart_with_backup": "Restore backup on restart",
  295. "aice.backup.diskbackup.title": "Disk Backup",
  296. "aice.cpu.priority": "CPU Priority",
  297. "aice.cpu.bandwidth": "Rate Limit (Mbps)",
  298. "aice.restart_with_image": "Set image on restart",
  299. "aice.restart_with_image_tip": "If not selected and not updating image by spec, image will not change",
  300. "aice.restart_with_spec": "Set specification on restart",
  301. "aice.restart_with_spec_tip": "If not selected, specification will not change",
  302. "aice.action.cpu.priority": "Adjust CPU Priority",
  303. "aice.action.net.config": "Network Config",
  304. "aice.action.net.config.bandwidth": "Bandwidth (Mbps)",
  305. "aice.action.exec.command": "Execute Command",
  306. "aice.apps": "Apps",
  307. "aice.apps.install": "Install",
  308. "aice.apps.uninstall": "Uninstall",
  309. "aice.apps.status": "App Status",
  310. "aice.probed_status.title": "Install Status",
  311. "aice.probed_status.installed": "Installed",
  312. "aice.probed_status.uninstalled": "Uninstalled",
  313. "aice.probed_apps": "Regular Apps",
  314. "aice.system_apps": "System Apps",
  315. "aice.mounted_apps": "Model Library",
  316. "aice.save_mounted_apps": "Save to Model Library",
  317. "aice.phone.save_mounted_apps.auto_restart.pompt": "Auto start after save",
  318. "aice.mounted_apps.package": "APP ID",
  319. "aice.mounted_apps.app_id": "App ID",
  320. "aice.mounted_apps.version": "Version",
  321. "aice.mounted_apps.mounts": "Mount Path",
  322. "aice.mounted_apps.unprobed": "Installing",
  323. "aice.mounted_apps.auto_cache": "Auto Cache",
  324. "aice.mounted_apps.auto_cache.on": "Cached",
  325. "aice.mounted_apps.auto_cache.status": "Cache Status",
  326. "aice.mounted_apps.auto_cache.enable": "Enable Auto Cache",
  327. "aice.mounted_apps.display_name": "App Name",
  328. "aice.mounted_apps.icon": "Icon",
  329. "aice.bandwidth_mb": "Bandwidth (M)",
  330. "aice.model": "Model",
  331. "aice.save_as_instant_model": "Save to Model Library",
  332. "aice.install_instant_model": "Install Model Data",
  333. "aice.devices": "GPU Model",
  334. "aice.model_name": "Model Name",
  335. "aice.llm_type": "Type",
  336. "aice.llm_type.llm": "LLM Type",
  337. "aice.llm_type.app": "App Type",
  338. "aice.llm_type.ollama": "Ollama",
  339. "aice.llm_type.comfyui": "ComfyUI",
  340. "aice.llm_type.dify": "Dify",
  341. "aice.llm_type.vllm": "vLLM",
  342. "aice.llm_type.openclaw": "OpenClaw",
  343. "aice.llm_type.no_params_hint": "No additional parameters for this type",
  344. "aice.llm_network_type.guest_default": "Auto schedule - classic network",
  345. "aice.llm_network_type.hostlocal_default": "Auto schedule - host-local network",
  346. "aice.llm_network_type.guest": "Specify classic network",
  347. "aice.llm_network_type.hostlocal": "Specify host-local network",
  348. "aice.cpu": "CPU",
  349. "aice.dify_api_image": "Dify API Image",
  350. "aice.dify_plugin_image": "Dify Plugin Image",
  351. "aice.dify_sandbox_image": "Dify Sandbox Image",
  352. "aice.dify_ssr_image": "Dify SSR Image",
  353. "aice.dify_weaviate_image": "Dify Weaviate Image",
  354. "aice.dify_web_image": "Dify Web Image",
  355. "aice.nginx_image": "Nginx Image",
  356. "aice.postgres_image": "Postgre Image",
  357. "aice.redis_image": "Redis Image",
  358. "aice.container_status": "Container Status"
  359. }