"other": "${COMMAND_NAME} sl cdn edit" }, "${COMMAND_NAME} sl cdn list": { "other": "${COMMAND_NAME} sl cdn list" }, "${COMMAND_NAME} sl cdn origin-add\nExample:\n${COMMAND_NAME} sl cdn origin-add --origin 123.123.123.123 --path /example/videos --http 80": { "other": "${COMMAND_NAME} sl cdn origin-add\n示例:\n${COMMAND_NAME} sl cdn origin-add --origin 123.123.123.123 --path /example/videos --http 80" }, "${COMMAND_NAME} sl cdn origin-list": { "other": "${COMMAND_NAME} sl cdn origin-list" }, "${COMMAND_NAME} sl cdn origin-remove\nExample:\n${COMMAND_NAME} sl cdn origin-remove 123456789 \"/path/*\"": { "other": "${COMMAND_NAME} sl cdn origin-remove\n示例:\n${COMMAND_NAME} sl cdn origin-remove 123456789 \"/path/*\"" }, "${COMMAND_NAME} sl cdn purge\nExample:\n${COMMAND_NAME} sl cdn purge 9779455 /article/file.txt\"": { "other": "${COMMAND_NAME} sl cdn purge\n示例:\n${COMMAND_NAME} sl cdn purge 9779455 /article/file.txt\"" }, "${COMMAND_NAME} sl dedicatedhost create-options [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dedicatedhost create-options\n\n To get the list of available private vlans use this command: ${COMMAND_NAME} sl dedicatedhost create-options --datacenter dal05 --flavor 56_CORES_X_242_RAM_X_1_4_TB\"": { "other": "${COMMAND_NAME} sl dedicatedhost create-options [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dedicatedhost create-options\n\n 要获取可用的专用 vlans 的列表,请使用以下命令:${COMMAND_NAME} sl dedicatedhost create-options --datacenter dal05 --flavor 56_CORES_X_242_RAM_X_1_4_TB\"" }, "${COMMAND_NAME} sl dedicatedhost list-guests IDENTIFIER[OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dedicatedhost list-guests -d dal09 --sortby hostname 1234567\n This command list all Dedicated Host guests in the Account.": { "other": "${COMMAND_NAME} sl dedicatedhost list-guests IDENTIFIER[OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dedicatedhost list-guests -d dal09 --sortby hostname 1234567\n 此命令列出帐户中的所有专用主机的访客。" }, "${COMMAND_NAME} sl dns import ZONEFILE [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns import ~/ibm.com.txt\n This command imports zone and its resource records from file: ~/ibm.com.txt.": { "other": "${COMMAND_NAME} sl dns import ZONEFILE [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dns import ~/ibm.com.txt\n 此命令从文件 ~/ibm.com.txt 导入专区及其资源记录。" }, "${COMMAND_NAME} sl dns record-add ZONE RECORD TYPE DATA [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns record-add ibm.com ftp A 127.0.0.1 --ttl 86400\n This command adds an A record to zone: ibm.com, its host is \"ftp\", data is \"127.0.0.1\" and ttl is 86400 seconds.": { "other": "${COMMAND_NAME} sl dns record-add ZONE RECORD TYPE DATA [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dns record-add ibm.com ftp A 127.0.0.1 --ttl 86400\n 此命令将 A 记录添加到专区:ibm.com,其主机为“ftp”,数据为“127.0.0.1”,ttl 为 86400 秒。" }, "${COMMAND_NAME} sl dns record-edit ZONE [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl dns record-edit ibm.com --by-id 12345678 --data 127.0.0.2 --ttl 3600\n This command edits records under the zone: ibm.com, whose ID is 12345678, and sets its data to \"127.0.0.2\" and ttl to 3600.\n ${COMMAND_NAME} sl dns record-edit ibm.com --by-record kibana --ttl 3600\n This command edits records under the zone: ibm.com, whose host is \"kibana\", and sets their ttl all to 3600.": { "other": "${COMMAND_NAME} sl dns record-edit ZONE [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl dns record-edit ibm.com --by-id 12345678 --data 127.0.0.2 --ttl 3600\n 此命令编辑专区 ibm.com 下的记录,其标识为 12345678,并将其数据设置为“127.0.0.2”,将 ttl 设置为 3600。\n ${COMMAND_NAME} sl dns record-edit ibm.com --by-record kibana --ttl 3600\n 此命令编辑专区 ibm.com 下的记录,其主机为“kibana”,并将其 ttl 全部设置为 3600。" }, "${COMMAND_NAME} sl dns record-list ZONE [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl dns record-list ibm.com --record elasticsearch --type A --ttl 900\n This command lists all A records under the zone: ibm.com, and filters by host is elasticsearch and ttl is 900 seconds.": { "other": "${COMMAND_NAME} sl dns record-list ZONE [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl dns record-list ibm.com --record elasticsearch --type A --ttl 900\n 此命令列出专区 ibm.com 下的所有 A 记录,按主机 elasticsearch 进行过滤,ttl 为 900 秒。" }, "${COMMAND_NAME} sl dns record-remove RECORD_ID\n\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl dns record-remove 12345678\n This command removes resource record with ID 12345678.": { "other": "${COMMAND_NAME} sl dns record-remove RECORD_ID\n\n\t\n示例:\n ${COMMAND_NAME} sl dns record-remove 12345678\n 此命令除去标识为 12345678 的资源记录。" }, "${COMMAND_NAME} sl dns zone-create ZONE [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns zone-create ibm.com \n This command creates a zone that is named ibm.com.": { "other": "${COMMAND_NAME} sl dns zone-create ZONE [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dns zone-create ibm.com \n 此命令创建名为 ibm.com 的专区。" }, "${COMMAND_NAME} sl dns zone-delete ZONE\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns zone-delete ibm.com \n This command deletes a zone that is named ibm.com.": { "other": "${COMMAND_NAME} sl dns zone-delete ZONE\n\n示例:\n ${COMMAND_NAME} sl dns zone-delete ibm.com \n 此命令删除名为 ibm.com 的专区。" }, "${COMMAND_NAME} sl dns zone-list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns zone-list\n This command lists all zones under current account.": { "other": "${COMMAND_NAME} sl dns zone-list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl dns zone-list\n 此命令列出当前帐户下的所有专区。" }, "${COMMAND_NAME} sl dns zone-print ZONE\n\nEXAMPLE:\n ${COMMAND_NAME} sl dns zone-print ibm.com\n This command prints zone that is named ibm.com, and in BIND format.": { "other": "${COMMAND_NAME} sl dns zone-print ZONE\n\n示例:\n ${COMMAND_NAME} sl dns zone-print ibm.com\n 此命令以 BIND 格式打印名为 ibm.com 的专区。" }, "${COMMAND_NAME} sl event-log get [OPTIONS]\n\nEXAMPLE: \n ${COMMAND_NAME} sl event-log get \n ${COMMAND_NAME} sl event-log get --limit 5 --obj-id 123456 --obj-event Create --metadata\n ${COMMAND_NAME} sl event-log get --date-min 2021-03-31 --date-max 2021-04-31": { "other": "${COMMAND_NAME} sl event-log get [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl event-log get \n ${COMMAND_NAME} sl event-log get --limit 5 --obj-id 123456 --obj-event Create --metadata\n ${COMMAND_NAME} sl event-log get --date-min 2021-03-31 --date-max 2021-04-31" }, "${COMMAND_NAME} sl globalip assign IDENTIFIER TARGET [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl globalip assign 12345678 9.111.123.456\n\tThis command assigns IP address with ID 12345678 to a target device whose IP address is 9.111.123.456.": { "other": "${COMMAND_NAME} sl globalip assign IDENTIFIER TARGET [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl globalip assign 12345678 9.111.123.456\n\t此命令将标识为 12345678 的 IP 地址分配给 IP 地址为 9.111.123.456 的目标设备。" }, "${COMMAND_NAME} sl globalip create [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl globalip create --v6 \n\tThis command creates an IPv6 address.": { "other": "${COMMAND_NAME} sl globalip create [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl globalip create --v6 \n\t此命令创建 IPv6 地址。" }, "${COMMAND_NAME} sl image datacenter IDENTIFIER [OPTIONS] \n\nEXAMPLE:\n\t${COMMAND_NAME} sl image datacenter 12345678 --add dal05 --remove sjc03\n\tThis command Add/Remove datacenter of an image.": { "other": "${COMMAND_NAME} sl image datacenter IDENTIFIER [OPTIONS] \n \n 示例:\n ${COMMAND_NAME} sl image datacenter 12345678 -- add dal05 -- remove sjc03\n 此命令添加/除去映像的数据中心。" }, "${COMMAND_NAME} sl image edit IDENTIFIER [OPTIONS]\n\nEXAMPLE: \n ${COMMAND_NAME} sl image edit 12345678 --name ubuntu16 --note testing --tag staging\n This command edits an image with ID 12345678 and set its name to \"ubuntu16\", note to \"testing\", and tag to \"staging\".": { "other": "${COMMAND_NAME} sl image edit IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl image edit 12345678 --name ubuntu16 --note testing --tag staging\n 此命令编辑标识为 12345678 的映像,并将其名称设置为“ubuntu16”,将注释设置为“testing”,将标记设置为“staging”。" }, "${COMMAND_NAME} sl image import NAME URI API_KEY [--note NOTE] [--os-code OS_CODE] [--root-key-crn ROOT_KEY_CRN] [--wrapper-dek WRAPPER_DEK] [--cloud-init] [--byol] [--is-encrypted]\n NAME: The image name\n URI: The URI for an object storage object (.vhd/.iso file) of the format: cos:////\n API_KEY: The IBM Cloud API Key with access to IBM Cloud Object Storage instance.": { "other": "${COMMAND_NAME} sl image import NAME URI API_KEY [--note NOTE] [--os-code OS_CODE] [--root-key-crn ROOT_KEY_CRN] [--wrapper-dek WRAPPER_DEK] [--cloud-init] [--byol] [--is-encrypted]\n NAME:图像名称\n URI:格式如下的对象存储器对象(.vhd/.iso 文件)的 URI:cos:////\n API_KEY:有权访问 IBM Cloud Object Storage 实例的 IBM Cloud API 密钥。" }, "${COMMAND_NAME} sl ipsec config CONTEXT_ID [OPTIONS]\n\n Request configuration of a tunnel context.\n\n This action will update the advancedConfigurationFlag on the context\n instance and further modifications against the context will be prevented\n until all changes can be propagated to network devices.": { "other": "${COMMAND_NAME} sl ipsec config CONTEXT_ID [OPTIONS]\n\n 请求隧道上下文的配置。\n\n 此操作将更新上下文实例上的 advancedConfigurationFlag,\n 并将阻止对上下文的进一步修改,直到所有更改都可传播到网络设备为止。" }, "${COMMAND_NAME} sl ipsec detail CONTEXT_ID [OPTIONS]\n\n List IPSEC VPN tunnel context details.\n\n Additional resources can be joined using multiple instances of the include\n option, for which the following choices are available.\n\n at: address translations\n is: internal subnets\n rs: remote subnets\n sr: statically routed subnets\n ss: service subnets": { "other": "${COMMAND_NAME} sl ipsec detail CONTEXT_ID [OPTIONS]\n\n 列出 IPSEC VPN 隧道上下文详细信息。\n\n 可以使用 include 选项的多个实例来连接其他资源,可用选项如下。\n\n at:地址转换\n is:内部子网\n rs:远程子网\n sr:静态路由的子网\n ss:服务子网" }, "${COMMAND_NAME} sl ipsec subnet-add CONTEXT_ID [OPTIONS] \n\n Add a subnet to an IPSEC tunnel context.\n\n A subnet id may be specified to link to the existing tunnel context.\n\n Otherwise, a network identifier in CIDR notation should be specified,\n indicating that a subnet resource should first be created before\n associating it with the tunnel context. Note that this is only supported\n for remote subnets, which are also deleted upon failure to attach to a\n context.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec subnet-add CONTEXT_ID [OPTIONS] \n\n 向 IPSEC 隧道上下文添加子网。\n\n 可指定子网标识来链接到现有隧道上下文。\n\n 否则,应该指定采用 CIDR 表示法的网络标识,以指示应该先创建子网\n 资源,再将其与隧道上下文关联。请注意,只有远程子网才支持此项,\n 这些远程子网在未能连接到上下文时也将被删除。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl ipsec subnet-remove CONTEXT_ID SUBNET_ID SUBNET_TYPE \n\n Remove a subnet from an IPSEC tunnel context.\n\n The subnet id to remove must be specified.\n\n Remote subnets are deleted upon removal from a tunnel context.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec subnet-remove CONTEXT_ID SUBNET_ID SUBNET_TYPE \n\n 从 IPSEC 隧道上下文中除去子网。\n\n 必须指定要除去的子网标识。\n\n 远程子网在从隧道上下文中除去时会被删除。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl ipsec translation-add CONTEXT_ID [OPTIONS]\n\n Add an address translation to an IPSEC tunnel context.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec translation-add CONTEXT_ID [OPTIONS]\n\n 向 IPSEC 隧道上下文添加地址转换。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl ipsec translation-remove CONTEXT_ID TRANSLATION_ID \n\n Remove a translation entry from an IPSEC tunnel context.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec translation-remove CONTEXT_ID TRANSLATION_ID \n\n 从 IPSEC 隧道上下文中除去转换条目。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl ipsec translation-update CONTEXT_ID TRANSLATION_ID [OPTIONS]\n\n Update an address translation for an IPSEC tunnel context.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec translation-update CONTEXT_ID TRANSLATION_ID [OPTIONS]\n\n 更新 IPSEC 隧道上下文的地址转换。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl ipsec update CONTEXT_ID [OPTIONS]\n\n Update tunnel context properties.\n\n Updates are made atomically, so either all are accepted or none are.\n\n Key life values must be in the range 120-172800.\n\n Phase 2 perfect forward secrecy must be in the range 0-1.\n\n A separate configuration request should be made to realize changes on\n network devices.": { "other": "${COMMAND_NAME} sl ipsec update CONTEXT_ID [OPTIONS]\n\n 更新隧道上下文属性。\n\n 更新会自动进行,所以要么全部接受,要么全部不接受。\n\n 密钥生存期值必须在 120-172800 范围内。\n\n 第 2 阶段完美前向保密必须位于 0-1 范围内。\n\n 应该发起单独的配置请求,以在网络设备上实现更改。" }, "${COMMAND_NAME} sl loadbal l7member-del (--pool-uuid L7POOL_UUID) (--member-uuid L7MEMBER_UUID)": { "other": "${COMMAND_NAME} sl loadbal l7member-del (--pool-uuid L7POOL_UUID) (--member-uuid L7MEMBER_UUID)" }, "${COMMAND_NAME} sl loadbal l7policies (--protocol-id PROTOCOL_ID)": { "other": "${COMMAND_NAME} sl loadbal l7policies (--protocol-id PROTOCOL_ID)" }, "${COMMAND_NAME} sl loadbal l7policy-add (--protocol-uuid PROTOCOL_UUID) (-n, --name NAME) (-a,--action REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS) [-r,--redirect REDIRECT] [-p,--priority PRIORITY]": { "other": "${COMMAND_NAME} sl loadbal l7policy-add (--protocol-uuid PROTOCOL_UUID) (-n, --name NAME) (-a,--action REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS) [-r,--redirect REDIRECT] [-p,--priority PRIORITY]" }, "${COMMAND_NAME} sl loadbal l7policy-delete (--policy-id POLICY_ID) [-f, --force]": { "other": "${COMMAND_NAME} sl loadbal l7policy-delete (--policy-id POLICY_ID) [-f, --force]" }, "${COMMAND_NAME} sl loadbal l7policy-edit (--policy-d POLICY_ID) (-n, --name NAME) (-a,--action REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS) [-r,--redirect REDIRECT] [-p,--priority PRIORITY]": { "other": "${COMMAND_NAME} sl loadbal l7policy-edit (--policy-d POLICY_ID) (-n, --name NAME) (-a,--action REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS) [-r,--redirect REDIRECT] [-p,--priority PRIORITY]" }, "${COMMAND_NAME} sl loadbal l7pool-delete (--pool-id L7POOL_ID)": { "other": "${COMMAND_NAME} sl loadbal l7pool-delete (--pool-id L7POOL_ID)" }, "${COMMAND_NAME} sl loadbal l7pool-detail (--pool-id L7POOL_ID)": { "other": "${COMMAND_NAME} sl loadbal l7pool-detail (--pool-id L7POOL_ID)" }, "${COMMAND_NAME} sl loadbal l7pool-edit (--pool-uuid L7POOL_UUID) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]": { "other": "${COMMAND_NAME} sl loadbal l7pool-edit (--pool-uuid L7POOL_UUID) [-m, --method METHOD] [-s, --server BACKEND_IP:PORT] [-p, --protocol PROTOCOL] [--health-path PATH] [--health-interval INTERVAL] [--health-retry RETRY] [--health-timeout TIMEOUT] [--sticky cookie | source-ip]" }, "${COMMAND_NAME} sl loadbal l7rule-add (--policy-uuid L7POLICY_UUID) (-t, --type HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH ) (-c, --compare-type EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS) (-v,--value VALUE) [-k,--key KEY] [--invert 0 | 1]": { "other": "${COMMAND_NAME} sl loadbal l7rule-add (--policy-uuid L7POLICY_UUID) (-t, --type HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH ) (-c, --compare-type EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS) (-v,--value VALUE) [-k,--key KEY] [--invert 0 | 1]" }, "${COMMAND_NAME} sl loadbal l7rule-delete (--policy-uuid L7POLICY_UUID) (--rule-uuid L7RULE_UUID) [-f, --force]": { "other": "${COMMAND_NAME} sl loadbal l7rule-delete (--policy-uuid L7POLICY_UUID) (--rule-uuid L7RULE_UUID) [-f, --force]" }, "${COMMAND_NAME} sl loadbal l7rules (--policy-id Policy_ID)": { "other": "${COMMAND_NAME} sl loadbal l7rules (--policy-id Policy_ID)" }, "${COMMAND_NAME} sl loadbal list": { "other": "${COMMAND_NAME} sl loadbal list" }, "${COMMAND_NAME} sl loadbal member-add (--id LOADBAL_ID) (--ip PRIVATE_IP)": { "other": "${COMMAND_NAME} sl loadbal member-add (--id LOADBAL_ID) (--ip PRIVATE_IP)" }, "${COMMAND_NAME} sl loadbal member-add (--pool-uuid L7POOL_UUID) (--address IP_ADDRESS) (--port PORT)": { "other": "${COMMAND_NAME} sl loadbal member-add (--pool-uuid L7POOL_UUID) (--address IP_ADDRESS) (--port PORT)" }, "${COMMAND_NAME} sl loadbal member-del (--lb-id LOADBAL_ID) (-m, --member-uuid MEMBER_UUID)": { "other": "${COMMAND_NAME} sl loadbal member-del (--lb-id LOADBAL_ID) (-m, --member-uuid MEMBER_UUID)" }, "${COMMAND_NAME} sl loadbal netscalers": { "other": "${COMMAND_NAME} sl loadbal netscalers" }, "${COMMAND_NAME} sl loadbal order (-n, --name NAME) (-d, --datacenter DATACENTER) (-t, --type PublicToPrivate | PrivateToPrivate | PublicToPublic ) [-l, --label LABEL] [ -s, --subnet SUBNET_ID] [--frontend-protocol PROTOCOL] [--frontend-port PORT] [--backend-protocol PROTOCOL] [--backend-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--use-public-subnet] [--verify]": { "other": "${COMMAND_NAME} sl loadbal order (-n, --name NAME) (-d, --datacenter DATACENTER) (-t, --type PublicToPrivate | PrivateToPrivate | PublicToPublic ) [-l, --label LABEL] [ -s, --subnet SUBNET_ID] [--frontend-protocol PROTOCOL] [--frontend-port PORT] [--backend-protocol PROTOCOL] [--backend-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--use-public-subnet] [--verify]" }, "${COMMAND_NAME} sl loadbal order-options [-d, --datacenter DATACENTER]": { "other": "${COMMAND_NAME} sl loadbal order-options [-d, --datacenter DATACENTER]" }, "${COMMAND_NAME} sl loadbal protocol-add (--id LOADBAL_ID) [--front-protocol PROTOCOL] [back-protocol PROTOCOL] [--front-port PORT] [--back-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--client-timeout SECONDS] [--server-timeout SECONDS]": { "other": "${COMMAND_NAME} sl loadbal protocol-add (--id LOADBAL_ID) [--front-protocol PROTOCOL] [back-protocol PROTOCOL] [--front-port PORT] [--back-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--client-timeout SECONDS] [--server-timeout SECONDS]" }, "${COMMAND_NAME} sl loadbal protocol-delete (--lb-id LOADBAL_ID) (--protocol-uuid PROTOCOL_UUID)": { "other": "${COMMAND_NAME} sl loadbal protocol-delete (--lb-id LOADBAL_ID) (--protocol-uuid PROTOCOL_UUID)" }, "${COMMAND_NAME} sl loadbal protocol-edit (--id LOADBAL_ID) (--protocol-uuid PROTOCOL_UUID) [--front-protocol PROTOCOL] [back-protocol PROTOCOL] [--front-port PORT] [--back-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--client-timeout SECONDS] [--server-timeout SECONDS]": { "other": "${COMMAND_NAME} sl loadbal protocol-edit (--id LOADBAL_ID) (--protocol-uuid PROTOCOL_UUID) [--front-protocol PROTOCOL] [back-protocol PROTOCOL] [--front-port PORT] [--back-port PORT] [-m, --method METHOD] [-c, --connections CONNECTIONS] [--sticky cookie | source-ip] [--client-timeout SECONDS] [--server-timeout SECONDS]" }, "${COMMAND_NAME} sl object-storage accounts": { "other": "${COMMAND_NAME} sl object-storage accounts" }, "${COMMAND_NAME} sl object-storage credential-create IDENTIFIER [OPTIONS]\n\nExamples:\n\t${COMMAND_NAME} sl object-storage credential-create 123456": { "other": "${COMMAND_NAME} sl object-storage credential-create IDENTIFIER [OPTIONS]\n\n示例:\n${COMMAND_NAME} sl object-storage credential-create 123456" }, "${COMMAND_NAME} sl object-storage credential-delete IDENTIFIER [OPTIONS]\n\nExamples:\n\t${COMMAND_NAME} sl object-storage credential-delete 123456 --credential-id 654321": { "other": "${COMMAND_NAME} sl object-storage credential-delete IDENTIFIER [OPTIONS]\n\n示例:\n${COMMAND_NAME} sl object-storage credential-delete 123456 --credential-id 654321" }, "${COMMAND_NAME} sl object-storage credential-limit IDENTIFIER [OPTIONS]\n\nExamples:\n\t${COMMAND_NAME} sl object-storage credential-limit 123456": { "other": "${COMMAND_NAME} sl object-storage credential-limit IDENTIFIER [OPTIONS]\n\n示例:\n${COMMAND_NAME} sl object-storage credential-limit 123456" }, "${COMMAND_NAME} sl object-storage credential-list IDENTIFIER [OPTIONS]": { "other": "${COMMAND_NAME} sl object-storage credential-list IDENTIFIER [OPTIONS]" }, "${COMMAND_NAME} sl object-storage delete VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl object-storage delete 12345678 --immediate -f \n This command cancels volume with ID 12345678 immediately and without asking for confirmation.": { "other": "${COMMAND_NAME} sl object-storage delete VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl object-storage delete 12345678 --immediate -f \n 此命令会立即取消标识为 12345678 的卷,而不要求确认。" }, "${COMMAND_NAME} sl object-storage endpoints IDENTIFIER": { "other": "${COMMAND_NAME} sl object-storage endpoints IDENTIFIER" }, "${COMMAND_NAME} sl order category-list [OPTIONS] PACKAGE_KEYNAME\n\t\nEXAMPLE: \n ${COMMAND_NAME} sl order category-list BARE_METAL_SERVER\n This command lists the categories of Bare Metal servers.": { "other": "${COMMAND_NAME} sl order category-list [OPTIONS] PACKAGE_KEYNAME\n\t\n示例:\n ${COMMAND_NAME} sl order category-list BARE_METAL_SERVER\n 此命令列出 Bare Metal Server 的类别。" }, "${COMMAND_NAME} sl order quote IDENTIFIER [OPTIONS]\n\nEXAMPLE: \n\t${COMMAND_NAME} sl order quote 123456 --fqdn testquote.test.com --verify --quantity 1 --postinstall https://mypostinstallscript.com --userdata Myuserdata\n\t${COMMAND_NAME} sl order quote 123456 --fqdn testquote.test.com --key 111111 --image 222222 --complex-type SoftLayer_Container_Product_Order_Hardware_Server": { "other": "${COMMAND_NAME} sl order quote IDENTIFIER [OPTIONS]\n\n示例:\n${COMMAND_NAME} sl order quote 123456 --fqdn testquote.test.com --verify --quantity 1 --postinstall https://mypostinstallscript.com --userdata Myuserdata\n${COMMAND_NAME} sl order quote 123456 --fqdn testquote.test.com --key 111111 --image 222222 --complex-type SoftLayer_Container_Product_Order_Hardware_Server" }, "${COMMAND_NAME} sl security cert-add [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl security cert-add --crt ~/ibm.com.cert --key ~/ibm.com.key \n This command adds certificate file: ~/ibm.com.cert and private key file ~/ibm.com.key for domain ibm.com.": { "other": "${COMMAND_NAME} sl security cert-add [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl security cert-add --crt ~/ibm.com.cert --key ~/ibm.com.key \n 此命令为域 ibm.com 添加证书文件 ~/ibm.com.cert 和专用密钥文件 ~/ibm.com.key。" }, "${COMMAND_NAME} sl security cert-download IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl security cert-download 12345678\n This command downloads four files to current directory for certificate with ID 12345678. The four files are: certificate file, certificate signing request file, intermediate certificate file and private key file.": { "other": "${COMMAND_NAME} sl security cert-download IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl security cert-download 12345678\n 此命令将标识为 12345678 的证书的 4 个文件下载到当前目录。这 4 个文件为:证书文件、证书签名请求文件、中间证书文件和专用密钥文件。" }, "${COMMAND_NAME} sl security cert-edit IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl security cert-edit 12345678 --key ~/ibm.com.key \n This command edits certificate with ID 12345678 and updates its private key with file: ~/ibm.com.key.": { "other": "${COMMAND_NAME} sl security cert-edit IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl security cert-edit 12345678 --key ~/ibm.com.key \n 此命令编辑标识为 12345678 的证书,并使用文件 ~/ibm.com.key 更新其专用密钥。" }, "${COMMAND_NAME} sl security cert-list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl security cert-list --status valid --sortby days_until_expire\n This command lists all valid certificates on current account and sort them by validity days.": { "other": "${COMMAND_NAME} sl security cert-list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl security cert-list --status valid --sortby days_until_expire\n 此命令列出当前帐户的所有有效证书,并按有效日期对其排序。" }, "${COMMAND_NAME} sl security cert-remove IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl security cert-remove 12345678 \n This command removes certificate with ID 12345678.": { "other": "${COMMAND_NAME} sl security cert-remove IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl security cert-remove 12345678\n 此命令除去标识为 12345678 的证书。" }, "${COMMAND_NAME} sl security sshkey-add LABEL [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl security sshkey-add my_sshkey -f ~/.ssh/id_rsa.pub --note mykey\n This command adds an SSH key from file ~/.ssh/id_rsa.pub with a note \"mykey\".": { "other": "${COMMAND_NAME} sl security sshkey-add LABEL [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl security sshkey-add my_sshkey -f ~/.ssh/id_rsa.pub --note mykey\n 此命令从文件 ~/.ssh/id_rsa.pub 添加 SSH 密钥,注释为“mykey”。" }, "${COMMAND_NAME} sl security sshkey-edit IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl security sshkey-edit 12345678 --label IBMCloud --note testing\n This command updates the SSH key with ID 12345678 and sets label to \"IBMCloud\" and note to \"testing\".": { "other": "${COMMAND_NAME} sl security sshkey-edit IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl security sshkey-edit 12345678 --label IBMCloud --note testing\n 此命令更新标识为 12345678 的 SSH 密钥,并将标签设置为“IBMCloud”,注释设置为“testing”。" }, "${COMMAND_NAME} sl security sshkey-list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl security sshkey-list --sortby label\n This command lists all SSH keys on current account and sorts them by label.": { "other": "${COMMAND_NAME} sl security sshkey-list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl security sshkey-list --sortby label\n 此命令列出当前帐户的所有 SSH 密钥,并按标签对其排序。" }, "${COMMAND_NAME} sl security sshkey-print IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl security sshkey-print 12345678 -f ~/mykey.pub\n This command shows the ID, label and notes of SSH key with ID 12345678 and write the public key to file: ~/mykey.pub.": { "other": "${COMMAND_NAME} sl security sshkey-print IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl security sshkey-print 12345678 -f ~/mykey.pub\n 此命令显示标识为 12345678 的 SSH 密钥的标识、标签和注释,并将公用密钥写入文件:~/mykey.pub。" }, "${COMMAND_NAME} sl security sshkey-remove IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl security sshkey-remove 12345678 -f \n This command removes the SSH key with ID 12345678 without asking for confirmation.": { "other": "${COMMAND_NAME} sl security sshkey-remove IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl security sshkey-remove 12345678 -f \n 此命令除去标识为 12345678 的 SSH 密钥,而不要求确认。" }, "${COMMAND_NAME} sl subnet cancel IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet cancel 12345678 -f\n This command cancels subnet with ID 12345678 without asking for confirmation.": { "other": "${COMMAND_NAME} sl subnet cancel IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl subnet cancel 12345678 -f\n 此命令取消标识为 12345678 的子网,而不要求确认。" }, "${COMMAND_NAME} sl subnet detail IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet detail 12345678 \n This command shows detailed information about subnet with ID 12345678, including virtual servers and hardware servers information.": { "other": "${COMMAND_NAME} sl subnet detail IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl subnet detail 12345678 \n 此命令显示有关标识为 12345678 的子网的详细信息,包括虚拟服务器和硬件服务器信息。" }, "${COMMAND_NAME} sl subnet edit IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet edit 12345678 --note myNote\n ${COMMAND_NAME} sl subnet edit 12345678 --tags tag1": { "other": "${COMMAND_NAME} sl subnet edit IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl subnet edit 12345678 --note myNote\n ${COMMAND_NAME} sl subnet edit 12345678 --tags tag1" }, "${COMMAND_NAME} sl subnet edit-ip IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet edit-ip 11.22.33.44 --note myNote\n ${COMMAND_NAME} sl subnet edit-ip 12345678 --note myNote": { "other": "${COMMAND_NAME} sl subnet edit-ip IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl subnet edit-ip 11.22.33.44 --note myNote\n ${COMMAND_NAME} sl subnet edit-ip 12345678 --note myNote" }, "${COMMAND_NAME} sl subnet list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl subnet list -d dal09 -t PRIMARY --network-space PUBLIC --v4\n This command lists IPv4 subnets on the current account, and filters by datacenter is dal09, subnet type is PRIMARY, and network space is PUBLIC.": { "other": "${COMMAND_NAME} sl subnet list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl subnet list -d dal09 -t PRIMARY --network-space PUBLIC --v4\n 此命令列出当前帐户的 IPv4 子网,按数据中心 dal09 进行过滤,子网类型为 PRIMARY,网络空间为 PUBLIC。" }, "${COMMAND_NAME} sl subnet lookup IP_ADDRESS [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl subnet lookup 9.125.235.255\n This command finds the IP address record with IP address 9.125.235.255 and displays its subnet and device information.": { "other": "${COMMAND_NAME} sl subnet lookup IP_ADDRESS [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl subnet lookup 9.125.235.255\n 此命令查找 IP 地址为 9.125.235.255 的 IP 地址记录,并显示其子网和设备信息。" }, "${COMMAND_NAME} sl tags set [OPTIONS]\n\nEXAMPLE:\n\t${COMMAND_NAME} sl tags set --tags 'tag1,tag2' --key-name HARDWARE --resource-id 123456\n": { "other": "${COMMAND_NAME} sl tags set [OPTIONS]\n\n示例:\n${COMMAND_NAME} sl tags set --tags 'tag1,tag2' --key-name HARDWARE --resource-id 123456\n" }, "${COMMAND_NAME} sl ticket attach TICKETID [OPTIONS]\n \nEXAMPLE:\n ${COMMAND_NAME} sl ticket attach 7676767 --hardware 8675654 \n ${COMMAND_NAME} sl ticket attach 7676767 --virtual 1234567 ": { "other": "${COMMAND_NAME} sl ticket attach TICKETID [OPTIONS]\n \n示例:\n ${COMMAND_NAME} sl ticket attach 7676767 --hardware 8675654 \n ${COMMAND_NAME} sl ticket attach 7676767 --virtual 1234567" }, "${COMMAND_NAME} sl ticket create [OPTIONS]\n\nEXAMPLE: \t\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\"\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\" --attachment 8675654 --attachment-type hardware --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\" --attachment 1234567 --attachment-type virtual --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --attachment 8675654 --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522": { "other": "${COMMAND_NAME} sl ticket create [OPTIONS]\n\n示例:\t\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\"\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\" --attachment 8675654 --attachment-type hardware --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --body \"This is an example ticket. Please disregard.\" --attachment 1234567 --attachment-type virtual --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522 --attachment 8675654 --rootpwd passw0rd\n ${COMMAND_NAME} sl ticket create --title \"Example title\" --subject-id 1522" }, "${COMMAND_NAME} sl ticket detach TICKETID [OPTIONS]\n \nEXAMPLE:\n ${COMMAND_NAME} sl ticket detach 767676 --hardware 8675654\n ${COMMAND_NAME} sl ticket detach 767676 --virtual 1234567": { "other": "${COMMAND_NAME} sl ticket detach TICKETID [OPTIONS]\n \n示例:\n ${COMMAND_NAME} sl ticket detach 767676 --hardware 8675654\n ${COMMAND_NAME} sl ticket detach 767676 --virtual 1234567" }, "${COMMAND_NAME} sl ticket detail TICKETID [OPTIONS]\n \nEXAMPLE:\n ${COMMAND_NAME} sl ticket detail 767676\n ${COMMAND_NAME} sl ticket detail 767676 --count 10": { "other": "${COMMAND_NAME} sl ticket detail TICKETID [OPTIONS]\n \n示例:\n ${COMMAND_NAME} sl ticket detail 767676\n ${COMMAND_NAME} sl ticket detail 767676 --count 10" }, "${COMMAND_NAME} sl ticket update TICKETID [\"CONTENTS\"] \n \n If the second argument is not specified on a non-Windows machine, it will attempt to use either the value stored in the EDITOR environmental variable, or find either nano, vim, or emacs in that order.\n \nEXAMPLE:\n ${COMMAND_NAME} sl ticket update 767676 \"A problem has been detected.\"\n ${COMMAND_NAME} sl ticket update 767667": { "other": "${COMMAND_NAME} sl ticket update TICKETID [\"CONTENTS\"] \n \n 如果在非 Windows 计算机上未指定第 2 个自变量,那么此命令将尝试使用存储在 EDITOR 环境变量中的值,或者按顺序查找 nano、vim 或 emacs。\n \n示例:\n ${COMMAND_NAME} sl ticket update 767676 \"A problem has been detected.\"\n ${COMMAND_NAME} sl ticket update 767667" }, "${COMMAND_NAME} sl ticket upload TICKETID FILEPATH\n \nEXAMPLE:\n\t${COMMAND_NAME} sl ticket upload 767676 \"/home/user/screenshot.png\"": { "other": "${COMMAND_NAME} sl ticket upload TICKETID FILEPATH\n \n示例:\n\t${COMMAND_NAME} sl ticket upload 767676 \"/home/user/screenshot.png\"" }, "${COMMAND_NAME} sl user create USERNAME [OPTIONS] \n\nEXAMPLE: \t\n ${COMMAND_NAME} sl user create my@email.com --email my@email.com --password generate --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n Remember to set the permissions and access for this new user.": { "other": "${COMMAND_NAME} sl user create USERNAME [OPTIONS] \n\n 示例:\n ${COMMAND_NAME} sl user create my@email.com --email my@email.com --password generate --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n 请记住设置此新用户的许可权和访问权。" }, "${COMMAND_NAME} sl user detail-edit IDENTIFIER [OPTIONS]\n\nEXAMPLE: \n ${COMMAND_NAME} sl user detail-edit USER_ID --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n This command edit a users details.": { "other": "${COMMAND_NAME} sl user detail-edit IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl user detail-edit USER_ID --template '{\"firstName\": \"Test\", \"lastName\": \"Testerson\"}'\n 此命令编辑用户详细信息。" }, "${COMMAND_NAME} sl vlan cancel IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan cancel 12345678 -f\n This command cancels vlan with ID 12345678 without asking for confirmation.": { "other": "${COMMAND_NAME} sl vlan cancel IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vlan cancel 12345678 -f\n 此命令取消标识为 12345678 的 VLAN,而不要求确认。" }, "${COMMAND_NAME} sl vlan create [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan create -t public -d dal09 -n myvlan\n This command creates a public vlan located in datacenter dal09 named \"myvlan\".\n ${COMMAND_NAME} sl vlan create -r bcr01a.dal09 -n myvlan\n This command creates a vlan on router bcr01a.dal09 named \"myvlan\".": { "other": "${COMMAND_NAME} sl vlan create [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vlan create -t public -d dal09-n myvlan\n 此命令创建公用 VLAN,它位于数据中心 dal09 上,名称为“myvlan”。\n ${COMMAND_NAME} sl vlan create -r bcr01a.dal09 -n myvlan\n 此命令将在路由器 bcr01a.dal09 上创建 VLAN,名称为“myvlan”。" }, "${COMMAND_NAME} sl vlan detail IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl vlan detail 12345678\t--no-vs --no-hardware\n This command shows details of vlan with ID 12345678, and not list virtual server or hardware server.": { "other": "${COMMAND_NAME} sl vlan detail IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl vlan detail 12345678\t--no-vs --no-hardware\n 此命令显示标识为 12345678 的 VLAN 的详细信息,但不列出虚拟服务器或硬件服务器。" }, "${COMMAND_NAME} sl vlan edit IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan edit 12345678 -n myvlan-rename\n This command updates vlan with ID 12345678 and gives it a new name \"myvlan-rename\".": { "other": "${COMMAND_NAME} sl vlan edit IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vlan edit 12345678 -n myvlan-rename\n 此命令更新标识为 12345678 的 VLAN,并给予其新名称“myvlan-rename”。" }, "${COMMAND_NAME} sl vlan list [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vlan list -d dal09 --sortby number\n This commands lists all vlans on current account filtering by datacenter equals to dal09, and sort them by vlan number.\n \nNote: In field Pod, if add (*) indicated that closed soon": { "other": "${COMMAND_NAME} sl vlan list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl vlan list -d dal09 --sortby number\n 此命令列示当前帐户上按 datacenter 等于 dal09 进行过滤的所有 vlan,并按 vlan 编号对其进行排序。\n \n注:在字段 Pod 中,如果添加 (*),则指示即将关闭" }, "${COMMAND_NAME} sl vs authorize-storage [OPTIONS] IDENTIFIER\n\nEXAMPLE:\n ${COMMAND_NAME} sl vs authorize-storage --username-storage SL01SL30-37 1234567\n Authorize File, Block and Portable Storage to a Virtual Server.": { "other": "${COMMAND_NAME} sl vs authorize-storage [OPTIONS] IDENTIFIER \n \n 示例:\n ${COMMAND_NAME} sl vs authorize-storage -- username-storage SL01SL30-37 1234567\n 将文件、块和可移植存储器授权给虚拟服务器。" }, "${COMMAND_NAME} sl vs capacity-create [OPTIONS]\nEXAMPLE:\n${COMMAND_NAME} sl vs capacity-create -n myvsi -b 1234567 -fl C1_2X2_1_YEAR_TERM -i 2\nThis command orders a Reserved Capacity instance with name is myvsi, backendRouterId 1234567, flavor C1_2X2_1_YEAR_TERM and 2 instances,\n${COMMAND_NAME} sl vs capacity-create --name myvsi --backendRouterId 1234567 --flavor C1_2X2_1_YEAR_TERM --instances 2 --test\nThis command tests whether the order is valid with above options before the order is actually placed.\n\nWARNING: Reserved Capacity is on a yearly contract and not cancelable until the contract is expired.": { "other": "${COMMAND_NAME} sl vs capacity-create [OPTIONS]\n示例:\n${COMMAND_NAME} sl vs capacity-create -n myvsi -b 1234567 -fl C1_2X2_1_YEAR_TERM -i 2\n 此命令订购名称为 myvsi、backendRouterId 1234567、flavor 和 C1_2X2_1_YEAR_TERM 的“保留容量”实例以及 2 个实例。\n${COMMAND_NAME} sl vs capacity-create --name myvsi --backendRouterId 1234567 --flavor C1_2X2_1_YEAR_TERM --instances 2 --test\n 此命令测试在实际下单之前是否使用上述选项有效。\n\n “保留容量”在年度合约中,在合约到期之前不可取消。" }, "${COMMAND_NAME} sl vs capture IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs capture 12345678 -n mycloud --all --note testing\n This command captures virtual server instance with ID of 12345678 with all disks into an image named \"mycloud\" with note \"testing\".": { "other": "${COMMAND_NAME} sl vs capture IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vs capture 12345678 -n mycloud --all --note testing\n 此命令将标识为 12345678 的虚拟服务器实例及所有磁盘捕获到名为“mycloud”的映像中,注释为“testing”。" }, "${COMMAND_NAME} sl vs create [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413\n\tThis command orders a virtual server instance with hostname is myvsi, domain is ibm.com, 4 cpu cores, 4096M memory, located at datacenter: dal10,\n\toperation system is UBUNTU 16 64 bits, 2 disks, one is 100G, the other is 1000G, and placed at public vlan with ID 413.\n\t${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413 --test\n\tThis command tests whether the order is valid with above options before the order is actually placed.\n\t${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413 --export ~/myvsi.txt\n\tThis command exports above options to a file: myvsi.txt under user home directory for later use.": { "other": "${COMMAND_NAME} sl vs create [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413\n\t此命令订购虚拟服务器实例,其中主机名为 myvsi,域为 ibm.com,4 个 CPU 核心,4096M 内存,位于数据中心 dal10,\n\t操作系统为 UBUNTU 16 64 位,2 个磁盘,一个为 100G,另一个为 1000G,位于标识为 413 的公用 VLAN 上。\n\t${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413 --test\n\t此命令用于在实际下达使用上述选项的订单之前,测试该订单是否有效。\n\t${COMMAND_NAME} sl vs create -H myvsi -D ibm.com -c 4 -m 4096 -d dal10 -o UBUNTU_16_64 --disk 100 --disk 1000 --vlan-public 413 --export ~/myvsi.txt\n\t此命令将上述选项导出到用户主目录下的文件 myvsi.txt 中,以供以后使用。" }, "${COMMAND_NAME} sl vs dns-sync IDENTIFIER [OPTIONS]\n Note: If you don't specify any arguments, it will attempt to update both the A\n and PTR records. If you don't want to update both records, you may use the\n -a or --ptr arguments to limit the records updated.\n \nEXAMPLE:\n ${COMMAND_NAME} sl vs dns-sync 12345678 --a-record --ttl 3600\n This command synchronizes A record(IP V4 address) of virtual server instance with ID 12345678 to DNS server and sets ttl of this A record to 3600.\n ${COMMAND_NAME} sl vs dns-sync 12345678 --aaaa-record --ptr\n This command synchronizes both AAAA record(IP V6 address) and PTR record of virtual server instance with ID 12345678 to DNS server.": { "other": "${COMMAND_NAME} sl vs dns-sync IDENTIFIER [OPTIONS]\n 注:如果未指定任何自变量,那么将尝试同时更新 A\n 和 PTR 记录。如果不想同时更新这两个记录,可使用\n -a 或 --ptr 自变量来限制更新的记录。\n \n示例:\n ${COMMAND_NAME} sl vs dns-sync 12345678 --a-record --ttl 3600\n 此命令将标识为 12345678 的虚拟服务器实例的 A 记录(IP V4 地址)与 DNS 服务器同步,并将此 A 记录的 ttl 设置为 3600。\n ${COMMAND_NAME} sl vs dns-sync 12345678 --aaaa-record --ptr\n 此命令将标识为 12345678 的虚拟服务器实例的 AAAA 记录(IP V6 地址)和 PTR 记录同时与 DNS 服务器同步。" }, "${COMMAND_NAME} sl vs edit IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs edit 12345678 -D ibm.com -H myapp --tag testcli --public-speed 1000\n This command updates virtual server instance with ID 12345678 and set its domain to be \"ibm.com\", hostname to \"myapp\", tag to \"testcli\", \n and public network port speed to 1000 Mbps.": { "other": "${COMMAND_NAME} sl vs edit IDENTIFIER [OPTIONS]\n\t\n示例:\n ${COMMAND_NAME} sl vs edit 12345678 -D ibm.com -H myapp --tag testcli --public-speed 1000\n 此命令更新标识为 12345678 的虚拟服务器实例,并将其域设置为“ibm.com”,主机名设置为“myapp”,标记设置为“testcli”,\n 公用网络端口速度设置为 1000 Mbps。" }, "${COMMAND_NAME} sl vs list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl vs list --domain ibm.com --hourly --sortby memory\n This command lists all hourly-billing virtual server instances on current account filtering domain equals to \"ibm.com\" and sort them by memory.": { "other": "${COMMAND_NAME} sl vs list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl vs list --domain ibm.com --hourly --sortby memory\n 此命令列出当前帐户的所有每小时计费虚拟服务器实例,依据其过滤的域为“ibm.com”,并按内存对其排序。" }, "${COMMAND_NAME} sl vs migrate [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs migrate --guest 1234567\n Manage VSIs that require migration. Can migrate Dedicated Instance from one dedicated host to another dedicated host as well.": { "other": "${COMMAND_NAME} sl vs migrate [OPTIONS] \n \n 示例:\n ${COMMAND_NAME} sl vs migrate -- guest 1234567\n 管理需要迁移的 VSI。 也可以将专用实例从一个专用主机迁移到另一个专用主机。" }, "${COMMAND_NAME} sl vs reload IDENTIFIER [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl vs reload 12345678\n This command reloads current operating system for virtual server instance with ID 12345678.\n ${COMMAND_NAME} sl vs reload 12345678 --image 1234\n This command reloads operating system from image with ID 1234 for virtual server instance with ID 12345678.": { "other": "${COMMAND_NAME} sl vs reload IDENTIFIER [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl vs reload 12345678\n 此命令为标识为 12345678 的虚拟服务器实例重新装入当前操作系统。\n ${COMMAND_NAME} sl vs reload 12345678 --image 1234\n 此命令为标识为 12345678 的虚拟服务器实例从标识为 1234 的映像重新装入操作系统。" }, "${COMMAND_NAME} sl {{.Command}} bandwidth IDENTIFIER [OPTIONS]\nTime formats that are either '2006-01-02', '2006-01-02T15:04' or '2006-01-02T15:04-07:00'\n\nDue to some rounding and date alignment details, results here might be slightly different than results in the control portal.\nBandwidth is listed in GB, if no time zone is specified, GMT+0 is assumed.\n\nExample::\n\n ${COMMAND_NAME} sl {{.Command}} bandwidth 1234 -s 2006-01-02T15:04 -e 2006-01-02T15:04-07:00": { "other": "${COMMAND_NAME} sl {{.Command}} bandwidth IDENTIFIER [OPTIONS]\n时间格式为“2006-01-02”、“2006-01-02T15:04”或“2006-01-02T15:04-07:00”\n\n由于某些舍入和日期对齐详细信息,此处的结果可能与控制门户网站中的结果略有不同。\n以 GB 为单位列出带宽,如果未指定时区,则采用 GMT+0。\n\n示例:\n\n ${COMMAND_NAME} sl {{.Command}} bandwidth 1234 -s 2006-01-02T15:04 -e 2006-01-02T15:04-07:00" }, "${COMMAND_NAME} sl {{.Command}} usage IDENTIFIER [OPTIONS]\nUsage information of a virtual server.\nExample:\n ${COMMAND_NAME} sl {{.Command}} usage 1234 --start 2006-01-02 --end 2006-01-02 --valid-data cpu0": { "other": "${COMMAND_NAME} sl {{.Command}} usage IDENTIFIER [OPTIONS]\n 虚拟服务器的用法信息。\n示例:\n ${COMMAND_NAME} sl {{.Command}} usage 1234 --start 2006-01-02 --end 2006-01-02 --valid-data cpu0" }, "${COMMAND_NAME} sl {{.storageType}} access-authorize VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} access-authorize 12345678 --virtual-id 87654321\n This command authorizes virtual server with ID 87654321 to access volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} access-authorize VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} access-authorize 12345678 --virtual-id 87654321\n 此命令授权标识为 87654321 的虚拟服务器访问标识为 12345678 的卷。" }, "${COMMAND_NAME} sl {{.storageType}} access-list VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} access-list 12345678 --sortby id \n This command lists all hosts that are authorized to access volume with ID 12345678 and sorts them by ID.": { "other": "${COMMAND_NAME} sl {{.storageType}} access-list VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} access-list 12345678 --sortby id \n此命令列出所有有权访问标识为 12345678 的卷的主机,并按标识对它们进行排序。" }, "${COMMAND_NAME} sl {{.storageType}} access-password ACCESS_ID --password PASSWORD\n\t\n\tACCESS_ID is the allowed_host_id from '${COMMAND_NAME} sl {{.storageType}} access-list'": { "other": "${COMMAND_NAME} sl {{.storageType}} access-password ACCESS_ID --password PASSWORD\n\nACCESS_ID 是来自“${COMMAND_NAME} sl {{.storageType}} access-list”的 allowed_host_id" }, "${COMMAND_NAME} sl {{.storageType}} access-revoke VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n This command revokes access of virtual server with ID 87654321 to volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} access-revoke VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n 此命令撤销标识为 87654321 的虚拟服务器对标识为 12345678 的卷的访问权。" }, "${COMMAND_NAME} sl {{.storageType}} replica-failback VOLUME_ID\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-failback 12345678\n This command performs failback operation for volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} replica-failback VOLUME_ID\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} replica-failback 12345678\n 此命令对标识为 12345678 的卷执行故障恢复操作。" }, "${COMMAND_NAME} sl {{.storageType}} replica-failover VOLUME_ID REPLICA_ID\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-failover 12345678 87654321\n This command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.": { "other": "${COMMAND_NAME} sl {{.storageType}} replica-failover VOLUME_ID REPLICA_ID\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} replica-failover 12345678 87654321\n 此命令对标识为 12345678 的卷执行故障转移操作,以将其复制到标识为 87654321 的副本卷。" }, "${COMMAND_NAME} sl {{.storageType}} replica-locations VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-locations 12345678\n This command lists suitable replication data centers for block volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} replica-locations VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} replica-locations 12345678\n 此命令列出适用于标识为 12345678 的块卷的复制数据中心。" }, "${COMMAND_NAME} sl {{.storageType}} replica-order VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-order 12345678 -s DAILY -d dal09 --tier 4 --os-type LINUX\n This command orders a replica for volume with ID 12345678, which performs DAILY replication, is located at dal09, tier level is 4, OS type is Linux.": { "other": "${COMMAND_NAME} sl {{.storageType}} replica-order VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} replica-order 12345678 -s DAILY -d dal09 --tier 4 --os-type LINUX\n 此命令订购标识为 12345678 的卷的副本,用于执行日常复制,位于 dal09,层级别为 4,操作系统类型为 Linux。" }, "${COMMAND_NAME} sl {{.storageType}} replica-partners VOLUME_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-partners 12345678\n This command lists existing replicant volumes for block volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} replica-partners VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} replica-partners 12345678\n 此命令列出标识为 12345678 的块卷的现有复制卷。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-cancel SNAPSHOT_ID [OPTIONS]\n\t\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-cancel 12345678 --immediate -f \n This command cancels snapshot with ID 12345678 immediately without asking for confirmation.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-cancel SNAPSHOT_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-cancel 12345678 --immediate -f \n 此命令立即取消标识为 12345678 的快照,而不要求确认。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-create VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-create 12345678 --note snapshotforibmcloud\n This command creates a snapshot for volume with ID 12345678 and with addition note as snapshotforibmcloud.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-create VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-create 12345678 --note snapshotforibmcloud\n 此命令为标识为 12345678 的卷创建快照,并附加注释 snapshotforibmcloud。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-disable VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-disable 12345678 -s DAILY\n This command disables daily snapshot for volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-disable VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-disable 12345678 -s DAILY\n 此命令禁用标识为 12345678 的卷的每日快照。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-enable VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-enable 12345678 -s WEEKLY -c 5 -m 0 --hour 2 -d 0\n This command enables snapshot for volume with ID 12345678, snapshot is taken weekly on every Sunday at 2:00, and up to 5 snapshots are retained.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-enable VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-enable 12345678 -s WEEKLY -c 5 -m 0 --hour 2 -d 0\n 此命令为标识为 12345678 的卷启用快照,每周日 2:00 生成快照,最多保留 5 个快照。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-list VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-list 12345678 --sortby id \n This command lists all snapshots of volume with ID 12345678 and sorts them by ID.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-list VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-list 12345678 --sortby id \n 此命令列出标识为 12345678 的卷的所有快照,并按标识对它们进行排序。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-order VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-order 12345678 -s 1000 -t 4 \n This command orders snapshot space for volume with ID 12345678, the size is 1000GB, the tier level is 4 IOPS per GB.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-order VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-order 12345678 -s 1000 -t 4 \n 此命令为标识为 12345678 的卷订购快照空间,大小为 1000GB,层级别为 4 IOPS/GB。" }, "${COMMAND_NAME} sl {{.storageType}} snapshot-restore VOLUME_ID SNAPSHOT_ID\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-restore 12345678 87654321\n This command restores volume with ID 12345678 from snapshot with ID 87654321.": { "other": "${COMMAND_NAME} sl {{.storageType}} snapshot-restore VOLUME_ID SNAPSHOT_ID\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} snapshot-restore 12345678 87654321\n 此命令从标识为 87654321 的快照复原标识为 12345678 的卷。" }, "${COMMAND_NAME} sl {{.storageType}} subnets-assign ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-assign 111111 --subnet-id 222222\n ${COMMAND_NAME} sl {{.storageType}} subnets-assign 111111 --subnet-id 222222 --subnet-id 333333\n ACCESS_ID is the host_id obtained by: ibmcloud sl {{.storageType}} access-list ": { "other": "${COMMAND_NAME} sl {{.storageType}} subnets-assign ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-assign 111111 --subnet-id 222222\n ${COMMAND_NAME} sl {{.storageType}} subnets-assign 111111 --subnet-id 222222 --subnet-id 333333\n ACCESS_ID 是通过以下命令获取的 host_id:ibmcloud sl {{.storageType}} access-list " }, "${COMMAND_NAME} sl {{.storageType}} subnets-list ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-list 12345678 \n ACCESS_ID is the host_id obtained by: ibmcloud sl {{.storageType}} access-list ": { "other": "${COMMAND_NAME} sl {{.storageType}} subnets-list ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-list 12345678 \n ACCESS_ID 是通过以下命令获取的 host_id:ibmcloud sl {{.storageType}} access-list " }, "${COMMAND_NAME} sl {{.storageType}} subnets-remove ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-remove 111111 --subnet-id 222222\n ${COMMAND_NAME} sl {{.storageType}} subnets-remove 111111 --subnet-id 222222 --subnet-id 333333\n ACCESS_ID is the host_id obtained by: ibmcloud sl {{.storageType}} access-list ": { "other": "${COMMAND_NAME} sl {{.storageType}} subnets-remove ACCESS_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} subnets-remove 111111 --subnet-id 222222\n ${COMMAND_NAME} sl {{.storageType}} subnets-remove 111111 --subnet-id 222222 --subnet-id 333333\n ACCESS_ID 是通过以下命令获取的 host_id:ibmcloud sl {{.storageType}} access-list " }, "${COMMAND_NAME} sl {{.storageType}} volume-cancel VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-cancel 12345678 --immediate -f \n This command cancels volume with ID 12345678 immediately and without asking for confirmation.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-cancel VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-cancel 12345678 --immediate -f \n 此命令立即取消标识为 12345678 的卷,而不要求确认。" }, "${COMMAND_NAME} sl {{.storageType}} volume-duplicate VOLUME_ID [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-duplicate 12345678 \n This command shows order a new volume by duplicating the volume with ID 12345678.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-duplicate VOLUME_ID [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-duplicate 12345678 \n 此命令显示通过复制标识为 12345678 的卷来订购新卷。" }, "${COMMAND_NAME} sl {{.storageType}} volume-limits [OPTIONS]\n\nEXAMPLE:\n\t${COMMAND_NAME} sl {{.storageType}} volume-limits\n\tThis command lists the storage limits per datacenter for this account.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-limits [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-limits\n 此命令列出此帐户的每个数据中心的存储限制。" }, "${COMMAND_NAME} sl {{.storageType}} volume-list [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-list -d dal09 -t endurance --sortby capacity_gb\n This command lists all endurance volumes on current account that are located at dal09, and sorts them by capacity.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-list [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-list -d dal09 -t endurance --sortby capacity_gb\n 此命令列出当前帐户上位于 dal09 处的所有耐久性卷,并按容量进行排序。" }, "${COMMAND_NAME} sl {{.storageType}} volume-modify VOLUME_ID [OPTIONS]\n\n EXAMPLE:\n\t ${COMMAND_NAME} sl {{.storageType}} volume-modify 12345678 --new-size 1000 --new-iops 4000 \n\t This command modify a volume 12345678 with size is 1000GB, IOPS is 4000.\n\t ${COMMAND_NAME} sl {{.storageType}} volume-modify 12345678 --new-size 500 --new-tier 4\n\t This command modify a volume 12345678 with size is 500GB, tier level is 4 IOPS per GB.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-modify VOLUME_ID [OPTIONS]\n\n 示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-modify 12345678 --new-size 1000 --new-iops 4000 \n 此命令修改卷 12345678,其大小为 1000GB,IOPS 为 4000.\n ${COMMAND_NAME} sl {{.storageType}} volume-modify 12345678 -- new-size 500 -- new-tier 4\n 此命令修改卷 12345678,其大小为 500GB,层级别为 4 IOPS/GB。" }, "${COMMAND_NAME} sl {{.storageType}} volume-options\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-options\n This command lists all options for creating a block storage volume, including storage type, volume size, OS type, IOPS, tier level, datacenter, and snapshot size.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-options\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-options\n 此命令列出用于创建块存储卷的所有选项,包括存储类型、卷大小、操作系统类型、IOPS、层级别、数据中心和快照大小。" }, "${COMMAND_NAME} sl {{.storageType}} volume-options\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-options\n This command lists all options for creating a file storage volume, including storage type, volume size, IOPS, tier level, datacenter, and snapshot size.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-options\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-options\n 此命令列出用于创建文件存储卷的所有选项,包括存储类型、卷大小、IOPS、层级别、数据中心和快照大小。" }, "${COMMAND_NAME} sl {{.storageType}} volume-order [OPTIONS]\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-order --storage-type performance --size 1000 --iops 4000 --os-type LINUX -d dal09\n This command orders a performance volume with size is 1000GB, IOPS is 4000, OS type is LINUX, located at dal09.\n ${COMMAND_NAME} sl {{.storageType}} volume-order --storage-type endurance --size 500 --tier 4 --os-type XEN -d dal09 --snapshot-size 500\n This command orders a endurance volume with size is 500GB, tier level is 4 IOPS per GB, OS type is XEN, located at dal09, and additional snapshot space size is 500GB.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-order [OPTIONS]\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-order --storage-type performance --size 1000 --iops 4000 --os-type LINUX -d dal09\n 此命令订购一个性能卷,大小为 1000GB,IOPS 为 4000,操作系统类型为 LINUX,位于 dal09。\n ${COMMAND_NAME} sl {{.storageType}} volume-order --storage-type endurance --size 500 --tier 4 --os-type XEN -d dal09 --snapshot-size 500\n 此命令订购一个耐久性卷,大小为 500GB,层级别为 4 IOPS/GB,操作系统类型为 XEN,位于 dal09,其他快照空间大小为 500GB。" }, "${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID\n\nEXAMPLE:\n\t${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID\n\tRefresh a duplicate VOLUME_ID with a snapshot from its parent SNAPSHOT_ID.": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-refresh VOLUME_ID SNAPSHOT_ID\n 使用来自其父 SNAPSHOT_ID 的快照刷新重复的 VOLUME_ID。" }, "${COMMAND_NAME} sl {{.storageType}} volume-set-lun-id VOLUME_ID LUN_ID\n\n\tThe LUN ID only takes effect during the Host Authorization process. It is\n\trecommended (but not necessary) to de-authorize all hosts before using\n\tthis method. See \"block access-revoke\".\n\tVOLUME_ID - the volume ID on which to set the LUN ID\n\tLUN_ID - recommended range is an integer between 0 and 255. Advanced users\n\tcan use an integer between 0 and 4095": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-set-lun-id VOLUME_ID LUN_ID\n\n LUN 标识仅在主机授权过程中生效。 建议\n(但非必要)在使用此方法之前取消对所有主机的授权。\n 请参阅“block access-revoke”。\n VOLUME_ID - 要设置 LUN 标识的卷标识\n LUN_ID - 建议的范围是 0 到 255 之间的整数。 高级用户 \n 可以使用 0 到 4095 之间的整数" }, "${COMMAND_NAME} sl {{.storageType}} volume-set-note [OPTIONS] VOLUME_ID\n\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} volume-set-note 12345678 --note 'this is my note'": { "other": "${COMMAND_NAME} sl {{.storageType}} volume-set-note [OPTIONS] VOLUME_ID\n\n示例:\n ${COMMAND_NAME} sl {{.storageType}} volume-set-note 12345678 --note 'this is my note'" }, "%s is not a valid permission": { "other": "%s 不是有效的许可权" }, "'{{.Input}}' is required": { "other": "“{{.Input}}”是必需的" }, "(Dry Run) Removing Tag: {{.tag}}.": { "other": "(试运行)除去标记:{{.tag}}。" }, "--billing can only be either hourly or monthly.": { "other": "--billing 只能是 hourly 或 monthly。" }, "--bucket-name can not be empty": { "other": "--bucket-name 不能为空" }, "--cache-key": { "other": "--cache-key" }, "--column {{.Column}} is not supported.": { "other": "不支持 --column {{.Column}}。" }, "--note": { "other": "--note" }, "--optimize": { "other": "--optimize" }, "--origintype": { "other": "--origintype" }, "--resize-disk requires capacity and disk number values separated by one comma.": { "other": "--resize-disk 需要用一个逗号分隔的容量和磁盘号值。" }, "--server needs a port. {{.Server}} improperly formatted": { "other": "--server 需要端口。{{.Server}} 的格式不正确" }, "--sortby '{{.Column}}' is not supported.": { "other": "不支持 --sortby '{{.Column}}'。" }, "--sortby {{.Column}} is not supported.": { "other": "不支持 --sortby {{.Column}}。" }, "--url cannot be used with TCP checks.": { "other": "--url 不能用于 TCP 检查。" }, "--use-public-subnet is only available in PublicToPrivate.": { "other": "--use-public-subnet 仅在 PublicToPrivate 中可用。" }, "-a, --action should be REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS": { "other": "-a, --action应该是 REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS" }, "-a|--phase1-auth must be either MD5 or SHA1 or SHA256.": { "other": "-a|--phase1-auth 必须为 MD5、SHA1 或 SHA256。" }, "-b|--billing can only be either hourly or monthly.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-b|--billing 只能是 hourly 或 monthly。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-b|--billing has to be either hourly or monthly.": { "other": "-b|--billing 必须为 hourly 或 monthly。" }, "-c|--phase1-crypto must be either DES or 3DES or AES128 or AES192 or AES256.": { "other": "-c|--phase1-crypto 必须为 DES、3DES、AES128、AES192 或 AES256。" }, "-d|--datacenter is required.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-d|--datacenter 是必需的。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-d|--datacenter is required.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-d|--datacenter 是必需的。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-d|--direction has to be either egress or ingress.": { "other": "-d|--direction 必须为 egress 或 ingress。" }, "-d|--phase1-dh must be either 0 or 1 or 2 or 5.": { "other": "-d|--phase1-dh 必须为 0、1、2 或 5。" }, "-e|--ether-type has to be either IPv4 or IPv6.": { "other": "-e|--ether-type 必须为 IPv4 或 IPv6。" }, "-e|--phase2-dh must be either 0 or 1 or 2 or 5.": { "other": "-e|--phase2-dh 必须为 0、1、2 或 5。" }, "-e|--tier can only be specified with endurance volume.": { "other": "-e|--tier 只能指定用于耐久性卷。" }, "-e|--tier is required with endurance volume in IOPS/GB, options are: 0.25, 2, 4, 10.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "对于耐久性卷,-e|--tier 是必需的 (IOPS/GB),选项为:0.25、2、4 或 10。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-e|--tier is required with endurance volume in IOPS/GB, options are: 0.25, 2, 4, 10.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "对于耐久性卷,-e|--tier 是必需的 (IOPS/GB),选项为:0.25、2、4 或 10。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-f|--phase2-forward-secrecy must be either 0 or 1.": { "other": "-f|--phase2-forward-secrecy 必须为 0 或 1。" }, "-i|--interface must be either public or private": { "other": "-i|--interface 必须为 public 或 private" }, "-i|--iops can only be specified with performance volume.": { "other": "-i|--iops 只能指定用于性能卷。" }, "-i|--iops is required with performance volume.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "对于性能卷,-i|--iops 是必需的。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-i|--iops is required with performance volume.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "对于性能卷,-i|--iops 是必需的。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-i|--iops must be a multiple of 100.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-i|--iops 必须是 100 的倍数。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-i|--iops must be a multiple of 100.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-i|--iops 必须是 100 的倍数。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-i|--iops must be between 100 and 6000, inclusive.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-i|--iops 必须介于 100 到 6000 之间(含 100 和 6000)。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-i|--iops must be between 100 and 6000, inclusive.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-i|--iops 必须介于 100 到 6000 之间(含 100 和 6000)。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-k, --key is only available in HEADER or COOKIE type.": { "other": "-k, --key 仅在 HEADER 或 COOKIE 类型中可用。" }, "-l|--phase2-key-ttl must be in range 120-172800.": { "other": "-l|--phase2-key-ttl 必须在 120-172800 范围内。" }, "-o|--os-type is optional, options are: HYPER_V,LINUX,VMWARE,WINDOWS_2008,WINDOWS_GPT,WINDOWS,XEN.": { "other": "-o|--os-type 是可选的,选项为:HYPER_V、LINUX、VMWARE、WINDOWS_2008、WINDOWS_GPT、WINDOWS 或 XEN。" }, "-o|--os-type is required, options are: HYPER_V,LINUX,VMWARE,WINDOWS_2008,WINDOWS_GPT,WINDOWS,XEN.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-o|--os-type 是必需的,选项为:HYPER_V、LINUX、VMWARE、WINDOWS_2008、WINDOWS_GPT、WINDOWS 或 XEN。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-p|--protocal must be set when -M or -m is specified.": { "other": "指定 -M 或 -m 时必须设置 -p|--protocal。" }, "-r, --redirect is only available with action REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS": { "other": "-r, --redirect 仅可用于操作 REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS" }, "-r, --redirect is required with action REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS": { "other": "-r, --redirect 需要与以下操作一起执行 REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS" }, "-s is in colon deliminated format to make grouping IP:port:weight a bit easier.": { "other": "-s 采用冒号定界格式,使分组 IP:port:weight 更容易一些。" }, "-s, --subnet is only available in PublicToPrivate and PrivateToPrivate load balancer type.": { "other": "-s, --subnet 仅在 PublicToPrivate 和 PrivateToPrivate 负载均衡器类型中可用。" }, "-s|--size is required, must be a positive integer.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-s|--size 是必需的,必须为正整数。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-s|--size is required, must be a positive integer.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-s|--size 是必需的,必须为正整数。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-t|--phase1-key-ttl must be in range 120-172800.": { "other": "-t|--phase1-key-ttl 必须在 120-172800 范围内。" }, "-t|--storage-type is required, must be either performance or endurance.\nRun '{{.CommandName}} sl block volume-options' to check available options.": { "other": "-t|--storage-type 是必需的,必须为 performance 或 endurance。\n请运行“{{.CommandName}} sl block volume-options”以检查可用的选项。" }, "-t|--storage-type is required, must be either performance or endurance.\nRun '{{.CommandName}} sl file volume-options' to check available options.": { "other": "-t|--storage-type 是必需的,必须为 performance 或 endurance。\n请运行“{{.CommandName}} sl file volume-options”以检查可用的选项。" }, "-u|--phase2-auth must be either MD5 or SHA1 or SHA256.": { "other": "-u|--phase2-auth 必须为 MD5、SHA1 或 SHA256。" }, "-y|--phase2-crypto must be either DES or 3DES or AES128 or AES192 or AES256.": { "other": "-y|--phase2-crypto 必须为 DES、3DES、AES128、AES192 或 AES256。" }, "300, 600, 1800, 3600, 43200 or 86400 seconds.": { "other": "300、600、1800、3600、43200 或 86400 秒" }, ". formatted name to use. Specify one fqdn per server (multiple occurrence permitted) [required]": { "other": "要使用的 . 格式化名称。 为每个服务器指定一个 fqdn(允许多次出现)[必需]" }, "A DV SAN Certificate allows HTTPS traffic over your personal domain, but it requires a domain validation to prove ownership. A wildcard certificate allows HTTPS traffic only when using the CNAME given. [Permit: dvSan, wilcard]": { "other": "DV SAN 证书允许通过您的个人域传输 HTTPS 流量,但需要域验证以证明所有权。 仅在使用给定的 CNAME 时,通配符证书才允许 HTTPS 流量。 [允许:dvSan、wilcard]" }, "A Hardware_Server.id or UUID value of the desired server. A value corresponding to a unique\nfully-qualified domain name in the format 'hostname' where < and > are literal, e.g. myhost": { "other": "所需服务器的 Hardware_Server.id 或 UUID 值。 一个与唯一的完全限定域名\n对应的值,格式为“hostname”,其中 < 和 > 是字面值,例如 myhost" }, "A Network_Subnet_IpAddress.id, A dotted-quad IPv4 address, or A full or compressed IPv6 address.": { "other": "Network_Subnet_IpAddress.id,点分四组 IPv4 地址,或完整或压缩的 IPv6 地址。" }, "A Network_Vlan.id value of the desired VLAN or A semantic VLAN identifier of the form ..,\neg. dal13.fcr01.1234 - the router name may optionally contain the 'a' or 'b' redundancy qualifier ": { "other": "所期望 VLAN 的 Network_Vlan.id 值,或格式为 .. 的语义 VLAN 标识,\n例如, dal13.fcr01.1234 - 路由器名称可以选择包含“a”或“b”冗余限定符 " }, "A Virtual_Guest.id or UUID value of the desired server. A value corresponding to a unique\nfully-qualified domain name in the format 'hostname' where < and > are literal, e.g. myhost": { "other": "所期望服务器的 Virtual_Guest.id 或 UUID 值。 一个与唯一的完全限定域名\n对应的值,格式为“hostname”,其中 < 和 > 是字面值,例如 myhost" }, "A custom name to be assigned to the quote (optional)": { "other": "要分配给报价的定制名称(可选)" }, "A descriptive label for this load balancer": { "other": "此负载均衡器的描述性标签" }, "A json string describing https://softlayer.github.io/reference/datatypes/SoftLayer_User_Customer/": { "other": "描述 https://softlayer.github.io/reference/datatypes/SoftLayer_User_Customer/ 的 JSON 字符串" }, "A note string stored for this username/password pair.": { "other": "为此用户名/密码对存储的注释字符串。" }, "A size or IOPS value must be given to modify this performance volume.": { "other": "必须提供大小或 IOPS 值才能修改此性能卷。" }, "A size or tier value must be given to modify this endurance volume.": { "other": "必须提供大小或层值才能修改此耐久性卷。" }, "A template file that defaults the command-line options": { "other": "对命令行选项使用缺省值的模板文件" }, "A word (or string) that is used to filter item names": { "other": "用于过滤项名称的字(或字符串)" }, "A word (or string) that is used to filter package names": { "other": "用于过滤包名的字(或字符串)" }, "A word (or string) used to filter presets": { "other": "用于过滤预设的字(或字符串)" }, "ACCOUNT ID": { "other": "帐户标识" }, "API Error.": { "other": "API 错误。" }, "APIKEY": { "other": "API 密钥" }, "API_KEY": { "other": "API_KEY" }, "ARGUMENT": { "other": "ARGUMENT" }, "Aborted.": { "other": "已异常中止。" }, "Aborting A record sync, found {{.Num}} A records exists!": { "other": "正在异常中止 A 记录同步,发现存在 {{.Num}} 个 A 记录!" }, "Aborting AAAA record sync, found {{.Num}} AAAA records exists!": { "other": "正在异常中止 AAAA 记录同步,发现存在 {{.Num}} 个 AAAA 记录!" }, "Access Key ID": { "other": "访问密钥标识" }, "Access granted to user {{.userId}} for {{.objectId}}": { "other": "已向 {{.objectId}} 的用户 {{.userId}} 授予访问权" }, "Access removed to user {{.userId}} for {{.objectId}}": { "other": "已除去对 {{.objectId}} 的用户 {{.userId}} 的访问权" }, "Access to {{.VolumeId}} was revoked for IP address {{.IP}}.": { "other": "已撤销 IP 地址 {{.IP}} 对 {{.VolumeId}} 的访问权。" }, "Access to {{.VolumeId}} was revoked for hardware server {{.HwID}}.": { "other": "已撤销硬件服务器 {{.HwID}} 对 {{.VolumeId}} 的访问权。" }, "Access to {{.VolumeId}} was revoked for subnet {{.Subnet}}.": { "other": "已撤销子网 {{.Subnet}} 对 {{.VolumeId}} 的访问权。" }, "Access to {{.VolumeId}} was revoked for virtual server {{.VsID}}.": { "other": "已撤销虚拟服务器 {{.VsID}} 对 {{.VolumeId}} 的访问权。" }, "Account": { "other": "帐户" }, "Account ID": { "other": "帐户标识" }, "Account name": { "other": "帐户名称" }, "Accounting": { "other": "核算" }, "Acknowledge Event. Doing so will turn off the popup in the control portal.": { "other": "确认事件。 这样做将关闭控制门户网站中的弹出窗口。" }, "Acknowledge every upcoming event. Doing so will turn off the popup in the control portal.": { "other": "确认每个即将发生的事件。 这样做将关闭控制门户网站中的弹出窗口。" }, "Acknowledged": { "other": "已确认" }, "Action": { "other": "操作" }, "Active Conversion Start Timestamp": { "other": "活动转换开始时间戳记" }, "Add Hard disk in GB": { "other": "添加硬盘(以 GB 计)" }, "Add a new L7 policy": { "other": "添加新的 L7 策略" }, "Add a new L7 pool": { "other": "添加新的 L7 池" }, "Add a new L7 pool member": { "other": "添加新的 L7 池成员" }, "Add a new L7 rule": { "other": "添加新的 L7 规则" }, "Add a new SSH key": { "other": "添加新的 SSH 密钥" }, "Add a new load balancer member": { "other": "添加新的负载均衡器成员" }, "Add a new load balancer protocol": { "other": "添加新的负载均衡器协议" }, "Add a new subnet to your account": { "other": "向帐户添加新子网" }, "Add a note to be associated with the image": { "other": "添加注释以与映像关联" }, "Add a security group rule to a security group": { "other": "向安全组添加安全组规则" }, "Add a subnet to an IPSec tunnel context": { "other": "向 IPSec 隧道上下文添加子网" }, "Add access to subnet.": { "other": "添加对子网的访问权。" }, "Add an address translation to an IPSec tunnel": { "other": "向 IPSec 隧道添加地址转换" }, "Add and upload SSL certificate details": { "other": "添加并上传 SSL 证书详细信息" }, "Add notes for the image": { "other": "为映像添加注释" }, "Add or remove subnet access for a user.": { "other": "添加或移除用户的子网访问权。" }, "Add resource record in a zone": { "other": "在专区中添加资源记录" }, "Add/Remove datacenter of an image.": { "other": "添加/移除映像的数据中心。" }, "Added {{.Type}} subnet #{{.ID}} to IPSec {{.ContextID}}.": { "other": "已向 IPSec {{.ContextID}} 添加 {{.Type}} 子网 #{{.ID}}。" }, "Additional notes": { "other": "其他注释" }, "Address": { "other": "地址" }, "Address Translations": { "other": "地址转换" }, "Adds an attachment to an existing ticket": { "other": "向现有凭单添加连接" }, "Adds an update to an existing ticket": { "other": "向现有凭单添加更新" }, "Advanced configuration flag": { "other": "高级配置标志" }, "Akamai CNAME": { "other": "Akamai CNAME" }, "All multi vlan rules must be managed through the FortiGate dashboard using the provided credentials.": { "other": "所有多重 VLAN 规则都必须使用提供的凭证通过 FortiGate 仪表板进行管理。" }, "Allocation": { "other": "分配" }, "Allotment": { "other": "分配" }, "Allows to create, remove or refresh user's API authentication key": { "other": "允许创建、除去或刷新用户的 API 认证密钥" }, "Allows you to change the route of your secondary subnets.\nSubnets may be routed as either Static or Portable, and that designation is dictated by the routing destination specified.\nStatic subnets have an ultimate routing destination of a single IP address but may not be routed to an existing subnet’s IP address whose subnet is routed as a Static.\nPortable subnets have an ultimate routing destination of a VLAN.\nA subnet can be routed to any resource within the same 'routing region' as the subnet itself, usually limited to a single data center.\n\nSee Also: https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/route/\n\nEXAMPLE:\n\t${COMMAND_NAME} sl subnet route 1234567 --ip 11.22.33.44\n\t${COMMAND_NAME} sl subnet route 1234567 --server myUniqueHostname\n\t${COMMAND_NAME} sl subnet route 1234567 --vsi vsiId\n\t${COMMAND_NAME} sl subnet route 1234567 --vlan vlanId\n\n": { "other": "允许您更改辅助子网的路由。\n子网可以作为“静态”或“可移植”子网进行路由,这种指定是由指定的路由目标决定的。\n静态子网有一个单一 IP 地址的最终路由目标,但可能不会路由到作为“静态”子网进行路由的现有子网的 IP 地址。\n可移植子网具有 VLAN 的最终路由目标。\n子网可以路由到与子网本身相同的“路由区域”内的任何资源,通常限于单个数据中心。\n\n另请参阅:https://sldn.softlayer.com/reference/services/SoftLayer_Network_Subnet/route/\n\n示例:\n${COMMAND_NAME} sl subnet route 1234567 --ip 11.22.33.44\n${COMMAND_NAME} sl subnet route 1234567 --server myUniqueHostname\n${COMMAND_NAME} sl subnet route 1234567 --vsi vsiId\n${COMMAND_NAME} sl subnet route 1234567 --vlan vlanId\n\n" }, "Amount": { "other": "数量" }, "An ID of one subnet to authorize": { "other": "要授权的某个子网的标识" }, "An ID of one subnet to revoke": { "other": "要撤销的某个子网的标识" }, "An IP address to authorize": { "other": "要授权的 IP 地址" }, "An IP address to authorize.": { "other": "要授权的 IP 地址。" }, "An IP address to revoke": { "other": "要撤销的 IP 地址" }, "An optional cancellation reason. See '${COMMAND_NAME} sl hardware cancel-reasons' for a list of available options": { "other": "可选的取消原因。请参阅“${COMMAND_NAME} sl hardware cancel-reasons”以获取可用选项列表" }, "An optional comment to add to the cancellation ticket": { "other": "要添加到取消凭单的可选注释" }, "An optional reason for cancellation": { "other": "可选的取消原因" }, "ApiType": { "other": "ApiType" }, "Append parameters to web call": { "other": "将参数附加到 Web 调用" }, "Assign a global IP to a target router or device": { "other": "向目标路由器或设备分配全局 IP" }, "Assign block storage subnets to the given host id.": { "other": "将块存储器子网分配至给定主机标识。" }, "Assigned": { "other": "已分配" }, "Assigned User": { "other": "已分配的用户" }, "Associated VLANs": { "other": "关联的 VLAN" }, "At least one of these flags is required": { "other": "至少需要这些标志中的一个" }, "Attach an interface to a security group": { "other": "将接口连接到安全组" }, "Attach devices to ticket": { "other": "将设备连接到凭单" }, "Attachment failed. Confirm that {{.DeviceID}} is a hardware device or not already attached.": { "other": "连接失败。请确认 {{.DeviceID}} 是否为硬件设备,或者该设备是否尚未连接。" }, "Attachment failed. Confirm that {{.DeviceID}} is a virtual guest or not already attached.": { "other": "连接失败。请确认 {{.DeviceID}} 是否为虚拟访客,或者该设备是否尚未连接。" }, "Attempt to update DNS records for virtual server instance: {{.VsID}}. Continue?": { "other": "尝试更新虚拟服务器实例 {{.VsID}} 的 DNS 记录。要继续吗?" }, "Authorize File and Block Storage to a Hardware Server": { "other": "将文件和块存储器授权给硬件服务器" }, "Authorize File, Block and Portable Storage to a Virtual Server": { "other": "将文件、块和可移植存储器授权给虚拟服务器" }, "Authorize hosts to access a given volume": { "other": "授权主机访问给定卷" }, "Authorize hosts to access a given volume.": { "other": "授权主机访问给定卷。" }, "Available Snapshot Size (GB)": { "other": "可用快照大小 (GB)" }, "Average": { "other": "平均" }, "Backend IP": { "other": "后端 IP" }, "Backend Router": { "other": "后端路由器" }, "Backend Router Id": { "other": "后端路由器标识" }, "Backend port [default: 80]": { "other": "后端端口 [缺省值:80]" }, "Backend protocol [default: HTTP]": { "other": "后端协议 [缺省值:HTTP]" }, "Backend router ID. [required]": { "other": "后端路由器标识。[必需]" }, "Backend servers IP address. [required]": { "other": "后端服务器 IP 地址。[必需]" }, "Backend servers port. [required]": { "other": "后端服务器端口。[必需]" }, "Backend servers that are part of this pool. Format: BACKEND_IP:PORT. eg. 10.0.0.1:80 (multiple occurrence permitted)": { "other": "此池包含的后端服务器。格式:BACKEND_IP:PORT。例如,10.0.0.1:80(允许多次出现)" }, "BackendRouterId": { "other": "BackendRouterId" }, "BackendRouterId, create-options has a list of valid ids to use. [required]": { "other": "BackendRouterId 和 create-options 具有要使用的有效标识的列表。 [必需]" }, "Balancing Method: [ROUNDROBIN|LEASTCONNECTION|WEIGHTED_RR]": { "other": "均衡方法:[ROUNDROBIN|LEASTCONNECTION|WEIGHTED_RR]" }, "Bandwidth": { "other": "带宽" }, "Bandwidth data over date range.": { "other": "日期范围内的带宽数据。" }, "Bandwidth pool {{.bandwidthPoolId}} was deleted.": { "other": "已删除带宽池 {{.bandwidthPoolId}}。" }, "Bandwidth pool {{.bandwidthPoolId}} was edited successfully.": { "other": "已成功编辑带宽池 {{.bandwidthPoolId}}。" }, "Bandwidth report for every pool/server.": { "other": "每个池/服务器的带宽报告。" }, "Bandwidth, Hits, Ratio counted over history number of days ago. 89 is the maximum.": { "other": "前几天历史记录中盘点的带宽、命中数和比率。 89 是最大值。" }, "Base user to use as a template for creating this user. The default is to use the user that is running this command. Information provided in --template supersedes this template": { "other": "要用作创建此用户的模板的基本用户。缺省情况下,使用正在运行此命令的用户。--template 中提供的信息会取代此模板" }, "Billing": { "other": "计费" }, "Billing Item Id": { "other": "计费项标识" }, "Billing item not found": { "other": "找不到计费项" }, "Billing rate [hourly|monthly], [default: hourly]": { "other": "计费费率 [hourly|monthly],[缺省值:hourly]" }, "Billing rate, either hourly or monthly, default is hourly if not specified": { "other": "计费费率(hourly 或 monthly),如果未指定,那么缺省值为 hourly" }, "Billing rate. Default is: hourly. Options are: hourly, monthly": { "other": "计费费率。缺省值为:hourly。选项为:hourly 或 monthly" }, "Block volume {{.ID}} has been marked for immediate snapshot cancellation.": { "other": "块卷 {{.ID}} 已标记为快照立即取消。" }, "Block volume {{.ID}} has been marked for snapshot cancellation.": { "other": "块卷 {{.ID}} 已标记为快照取消。" }, "Block volume {{.VolumeId}} has been marked for cancellation.": { "other": "块卷 {{.VolumeId}} 已标记为取消。" }, "Block volume {{.VolumeId}} has been marked for immediate cancellation.": { "other": "块卷 {{.VolumeId}} 已标记为立即取消。" }, "Block volume {{.VolumeId}} is being restored using snapshot {{.SnapshotId}}.": { "other": "正在使用快照 {{.SnapshotId}} 复原块卷 {{.VolumeId}}。" }, "Block volume {{.VolumeId}} is reporting LUN ID {{.LunID}}.": { "other": "块卷 {{.VolumeId}} 正在报告 LUN 标识 {{.LunID}}。" }, "Bucket Name": { "other": "存储区名称" }, "Bucket name": { "other": "存储区名称" }, "Bucket name.": { "other": "存储区名称。" }, "Buffer file could not be closed: {{.Error}}.\n": { "other": "无法关闭缓冲区文件:{{.Error}}。\n" }, "Buffer file could not be created: {{.Error}}.\n": { "other": "无法创建缓冲区文件:{{.Error}}。\n" }, "CDN Unique ID": { "other": "CDN 唯一标识" }, "CIDR": { "other": "CIDR" }, "CONTEXT_ID": { "other": "CONTEXT_ID" }, "CPU": { "other": "CPU" }, "CPU core will be on a dedicated host server": { "other": "CPU 核心将位于专用主机服务器上" }, "CPU cores": { "other": "CPU 核心" }, "CPUs": { "other": "CPU 数" }, "CRN of the root key in your KMS instance": { "other": "KMS 实例中根密钥的 CRN" }, "Cache Key Rule": { "other": "高速缓存键规则" }, "Cache key optimization": { "other": "高速缓存密钥优化" }, "Cache key optimization. These are the valid options to choose: 'include-all', 'ignore-all', 'include-specified', 'ignore-specified'. If you select 'include-specified' or 'ignore-specified' please add to option cache-description.": { "other": "高速缓存密钥优化。 以下是可选择的有效选项:“include-all”、“ignore-all”、“include-specified”和“ignore-specified”。 如果选择“include-specified”或“ignore-specified”,请添加到选项 cache-description。" }, "Cache query rules with the following formats: 'include-all', 'ignore-all', 'include: ', 'ignore: '. example = 'uuid=1234567 issue=important'.": { "other": "采用以下格式的高速缓存查询规则:'include-all'、'ignore-all'、'include: '、'ignore: '。示例 = 'uuid=1234567 issue=important'。" }, "Call arbitrary API endpoints": { "other": "调用任意 API 端点" }, "Can not specify both --hard and --soft": { "other": "不能同时指定 --hard 和 --soft" }, "Can only specify either --hard or --soft.": { "other": "只能指定 --hard 或 --soft。" }, "Can't get router ID with hostname {{.HostName}}": { "other": "无法获取主机名为 {{.HostName}} 的路由器标识" }, "Cancel a IPSec VPN tunnel context": { "other": "取消 IPSec VPN 隧道上下文" }, "Cancel a VLAN": { "other": "取消 VLAN" }, "Cancel a global IP": { "other": "取消全局 IP" }, "Cancel a hardware server": { "other": "取消硬件服务器" }, "Cancel a license.": { "other": "取消许可证。" }, "Cancel a subnet": { "other": "取消子网" }, "Cancel all virtual guests of the dedicated host immediately.": { "other": "立即取消专用主机的所有虚拟访客。" }, "Cancel an existing block storage volume": { "other": "取消现有块存储卷" }, "Cancel an existing file storage volume": { "other": "取消现有文件存储卷" }, "Cancel an existing load balancer": { "other": "取消现有负载均衡器" }, "Cancel an existing object storage instance.": { "other": "取消现有对象存储实例。" }, "Cancel existing snapshot space for a given volume": { "other": "取消给定卷的现有快照空间" }, "Cancel immediately instead of on the billing anniversary": { "other": "立即取消,而不是在计费周年时取消" }, "Cancel the IPSec immediately instead of on the billing anniversary": { "other": "立即取消 IPSec,而不是在计费周年日取消" }, "Cancel the block storage volume immediately instead of on the billing anniversary": { "other": "立即取消块存储卷,而不是在计费周年日取消" }, "Cancel the file storage volume immediately instead of on the billing anniversary": { "other": "立即取消文件存储卷,而不是在计费周年日取消" }, "Cancel the resource or service for a billing Item. By default the billing item will be canceled\non the next bill date and reclaim of the resource will begin shortly after the cancellation": { "other": "取消计费项目的资源或服务。 缺省情况下,将在下一个帐单日期取消计费项目,\n并且将在取消后立即开始回收资源" }, "Cancel the snapshot space immediately instead of on the billing anniversary": { "other": "立即取消快照空间,而不是在计费周年日取消" }, "Cancel virtual server instance": { "other": "取消虚拟服务器实例" }, "Cancels a billing item.": { "other": "取消计费项。" }, "Cancels a firewall": { "other": "取消防火墙" }, "Cancels the server immediately (instead of on the billing anniversary)": { "other": "立即取消服务器(而不是在计费周年日取消)" }, "Cannot find origin volume's provisioned IOPS": { "other": "找不到源卷的已供应 IOPS" }, "Cannot find origin volume's size": { "other": "找不到源卷的大小" }, "Cannot find original volume's location": { "other": "找不到原始卷的位置" }, "Cannot find original volume's os-type": { "other": "找不到原始卷的 os-type" }, "Cannot find original volume's tier level": { "other": "找不到原始卷的层级" }, "Cannot find primary volume's os-type automatically; must specify manually.": { "other": "无法自动查找主卷的 os-type;必须手动指定。" }, "Cannot find volume's provisioned IOPS.": { "other": "找不到卷的已供应 IOPS。" }, "Capacity": { "other": "容量" }, "Capacity (GB)": { "other": "容量 (GB)" }, "Capture all block devices that belong to the virtual server": { "other": "捕获属于虚拟服务器的所有块设备" }, "Capture virtual server instance into an image": { "other": "将虚拟服务器实例捕获到映像中" }, "Case": { "other": "案例" }, "Case Number": { "other": "案例编号" }, "Category": { "other": "类别" }, "Category Code": { "other": "类别代码" }, "Category code that is used to filter items": { "other": "用于过滤项的类别代码" }, "Category name.": { "other": "类别名称。" }, "CategoryCode": { "other": "CategoryCode" }, "Cdn with uniqueId: {{.ID}} was deleted.": { "other": "已删除 uniqueId 为 {{.ID}} 的 cdn。" }, "Certificate Signing Request file": { "other": "证书签名请求文件" }, "Certificate Type": { "other": "证书类型" }, "Certificate file": { "other": "证书文件" }, "Certificate not found": { "other": "找不到证书" }, "Certificate signing request not found": { "other": "找不到证书签名请求" }, "Change how a secondary subnet is routed.": { "other": "更改辅助子网的路由方式。" }, "Changes a password for a volume's access.": { "other": "更改卷访问的密码。" }, "Check if a virtual server instance is ready for use": { "other": "检查虚拟服务器实例是否已准备就绪随时可用" }, "Classic Infrastructure Bandwidth commands": { "other": "经典基础架构带宽命令" }, "Classic Infrastructure Reports": { "other": "经典基础架构报告" }, "Classic infrastructure Account commands": { "other": "经典基础架构帐户命令" }, "Classic infrastructure Bandwidth commands": { "other": "经典基础架构带宽命令" }, "Classic infrastructure Block Storage": { "other": "经典基础架构块存储器" }, "Classic infrastructure CDN commands": { "other": "典型基础架构 CDN 命令" }, "Classic infrastructure Compute images": { "other": "经典基础架构计算映像" }, "Classic infrastructure Dedicatedhost": { "other": "经典基础架构专用主机" }, "Classic infrastructure Domain Name System": { "other": "经典基础架构域名系统" }, "Classic infrastructure Email commands": { "other": "经典基础架构电子邮件命令" }, "Classic infrastructure Event Log Group": { "other": "经典基础架构事件日志组" }, "Classic infrastructure File Storage": { "other": "经典基础架构文件存储器" }, "Classic infrastructure Firewalls": { "other": "经典基础架构防火墙" }, "Classic infrastructure Global IP addresses": { "other": "经典基础架构全局 IP 地址" }, "Classic infrastructure IPSEC VPN": { "other": "经典基础架构 IPSEC VPN" }, "Classic infrastructure Licenses": { "other": "经典基础架构许可证" }, "Classic infrastructure Load Balancers": { "other": "经典基础架构负载均衡器" }, "Classic infrastructure Manage Tickets": { "other": "经典基础架构管理凭单" }, "Classic infrastructure Manage Users": { "other": "经典基础架构管理用户" }, "Classic infrastructure Network Attached Storage": { "other": "经典基础架构网络连接的存储器" }, "Classic infrastructure Network VLANs": { "other": "经典基础架构网络 VLAN" }, "Classic infrastructure Network subnets": { "other": "经典基础架构网络子网" }, "Classic infrastructure Object Storage commands": { "other": "经典基础架构 Object Storage 命令" }, "Classic infrastructure Orders": { "other": "经典基础架构订单" }, "Classic infrastructure Placement Group": { "other": "经典基础架构放置组" }, "Classic infrastructure SSH Keys and SSL Certificates": { "other": "经典基础架构 SSH 密钥和 SSL 证书" }, "Classic infrastructure Tag management": { "other": "经典基础架构标记管理" }, "Classic infrastructure Virtual Servers": { "other": "经典基础架构虚拟服务器" }, "Classic infrastructure hardware servers": { "other": "经典基础架构硬件服务器" }, "Classic infrastructure network security groups": { "other": "经典基础架构网络安全组" }, "Client side timeout setting, in seconds": { "other": "客户机端超时设置(以秒计)" }, "Closed:": { "other": "已关闭:" }, "Cname": { "other": "Cname" }, "Code": { "other": "代码" }, "Column to display, options are: id,hostname,domain,public_ip,private_ip,datacenter,status,guid,cpu,memory,os,ipmi_ip,created,created_by,tags. This option can be specified multiple times": { "other": "要显示的列,选项为:id、hostname、domain、public_ip、private_ip、datacenter、status、guid、cpu、memory、os、ipmi_ip、created、created_by 或 tags。此选项可以多次指定" }, "Column to display. Options are: id, hostname, domain, primary_ip, backend_ip. This option can be specified multiple times": { "other": "要显示的列。 选项为:id、hostname、domain、primary_ip 和 backend_ip。 此选项可以多次指定" }, "Column to display. Options are: id, name, type, private_ip_address, source_subnet, host_iqn, username, password, allowed_host_id. This option can be specified multiple times.": { "other": "要显示的列。 选项包括:id、name、type、private_ip_address、source_subnet、host_iqn、username、password 和 allowed_host_id。 可以多次指定此选项。" }, "Column to display. Options are: id,hostname,domain,cpu,memory,public_ip,private_ip,datacenter,action,guid,power_state,created_by,tags. This option can be specified multiple times": { "other": "要显示的列。选项为:id、hostname、domain、cpu、memory、public_ip、private_ip、datacenter、action、guid、power_state、created_by 或 tags。此选项可以多次指定" }, "Column to display. Options are: id,username,datacenter,storage_type,capacity_gb,bytes_used,IOPs,ip_addr,lunId,created_by,active_transactions,rep_partner_count,notes. This option can be specified multiple times": { "other": "要显示的列。 选项为:id、username、datacenter、storage_type、capacity_gb、bytes_used、IOPS、ip_addr、lunId、created_by、active_transactions、rep_partner_count 或 notes。 此选项可以多次指定" }, "Column to display. [Options are: guid, cpu, memory, datacenter, primary_ip, backend_ip, created_by, power_state, tags] [default: id,hostname,domain,primary_ip,backend_ip,power_state].": { "other": "要显示的列。 [选项为:guid、cpu、memory、datacenter、primary_ip、backend_ip、created_by、power_state、tags] [缺省值:id、hostname、domain、primary_ip、backend_ip、power_state]。" }, "Column to display. options are: id,username,email,displayName,2FA,classicAPIKey,status,hardwareCount,virtualGuestCount. This option can be specified multiple times": { "other": "要显示的列。 选项为:id、username、email、displayName、2FA、classicAPIKey、status、hardwareCount 或 virtualGuestCount。 此选项可以多次指定" }, "Column to sort by": { "other": "要作为排序依据的列" }, "Column to sort by (Id, Name, Datacenter, Router, Cpu, Memory, Disk, Guests)[default: Id]": { "other": "要作为排序依据的列(Id、Name、Datacenter、Router、Cpu、Memory、Disk、Guests)[缺省值:Id]" }, "Column to sort by, default is:hostname, options are:id,hostname,domain,datacenter,cpu,memory,public_ip,private_ip": { "other": "要作为排序依据的列,缺省值为:hostname,选项为:id、hostname、domain、datacenter、cpu、memory、public_ip、private_ip" }, "Column to sort by, default:hostname, option:id,guid,hostname,domain,public_ip,private_ip,cpu,memory,os,datacenter,status,ipmi_ip,created,created_by": { "other": "要作为排序依据的列,缺省值为:hostname,选项为:id、guid、hostname、domain、public_ip、private_ip、cpu、memory、os、datacenter、status、ipmi_ip、created 或 created_by" }, "Column to sort by, default:id, options are: id,username,datacenter,storage_type,capacity_gb,bytes_used,ip_addr,lunId,active_transactions,created_by": { "other": "要作为排序依据的列,缺省值为:id,选项为:id、username、datacenter、storage_type、capacity_gb、bytes_used、ip_addr、lunId、active_transactions 或 created_by" }, "Column to sort by. Options are: id, hostname, domain, primary_ip, backend_ip": { "other": "要作为排序依据的列。 选项为:id、hostname、domain、primary_ip、backend_ip" }, "Column to sort by. Options are: id, name, type, private_ip_address, source_subnet, host_iqn, username, password, allowed_host_id.": { "other": "要作为排序依据的列。 选项包括:id、name、type、private_ip_address、source_subnet、host_iqn、username、password 和 allowed_host_id。" }, "Column to sort by. Options are: id,common_name,days_until_expire,note": { "other": "要作为排序依据的列。选项为:id、common_name、days_until_expire 或 note" }, "Column to sort by. Options are: id,identifier,type,network_space,datacenter,vlan_id,IPs,hardware,vs": { "other": "要作为排序依据的列。选项为:id、identifier、type、network_space、datacenter、vlan_id、IPs、hardware 或 vs" }, "Column to sort by. Options are: id,label,fingerprint,note": { "other": "要作为排序依据的列。选项为:id、label、fingerprint 或 note" }, "Column to sort by. Options are: id,name,created,size_bytes": { "other": "要作为排序依据的列。选项为:id、name、created 或 size_bytes" }, "Column to sort by. Options are: id,name,description,created": { "other": "要作为排序依据的列。选项为:id、name、description 或 created" }, "Column to sort by. Options are: id,number,name,firewall,datacenter,hardware,virtual_servers,public_ips": { "other": "要作为排序依据的列。选项为:id、number、name、firewall、datacenter、hardware、virtual_servers 或 public_ips" }, "Column to sort by. Options are: id,remoteIp,remoteGroupId,direction,ethertype,portRangeMin,portRangeMax,protocol": { "other": "要作为排序依据的列。选项为:id、remoteIp、remoteGroupId、direction、ethertype、portRangeMin、portRangeMax 或 protocol" }, "Column to sort by. Options are: id,virtualServerId,hostname": { "other": "要作为排序依据的列。选项为:id、virtualServerId 或 hostname" }, "Comma separated list of tags, enclosed in quotes. 'tag1, tag2'": { "other": "以逗号分隔的标记列表,括在引号中。 'tag1, tag2'" }, "Comma seperated list of tags, enclosed in quotes. 'tag1,tag2' [required]": { "other": "以逗号分隔的标记列表,括在引号中。 'tag1,tag2' [必需]" }, "Company": { "other": "公司" }, "Compare Type": { "other": "比较类型" }, "Compare type: EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS. [required]": { "other": "比较类型:EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS。[必需]" }, "Compared Value [required]": { "other": "比较值 [必需]" }, "Completed Percentage": { "other": "已完成百分比" }, "Configuration request received for IPSec {{.ContextID}}.": { "other": "已收到 IPSec {{.ContextID}} 的配置请求。" }, "Convert a dependent duplicate volume to an independent volume.": { "other": "将从属的重复卷转换为独立卷。" }, "Cost": { "other": "成本" }, "Could not find price for endurance storage space, size={{.Size}} tier={{.Tier}}": { "other": "找不到耐久性存储器空间的价格,大小={{.Size}},层={{.Tier}}" }, "Could not find price for endurance tier level, tier={{.Tier}}": { "other": "找不到耐久性层级的价格,层={{.Tier}}" }, "Could not find price for iops for the given volume, size={{.Size}},,Iops={{.IOPS}}": { "other": "找不到给定卷的 IOPS 价格,大小={{.Size}},IOPS={{.IOPS}}" }, "Could not find price for performance storage space, size={{.Size}}": { "other": "找不到性能存储器空间的价格,大小={{.Size}}" }, "Could not find price for replication,tier={{.Tier}},Iops={{.IOPS}}": { "other": "找不到复制的价格,层={{.Tier}},IOPS={{.IOPS}}" }, "Could not find price for snapshot space,size={{.Size}},tier={{.Tier}},Iops={{.IOPS}}": { "other": "找不到快照空间的价格,大小={{.Size}},层={{.Tier}},IOPS={{.IOPS}}" }, "Could not find price with the category: {{.PriceCategory}}": { "other": "找不到类别为 {{.PriceCategory}} 的价格" }, "Could not find tier IOPS per GB for this volume": { "other": "找不到此卷的层 IOPS/GB" }, "Could not find tier IOPS per GB for this volume.": { "other": "找不到此卷的层 IOPS/GB。" }, "Could not find valid price for bandwidth option": { "other": "找不到带宽选项的有效价格" }, "Could not find valid price for dedicated host with size= {{.KeyName}}": { "other": "找不到大小为 {{.KeyName}} 的专用主机的有效价格" }, "Could not find valid price for extra option {{.KeyName}}": { "other": "找不到额外选项 {{.KeyName}} 的有效价格" }, "Could not find valid price for os {{.OS}}": { "other": "找不到操作系统 {{.OS}} 的有效价格" }, "Could not find valid price for port speed:": { "other": "找不到端口速度的有效价格:" }, "Could not find valid price for {{.KeyName}} option": { "other": "找不到 {{.KeyName}} 选项的有效价格" }, "Could not find valid size for: {{.Size}}": { "other": "找不到 {{.Size}} 的有效大小" }, "Could not remove device {{.DeviceID}} from ticket. Is it attached, or a virtual guest?": { "other": "无法从凭单中除去设备 {{.DeviceID}}。该设备是否已连接,或者是否为虚拟访客?" }, "Could not remove device {{.DeviceId}} from ticket. Is it attached, or a hardware device?": { "other": "无法从凭单中除去设备 {{.DeviceId}}。该设备是否已连接,或者是否为硬件设备?" }, "Count": { "other": "计数" }, "Counter": { "other": "计数器" }, "Cpu (allocated/total)": { "other": "Cpu(已分配量/总量)" }, "Cpu Count": { "other": "CPU 计数" }, "Cpu: ": { "other": "CPU:" }, "Cpus": { "other": "CPU" }, "Create Date": { "other": "创建日期" }, "Create a Reserved Capacity instance.": { "other": "创建保留容量实例。" }, "Create a bandwidth pool.": { "other": "创建带宽池。" }, "Create a dedicated Virtual Server (Private Node)": { "other": "创建专用虚拟服务器(专用节点)" }, "Create a dedicatedhost": { "other": "创建专用主机" }, "Create a global IP": { "other": "创建全局 IP" }, "Create a host for dedicated virtual servers": { "other": "为专用虚拟服务器创建主机" }, "Create a new CDN domain mapping": { "other": "创建新的 CDN 域映射" }, "Create a new VLAN": { "other": "创建新 VLAN" }, "Create a new firewall": { "other": "创建新防火墙" }, "Create a password for a software component.": { "other": "为软件组件创建密码。" }, "Create a placement group": { "other": "创建放置组" }, "Create a security group": { "other": "创建安全组" }, "Create a snapshot on a given volume": { "other": "创建给定卷的快照" }, "Create a support ticket": { "other": "创建支持凭单" }, "Create a transient virtual server": { "other": "创建瞬态虚拟服务器" }, "Create a user hardware notification entry.": { "other": "创建用户硬件通知条目。" }, "Create a user virtual notification entry.": { "other": "创建用户虚拟通知条目。" }, "Create a zone": { "other": "创建专区" }, "Create an origin path for an existing CDN mapping.": { "other": "为现有 CDN 映射创建源路径。" }, "Create an user's API authentication key": { "other": "创建用户的 API 认证密钥" }, "Create credentials for an IBM Cloud Object Storage Account.": { "other": "为 IBM Cloud Object Storage 帐户创建凭证。" }, "Create virtual server instance": { "other": "创建虚拟服务器实例" }, "CreateDate": { "other": "createDate" }, "Created": { "other": "创建时间" }, "Created Date": { "other": "创建日期" }, "Created Record: {{.Host}} {{.TTL}} {{.Type}} {{.Data}}": { "other": "已创建记录:{{.Host}} {{.TTL}} {{.Type}} {{.Data}}" }, "Created resource record under zone {{.Zone}}: ID={{.ID}}, type={{.RecordType}}, record={{.Host}}, data={{.Data}}, ttl={{.Ttl}}.": { "other": "在专区 {{.Zone}} 下创建资源记录:标识={{.ID}},类型={{.RecordType}},记录={{.Host}},数据={{.Data}},ttl={{.Ttl}}。" }, "Created subnet {{.ID}}/{{.CIDR}} #{{.Identifier}}.": { "other": "已创建子网 {{.ID}}/{{.CIDR}} #{{.Identifier}}。" }, "Created translation from {{.StaticIP}} to {{.RemoteIP}} #{{.ID}}.": { "other": "已创建从 {{.StaticIP}} 到 {{.RemoteIP}} #{{.ID}} 的转换。" }, "Creates a purge record and also initiates the purge call.": { "other": "创建清除记录并启动清除调用。" }, "Creates a purge record and also initiates the purge call. For more information see the following documentation: https://cloud.ibm.com/docs/infrastructure/CDN?topic=CDN-manage-your-cdn#purging-cached-content": { "other": "创建清除记录并启动清除调用。 有关更多信息,请参阅以下文档:https://cloud.ibm.com/docs/infrastructure/CDN?topic=CDN-manage-your-cdn#purging-cached-content" }, "Creates a user": { "other": "创建用户" }, "Credential limits for this IBM Cloud Object Storage account.": { "other": "此 IBM Cloud Object Storage 帐户的凭证限制。" }, "Credential: {{.credentialID}} was deleted.": { "other": "已删除凭证:{{.credentialID}}。" }, "Critical Max": { "other": "临界最大值" }, "Critical Min": { "other": "临界最小值" }, "Cross Region": { "other": "跨区域" }, "Current Usage": { "other": "当前使用量" }, "Customer Peer IP Address": { "other": "客户对等 IP 地址" }, "DATA": { "other": "DATA" }, "Data Center": { "other": "数据中心" }, "Data center": { "other": "数据中心" }, "Data in": { "other": "数据输入" }, "Data out": { "other": "数据输出" }, "Datacenter": { "other": "数据中心" }, "Datacenter name. It can be found from the keyName in the command '${COMMAND_NAME} sl order package-locations LBAAS' output. [required]": { "other": "数据中心名称。在“${COMMAND_NAME} sl order package-locations LBAAS”命令输出中的 keyName 中可找到该名称。[必需]" }, "Datacenter short name [required]": { "other": "数据中心短名称 [必需]" }, "Datacenter shortname [required]": { "other": "数据中心短名称 [必需]" }, "Datacenter shortname [required]": { "other": "数据中心短名称 [必需]" }, "Datacenter shortname[required]": { "other": "数据中心短名称 [必需]" }, "Datacenter to remove": { "other": "要除去数据中心,请执行以下操作:" }, "Datacenters": { "other": "数据中心" }, "Date": { "other": "日期" }, "Date time": { "other": "日期时间" }, "Day of the week when snapshots should be taken, integer between 0 to 6. \n 0 means Sunday,1 means Monday,2 means Tuesday,3 means Wendesday,4 means Thursday,5 means Friday,6 means Saturday": { "other": "应该生成快照的星期,值为整数 0 到 6。\n0 表示周日,1 表示周一,2 表示周二,3 表示周三,4 表示周四,5 表示周五,6 表示周六" }, "Dedicated Access": { "other": "专用访问权" }, "Dedicated Host ID": { "other": "专用主机标识" }, "Dedicated Host ID to migrate to. Only works on guests that are already on a dedicated host.": { "other": "要迁移到的专用主机标识。 仅适用于已在专用主机上运行的访客。" }, "Dedicated Virtual Host Flavor(s)": { "other": "专用虚拟主机虚拟机类型模板" }, "Dedicated Virtual Host flavor (requires --datacenter) e.g. 56_CORES_X_242_RAM_X_1_4_TB": { "other": "专用虚拟主机类型模板(需要 --datacenter),例如 56_CORES_X_242_RAM_X_1_4_TB" }, "Dedicated host ID should be a number.": { "other": "专用主机标识应该是数字。" }, "Default": { "other": "缺省值" }, "Default Hourly Price Per Instance": { "other": "每个实例的缺省每小时价格" }, "Delete a CDN domain mapping.": { "other": "删除 CDN 域映射。" }, "Delete a L7 policy": { "other": "删除 L7 策略" }, "Delete a L7 pool": { "other": "删除 L7 池" }, "Delete a L7 rule": { "other": "删除 L7 规则" }, "Delete a placement group": { "other": "删除放置组" }, "Delete a protocol": { "other": "删除协议" }, "Delete a provisioning scriptt.": { "other": "删除供应脚本。" }, "Delete a snapshot on a given volume": { "other": "删除给定卷的快照" }, "Delete a zone": { "other": "删除专区" }, "Delete an image ": { "other": "删除映像" }, "Delete bandwidth pool. ": { "other": "删除带宽池。 " }, "Delete the credential of an Object Storage Account.": { "other": "删除 Object Storage 帐户的凭证。" }, "Delete the given security group": { "other": "删除给定的安全组" }, "Delete the quote of an order.": { "other": "删除订单的报价。" }, "Deny sharing of an image template with another account.": { "other": "拒绝与其他帐户共享映像模板。" }, "Description": { "other": "描述" }, "Detach an interface from a security group": { "other": "从安全组断开接口的连接" }, "Detach devices from a ticket": { "other": "断开设备与凭单的连接" }, "Detail a CDN Account.": { "other": "详细描述 CDN 帐户。" }, "Detail information about a firewall": { "other": "有关防火墙的详细信息" }, "Details of a specific event, and ability to acknowledge event.": { "other": "特定事件的详细信息以及确认事件的能力。" }, "Device": { "other": "设备" }, "Device Name": { "other": "设备名" }, "Device Type": { "other": "设备类型" }, "Device name": { "other": "设备名" }, "Devices": { "other": "设备" }, "Direction": { "other": "方向" }, "Disable selected notifications": { "other": "禁用所选通知" }, "Disable snapshot notification.": { "other": "禁用快照通知。" }, "Disable snapshots on the specified schedule for a given volume": { "other": "按指定安排禁用给定卷的快照" }, "Disable the IPMI interface.": { "other": "禁用 IPMI 接口。" }, "Disable vpn for a user.": { "other": "为用户禁用 VPN。" }, "Disable vpn subnets manual config.": { "other": "禁用 vpn 子网手动配置。" }, "Disabled: Snapshots space usage threshold is disabled for volume '{{.ID}}'.": { "other": "已禁用:卷 \"{{.ID}}\" 的快照空间使用阈值已禁用。" }, "Discrete Sensor": { "other": "离散传感器" }, "Disk": { "other": "磁盘" }, "Disk (allocated/total)": { "other": "磁盘(已分配量/总量)" }, "Disk Capacity": { "other": "磁盘容量" }, "Disk sizes (multiple occurrence permitted)": { "other": "磁盘大小(允许多次出现)" }, "Display FortiGate username and FortiGate password to multi vlans": { "other": "向多个 vlans 显示 FortiGate 用户名和 FortiGate 密码" }, "Display IPv4 IPs only": { "other": "仅显示 IPv4 IP" }, "Display IPv4 subnets only": { "other": "仅显示 IPv4 子网" }, "Display IPv6 IPs only": { "other": "仅显示 IPv6 IP" }, "Display IPv6 subnets only": { "other": "仅显示 IPv6 子网" }, "Display a list of cancellation reasons": { "other": "显示取消原因列表" }, "Display details for a cloud object storage.": { "other": "显示云对象存储器的详细信息。" }, "Display details for a specified email.": { "other": "显示指定电子邮件的详细信息。" }, "Display details for a specified volume": { "other": "显示指定卷的详细信息" }, "Display hardware this user has access to": { "other": "显示此用户有权访问的硬件" }, "Display metadata if present [default: no-metadata]": { "other": "显示元数据(如果存在)[缺省值:no-metadata]" }, "Display only closed tickets": { "other": "仅显示关闭的凭单" }, "Display only open tickets": { "other": "仅显示尚未解决的凭单" }, "Display only private images": { "other": "仅显示专用映像" }, "Display only public images": { "other": "仅显示公共映像" }, "Display permission details for a cloud object storage.": { "other": "显示云对象存储器的许可权详细信息。" }, "Display permissions assigned to this user. Master users do not show permissions": { "other": "显示分配给此用户的许可权。对于主用户,不会显示许可权" }, "Display virtual guests this user has access to": { "other": "显示此用户有权访问的虚拟访客" }, "Displays bandwidth pool information.": { "other": "显示带宽池信息。" }, "Do not actually create the dedicatedhost": { "other": "实际不创建专用主机" }, "Do not actually create the virtual server": { "other": "实际不创建虚拟服务器" }, "Do not order the subnet; just get a quote": { "other": "不订购子网;只获取报价" }, "Domain": { "other": "域" }, "Domain portion of the FQDN": { "other": "FQDN 的域部分" }, "Domain portion of the FQDN [required]": { "other": "FQDN 的域部分 [必需]" }, "Domain portion of the FQDN[required]": { "other": "FQDN 的域部分 [必需]" }, "Domain record not found": { "other": "找不到域记录" }, "Domain: {{.Domain}} Id: {{.Id}}": { "other": "域:{{.Domain}}标识:{{.Id}}" }, "Don't actually create records": { "other": "实际不创建记录" }, "Don't delete, just show what will be deleted.": { "other": "请勿删除,仅显示将删除的内容。" }, "Download SSL certificate and key files": { "other": "下载 SSL 证书和密钥文件" }, "Drive": { "other": "驱动器" }, "Duplicate Volume Properties": { "other": "复制卷属性" }, "EXAMPLE: \n\t${COMMAND_NAME} sl order place CLOUD_SERVER DALLAS13 GUEST_CORES_4 RAM_16_GB REBOOT_REMOTE_CONSOLE 1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS BANDWIDTH_0_GB_2 1_IP_ADDRESS GUEST_DISK_100_GB_SAN OS_UBUNTU_16_04_LTS_XENIAL_XERUS_MINIMAL_64_BIT_FOR_VSI MONITORING_HOST_PING NOTIFICATION_EMAIL_AND_TICKET AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT NESSUS_VULNERABILITY_ASSESSMENT_REPORTING --billing hourly --extras '{\"virtualGuests\": [{\"hostname\": \"test\", \"domain\": \"softlayer.com\"}]}' --complex-type SoftLayer_Container_Product_Order_Virtual_Guest\n\tThis command orders an hourly VSI with 4 CPU, 16 GB RAM, 100 GB SAN disk, Ubuntu 16.04, and 1 Gbps public & private uplink in dal13": { "other": "示例:\n${COMMAND_NAME} sl order place CLOUD_SERVER DALLAS13 GUEST_CORES_4 RAM_16_GB REBOOT_REMOTE_CONSOLE 1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS BANDWIDTH_0_GB_2 1_IP_ADDRESS GUEST_DISK_100_GB_SAN OS_UBUNTU_16_04_LTS_XENIAL_XERUS_MINIMAL_64_BIT_FOR_VSI MONITORING_HOST_PING NOTIFICATION_EMAIL_AND_TICKET AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT NESSUS_VULNERABILITY_ASSESSMENT_REPORTING --billing hourly --extras '{\"virtualGuests\": [{\"hostname\": \"test\", \"domain\": \"softlayer.com\"}]}' --complex-type SoftLayer_Container_Product_Order_Virtual_Guest\n 此命令订购按小时的 VSI,具有 4 个 CPU、16 GB RAM、100 GB SAN 磁盘、Ubuntu 16.04 以及 dal13 中的 1 Gbps 公共和专用上行链路" }, "EXAMPLE: \n ${COMMAND_NAME} sl order place-quote CLOUD_SERVER DALLAS13 GUEST_CORES_4 RAM_16_GB REBOOT_REMOTE_CONSOLE 1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS BANDWIDTH_0_GB_2 1_IP_ADDRESS GUEST_DISK_100_GB_SAN OS_UBUNTU_16_04_LTS_XENIAL_XERUS_MINIMAL_64_BIT_FOR_VSI MONITORING_HOST_PING NOTIFICATION_EMAIL_AND_TICKET AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT NESSUS_VULNERABILITY_ASSESSMENT_REPORTING --extras '{\"virtualGuests\": [{\"hostname\": \"test\", \"domain\": \"softlayer.com\"}]}' --complex-type SoftLayer_Container_Product_Order_Virtual_Guest --name \"foobar\" --send-email\n This command places a quote for a VSI with 4 CPU, 16 GB RAM, 100 GB SAN disk, Ubuntu 16.04, and 1 Gbps public & private uplink in datacenter dal13": { "other": "示例: \n ${COMMAND_NAME} sl order place-quote CLOUD_SERVER DALLAS13 GUEST_CORES_4 RAM_16_GB REBOOT_REMOTE_CONSOLE 1_GBPS_PUBLIC_PRIVATE_NETWORK_UPLINKS BANDWIDTH_0_GB_2 1_IP_ADDRESS GUEST_DISK_100_GB_SAN OS_UBUNTU_16_04_LTS_XENIAL_XERUS_MINIMAL_64_BIT_FOR_VSI MONITORING_HOST_PING NOTIFICATION_EMAIL_AND_TICKET AUTOMATED_NOTIFICATION UNLIMITED_SSL_VPN_USERS_1_PPTP_VPN_USER_PER_ACCOUNT NESSUS_VULNERABILITY_ASSESSMENT_REPORTING --extras '{\"virtualGuests\": [{\"hostname\": \"test\", \"domain\": \"softlayer.com\"}]}' --complex-type SoftLayer_Container_Product_Order_Virtual_Guest --name \"foobar\" --send-email\n 此命令为 VSI 设置一个报价,其具有 4 个 CPU、16 GB RAM、100 GB SAN 磁盘、Ubuntu 16.04,以及数据中心 dal13 中的 1 Gbps 公共和专用上行链路" }, "EXAMPLE: \n${COMMAND_NAME} sl firewall detail vs:12345\n${COMMAND_NAME} sl firewall detail server:234567\n${COMMAND_NAME} sl firewall detail vlan:345678\n${COMMAND_NAME} sl firewall detail multiVlan:456789": { "other": "示例:\n${COMMAND_NAME} sl firewall detail vs:12345\n${COMMAND_NAME} sl firewall detail server:234567\n${COMMAND_NAME} sl firewall detail vlan:345678\n${COMMAND_NAME} sl firewall detail multiVlan:456789" }, "Each user can only have a single API key.": { "other": "每个用户只能有一个 API 密钥。" }, "Earliest date to retrieve events for [YYYY-MM-DD]. Default: 2 days ago.": { "other": "检索 [YYYY-MM-DD] 事件的最早日期。 缺省值:2 天前。" }, "Edit SSL certificate": { "other": "编辑 SSL 证书" }, "Edit a CDN Account.": { "other": "编辑 CDN 帐户。" }, "Edit a L7 policy": { "other": "编辑 L7 策略" }, "Edit a L7 pool": { "other": "编辑 L7 池" }, "Edit a security group rule in a security group": { "other": "编辑安全组中的安全组规则" }, "Edit a single record by its ID": { "other": "按标识编辑单个记录" }, "Edit a user's details": { "other": "编辑用户详细信息" }, "Edit a virtual server instance's details": { "other": "编辑虚拟服务器实例的详细信息" }, "Edit an SSH key": { "other": "编辑 SSH 密钥" }, "Edit bandwidth pool.": { "other": "编辑带宽池。" }, "Edit by host record, such as www": { "other": "按主机记录(如 www)编辑" }, "Edit details of a security group": { "other": "编辑安全组的详细信息" }, "Edit details of an email delivery account.": { "other": "编辑电子邮件传递帐户的详细信息。" }, "Edit details of an image": { "other": "编辑映像的详细信息" }, "Edit firewall rules": { "other": "编辑防火墙规则" }, "Edit hardware server details": { "other": "编辑硬件服务器详细信息" }, "Edit load balancer protocol": { "other": "编辑负载均衡器协议" }, "Edit note and tags of a subnet.": { "other": "编辑子网的注释和标记。" }, "Edit the details about a VLAN": { "other": "编辑有关 VLAN 的详细信息" }, "Editor": { "other": "编辑者" }, "Editor could not be found. Please set EDITOR environmental variable or specifiy a message argument.": { "other": "找不到编辑器。请设置 EDITOR 环境变量或指定消息自变量。" }, "Editor could not be ran: {{.Error}}.\n": { "other": "无法运行编辑器:{{.Error}}。\n" }, "Either '--enable' or '--disable' is required.": { "other": "“--enable”或“--disable”是必需的。" }, "Either -n, --name or -d, --description is required to edit security group.": { "other": "编辑安全组需要 -n, --name 或 -d, --description。" }, "Either -s|--subnet-id or -n|--network must be provided.": { "other": "必须提供 -s|--subnet-id 或 -n|--network。" }, "Email": { "other": "电子邮件" }, "Email account {{.emailID}} was updated.": { "other": "已更新电子邮件帐户 {{.emailID}}。" }, "Email address for this user. Required for creation": { "other": "此用户的电子邮件地址。创建时需要" }, "Email address {{.emailID}} was updated.": { "other": "已更新电子邮件地址 {{.emailID}}。" }, "Enable (DEFAULT) selected notifications": { "other": "启用(缺省)所选通知" }, "Enable or Disable selected permissions. Accepted inputs are 'true' and 'false'. default is 'true'": { "other": "启用或禁用所选许可权。接受的输入为“true”和“false”。缺省值为“true”" }, "Enable or Disable specific notifications for the active user.": { "other": "对活动用户启用或禁用特定通知。" }, "Enable or Disable specific permissions": { "other": "启用或禁用特定许可权" }, "Enable or disable compression of JPEG images for requests over certain network conditions.": { "other": "对在特定网络条件下传输的请求启用或禁用 JPEG 图像压缩。" }, "Enable or disable the embedded object prefetching feature.": { "other": "启用或禁用嵌入式对象预取功能。" }, "Enable or disable user vpn subnets manual config.": { "other": "启用或禁用用户 VPN 子网手动配置。" }, "Enable snapshot notification.": { "other": "启用快照通知。" }, "Enable snapshots for a given volume on the specified schedule": { "other": "按指定安排启用给定卷的快照" }, "Enable the IPMI interface.": { "other": "启用 IPMI 接口。" }, "Enable vpn for a user.": { "other": "为用户启用 VPN。" }, "Enable vpn subnets manual config.": { "other": "启用 VPN 子网手动配置。" }, "Enabled: Snapshots space usage threshold is enabled for volume '{{.ID}}'.": { "other": "已启用:卷 \"{{.ID}}\" 快照空间使用阈值已启用。" }, "Enables/Disables snapshot space usage threshold warning for a given volume.": { "other": "对给定卷启用/禁用快照空间使用阈值警告。" }, "Encrypted": { "other": "已加密" }, "End": { "other": "结束" }, "End Date": { "other": "结束日期" }, "End Date e.g. 2019-4-2 (yyyy-MM-dd) [required]": { "other": "结束日期,例如 2019-4-2 (yyyy-MM-dd) [必需]" }, "End date for bandwidth reporting": { "other": "带宽报告的结束日期" }, "EndPoint Type": { "other": "端点类型" }, "Ending Balance": { "other": "结束余额" }, "Endurance Storage Tier (IOP per GB) [required for storage-type endurance], options are: 0.25,2,4,10": { "other": "耐久性存储器层 (IOPS/GB) [storage-type 是 endurance 时为必需],选项为:0.25、2、4 或 10" }, "Endurance Storage Tier (IOPS per GB) [only for endurance volumes] ***If no tier is specified, the original tier of the volume will be used.***": { "other": "耐久性存储器层 (IOPS/GB) [仅适用于耐久性卷] ***如果未指定层,那么将使用卷的原始层。***" }, "Endurance Storage Tier (IOPS per GB) of the block volume for which space is ordered [optional], options are: 0.25,2,4,10": { "other": "为其订购空间的块卷的耐久性存储器层 (IOPS/GB) [可选],选项为:0.25、2、4 或 10" }, "Endurance Storage Tier (IOPS per GB) of the file volume for which space is ordered [optional], options are: 0.25,2,4,10": { "other": "为其订购空间的文件卷的耐久性存储器层 (IOPS/GB) [可选],选项为:0.25、2、4 或 10" }, "Endurance Storage Tier (IOPS per GB) of the primary volume for which a replica is ordered [optional], options are: 0.25,2,4,10,if no tier is specified, the tier of the original volume will be used": { "other": "为其订购副本的主卷的耐久性存储器层 (IOPS/GB) [可选],选项为:0.25、2、4 或 10;如果未指定层,将使用原始卷的层" }, "Endurance Storage Tier, if no tier is specified, the tier of the original volume will be used": { "other": "耐久性存储器层;如果未指定层,将使用原始卷的层" }, "Endurance Tier": { "other": "耐久性层" }, "Endurance Tier Per IOPS": { "other": "耐久性层/IOPS" }, "Enter a globally unique subdomain. The full URL becomes the CNAME we use to configure your DNS. If no value is entered, we will generate a CNAME for you.": { "other": "输入全球唯一子域。 完整 URL 将成为用于配置 DNS 的 CNAME。 如果未输入任何值,那么我们将为您生成 CNAME。" }, "Error marshalling resource": { "other": "对资源进行编组时出错" }, "Error occurred while adding note to volume: {{.VolumeID}}": { "other": "将注释添加到卷时发生错误:{{.VolumeID}}" }, "Error occurred while creating snapshot for volume {{.VolumeID}}.Ensure volume is not failed over or in another state which prevents taking snapshots.\n": { "other": "创建卷 {{.VolumeID}} 的快照时发生错误。请确保卷未故障转移,也未处于会阻止生成快照的其他状态。\n" }, "Error: {{.Error}}": { "other": "错误:{{.Error}}" }, "Error: {{.Error}}.\n": { "other": "错误:{{.Error}}。\n" }, "Ether Type": { "other": "以太网类型" }, "Event": { "other": "事件" }, "Event Data": { "other": "事件数据" }, "Event ID": { "other": "事件标识" }, "Expiration": { "other": "到期时间" }, "Export an image to an object storage": { "other": "将映像导出到对象存储器" }, "Exports options to a template file": { "other": "将选项导出到模板文件" }, "Extra note to be associated with the key": { "other": "要与该密钥关联的额外注释" }, "Extra options, multiple occurrence allowed": { "other": "额外选项,允许存在多个实例" }, "Extras": { "other": "额外选项" }, "FAILED": { "other": "失败" }, "FILEPATH": { "other": "FILEPATH" }, "FQDN": { "other": "FQDN" }, "Failback a {{.storageType}} volume from replica": { "other": "从副本故障恢复 {{.storageType}} 卷" }, "Failback of volume {{.VolumeID}} is now in progress.": { "other": "现在,正在对卷 {{.VolumeID}} 进行故障恢复。" }, "Failback operation could not be initiated for volume {{.VolumeID}}.\n": { "other": "无法对卷 {{.VolumeID}} 启动故障恢复操作。\n" }, "Failed due to error: ": { "other": "失败,错误为:" }, "Failed to Edit email account: {{.emailID}}.\n": { "other": "未能编辑电子邮件帐户:{{.emailID}}。\n" }, "Failed to Edit emailAddress account: {{.emailID}}.\n": { "other": "未能编辑 emailAddress 帐户:{{.emailID}}。\n" }, "Failed to Order the dedicatedhost.": { "other": "未能订购 dedicatedhost。" }, "Failed to acknowledge event.": { "other": "未能确认事件。" }, "Failed to add L7 member: {{.Error}}.\n": { "other": "未能添加 L7 成员:{{.Error}}。\n" }, "Failed to add SSH key.\n": { "other": "未能添加 SSH 密钥。\n" }, "Failed to add VLAN.\n": { "other": "未能添加 VLAN。\n" }, "Failed to add certificate.\n": { "other": "未能添加证书。\n" }, "Failed to add global IP.\n": { "other": "未能添加全局 IP。\n" }, "Failed to add l7 policy: {{.Error}}.\n": { "other": "未能添加 L7 策略:{{.Error}}。\n" }, "Failed to add l7 rule: {{.Error}}.\n": { "other": "未能添加 L7 规则:{{.Error}}。\n" }, "Failed to add load balancer l7 pool: {{.Error}}.\n": { "other": "未能添加负载均衡器 L7 池:{{.Error}}。\n" }, "Failed to add load balancer member: {{.Error}}.\n": { "other": "未能添加负载均衡器成员:{{.Error}}。\n" }, "Failed to add network component {{.ComponentID}} to security group {{.GroupID}}.\n": { "other": "未能将网络组件 {{.ComponentID}} 添加到安全组 {{.GroupID}}。\n" }, "Failed to add protocol: {{.Error}}.\n": { "other": "未能添加协议:{{.Error}}。\n" }, "Failed to add rule to security group {{.GroupID}}.\n": { "other": "未能将规则添加到安全组 {{.GroupID}}。\n" }, "Failed to add subnet.\n": { "other": "未能添加子网。\n" }, "Failed to add user's API authentication key": { "other": "未能添加用户的 API 认证密钥" }, "Failed to add user.\n": { "other": "未能添加用户。\n" }, "Failed to add {{.Type}} subnet #{{.ID}} to IPSec {{.ContextID}}.\n": { "other": "未能向 IPSec {{.ContextID}} 添加 {{.Type}} 子网 #{{.ID}}。\n" }, "Failed to assign global IP {{.IpID}} to target {{.Target}}.\n": { "other": "未能将全局 IP {{.IpID}} 分配给目标 {{.Target}}。\n" }, "Failed to assign subnet id: {{.subnetID}} to allowed host id: {{.accessID}}": { "other": "未能将子网标识 {{.subnetID}} 分配至允许的主机标识 {{.accessID}}" }, "Failed to assign subnets.": { "other": "未能分配子网。" }, "Failed to authorize host to volume {{.VolumeID}}.\n": { "other": "未能将主机授权给卷 {{.VolumeID}}。\n" }, "Failed to authorize portable storage to the virtual server instance: {{.PortableID}}.\n{{.Error}}": { "other": "未能将可移植存储器授权给虚拟服务器实例:{{.PortableID}}。\n{{.Error}}" }, "Failed to authorize storage to the hardware server instance: {{.Storage}}.\n{{.Error}}": { "other": "未能将存储器授权给硬件服务器实例:{{.Storage}}。\n{{.Error}}" }, "Failed to authorize storage to the virtual server instance: {{.Storage}}.\n{{.Error}}": { "other": "未能将存储器授权给虚拟服务器实例:{{.Storage}}。\n{{.Error}}" }, "Failed to cancel IPSec {{.ContextID}}.\n": { "other": "未能取消 IPSec {{.ContextID}}。\n" }, "Failed to cancel VLAN {{.ID}}.\n": { "other": "未能取消 VLAN {{.ID}}。\n" }, "Failed to cancel all guests in the dedicatedhost: {{.HostID}}.": { "other": "未能取消 dedicatedhost {{.HostID}} 中的所有访客。" }, "Failed to cancel block volume: {{.ID}}.\n": { "other": "未能取消块卷:{{.ID}}。\n" }, "Failed to cancel file volume: {{.ID}}.\n": { "other": "未能取消文件卷:{{.ID}}。\n" }, "Failed to cancel firewall: {{.ID}}": { "other": "未能取消防火墙:{{.ID}}。" }, "Failed to cancel global IP: {{.ID}}.\n": { "other": "未能取消全局 IP:{{.ID}}。\n" }, "Failed to cancel hardware server: {{.ID}}.\n": { "other": "未能取消硬件服务器:{{.ID}}。\n" }, "Failed to cancel item: {{.itemID}}.\n": { "other": "未能取消项:{{.itemID}}。\n" }, "Failed to cancel license: {{.key}}.": { "other": "未能取消许可证:{{.key}}。" }, "Failed to cancel load balancer {{.LBID}}.\n": { "other": "未能取消负载均衡器 {{.LBID}}。\n" }, "Failed to cancel object-storage: {{.objectStorageID}}.": { "other": "未能取消对象存储器:{{.objectStorageID}}。" }, "Failed to cancel snapshot space for volume {{.ID}}.\n": { "other": "未能取消卷 {{.ID}} 的快照空间。\n" }, "Failed to cancel subnet: {{.ID}}.\n": { "other": "未能取消子网:{{.ID}}。\n" }, "Failed to cancel virtual server instance: {{.VsID}}.\n": { "other": "未能取消虚拟服务器实例:{{.VsID}}。\n" }, "Failed to capture image for virtual server instance: {{.VsID}}.\n": { "other": "未能捕获虚拟服务器实例 {{.VsID}} 的映像。\n" }, "Failed to confirm the new LUN ID on volume {{.VolumeId}}.": { "other": "未能确认卷 {{.VolumeId}} 上的新 LUN 标识。" }, "Failed to create Provisioning Hook.": { "other": "未能创建供应挂钩。" }, "Failed to create Software Credential.": { "other": "未能创建软件凭证。" }, "Failed to create a CDN.": { "other": "未能创建 CDN。" }, "Failed to create a Origin.": { "other": "未能创建源。" }, "Failed to create credential. ": { "other": "未能创建凭证。 " }, "Failed to create dedicated host.\n": { "other": "未能创建专用主机。\n" }, "Failed to create firewall.\n": { "other": "未能创建防火墙。\n" }, "Failed to create load balancer with name {{.Name}} on {{.Location}}.\n": { "other": "未能在 {{.Location}} 上创建名为 {{.Name}} 的负载均衡器。\n" }, "Failed to create multi virtual server instances.\n": { "other": "未能创建多个虚拟服务器实例。\n" }, "Failed to create placement group": { "other": "未能创建放置组" }, "Failed to create resource record under zone {{.Zone}}: type={{.RecordType}}, record={{.Host}}, data={{.Data}}, ttl={{.Ttl}}.\n": { "other": "未能在专区 {{.Zone}} 下创建资源记录:类型={{.RecordType}},记录={{.Host}},数据={{.Data}},ttl={{.Ttl}}。\n" }, "Failed to create security group with name {{.Name}}.\n": { "other": "未能创建名称为 {{.Name}} 的安全组。\n" }, "Failed to create subnet with {{.ID}}.\n": { "other": "未能创建子网:{{.ID}}。\n" }, "Failed to create the license.": { "other": "未能创建许可证。" }, "Failed to create translation for IPSec with ID {{.ID}}.\n": { "other": "未能为标识为 {{.ID}} 的 IPSec 创建转换。\n" }, "Failed to create user vpn override.": { "other": "未能创建用户 VPN 覆盖。" }, "Failed to create virtual server instance.\n": { "other": "未能创建虚拟服务器实例。\n" }, "Failed to create zone: {{.ZoneName}}.\n": { "other": "未能创建专区:{{.ZoneName}}。\n" }, "Failed to create zone: {{.Zone}}.\n": { "other": "未能创建专区:{{.Zone}}。\n" }, "Failed to decoded the note.\n": { "other": "未能对注释进行解码。\n" }, "Failed to delete L7Pool {{.L7PoolID}}: {{.Error}}.\n": { "other": "未能删除 L7 池 {{.L7PoolID}}:{{.Error}}。\n" }, "Failed to delete L7Rule {{.L7RuleID}}: {{.Error}}.\n": { "other": "未能删除 L7 规则 {{.L7RuleID}}:{{.Error}}。\n" }, "Failed to delete L7member {{.Member}}: {{.Error}}.\n": { "other": "未能删除 L7 成员 {{.Member}}:{{.Error}}。\n" }, "Failed to delete Provisioning Hook.": { "other": "未能删除供应挂钩。" }, "Failed to delete Quote": { "other": "未能删除报价" }, "Failed to delete Tag": { "other": "未能删除标记" }, "Failed to delete Tag: {{.tag}}.": { "other": "未能删除标记:{{.tag}}。" }, "Failed to delete User Customer Notification.": { "other": "未能删除用户客户通知。" }, "Failed to delete bandwidth pool with Id: {{.bandwidthPoolId}}.\n": { "other": "未能删除标识为 {{.bandwidthPoolId}} 的带宽池。\n" }, "Failed to delete credential: {{.storageID}}.\n": { "other": "未能删除凭证:{{.storageID}}。\n" }, "Failed to delete image: {{.ImageID}}.\n": { "other": "未能删除映像:{{.ImageID}}。\n" }, "Failed to delete l7 policy: {{.Error}}.\n": { "other": "未能删除 L7 策略:{{.Error}}。\n" }, "Failed to delete load balancer member {{.Member}}: {{.Error}}.\n": { "other": "未能删除负载均衡器成员 {{.Member}}:{{.Error}}。\n" }, "Failed to delete origin.": { "other": "未能删除源。" }, "Failed to delete protocol {{.ProtocolID}}: {{.Error}}.\n": { "other": "未能删除协议 {{.ProtocolID}}:{{.Error}}。\n" }, "Failed to delete resource record: {{.RecordID}}.\n": { "other": "未能删除资源记录:{{.RecordID}}。\n" }, "Failed to delete security group {{.ID}}.\n": { "other": "未能删除安全组 {{.ID}}。\n" }, "Failed to delete snapshot {{.ID}}.\n": { "other": "未能删除快照 {{.ID}}。\n" }, "Failed to delete user vpn override.": { "other": "未能删除用户 VPN 覆盖。" }, "Failed to delete user.\n": { "other": "未能删除用户。\n" }, "Failed to delete zone: {{.Zone}}.\n": { "other": "未能删除专区:{{.Zone}}。\n" }, "Failed to deleted a CDN.": { "other": "未能删除 CDN。" }, "Failed to deny share image: {{.ImageId}} with account {{.AccountId}}.": { "other": "未能拒绝与帐户 {{.AccountId}} 共享映像 {{.ImageId}}。" }, "Failed to disable {{.ScheduleType}} snapshot for volume {{.VolumeID}}.\n": { "other": "未能禁用卷 {{.VolumeID}} 的 {{.ScheduleType}} 快照。\n" }, "Failed to dump content for zone: {{.Zone}}.\n": { "other": "未能转储专区 {{.Zone}} 的内容。\n" }, "Failed to edit CDN. ": { "other": "未能编辑 CDN。 " }, "Failed to edit SSH key: {{.ID}}.\n": { "other": "未能编辑 SSH 密钥:{{.ID}}。\n" }, "Failed to edit SSL certificate: {{.ID}}.\n": { "other": "未能编辑 SSH 证书:{{.ID}}。\n" }, "Failed to edit VLAN: {{.VlanID}}.\n": { "other": "未能编辑 VLAN:{{.VlanID}}。\n" }, "Failed to edit dedicated firewall rules.\n": { "other": "未能编辑专用防火墙规则。\n" }, "Failed to edit l7 policy: {{.Error}}.\n": { "other": "未能编辑 l7 策略:{{.Error}}。\n" }, "Failed to edit protocol: {{.Error}}.\n": { "other": "未能编辑协议:{{.Error}}。\n" }, "Failed to edit rule {{.RuleId}} in security group {{.GroupID}}.\n": { "other": "未能编辑安全组 {{.GroupID}} 中的规则 {{.RuleId}}。\n" }, "Failed to edit security group {{.ID}}.\n": { "other": "未能编辑安全组 {{.ID}}。\n" }, "Failed to edit standard firewall rules.\n": { "other": "未能编辑标准防火墙规则。\n" }, "Failed to enable {{.ScheduleType}} snapshot for volume {{.VolumeID}}.\n": { "other": "未能启用卷 {{.VolumeID}} 的 {{.ScheduleType}} 快照。\n" }, "Failed to enqueue configuration request for IPSec {{.ContextID}}.\n": { "other": "未能对 IPSec {{.ContextID}} 的配置请求排队。\n" }, "Failed to find ID for domain: {{.Domain}} on your account.": { "other": "在您的帐户上找不到域 {{.Domain}} 的标识。" }, "Failed to find billing item for firewall: {{.ID}}.": { "other": "找不到防火墙 {{.ID}} 的计费项。" }, "Failed to find credentials of hardware server {{.ID}}.": { "other": "找不到硬件服务器 {{.ID}} 的凭证。" }, "Failed to find package for firewall.": { "other": "找不到防火墙的包。" }, "Failed to find price for this type of vlan.": { "other": "找不到此类型 VLAN 的价格。" }, "Failed to find product package for this IPSEC.": { "other": "找不到此 IPSec 的产品包。" }, "Failed to find product package for this firewall.": { "other": "找不到此防火墙的产品包。" }, "Failed to generate the order template.": { "other": "未能生成订单模板。" }, "Failed to get Bandwidth Pool.": { "other": "未能获取带宽池。" }, "Failed to get CDN Detail. ": { "other": "未能获取 CDN 详细信息。 " }, "Failed to get CDN List. ": { "other": "未能获取 CDN 列表。 " }, "Failed to get CDN Metrics. ": { "other": "未能获取 CDN 度量。 " }, "Failed to get Cloud Object Storages.\n": { "other": "未能获取 Cloud Object Storage。\n" }, "Failed to get Create Bandwidth Pool.": { "other": "未能获取“创建带宽池”。" }, "Failed to get Event Log types.\n": { "other": "未能获取事件日志类型。\n" }, "Failed to get Event Logs.\n": { "other": "未能获取事件日志。\n" }, "Failed to get IPSec on your account.": { "other": "未能获取您帐户的 IPSec。" }, "Failed to get IPSec with ID {{.ID}}.\n": { "other": "未能获取标识为 {{.ID}} 的 IPSec。\n" }, "Failed to get Image.\n": { "other": "未能获取映像。\n" }, "Failed to get L7 Health Monitor: {{.Error}}.\n": { "other": "未能获取 L7 运行状况监视器:{{.Error}}。\n" }, "Failed to get L7 Members: {{.Error}}.\n": { "other": "未能获取 L7 成员:{{.Error}}。\n" }, "Failed to get L7 Pool Session Affinity: {{.Error}}.\n": { "other": "未能获取 L7 池会话亲缘关系:{{.Error}}。\n" }, "Failed to get L7 Pool {{.L7PoolID}}: {{.Error}}.\n": { "other": "未能获取 L7 池 {{.L7PoolID}}:{{.Error}}。\n" }, "Failed to get Location Group.": { "other": "未能获取位置组。" }, "Failed to get NAS Network Storage.": { "other": "未能获取 NAS 网络存储器。" }, "Failed to get NAS Network Storages.": { "other": "未能获取 NAS 网络存储器。" }, "Failed to get Network Message Delivery Accounts.": { "other": "未能获取网络消息传递帐户。" }, "Failed to get Order.": { "other": "未能获取订单。" }, "Failed to get Pods.": { "other": "未能获取 Pod。" }, "Failed to get Pods.\n": { "other": "未能获取 Pod。\n" }, "Failed to get Provisioning Hooks.": { "other": "未能获取供应挂钩。" }, "Failed to get Quote\n": { "other": "未能获取报价 \n" }, "Failed to get Quote.\n": { "other": "未能获取报价。\n" }, "Failed to get Quotes.\n": { "other": "未能获取报价。\n" }, "Failed to get Recalculated Order Container.\n": { "other": "未能获取重新计算的订单容器。\n" }, "Failed to get Routers.": { "other": "未能获取路由器。" }, "Failed to get SSH Key {{.KeyID}}.\n": { "other": "未能获取 SSH 密钥 {{.KeyID}}。\n" }, "Failed to get SSL certificate: {{.ID}}.\n": { "other": "未能获取 SSH 证书:{{.ID}}。\n" }, "Failed to get Subnet IP by address": { "other": "未能按地址获取子网 IP" }, "Failed to get Unattached Tags.": { "other": "未能获取未附加的标记。" }, "Failed to get Upgrade Requests.": { "other": "未能获取升级请求。" }, "Failed to get User Customer Notifications.": { "other": "未能获取用户客户通知。" }, "Failed to get VLAN: {{.VLANID}}.\n": { "other": "未能获取 VLAN:{{.VLANID}}。\n" }, "Failed to get access list for volume {{.VolumeID}}.\n": { "other": "未能获取卷 {{.VolumeID}} 的访问权列表。\n" }, "Failed to get account licenses.": { "other": "未能获取帐户许可证。" }, "Failed to get account’s associated Virtual Storage volumes.": { "other": "未能获取帐户的关联虚拟存储器卷。" }, "Failed to get all datacenters.": { "other": "未能获取所有数据中心。" }, "Failed to get all datacenters.\n": { "other": "未能获取所有数据中心。\n" }, "Failed to get announcement event ID.": { "other": "未能获取声明事件标识。" }, "Failed to get announcement events.": { "other": "未能获取声明事件。" }, "Failed to get bandwidth summary": { "other": "未能获取带宽摘要" }, "Failed to get bare metal servers.\n": { "other": "未能获取 Bare Metal Server。\n" }, "Failed to get billing items.": { "other": "无法获取计费项。" }, "Failed to get bucket of storage {{.StorageID}}.": { "other": "未能获取存储区 {{.StorageID}}。" }, "Failed to get components\n": { "other": "未能获取组件 \n" }, "Failed to get credential limit. ": { "other": "未能获取凭证限制。 " }, "Failed to get currect user.": { "other": "未能获取当前用户。" }, "Failed to get datacenters for volume {{.VolumeID}}.\n": { "other": "未能获取卷 {{.VolumeID}} 的数据中心。\n" }, "Failed to get dedicated firewall rules for {{.FirewallID}}.\n": { "other": "未能获取 {{.FirewallID}} 的专用防火墙规则。\n" }, "Failed to get dedicated firewall rules.\n": { "other": "未能获取专用防火墙规则。\n" }, "Failed to get dedicated hosts.\n": { "other": "未能获取专用主机。\n" }, "Failed to get dedicatedhost instance: {{.HostID}}.": { "other": "未能获取 dedicatedhost 实例:{{.HostID}}。" }, "Failed to get details of storage {{.StorageID}}.": { "other": "未能获取存储器 {{.StorageID}} 的详细信息。" }, "Failed to get details of volume {{.VolumeID}}.\n": { "other": "未能获取卷 {{.VolumeID}} 的详细信息。\n" }, "Failed to get duplicate conversion status of volume {{.VolumeID}}.\n": { "other": "未能获取卷 {{.VolumeID}}的重复转换状态。\n" }, "Failed to get endPoints.": { "other": "未能获取端点。" }, "Failed to get firewalls on your account.\n": { "other": "未能获取您帐户的防火墙。\n" }, "Failed to get hardware sensor data.\n": { "other": "未能获取硬件传感器数据。\n" }, "Failed to get hardware server {{.ID}}.\n": { "other": "未能获取硬件服务器 {{.ID}}。\n" }, "Failed to get hardware server: {{.ID}}.": { "other": "未能获取硬件服务器:{{.ID}}。" }, "Failed to get hardware server: {{.ID}}.\n": { "other": "未能获取硬件服务器:{{.ID}}。\n" }, "Failed to get hardware servers on your account.\n": { "other": "未能获取您帐户的硬件服务器。\n" }, "Failed to get hardware {{.ID}}.\n": { "other": "未能获取硬件 {{.ID}}。\n" }, "Failed to get image datacenters.\n": { "other": "未能获取映像数据中心。\n" }, "Failed to get image: {{.ImageID}}.\n": { "other": "未能获取映像:{{.ImageID}}。\n" }, "Failed to get invoices.": { "other": "无法获取发票。" }, "Failed to get iscsi storage detail for the hardware server {{.ID}}.\n": { "other": "未能获取硬件服务器 {{.ID}}的 iscsi 存储详细信息。\n" }, "Failed to get iscsi storage detail for the virtual server {{.ID}}.\n": { "other": "未能获取虚拟服务器 {{.ID}}的 iscsi 存储器详细信息。\n" }, "Failed to get l7 policies: {{.Error}}.\n": { "other": "未能获取 L7 策略:{{.Error}}。\n" }, "Failed to get l7 policy detail: {{.Error}}.\n": { "other": "未能获取 l7 策略详细信息:{{.Error}}。\n" }, "Failed to get l7 policy: {{.Error}}.\n": { "other": "未能获取 l7 策略:{{.Error}}。\n" }, "Failed to get l7 rules: {{.Error}}.\n": { "other": "未能获取 L7 规则:{{.Error}}。\n" }, "Failed to get list object storage endpoints.": { "other": "未能获取列表对象存储器端点。" }, "Failed to get load balancer product packages.": { "other": "未能获取负载均衡器产品包。" }, "Failed to get load balancer with ID {{.LoadbalID}}.\n": { "other": "未能获取标识为 {{.LoadbalID}} 的负载均衡器。\n" }, "Failed to get load balancer: {{.ERR}}.": { "other": "未能获取负载均衡器:{{.ERR}}。" }, "Failed to get load balancers on your account.": { "other": "未能获取您帐户的负载均衡器。" }, "Failed to get multi vlan firewall.\n": { "other": "未能获取多个 vlan 防火墙。\n" }, "Failed to get multi vlan firewalls on your account.\n": { "other": "无法获取帐户上的多个 vlan 防火墙。\n" }, "Failed to get nas storage detail for the hardware server {{.ID}}.\n": { "other": "未能获取硬件服务器 {{.ID}}的 NAS 存储器详细信息。\n" }, "Failed to get nas storage detail for the virtual server {{.ID}}.\n": { "other": "未能获取虚拟服务器 {{.ID}}的 NAS 存储器详细信息。\n" }, "Failed to get netscaler {{.ID}} on your account.": { "other": "未能获取您帐户中的 NetScaler {{.ID}}。" }, "Failed to get netscalers on your account.": { "other": "未能获取您帐户中的 NetScaler。" }, "Failed to get notifications.\n": { "other": "未能获取通知。\n" }, "Failed to get orders.": { "other": "未能获取订单。" }, "Failed to get origins list for CDN: {{.cdnId}}.": { "other": "未能获取 CDN 的源列表:{{.cdnId}}。" }, "Failed to get package for {{.Type}} firewall.\n": { "other": "未能获取 {{.Type}} 防火墙的包。\n" }, "Failed to get permissions.": { "other": "未能获取许可权。" }, "Failed to get placement group: {{.ID}}.": { "other": "未能获取放置组:{{.ID}}。" }, "Failed to get planned event ID.": { "other": "未能获取计划的事件标识。" }, "Failed to get planned events.": { "other": "未能获取计划的事件。" }, "Failed to get product package for hardware server.": { "other": "未能获取硬件服务器的产品包。" }, "Failed to get product package for hardware server.\n": { "other": "未能获取硬件服务器的产品软件包。\n" }, "Failed to get ready status of virtual server instance: {{.VsID}}.\n": { "other": "未能获取虚拟服务器实例 {{.VsID}} 的就绪状态。\n" }, "Failed to get replication partners for volume {{.VolumeID}}.\n": { "other": "未能获取卷 {{.VolumeID}} 的复制合作伙伴。\n" }, "Failed to get rules of security group {{.GroupID}}.\n": { "other": "未能获取安全组 {{.GroupID}} 的规则。\n" }, "Failed to get security group {{.GroupID}}.\n": { "other": "未能获取安全组 {{.GroupID}}。\n" }, "Failed to get security group {{.ID}}.\n": { "other": "未能获取安全组 {{.ID}}。\n" }, "Failed to get security groups.\n": { "other": "未能获取安全组。\n" }, "Failed to get snapshot list on your account.\n": { "other": "未能获取您帐户的快照列表。\n" }, "Failed to get snapshot schedule list on your account.\n": { "other": "未能获取您帐户的快照安排列表。\n" }, "Failed to get standard firewall rules for {{.FirewallID}}.\n": { "other": "未能获取 {{.FirewallID}} 的标准防火墙规则。\n" }, "Failed to get standard firewall rules.\n": { "other": "未能获取标准防火墙规则。\n" }, "Failed to get subnet: {{.ID}}.\n": { "other": "未能获取子网:{{.ID}}。\n" }, "Failed to get subnets.": { "other": "未能获取子网。" }, "Failed to get summary.": { "other": "未能获取摘要。" }, "Failed to get tag details": { "other": "未能获取标记详细信息" }, "Failed to get the email {{.emailID}}. ": { "other": "无法获取电子邮件:{{.emailID}}。 " }, "Failed to get the event {{.eventID}}. ": { "other": "未能获取 {{.eventID}}事件。 " }, "Failed to get the hard drives detail for the hardware server {{.ID}}.\n": { "other": "未能获取硬件服务器 {{.ID}}的硬盘详细信息。\n" }, "Failed to get the invoice {{.invoiceID}}. ": { "other": "未能获取发票 {{.invoiceID}}。 " }, "Failed to get the item {{.itemID}}. ": { "other": "未能获取项目 {{.itemID}}。 " }, "Failed to get the local disks detail for the virtual server {{.ID}}.\n": { "other": "未能获取虚拟服务器 {{.ID}}的本地磁盘的详细信息。\n" }, "Failed to get the portable storage detail for the virtual server {{.ID}}.\n": { "other": "未能获取虚拟服务器 {{.ID}}的可移植存储器详细信息。\n" }, "Failed to get the snapshot notification status for volume '{{.ID}}'.\n": { "other": "无法获得卷 \"{{.ID}}\" 的快照通知状态。\n" }, "Failed to get the storage credential detail for the hardware server {{.ID}}.\n": { "other": "未能获取硬件服务器 {{.ID}}的存储器凭证详细信息。\n" }, "Failed to get the storage credential detail for the virtual server {{.ID}}.\n": { "other": "未能获取虚拟服务器 {{.ID}}的存储器凭证详细信息。\n" }, "Failed to get the vlans available for datacener: {{.DATACENTER}} and flavor: {{.FLAVOR}}.": { "other": "未能获取可用于数据中心 {{.DATACENTER}} 和 flavor {{.FLAVOR}}的 vlans。" }, "Failed to get translation with ID {{.TransID}} from IPSec {{.ID}}.": { "other": "未能从 IPSec {{.ID}} 中获取标识为 {{.TransID}} 的转换。" }, "Failed to get unplanned event ID.": { "other": "未能获取计划外事件标识。" }, "Failed to get unplanned events.": { "other": "未能获取计划外事件。" }, "Failed to get user permissions.\n": { "other": "未能获取用户许可权。\n" }, "Failed to get user vpn overrides.": { "other": "未能获取用户 VPN 覆盖。" }, "Failed to get user's API authentication keys": { "other": "未能获取用户的 API 认证密钥" }, "Failed to get user.": { "other": "未能获取用户。" }, "Failed to get virtual licenses.": { "other": "未能获取虚拟许可证。" }, "Failed to get virtual server creation options.\n": { "other": "未能获取虚拟服务器创建选项。\n" }, "Failed to get virtual server instance: {{.VsID}}.": { "other": "未能获取虚拟服务器实例:{{.VsID}}。" }, "Failed to get virtual server instance: {{.VsID}}.\n": { "other": "未能获取虚拟服务器实例:{{.VsID}}。\n" }, "Failed to get virtual server {{.VsID}} dedicated host: {{.HostID}}.\n": { "other": "未能获取虚拟服务器 {{.VsID}} 专用主机:{{.HostID}}。\n" }, "Failed to get virtual server: {{.ID}}.\n": { "other": "未能获取虚拟服务器:{{.ID}}。\n" }, "Failed to get virtual servers.\n": { "other": "未能获取虚拟服务器。\n" }, "Failed to get vlan primary router ID.": { "other": "未能获取 VLAN 主路由器标识。" }, "Failed to get vlan {{.VlanId}}.": { "other": "未能获取 VLAN {{.VlanId}}。" }, "Failed to get vlan {{.VlanId}}.\n": { "other": "未能获取 vlan {{.VlanId}}。\n" }, "Failed to get zone ID from zone name: {{.Zone}}.\n": { "other": "未能从专区名称 {{.Zone}} 获取专区标识。\n" }, "Failed to licenses create options.": { "other": "未能许可创建选项。" }, "Failed to list SSH keys on your account.\n": { "other": "未能列出您帐户的 SSH 密钥。\n" }, "Failed to list SSL certificates on your account.\n": { "other": "未能列出您帐户的 SSH 证书。\n" }, "Failed to list VLANs on your account.\n": { "other": "未能列出您帐户的 VLAN。\n" }, "Failed to list all item cancelations.": { "other": "未能列出所有取消的项。" }, "Failed to list available OS's.": { "other": "未能列出可用操作系统。" }, "Failed to list categories.\n": { "other": "未能列出类别。\n" }, "Failed to list credentials. ": { "other": "未能列出凭证。 " }, "Failed to list datacenters.\n": { "other": "未能列出数据中心。\n" }, "Failed to list dedicated hosts on your account.\n": { "other": "未能列出您帐户的专用主机。\n" }, "Failed to list global IPs on your account.\n": { "other": "未能列出您帐户的全局 IP。\n" }, "Failed to list items.\n": { "other": "未能列出项。\n" }, "Failed to list package locations.\n": { "other": "未能列出包的位置。\n" }, "Failed to list packages.\n": { "other": "未能列出包。\n" }, "Failed to list placement groups": { "other": "未能列出放置组" }, "Failed to list presets": { "other": "未能列出预设项" }, "Failed to list private images.": { "other": "未能列出专用映像。" }, "Failed to list public images.": { "other": "未能列出公共映像。" }, "Failed to list resource records under zone: {{.Zone}}.\n": { "other": "未能列出专区 {{.Zone}} 下的资源记录。\n" }, "Failed to list routers": { "other": "未能列出路由器" }, "Failed to list rules": { "other": "未能列出规则" }, "Failed to list subnets on your account.\n": { "other": "未能列出您帐户的子网。\n" }, "Failed to list the host guest on your account.": { "other": "未能列出帐户上的主机访客。" }, "Failed to list users.\n": { "other": "未能列出用户。\n" }, "Failed to list virtual server instances on your account.\n": { "other": "未能列出您帐户的虚拟服务器实例。\n" }, "Failed to list volumes on your account.\n": { "other": "未能列出您帐户的卷。\n" }, "Failed to list zones on your account.\n": { "other": "未能列出您帐户的专区。\n" }, "Failed to lookup IP address: {{.IPAddress}}.\n": { "other": "找不到 IP 地址:{{.IPAddress}}。\n" }, "Failed to marshal hardware server template.\n": { "other": "未能对硬件服务器模板进行反序列化。\n" }, "Failed to marshal virtual server template.\n": { "other": "未能对虚拟服务器模板进行反序列化。\n" }, "Failed to migrate the dedicated host instance.\n": { "other": "未能迁移专用的主机实例。\n" }, "Failed to migrate the virtual server instance.\n": { "other": "未能迁移该虚拟服务器实例。\n" }, "Failed to open editor for component rules: {{.FirewallID}}.\n": { "other": "未能打开组件规则的编辑器:{{.FirewallID}}。\n" }, "Failed to open editor for vlan rules: {{.FirewallID}}.\n": { "other": "未能打开 VLAN 规则的编辑器:{{.FirewallID}}。\n" }, "Failed to order IPSec.Please try again later.\n": { "other": "未能订购 IPSec。请稍后重试。\n" }, "Failed to order Quote.\n": { "other": "未能订购报价。\n" }, "Failed to order block volume.Please verify your options and try again.\n": { "other": "未能订购块卷。请验证选项,然后重试。\n" }, "Failed to order duplicate volume from {{.VolumeID}}.Please verify your options and try again.\n": { "other": "未能向 {{.VolumeID}} 订购复制卷。请验证选项,然后重试。\n" }, "Failed to order file volume.Please verify your options and try again.\n": { "other": "未能订购文件卷。请验证选项,然后重试。\n" }, "Failed to order replicant for volume {{.VolumeID}}.Please verify your options and try again.\n": { "other": "未能订购卷 {{.VolumeID}} 的副本。请验证选项,然后重试。\n" }, "Failed to order snapshot space for volume {{.VolumeID}}.Please verify your options and try again.\n": { "other": "未能订购卷 {{.VolumeID}} 的快照空间。请验证选项,然后重试。\n" }, "Failed to parse component rule file.\n": { "other": "未能解析组件规则文件。\n" }, "Failed to parse destination port range end. \n": { "other": "未能解析目标端口范围上限。\n" }, "Failed to parse destination port range start. \n": { "other": "未能解析目标端口范围下限。\n" }, "Failed to parse firewall ID : {{.FirewallID}}.\n": { "other": "未能解析防火墙标识:{{.FirewallID}}。\n" }, "Failed to parse version. \n": { "other": "未能解析版本。\n" }, "Failed to parse vlan rule file.\n": { "other": "未能解析 VLAN 规则文件。\n" }, "Failed to pause virtual server instance: {{.VsID}}.\n": { "other": "未能暂停虚拟服务器实例:{{.VsID}}。\n" }, "Failed to place this order.\n": { "other": "未能下此订单。\n" }, "Failed to power cycle hardware server: {{.ID}}.\n": { "other": "未能重启硬件服务器 {{.ID}} 的电源。\n" }, "Failed to power off hardware server: {{.ID}}.\n": { "other": "未能关闭硬件服务器 {{.ID}} 的电源。\n" }, "Failed to power off virtual server instance: {{.VsID}}.\n": { "other": "未能关闭虚拟服务器实例 {{.VsID}} 的电源。\n" }, "Failed to power on hardware server: {{.ID}}.\n": { "other": "未能打开硬件服务器 {{.ID}} 的电源。\n" }, "Failed to power on virtual server instance: {{.VsID}}.\n": { "other": "未能打开虚拟服务器实例 {{.VsID}} 的电源。\n" }, "Failed to purge.": { "other": "未能清除。" }, "Failed to read SSH key from file: {{.File}}.\n": { "other": "未能从文件 {{.File}} 读取 SSH 密钥。\n" }, "Failed to read certificate file: {{.File}}.\n": { "other": "未能读取证书文件:{{.File}}。\n" }, "Failed to read certificate signing request file: {{.File}}.\n": { "other": "未能读取证书签名请求文件:{{.File}}。\n" }, "Failed to read file: {{.FilePath}}.\n": { "other": "未能读取文件:{{.FilePath}}。\n" }, "Failed to read intermediate certificate file: {{.File}}.\n": { "other": "未能读取中间证书文件:{{.File}}。\n" }, "Failed to read private key file: {{.File}}.\n": { "other": "未能读取专用密钥文件:{{.File}}。\n" }, "Failed to read template file: {{.File}}.\n": { "other": "未能读取模板文件:{{.File}}。\n" }, "Failed to read user data file: {{.File}}.\n": { "other": "未能读取用户数据文件:{{.File}}。\n" }, "Failed to read user data from file: {{.File}}.": { "other": "未能从文件 {{.File}} 读取用户数据。" }, "Failed to reboot hardware server: {{.ID}}.\n": { "other": "未能重新引导硬件服务器:{{.ID}}。\n" }, "Failed to reboot virtual server instance: {{.VsID}}.\n": { "other": "未能重新引导虚拟服务器实例:{{.VsID}}。\n" }, "Failed to reflash firmware.": { "other": "未能重刷固件。" }, "Failed to reload operating system for hardware server: {{.ID}}.\n": { "other": "未能为硬件服务器 {{.ID}} 重新装入操作系统。\n" }, "Failed to reload virtual server instance: {{.VsID}}.\n": { "other": "未能重新装入虚拟服务器实例:{{.VsID}}。\n" }, "Failed to remove SSH key: {{.ID}}.\n": { "other": "未能除去 SSH 密钥:{{.ID}}。\n" }, "Failed to remove SSL certificate: {{.ID}}.\n": { "other": "未能除去 SSH 证书:{{.ID}}。\n" }, "Failed to remove network component {{.ComponentID}} from security group {{.GroupID}}.\n": { "other": "未能从安全组 {{.GroupID}} 中除去网络组件 {{.ComponentID}}。\n" }, "Failed to remove placement group: {{.ID}}.": { "other": "未能除去放置组:{{.ID}}。" }, "Failed to remove rule {{.RuleId}} in security group {{.GroupID}}.\n": { "other": "未能除去安全组 {{.GroupID}} 中的规则 {{.RuleId}}。\n" }, "Failed to remove subnet id: {{.subnetID}} to allowed host id: {{.accessID}}": { "other": "未能将子网标识 {{.subnetID}} 从允许的主机标识 {{.accessID}} 除去" }, "Failed to remove subnets.": { "other": "未能除去子网。" }, "Failed to remove translation with ID {{.TransID}} from IPSec {{.ID}}.": { "other": "未能从 IPSec {{.ID}} 中除去标识为 {{.TransID}} 的转换。" }, "Failed to remove user's API authentication key": { "other": "未能除去用户的 API 认证密钥" }, "Failed to remove {{.Type}} subnet #{{.ID}} from IPSec {{.ContextID}}.\n": { "other": "未能从 IPSec {{.ContextID}} 中除去 {{.Type}} 子网 #{{.ID}}。\n" }, "Failed to rescue hardware server: {{.ID}}.\n": { "other": "未能拯救硬件服务器:{{.ID}}。\n" }, "Failed to rescue virtual server instance: {{.VsID}}.\n": { "other": "未能拯救虚拟服务器实例:{{.VsID}}。\n" }, "Failed to restore volume {{.VolumeID}} from snapshot {{.SnapshotId}}.\n": { "other": "未能通过快照 {{.SnapshotId}} 复原卷 {{.VolumeID}}。\n" }, "Failed to resume virtual server instance: {{.VsID}}.\n": { "other": "未能恢复虚拟服务器实例:{{.VsID}}。\n" }, "Failed to retrieve the virtual server instances.\n": { "other": "未能检索到虚拟服务器实例。\n" }, "Failed to revoke access to volume {{.VolumeID}}.\n": { "other": "未能撤销对卷 {{.VolumeID}} 的访问权。\n" }, "Failed to save Quote.\n": { "other": "未能保存报价。\n" }, "Failed to set LUN ID for volume {{.VolumeID}}.\n": { "other": "未能设置卷 {{.VolumeID}} 的 LUN 标识。\n" }, "Failed to set note: {{.note}}.": { "other": "未能设置注释:{{.note}}。" }, "Failed to set note: {{.note}}.\n": { "other": "未能设置注释:{{.note}}。\n" }, "Failed to set password for host {{.HostID}}.\n": { "other": "未能设置主机 {{.HostID}} 的密码。\n" }, "Failed to set tags.": { "other": "未能设置标记。" }, "Failed to set tags: {{.tags}}.\n": { "other": "未能设置标记:{{.tags}}。\n" }, "Failed to set the snapshort notification for volume '{{.ID}}'.\n": { "other": "无法为卷 \"{{.ID}}\" 设置 snapshort 通知。\n" }, "Failed to share image: {{.ImageId}} with account {{.AccountId}}.": { "other": "未能与帐户 {{.AccountId}} 共享映像 {{.ImageId}} 。" }, "Failed to show event log.\n": { "other": "未能显示事件日志。\n" }, "Failed to show hardware.\n": { "other": "未能显示硬件。\n" }, "Failed to show login history.\n": { "other": "未能显示登录历史记录。\n" }, "Failed to show user detail.\n": { "other": "未能显示用户详细信息。\n" }, "Failed to show user permissions.\n": { "other": "未能显示用户许可权。\n" }, "Failed to show virual server.\n": { "other": "未能显示虚拟服务器。\n" }, "Failed to synchronize A record for virtual server instance: {{.VsId}}.\n": { "other": "未能同步虚拟服务器实例 {{.VsId}} 的 A 记录。\n" }, "Failed to synchronize AAAA record for virtual server instance: {{.VsId}}.\n": { "other": "未能同步虚拟服务器实例 {{.VsId}} 的 AAAA 记录。\n" }, "Failed to synchronize PTR record for virtual server instance: {{.VsId}}.\n": { "other": "未能同步虚拟服务器实例 {{.VsId}} 的 PTR 记录。\n" }, "Failed to toggle IPMI interface of hardware server '{{.ID}}'.\n": { "other": "无法切换硬件服务器“{{.ID}}”的 IPMI 接口。\n" }, "Failed to unassign global IP {{.ID}}.\n": { "other": "未能取消分配全局 IP:{{.ID}}。\n" }, "Failed to unmarshal template file: {{.File}}.\n": { "other": "未能反序列化模板文件:{{.File}}。\n" }, "Failed to update IPSec {{.ContextID}}.\n": { "other": "未能更新 IPSec {{.ContextID}}。\n" }, "Failed to update VPN user.": { "other": "未能更新 VPN 用户。" }, "Failed to update access.\n": { "other": "未能更新访问权。\n" }, "Failed to update health check: ": { "other": "未能更新运行状况检查:" }, "Failed to update l7 pool: {{.Error}}.\n": { "other": "未能更新 L7 池:{{.Error}}。\n" }, "Failed to update permissions": { "other": "未能更新许可权" }, "Failed to update resource record {{.RecordID}} under zone {{.Zone}}.\n{{.ErrorMessage}}": { "other": "未能更新专区 {{.Zone}} 下的资源记录 {{.RecordID}}。\n{{.ErrorMessage}}" }, "Failed to update the hostname/domain of hardware server: {{.ID}}.\n": { "other": "未能更新硬件服务器 {{.ID}} 的主机名/域。\n" }, "Failed to update the hostname/domain of virtual server instance: {{.VsId}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsId}} 的主机名/域。\n" }, "Failed to update the image {{.ID}}.": { "other": "未能更新映像 {{.ID}}。" }, "Failed to update the private network speed of hardware server: {{.ID}}.\n": { "other": "未能更新硬件服务器 {{.ID}} 的专用网络速度。\n" }, "Failed to update the private network speed of virtual server instance: {{.VsId}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsId}} 的专用网络速度。\n" }, "Failed to update the public network speed of hardware server: {{.ID}}.\n": { "other": "未能更新硬件服务器 {{.ID}} 的公用网络速度。\n" }, "Failed to update the public network speed of virtual server instance: {{.VsId}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsId}} 的公用网络速度。\n" }, "Failed to update the tag of the image {{.ID}}.": { "other": "未能更新映像 {{.ID}} 的标记。" }, "Failed to update the tag of virtual server instance: {{.VsID}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsID}} 的标记。\n" }, "Failed to update the tags of hardware server: {{.ID}}.\n": { "other": "未能更新硬件服务器 {{.ID}} 的标记。\n" }, "Failed to update the tags of virtual server instance: {{.VsId}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsId}} 的标记。\n" }, "Failed to update the user data of hardware server: {{.ID}}.\n": { "other": "未能更新硬件服务器 {{.ID}} 的用户数据。\n" }, "Failed to update the user data of virtual server instance: {{.VsId}}.\n": { "other": "未能更新虚拟服务器实例 {{.VsId}} 的用户数据。\n" }, "Failed to update translation with ID {{.TransID}} in IPSec {{.ID}}.": { "other": "未能更新 IPSec {{.ID}} 中标识为 {{.TransID}} 的转换。" }, "Failed to update user vpn password.": { "other": "未能更新用户 VPN 密码。" }, "Failed to update user {{.UserID}}.": { "other": "未能更新用户 {{.UserID}}。" }, "Failed to upgrade virtual server instance: {{.VsID}}.\n": { "other": "未能升级虚拟服务器实例:{{.VsID}}。\n" }, "Failed to verify Quote.\n": { "other": "未能验证报价。\n" }, "Failed to verify load balancer with name {{.Name}} on {{.Location}}.\n": { "other": "未能验证 {{.Location}} 上名为 {{.Name}} 的负载均衡器。\n" }, "Failed to verify this order.\n": { "other": "未能验证此订单。\n" }, "Failed to verify virtual server creation.": { "other": "未能验证虚拟服务器创建。" }, "Failed to verify virtual server creation.\n": { "other": "未能验证虚拟服务器创建。\n" }, "Failed to write SSH key to file: {{.File}}.\n": { "other": "未能将 SSH 密钥写入文件:{{.File}}。\n" }, "Failed to write certificate signing request to file: {{.File}}.\n": { "other": "未能将证书签名请求写入文件:{{.File}}。\n" }, "Failed to write certificate to file: {{.File}}.\n": { "other": "未能将证书写入文件:{{.File}}。\n" }, "Failed to write hardware server template file to: {{.Template}}.\n": { "other": "未能将硬件服务器模板文件写入 {{.Template}}。\n" }, "Failed to write intermediate certificate to file: {{.File}}.\n": { "other": "未能将中间证书写入文件:{{.File}}。\n" }, "Failed to write private key to file: {{.File}}.\n": { "other": "未能将专用密钥写入文件:{{.File}}。\n" }, "Failed to write virtual server template file to: {{.Template}}.": { "other": "未能将虚拟服务器模板文件写入 {{.Template}}。" }, "Failed to {{.action}} user vpn subnets manual config": { "other": "未能 {{.action}} 用户 VPN 子网手动配置" }, "Failover a {{.storageType}} volume to the given replica volume": { "other": "将 {{.storageType}} 卷故障转移到给定的副本卷" }, "Failover an inaccessible volume to its available replicant volume.": { "other": "将无法访问的卷故障转移到其可用的副本卷。" }, "Failover of volume {{.VolumeID}} to replica {{.ReplicaID}} is now in progress.": { "other": "现在,正在将卷 {{.VolumeID}} 故障转移到副本 {{.ReplicaID}}。" }, "Failover operation could not be initiated for volume {{.VolumeID}}.\n": { "other": "无法对卷 {{.VolumeID}} 启动故障转移操作。\n" }, "False": { "other": "False" }, "Features": { "other": "功能部件" }, "File Extension": { "other": "文件扩展名" }, "File volume {{.ID}} has been marked for immediate snapshot cancellation.": { "other": "文件卷 {{.ID}} 已标记为快照立即取消。" }, "File volume {{.ID}} has been marked for snapshot cancellation.": { "other": "文件卷 {{.ID}} 已标记为快照取消。" }, "File volume {{.VolumeId}} has been marked for cancellation.": { "other": "文件卷 {{.VolumeId}} 已标记为取消。" }, "File volume {{.VolumeId}} has been marked for immediate cancellation.": { "other": "文件卷 {{.VolumeId}} 已标记为立即取消。" }, "Filter by ID of the order that purchased the IPSec": { "other": "按购买了 IPSec 的订单的标识过滤" }, "Filter by ID of the order that purchased the VLAN": { "other": "按购买了 VLAN 的订单的标识过滤" }, "Filter by ID of the order that purchased the block storage": { "other": "按购买了块存储器的订单的标识过滤" }, "Filter by ID of the order that purchased the file storage": { "other": "按购买了文件存储器的订单的标识过滤" }, "Filter by ID of the order which purchased hardware server": { "other": "按购买了硬件服务器的订单的标识过滤" }, "Filter by ID of the order which purchased this dedicated host": { "other": "按购买此专用主机的订单的标识过滤" }, "Filter by ID of the order which purchased this instance": { "other": "按购买此实例的订单的标识过滤" }, "Filter by ID of the owner": { "other": "按所有者标识过滤" }, "Filter by Memory capacity in megabytes.": { "other": "按内存容量(以兆字节为单位)过滤。" }, "Filter by TTL(Time-To-Live) in seconds, such as 86400": { "other": "按以秒为单位的 TTL(生存时间)过滤,例如:86400" }, "Filter by VLAN name": { "other": "按 VLAN 名称过滤" }, "Filter by VLAN number": { "other": "按 VLAN 编号过滤" }, "Filter by datacenter": { "other": "按数据中心过滤" }, "Filter by datacenter of the dedicated host": { "other": "按专用主机的数据中心过滤" }, "Filter by datacenter shortname": { "other": "按数据中心短名称过滤" }, "Filter by domain": { "other": "按域过滤" }, "Filter by domain portion of the FQDN": { "other": "按 FQDN 的域部分过滤" }, "Filter by domain portion of the FQDN.": { "other": "按 FQDN 的域部分过滤。" }, "Filter by host portion of the FQDN": { "other": "按 FQDN 的主机部分过滤" }, "Filter by host portion of the FQDN.": { "other": "按 FQDN 的主机部分过滤。" }, "Filter by host record, such as www": { "other": "按主机记录(如 www)过滤" }, "Filter by hostname": { "other": "按主机名过滤" }, "Filter by memory in gigabytes": { "other": "按内存过滤(以 GB 为单位)" }, "Filter by memory in megabytes": { "other": "按内存过滤(以 MB 为单位)" }, "Filter by name of the dedicated host": { "other": "按专用主机的名称过滤" }, "Filter by network identifier": { "other": "按网络标识过滤" }, "Filter by network port speed in Mbps": { "other": "按网络端口速度过滤(以 Mbps 为单位)" }, "Filter by network space": { "other": "按网络空间过滤" }, "Filter by notes": { "other": "按注释过滤" }, "Filter by number of CPU cores": { "other": "按 CPU 核心数过滤" }, "Filter by owner of the dedicated host": { "other": "按专用主机的所有者过滤" }, "Filter by private IP address": { "other": "按专用 IP 地址过滤" }, "Filter by public IP address": { "other": "按公共 IP 地址过滤" }, "Filter by record data, such as an IP address": { "other": "按记录数据(如 IP 地址)过滤" }, "Filter by record type, such as A or CNAME": { "other": "按记录类型(如 A 或 CNAME)过滤" }, "Filter by subnet type": { "other": "按子网类型过滤" }, "Filter by tags (multiple occurrence permitted)": { "other": "按标记过滤(允许多次出现)" }, "Filter by tags, multiple occurrence allowed": { "other": "按标记过滤,允许多次出现" }, "Filter by tags.": { "other": "按标记过滤。" }, "Filter by the ID of order that purchased the subnets": { "other": "按购买了子网的订单的标识过滤" }, "Filter by the ID of order that purchased this IP address": { "other": "按购买了此 IP 地址的订单的标识过滤" }, "Filter by the number of CPU cores": { "other": "按 CPU 核心数过滤" }, "Filter by type of storage volume, options are: performance,endurance": { "other": "按存储卷的类型过滤,选项为:performance 或 endurance" }, "Filter by volume username": { "other": "按卷用户名过滤" }, "Filter on image name": { "other": "过滤映像名称" }, "Filter private vlans by Datacenter shortname e.g. ams01, (requires --flavor)": { "other": "按数据中心短名称(例如 ams01)过滤专用 VLAN(需要 --flavor)" }, "Filtered by Id of user who owns the instances": { "other": "按拥有实例的用户标识过滤" }, "Find an IP address and display its subnet and device information": { "other": "查找 IP 地址并显示其子网和设备信息" }, "Find details about the machine making these API calls.": { "other": "查找有关进行这些 API 调用的机器的详细信息。" }, "Firewall": { "other": "防火墙" }, "Firewall ID": { "other": "防火墙标识" }, "Firewall type [required]. Options are: vlan,vs,hardware": { "other": "防火墙类型 [必需]。选项为:vlan、vs 或 hardware" }, "Firewall {{.FirewallID}} was updated.": { "other": "防火墙 {{.FirewallID}} 已更新。" }, "Firewall {{.ID}} is being cancelled!": { "other": "正在取消防火墙 {{.ID}}!" }, "Firmware build date": { "other": "固件构建日期" }, "Firmware version": { "other": "固件版本" }, "First Name": { "other": "名字" }, "Flag denoting whether to verify the order, or not place it": { "other": "用于表示将验证订单或不下订单的标志" }, "Flag to indicate that the order is an upgrade": { "other": "用于指示订单为升级订单的标志" }, "Flavor": { "other": "类型模板" }, "Flavor key name": { "other": "类型模板键名" }, "Force operation without confirmation": { "other": "强制执行操作而不确认" }, "Force the volume refresh, will cancel any ongoing transactions.": { "other": "强制卷刷新,将取消任何正在进行的事务。" }, "Forces the virtual server to only have access the private network": { "other": "强制虚拟服务器只有权访问专用网络" }, "FortiGate password": { "other": "FortiGate 密码" }, "FortiGate username": { "other": "FortiGate 用户名" }, "Friendly name": { "other": "易记名称" }, "FriendlyName": { "other": "FriendlyName" }, "Frontend port": { "other": "前端端口" }, "Frontend protocol": { "other": "前端协议" }, "Fully qualified name": { "other": "标准名称" }, "GUID": { "other": "GUID" }, "Gateway/Firewall": { "other": "网关/防火墙" }, "Get Event Log types": { "other": "获取事件日志类型" }, "Get Event Logs": { "other": "获取事件日志" }, "Get Netscaler details.": { "other": "获取 Netscaler 详细信息。" }, "Get Reserved Capacity Group details.": { "other": "获取保留容量组详细信息。" }, "Get all available Operating Systems.": { "other": "获取所有可用操作系统。" }, "Get bandwidth pool details.": { "other": "获取带宽池详细信息。" }, "Get billing details for a virtual server instance": { "other": "获取虚拟服务器实例的计费详细信息" }, "Get billing for a hardware device.": { "other": "获取硬件设备的计费。" }, "Get details about a VLAN": { "other": "获取有关 VLAN 的详细信息" }, "Get details about a security group": { "other": "获取有关安全组的详细信息" }, "Get details for a dedicated host.": { "other": "获取专用主机的详细信息。" }, "Get details for a hardware monitors device.": { "other": "获取硬件监视器设备的详细信息。" }, "Get details for a hardware server": { "other": "获取硬件服务器的详细信息" }, "Get details for a ticket": { "other": "获取凭单的详细信息" }, "Get details for a virtual server instance": { "other": "获取虚拟服务器实例的详细信息" }, "Get details for a vsi monitors device.": { "other": "获取 vsi 监视设备的详细信息。" }, "Get details for an image": { "other": "获取映像的详细信息" }, "Get details of a subnet": { "other": "获取子网的详细信息" }, "Get information about the resources using the selected tag.": { "other": "获取使用所选标记的资源的相关信息。" }, "Get load balancer details": { "other": "获取负载均衡器详细信息" }, "Get snapshots space usage threshold warning flag setting for a given volume.": { "other": "获取给定卷的快照空间使用阈值警告标志设置。" }, "Get status for split or move completed percentage of a given block storage duplicate volume.": { "other": "获取给定块存储器重复卷的分割或移动完成百分比的状态。" }, "Get storage details for a hardware server.": { "other": "获取硬件服务器的存储器详细信息。" }, "Get storage details for a virtual server.": { "other": "获取虚拟服务器的存储器详细信息。" }, "Gets detailed information about a billing item.": { "other": "获取有关计费项的详细信息。" }, "Give a path relative to the domain provided, which can be used to reach this Origin. For example, 'articles/video' => 'www.example.com/articles/video": { "other": "指定相对于所提供的域的路径,这可用于访问该源。 例如,'articles/video' => 'www.example.com/articles/video" }, "Give a path relative to the domain provided, which can be used to reach this Origin. For example, 'articles/video' => 'www.example.com/articles/video [required]": { "other": "指定相对于所提供的域的路径,这可用于访问此源。 例如,'articles/video' => 'www.example.com/articles/video [必需]" }, "Grant access from a user to an specific device": { "other": "授予用户对特定设备的访问权" }, "Guest ID": { "other": "访客标识" }, "Guest ID to immediately migrate.": { "other": "要立即迁移的访客标识。" }, "Guests": { "other": "访客" }, "Guests: ": { "other": "访客:" }, "HARDWARE": { "other": "HARDWARE" }, "HTTP port.": { "other": "HTTP 端口。" }, "HTTPS port.": { "other": "HTTPS 端口。" }, "Hardware": { "other": "硬件" }, "Hardware ID": { "other": "硬件标识" }, "Hardware ID should be a number.": { "other": "硬件标识应该是数字。" }, "Hardware server template is exported to: {{.Template}}.": { "other": "硬件服务器模板已导出到:{{.Template}}。" }, "Hardware server {{.ID}} was cancelled.": { "other": "硬件服务器 {{.ID}} 已取消。" }, "Hardware server: {{.ID}} is power on.": { "other": "硬件服务器 {{.ID}} 的电源已打开。" }, "Hardware server: {{.ID}} was power cycle.": { "other": "硬件服务器 {{.ID}} 的电源已重启。" }, "Hardware server: {{.ID}} was power off.": { "other": "硬件服务器 {{.ID}} 的电源已关闭。" }, "Hardware server: {{.ID}} was rebooted to a rescue image.": { "other": "硬件服务器 {{.ID}} 已重新引导到拯救映像。" }, "Hardware server: {{.ID}} was rebooted.": { "other": "硬件服务器 {{.ID}} 已重新引导。" }, "Hardware size[required]": { "other": "硬件大小 [必需]" }, "Header": { "other": "头" }, "Health check UUID to modify [required]": { "other": "要修改的运行状况检查 UUID [必需]" }, "Health check interval between checks": { "other": "运行状况检查的时间间隔" }, "Health check number of times before marking as DOWN": { "other": "在标记为“关闭”之前的运行状况检查次数" }, "Health check path": { "other": "运行状况检查路径" }, "Health check timeout": { "other": "运行状况检查超时" }, "Hide IP address listing": { "other": "隐藏 IP 地址列表" }, "Hide Tag listing": { "other": "隐藏标记列表" }, "Hide hardware listing": { "other": "隐藏硬件列表" }, "Hide virtual server listing": { "other": "隐藏虚拟服务器列表" }, "High available firewall option": { "other": "高可用性防火墙选项" }, "Hit Radio": { "other": "点击无线电" }, "Host ID": { "other": "主机标识" }, "Host Id to provision a Dedicated Virtual Server onto": { "other": "要用于供应 Dedicated Virtual Server 的主机的标识" }, "Host header.": { "other": "主机头。" }, "Host order options for a given dedicated host.": { "other": "给定专用主机的主机订购选项。" }, "Host portion of the FQDN": { "other": "FQDN 的主机部分" }, "Host portion of the FQDN [required]": { "other": "FQDN 的主机部分 [必需]" }, "Host portion of the FQDN. example: server": { "other": "FQDN 的主机部分。示例:server" }, "Host portion of the FQDN[required]": { "other": "FQDN 的主机部分 [必需]" }, "HostId": { "other": "主机标识" }, "Hostname": { "other": "主机名" }, "Hour of the day when snapshots should be taken, integer between 0 to 23": { "other": "应该生成快照的时刻,值为整数 0 到 23" }, "Hourly": { "other": "每小时" }, "Hourly/Monthly": { "other": "每小时/每月" }, "How many invoices to get back.": { "other": "要返回多少发票。" }, "How many results to get in one api call.": { "other": "要在一个 API 调用中获取多少结果。" }, "Http Port": { "other": "HTTP 端口" }, "Http port": { "other": "HTTP 端口" }, "Http port. [http or https is required]": { "other": "HTTP 端口。[HTTP 或 HTTPS 是必需的]" }, "Https Port": { "other": "HTTPS 端口" }, "Https port": { "other": "HTTPS 端口" }, "Https port. [http or https is required]": { "other": "HTTPS 端口。[HTTP 或 HTTPS 是必需的]" }, "IBM CNAME": { "other": "IBM CNAME" }, "ID": { "other": "标识" }, "ID for the load balancer [required]": { "other": "负载均衡器的标识 [必需]" }, "ID for the load balancer policy [required]": { "other": "负载均衡器策略的标识 [必需]" }, "ID for the load balancer pool [required]": { "other": "负载均衡器池的标识 [必需]" }, "ID for the load balancer protocol [required]": { "other": "负载均衡器协议的标识 [必需]" }, "ID of an origin volume snapshot to use for duplication": { "other": "用于复制的源卷快照的标识" }, "ID of the object being tagged [required]": { "other": "正在标记的对象的标识 [必需]" }, "IDENTIFIER": { "other": "IDENTIFIER" }, "IDENTIFIER TARGET": { "other": "IDENTIFIER TARGET" }, "IDENTIFIER is the id of the server\nVLANS is the ID of the VLANs. Multiple vlans can be added at the same time.": { "other": "IDENTIFIER 是服务器的标识\nVLANS 是 VLAN 的标识。 可以同时添加多个 vlan。" }, "IDENTIFIER: ID of the image\nURI: The URI for an object storage object (.vhd/.iso file) of the format: cos:////\nAPI_KEY: The IBM Cloud API Key with access to IBM Cloud Object Storage instance.": { "other": "IDENTIFIER:映像的标识\nURI:对象存储对象(.vhd/.iso 文件)的 URI,格式为:cos:////\nAPI_KEY:IBM Cloud API 密钥,用于访问 IBM Cloud Object Storage 实例。" }, "IDs of SSH key to add to the root user, multiple occurrence allowed": { "other": "要添加到 root 用户的 SSH 密钥的标识,允许多次出现" }, "IDs of the subnets to assign; e.g.: --subnet-id 1234": { "other": "要分配的子网的标识;例如: -- subnet-id 1234" }, "IDs of the subnets to remove": { "other": "要除去的子网的标识" }, "IOPS": { "other": "IOPS" }, "IOPs": { "other": "IOPs" }, "IOPs limit above 6000 available in select data centers, refer to:http://knowledgelayer.softlayer.com/articles/new-ibm-block-and-file-storage-location-and-features": { "other": "所选数据中心内提供了高于 6000 的 IOPS 限制;请参阅:http://knowledgelayer.softlayer.com/articles/new-ibm-block-and-file-storage-location-and-features" }, "IP": { "other": "IP" }, "IP Address": { "other": "IP 地址" }, "IP address": { "other": "IP 地址" }, "IP address {{.ID}} can not be cancelled.": { "other": "无法取消 IP 地址 {{.ID}}。" }, "IP address {{.ID}} was cancelled.": { "other": "IP 地址 {{.ID}} 已取消。" }, "IP address {{.IPAddress}} is not found.": { "other": "找不到 IP 地址 {{.IPAddress}}。" }, "IP address {{.IP}} is not found on your account.Please confirm IP and try again.\n": { "other": "在您的帐户上找不到 IP 地址 {{.IP}}。请确认 IP,然后重试。\n" }, "IPMI IP": { "other": "IPMI IP" }, "IPMI_username": { "other": "IPMI_username" }, "IPSec {{.ContextID}} is cancelled.": { "other": "IPSec {{.ContextID}} 已取消。" }, "IPs": { "other": "IP" }, "IQN": { "other": "IQN" }, "Id": { "other": "标识" }, "Identifier": { "other": "标识" }, "If a volume (with replication) becomes inaccessible due to a disaster event, this method can be used to immediately\nfailover to an available replica in another location. This method does not allow for fail back via the API.\nTo fail back to the original volume after using this method, open a support ticket.\nTo test failover, use '${COMMAND_NAME} sl {{.storageType}} replica-failover' instead.\n\nEXAMPLE:\n\t${COMMAND_NAME} sl {{.storageType}} disaster-recovery-failover 12345678 87654321\n\tThis command performs failover operation for volume with ID 12345678 to replica volume with ID 87654321.": { "other": "如果某个卷(具有复制)由于灾难事件而变得不可访问,那么可以使用此方法来立即\n故障转移到另一位置中的可用副本。 此方法不允许通过 API 进行故障恢复。\n 要在使用此方法后故障恢复到原始卷,请建立支持凭单。\n 要测试故障转移,请改为使用“${COMMAND_NAME} sl {{.storageType}} replica-failover”。\n \n示例:\n${COMMAND_NAME} sl {{.storageType}} disaster-recovery-failover 12345678 87654321\n 此命令对标识为 12345678 的卷执行故障转移操作,以将其复制到标识为 87654321 的副本卷。" }, "If specified, will only show what the quote will order, will NOT place an order [default: False]": { "other": "如果指定,那么将仅显示报价将订购的内容,而不会下订单 [缺省值:False]" }, "If this option is specified, the public ip will be allocated from a public subnet in this account. Otherwise, it will be allocated form IBM system pool. Only available in PublicToPrivate load balancer type.": { "other": "如果指定此选项,将从此帐户中的公共子网分配公共 IP。否则,将从 IBM 系统池分配公共 IP。此选项仅在 PublicToPrivate 负载均衡器类型中可用。" }, "Image ID": { "other": "映像标识" }, "Image ID. See: '${COMMAND_NAME} sl image list' for reference": { "other": "映像标识。请参阅“${COMMAND_NAME} sl image list”以获取参考信息" }, "Image ID. See: 'ibmcloud sl image list' for reference": { "other": "映像标识。 请参阅“ibmcloud sl image list”,以获取参考信息" }, "Image ID. The default is to use the current operating system.\nSee: '${COMMAND_NAME} sl image list' for reference": { "other": "映像标识。缺省情况下,使用当前操作系统。\n请参阅“${COMMAND_NAME} sl image list”以获取参考信息" }, "Image global identifier not found": { "other": "找不到映像全局标识" }, "Image {{.ImageID}} was deleted.": { "other": "映像 {{.ImageID}} 已删除。" }, "Image {{.ImageId}} was deny shared with account {{.AccountId}}.": { "other": "已拒绝与帐户 {{.AccountId}} 共享映像 {{.ImageId}}。" }, "Image {{.ImageId}} was shared with account {{.AccountId}}.": { "other": "已与帐户 {{.AccountId}} 共享映像 {{.ImageId}}。" }, "Immediate cancellation.": { "other": "立即取消。" }, "Import a zone based off a BIND zone file": { "other": "基于 BIND 专区文件导入专区" }, "Import an image from an object storage": { "other": "从对象存储器导入映像" }, "In GB": { "other": "以 GB 为单位" }, "In cache option, if you select 'include-specified' or 'ignore-specified', please add a description too using this option e.g --cache include-specified --cache-description description.": { "other": "在 cache 选项中,如果选择“include-specified”或“ignore-specified”,请也使用此选项来添加描述,例如,--cache include-specified --cache-description description。" }, "Inbound Usage": { "other": "入站使用情况" }, "Include extra resources. Options are: at,is,rs,sr,ss": { "other": "包含额外资源。选项为:at、is、rs、sr 或 ss" }, "Include invoices with a CLOSED status.": { "other": "包含处于 CLOSED 状态的发票。" }, "Incorrect Usage: ": { "other": "用法不正确:" }, "Incorrect complex type: {{.Type}}": { "other": "不正确的复杂类型:{{.Type}}" }, "Init parameter": { "other": "初始化参数" }, "Initial Invoice": { "other": "初始发票" }, "Initial object ID number to attach to ticket": { "other": "用于连接到凭单的初始对象标识号" }, "Input `0` for this parameter to order a duplicate volume with no snapshot space.": { "other": "为此参数输入“0”以订购没有快照空间的复制卷。" }, "Instance {{.ServerID}} has {{.Count}} {{.Interface}} interface.": { "other": "实例 {{.ServerID}} 具有 {{.Count}} 个 {{.Interface}} 接口。" }, "Interface": { "other": "接口" }, "Intermediate Certificate file": { "other": "中间证书文件" }, "Internal Peer IP Address": { "other": "内部对等 IP 地址" }, "Internal Subnets": { "other": "内部子网" }, "Internal peer IP address": { "other": "内部对等 IP 地址" }, "Internet side port": { "other": "因特网端端口" }, "Invalid --sortBy option.": { "other": "--sortBy 选项无效。" }, "Invalid ID {{.ID}}: ID should be of the form xxx:yyy, xxx is the type of the firewall, yyy is the positive integer ID.": { "other": "标识 {{.ID}} 无效:标识的格式应该为 xxx:yyy,其中 xxx 是防火墙的类型,yyy 是正整数标识。" }, "Invalid SRV record: {{.sub}}.": { "other": "SRV 记录无效:{{.sub}}。" }, "Invalid combination specified for ordering a subnet.": { "other": "指定用于订购子网的组合无效。" }, "Invalid datacenter name specified.": { "other": "指定的数据中心名称无效。" }, "Invalid datacenter name specified. Please provide the lower case short name (e.g.: dal09).": { "other": "指定的数据中心名称无效。请提供小写短名称(例如:dal09)。" }, "Invalid disk number to this disk capacity": { "other": "此磁盘容量的磁盘号无效" }, "Invalid firewall type {{.Type}}: firewall type should be either vlan, multiVlan, vs or server.": { "other": "防火墙类型 {{.Type}}无效:防火墙类型应该为 vlan、multiVlan、vs 或 server。" }, "Invalid format date to --date-max.": { "other": "--data-max 的格式日期无效。" }, "Invalid format date to --date-min.": { "other": "--date-min 的格式日期无效。" }, "Invalid format date.": { "other": "格式日期无效。" }, "Invalid input for": { "other": "输入无效" }, "Invalid input for '{{.Name}}'. It must be a positive integer.": { "other": "“{{.Name}}”的输入无效。此项必须为正整数。" }, "Invalid method.": { "other": "方法无效。" }, "Invalid output format, only JSON is supported now.": { "other": "输出格式无效,目前仅支持 JSON。" }, "Invalid storage type": { "other": "存储类型无效" }, "Invalid storage type {{.StorageType}}": { "other": "存储类型 {{.StorageType}} 无效" }, "Invalid volume type": { "other": "卷类型无效" }, "Invert": { "other": "反转" }, "Invert rule: 0 | 1.": { "other": "反转规则:0 | 1。" }, "Invoice Amount": { "other": "发票金额" }, "Invoice Total Amount": { "other": "发票总金额" }, "Invoice details.": { "other": "发票详细信息。" }, "IpAddress": { "other": "IpAddress" }, "Ip_address": { "other": "Ip_address" }, "Is Required": { "other": "必需的" }, "Item": { "other": "项" }, "Item Description": { "other": "货物描述" }, "Item Id": { "other": "项标识" }, "Item {{.Item}} does not exist for package {{.Package}}": { "other": "包 {{.Package}} 中不存在项 {{.Item}}" }, "Item: {{.itemID}} was cancelled.": { "other": "已取消项 {{.itemID}}。" }, "Items": { "other": "项" }, "JSON string that denotes extra data needs to be sent with the order": { "other": "表示需要随订单一起发送的额外数据的 JSON 字符串" }, "Key": { "other": "密钥" }, "Key Name": { "other": "键名" }, "Key name of a tag type e.g. GUEST, HARDWARE. See slcli tags taggable output. [required]": { "other": "标记类型的键名称,例如 GUEST、HARDWARE。 请参阅 slcli 标记可标记输出。[必需]" }, "Key name. It's only available in HEADER or COOKIE type": { "other": "密钥名称。仅在 HEADER 或 COOKIE 类型中可用" }, "KeyName": { "other": "KeyName" }, "L7 Member {{.MemberID}} added in pool {{.Pool}}": { "other": "在池 {{.Pool}} 中已添加 L7 成员 {{.MemberID}}" }, "L7 policy added": { "other": "已添加 L7 策略" }, "L7 policy deleted": { "other": "已删除 L7 策略" }, "L7 policy edited": { "other": "已编辑 L7 策略" }, "L7 pool added": { "other": "已添加 L7 池" }, "L7 pool updated": { "other": "已更新 L7 池" }, "L7 rule added": { "other": "已添加 L7 规则" }, "L7Pool {{.L7PoolID}} removed": { "other": "已除去 L7 池 {{.L7PoolID}}" }, "L7Rule {{.L7RuleID}} removed": { "other": "已除去 L7 规则 {{.L7RuleID}}" }, "LABEL": { "other": "LABEL" }, "LOCATION": { "other": "LOCATION" }, "LUN Id": { "other": "LUN 标识" }, "LUN_ID": { "other": "LUN_ID" }, "Label": { "other": "标签" }, "Last Edited": { "other": "上次编辑时间" }, "Last Failed Login": { "other": "上次失败的登录" }, "Last Login": { "other": "上次登录" }, "Last Name": { "other": "姓氏" }, "Last Updated": { "other": "上次更新时间" }, "Last transaction": { "other": "上次事务处理" }, "Legacy": { "other": "旧版" }, "License key": { "other": "许可证密钥" }, "License: {{.key}} was cancelled.": { "other": "已取消许可证 {{.key}}。" }, "Limit": { "other": "限制" }, "List Dedicated Host Guests.": { "other": "列出专用主机访客。" }, "List IPSec VPN tunnel context details": { "other": "列出 IPSec VPN 隧道上下文详细信息" }, "List IPSec VPN tunnel contexts": { "other": "列出 IPSec VPN 隧道上下文" }, "List L7 policies": { "other": "列出 L7 策略" }, "List NAS account credentials.": { "other": "列出 NAS 帐户凭证。" }, "List NAS accounts.": { "other": "列出 NAS 帐户。" }, "List Object Storage accounts.": { "other": "列示 Object Storage 帐户。" }, "List Reserved Capacity groups.": { "other": "列示保留容量组。" }, "List SSH keys on your account": { "other": "列出您帐户的 SSH 密钥" }, "List SSL certificates on your account": { "other": "列出您帐户的 SSH 证书" }, "List Subject IDs for ticket creation": { "other": "列出用于创建凭单的主题标识" }, "List Users": { "other": "列出用户" }, "List active load balancers": { "other": "列出活动负载均衡器" }, "List all CDN accounts.": { "other": "列出所有 CDN 帐户。" }, "List all active quotes on an account": { "other": "列示帐户上的所有活动报价" }, "List all devices the user has access and device access permissions.": { "other": "列出用户具有访问权限和设备访问权限的所有设备。" }, "List all firewalls on your account": { "other": "列出您帐户的所有防火墙" }, "List all global IPs on your account": { "other": "列出您帐户的所有全局 IP" }, "List all images on your account": { "other": "列出您帐户的所有映像" }, "List all options for ordering a block storage": { "other": "列出用于订购块存储器的所有选项" }, "List all options for ordering a file storage": { "other": "列出用于订购文件存储器的所有选项" }, "List all subnets on your account": { "other": "列出您帐户的所有子网" }, "List all tags currently on your account": { "other": "列出目前在帐户上的所有标记" }, "List all the VLANs on your account": { "other": "列出您帐户的所有 VLAN" }, "List all the options for creating VLAN": { "other": "列出用于创建 VLAN 的所有选项" }, "List all the resource records in a zone": { "other": "列出专区中的所有资源记录" }, "List all zones on your account": { "other": "列出您帐户的所有专区" }, "List block storage": { "other": "列出块存储器" }, "List block storage assigned subnets for the given host id.": { "other": "列出块存储器为给定主机标识分配的子网。" }, "List cancelations.": { "other": "列出取消项。" }, "List cloud block storage.": { "other": "列示云块存储器。" }, "List datacenters a package can be ordered in": { "other": "列出可以在其中订购包的数据中心" }, "List dedicated hosts on your account": { "other": "列出您帐户的专用主机" }, "List email subscription notifications": { "other": "列出电子邮件预订通知" }, "List existing replicant volumes for a block volume": { "other": "列出块卷的现有副本卷" }, "List file storage": { "other": "列出文件存储器" }, "List hardware server credentials": { "other": "列出硬件服务器凭证" }, "List hardware servers": { "other": "列出硬件服务器" }, "List hosts that are authorized to access the volume.": { "other": "列出有权访问卷的主机。" }, "List information about devices using the tag.": { "other": "列出使用该标记的设备的相关信息。" }, "List interfaces associated with security group": { "other": "列出与安全组关联的接口" }, "List invoices.": { "other": "列出发票。" }, "List l7 rules": { "other": "列出 L7 规则" }, "List netscalers": { "other": "列出 Netscaler" }, "List number of block storage volumes per datacenter": { "other": "列出每个数据中心的块存储卷数" }, "List number of file storage volumes per datacenter": { "other": "列出每个数据中心的文件存储卷数" }, "List object storage endpoints.": { "other": "列示对象存储器端点。" }, "List only the required categories for the package": { "other": "仅列出包所需的类别" }, "List options for creating Reserved Capacity Group instance": { "other": "列出用于创建保留容量组实例的选项" }, "List options for creating a placement group": { "other": "列出用于创建放置组的选项" }, "List options for creating virtual server instance": { "other": "列出用于创建虚拟服务器实例的选项" }, "List options for order a load balancer": { "other": "列出用于订购负载均衡器的选项" }, "List origin path for an existing CDN mapping.": { "other": "列出现有 CDN 映射的源路径。" }, "List package items that are used for ordering": { "other": "列出用于订购的包项" }, "List package presets": { "other": "列出包的预设" }, "List packages that can be ordered with the placeOrder API": { "other": "列出可通过 placeOrder API 订购的包" }, "List placement groups": { "other": "列出放置组" }, "List security group rules": { "other": "列出安全组规则" }, "List security groups": { "other": "列出安全组" }, "List snapshot schedules for a given volume": { "other": "列出给定卷的快照安排" }, "List suitable replication datacenters for the given volume": { "other": "列出给定卷的适用复制数据中心" }, "List the categories of a package": { "other": "列出包的类别" }, "List tickets": { "other": "列出凭单" }, "List virtual server instance credentials": { "other": "列出虚拟服务器实例凭证" }, "List virtual server instances on your account": { "other": "列出您帐户的虚拟服务器实例" }, "List {{.storageType}} storage snapshots": { "other": "列出 {{.storageType}} 存储器快照" }, "Lists Email Delivery Service.": { "other": "列出电子邮件传递服务。" }, "Lists VLANs this server can be given access to.": { "other": "列出可授予此服务器访问权的 VLAN。" }, "Lists account orders.": { "other": "列出帐户订单。" }, "Lists billing items with some other useful information.": { "other": "列出计费项以及一些其他有用信息。" }, "Lists the prices for each item in this preset": { "other": "列出此预设中每个商品的价格" }, "Lists the storage limits per datacenter for this account.": { "other": "列出此帐户的每个数据中心的存储限制。" }, "Load balancer type: PublicToPrivate | PrivateToPrivate | PublicToPublic [required]": { "other": "负载均衡器类型:PublicToPrivate | PrivateToPrivate | PublicToPublic [必需]" }, "Load balancer {{.LBID}} is cancelled.": { "other": "已取消负载均衡器 {{.LBID}}。" }, "Local disk number cannot excceed two.": { "other": "本地磁盘数不能超过 2 个。" }, "Location": { "other": "位置" }, "Location Conflicts": { "other": "位置冲突" }, "Location/Region": { "other": "位置/区域" }, "Long Name": { "other": "长名称" }, "Mac addresses": { "other": "MAC 地址" }, "Maintance Window": { "other": "维护时段" }, "Manage Classic infrastructure services": { "other": "管理经典基础架构服务" }, "Manage LBaaS health checks.": { "other": "管理 LBaaS 运行状况检查。" }, "Manage VSIs that require migration": { "other": "管理需要迁移的 VSI" }, "Management IP": { "other": "管理 IP" }, "Manufacturer": { "other": "制造商" }, "Max": { "other": "最大值" }, "Max IOPS": { "other": "最大 IOPS" }, "Maximum number of connections to allow": { "other": "允许的最大连接数" }, "Member UUID [required]": { "other": "成员 UUID [必需]" }, "Member {{.MemberID}} added": { "other": "已添加成员 {{.MemberID}}" }, "Member {{.MemberID}} removed": { "other": "已除去成员 {{.MemberID}}" }, "Member {{.MemberID}} removed from {{.L7POOL}}": { "other": "已从 {{.L7POOL}} 除去成员 {{.MemberID}}" }, "Memory": { "other": "内存" }, "Memory (allocated/total)": { "other": "内存(已分配量/总量)" }, "Memory Capacity": { "other": "内存容量" }, "Memory in megabytes": { "other": "内存(以 MB 为单位)" }, "Memory in megabytes [required]": { "other": "内存(以 MB 为单位)[必需]" }, "Metadata": { "other": "元数据" }, "Method": { "other": "方法" }, "Metric_Data_Type keyName e.g. CPU0, CPU1, MEMORY_USAGE, etc. [required]": { "other": "Metric_Data_Type keyName,例如 CPU0、CPU1 或 MEMORY_USAGE 等 [必需]" }, "Migrate ALL guests that require migration immediately.": { "other": "立即迁移所有需要迁移的访客。" }, "Min": { "other": "最小值" }, "Min IOPS": { "other": "最小 IOPS" }, "Minute of the hour when snapshots should be taken, integer between 0 to 59": { "other": "应该生成快照的分钟,值为整数 0 到 59" }, "Modified": { "other": "已修改" }, "Modify Date": { "other": "修改日期" }, "Modify an existing block storage volume": { "other": "修改现有块存储卷" }, "Modify an existing file storage volume": { "other": "修改现有文件存储卷" }, "Monthly": { "other": "每月" }, "More than one packages were found for {{.CategoryCode}}.": { "other": "找到了 {{.CategoryCode}} 的多个包。" }, "Mount Address": { "other": "安装地址" }, "Multiple users found with the name: %s": { "other": "找到名称为 %s 的多个用户" }, "Must provide [--cpu], [--memory], [--network], [--add-disk], [--resize-disk] or [--flavor] to upgrade.": { "other": "必须提供 [--cpu]、[--memory]、[--network]、[--add-disk]、[--resize-disk] 或 [--flavor] 才能升级。" }, "Must set either -n|--network-component or both -s|--server and -i|--interface": { "other": "必须设置 -n|--network-component 或同时设置 -s|--server 和 -i|--interface" }, "Must specify [--cpu] when using [--private].": { "other": "使用 [--private] 时必须指定 [--cpu]。" }, "NAME": { "other": "NAME" }, "NETWORK has to be either public or private.": { "other": "NETWORK 必须为 public 或 private。" }, "Name": { "other": "名称" }, "Name for this L7 pool. [required]": { "other": "此 L7 池的名称。[必需]" }, "Name for this load balancer [required]": { "other": "此负载均衡器的名称 [必需]" }, "Name for this new placement group. [required]": { "other": "此新放置组的名称。[必需]" }, "Name for your new reserved capacity [required]": { "other": "新保留容量的名称 [必需]" }, "Name of the image": { "other": "映像的名称" }, "Name of the image [required]": { "other": "映像的名称 [必需]" }, "Name of the load balancer L7 pool": { "other": "负载均衡器 L7 池的名称" }, "Name that ordered the item.": { "other": "订购项目的名称。" }, "Netscaler": { "other": "Netscaler" }, "Network": { "other": "网络" }, "Network Identifier": { "other": "网络标识" }, "Network component {{.ComponentID}} is added to security group {{.GroupID}}.": { "other": "网络组件 {{.ComponentID}} 已添加到安全组 {{.GroupID}}。" }, "Network component {{.ComponentID}} is removed from security group {{.GroupID}}.": { "other": "已从安全组 {{.GroupID}} 中除去网络组件 {{.ComponentID}}。" }, "Network identifier": { "other": "网络标识" }, "Network port speed in Mbps": { "other": "网络端口速度 (Mbps)" }, "New Size of block volume in GB. ***If no size is given, the original size of volume is used.***\n Potential Sizes: [20, 40, 80, 100, 250, 500, 1000, 2000, 4000, 8000, 12000]\n Minimum: [the original size of the volume]": { "other": "块卷的新大小 (GB)。***如果未提供大小,将使用卷的原始大小。***\n 可能的大小:[20、40、80、100、250、500、1000、2000、4000、8000、12000]\n 最小值:[卷的原始大小]" }, "New Size of file volume in GB. ***If no size is given, the original size of volume is used.***\n Potential Sizes: [20, 40, 80, 100, 250, 500, 1000, 2000, 4000, 8000, 12000]\n Minimum: [the original size of the volume]": { "other": "文件卷的新大小(以 GB 为单位)。***如果没有提供大小,那么将使用卷的原始大小。***\n可能的大小:[20、40、80、100、250、500、1000、2000、4000、8000、12000] \n最小值:[卷的原始大小]" }, "New notes for the key": { "other": "新建密钥注释" }, "New snapshot {{.SnapshotId}} was created.": { "other": "新快照 {{.SnapshotId}} 已创建。" }, "No": { "other": "否" }, "No IP V6 address associated with virtual server instance: {{.VsId}}.": { "other": "没有与虚拟服务器实例 {{.VsId}} 关联的 IP V6 地址。" }, "No IPSec was found.": { "other": "找不到 IPSec。" }, "No available router was found.": { "other": "找不到可用的路由器。" }, "No billing item found for hardware {{.ID}}.": { "other": "找不到硬件 {{.ID}} 的计费项。" }, "No billing item is found to cancel.": { "other": "找不到要取消的计费项。" }, "No data": { "other": "无数据" }, "No data centers compatible for replication.": { "other": "没有用于复制的兼容数据中心。" }, "No dedicated hosts are found.": { "other": "找不到专用主机。" }, "No guest was found.": { "other": "找不到访客。" }, "No guests require migration at this time.\n": { "other": "此时没有需要迁移的访客。\n" }, "No image found.": { "other": "找不到映像。" }, "No interfaces are binded to security group {{.GroupID}}.": { "other": "没有接口绑定到安全组 {{.GroupID}}。" }, "No l7 policies was found.": { "other": "找不到 L7 策略。" }, "No l7 rules was found.": { "other": "找不到 L7 规则。" }, "No load balancer was found.": { "other": "找不到负载均衡器。" }, "No logs available for filter {{.filter}}": { "other": "没有可用于过滤器 {{.filter}} 的日志" }, "No netscalers was found.": { "other": "找不到 NetScaler。" }, "No packages were found for {{.CategoryCode}}.": { "other": "找不到 {{.CategoryCode}} 的包。" }, "No placement group was found.": { "other": "找不到放置组。" }, "No primary IP address associated with virtual server instance: {{.VsId}}.": { "other": "没有与虚拟服务器实例 {{.VsId}} 关联的主 IP 地址。" }, "No record is found": { "other": "找不到记录" }, "No rules are found for security group {{.GroupID}}.": { "other": "找不到安全组 {{.GroupID}} 的规则。" }, "No rules was found.": { "other": "找不到规则。" }, "No security groups are found.": { "other": "找不到安全组。" }, "No snapshot space found to cancel.": { "other": "找不到要取消的快照空间。" }, "None": { "other": "无" }, "Not Found": { "other": "找不到" }, "Not ready: {{.Message}}": { "other": "未就绪:{{.Message}}" }, "Note": { "other": "注释" }, "Note value": { "other": "注释值" }, "Note:": { "other": "注释:" }, "Note: IOPS above 6,000 available only in: https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-selectDC": { "other": "注:高于 6,000 的 IOPS 仅在以下位置可用:https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-selectDC" }, "Note: This virtual server will be rebooted once the upgrade order is placed.\nThe instance is halted until the upgrade transaction is completed. However for Network, no reboot is required.\n\nEXAMPLE:\n\t${COMMAND_NAME} sl vs upgrade 12345678 -c 8 -m 8192 --network 1000\n\tThis commands upgrades virtual server instance with ID 12345678 and set number of CPU cores to 8, memory to 8192M, network port speed to 1000 Mbps.": { "other": "注:下达升级订单后,将重新启动该虚拟服务器。\n将暂停该实例,直到升级事务完成为止。 但是对于网络,不需要重新引导。\n\n示例:\n${COMMAND_NAME} sl vs upgrade 12345678 -c 8 -m 8192 --network 1000\n 此命令将升级标识为 12345678 的虚拟服务器实例,并将 CPU 核心数设置为 8,将内存设置为 8192M,将网络端口速度设置为 1000 Mbps。" }, "Notes": { "other": "注释" }, "Notes to set on the new snapshot": { "other": "要在新快照上设置的注释" }, "Notification names should be enclosed in quotation marks.\nEXAMPLE:\n\tslcli user edit-notifications --enable 'Order Approved'\n\tslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'": { "other": "通知名称应括在引号中。\n示例:\nslcli user edit-notifications --enable 'Order Approved'\nslcli user edit-notifications --enable 'Order Approved' --enable 'Reload Complete'" }, "Notify": { "other": "通知" }, "Number": { "other": "数量" }, "Number Of Items Cancelled": { "other": "已取消的项数" }, "Number of CPU cores": { "other": "CPU 核心数" }, "Number of CPU cores [required]": { "other": "CPU 核心数 [必需]" }, "Number of VSI instances this capacity reservation can support. [required]": { "other": "此容量预留可支持的 VSI 实例数。[必需]" }, "Number of seconds to report as one data point. 300, 600, 1800, 3600 (default), 43200 or 86400 seconds": { "other": "要报告为一个数据点的秒数。 300、600、1800、3600(缺省值)、43200 或 86400 秒" }, "Number of snapshots to retain [required]": { "other": "要保留的快照数 [必需]" }, "Number of times before marking as DOWN. [1-10]": { "other": "在标记为“关闭”之前的次数。[1-10]" }, "Number of updates": { "other": "更新数" }, "OPTIONS": { "other": "选项" }, "ORDER_ITEM1 ORDER_ITEM2 ORDER_ITEM3 ORDER_ITEM4...": { "other": "ORDER_ITEM1 ORDER_ITEM2 ORDER_ITEM3 ORDER_ITEM4..." }, "OS": { "other": "操作系统" }, "OS Type": { "other": "操作系统类型" }, "OS install code. Tip: you can specify _LATEST": { "other": "操作系统安装代码。提示:可以指定 _LATEST" }, "OS install code[required]": { "other": "操作系统安装代码 [必需]" }, "OS version": { "other": "操作系统版本" }, "Object": { "other": "对象" }, "Object filters": { "other": "对象过滤器" }, "Object mask: use to limit fields returned": { "other": "对象掩码:用于限制返回的字段" }, "Object-storage {{.objectStorageID}} has been marked for cancellation.": { "other": "对象存储器 {{.objectStorageID}} 已标记为取消。" }, "Object-storage {{.objectStorageID}} has been marked for immediate cancellation.": { "other": "对象存储器 {{.objectStorageID}} 已标记为立即取消。" }, "One Time": { "other": "一次" }, "One of --name, --note and --tag must be specified.": { "other": "必须指定 --name、--note 和 --tag 其中一项。" }, "One of -d | --hardware-id, -v | --virtual-id, -i | --ip-address-id and -p | --ip-address must be specified.": { "other": "必须指定 -d | --hardware-id、-v | --virtual-id、-i | --ip-address-id 和 -p | --ip-address 其中一项。" }, "Ongoing Transactions": { "other": "正在进行的事务" }, "Only set --enable or --disable options.": { "other": "仅设置 --enable 或 --disable 选项。" }, "Only show the summary table.": { "other": "仅显示摘要表。" }, "Only verify an order, dont actually create one": { "other": "仅验证订单,不创建实际的订单" }, "Open:": { "other": "尚未解决:" }, "OpenID": { "other": "OpenID" }, "Operating System Code": { "other": "操作系统代码" }, "Operating System Type (eg. LINUX) of the primary volume for which a replica is ordered [optional], options are: HYPER_V,LINUX,VMWARE,WINDOWS_2008,WINDOWS_GPT,WINDOWS,XEN": { "other": "为其订购副本的主卷的操作系统类型(例如,LINUX)[可选],选项为:HYPER_V、LINUX、VMWARE、WINDOWS_2008、WINDOWS_GPT、WINDOWS 或 XEN" }, "Operating System [required], options are: HYPER_V,LINUX,VMWARE,WINDOWS_2008,WINDOWS_GPT,WINDOWS,XEN": { "other": "操作系统 [必需],选项为:HYPER_V、LINUX、VMWARE、WINDOWS_2008、WINDOWS_GPT、WINDOWS 或 XEN" }, "Operating system": { "other": "操作系统" }, "Optimize for, 'General web delivery', 'Large file optimization', 'Video on demand optimization', the Dynamic content acceleration option is not added because this has a special configuration.": { "other": "优化,针对“常规 Web 交付”、“大型文件优化”、“视频随需应变优化”,未添加“动态内容加速”选项,因为此选项具有特殊配置。" }, "Option [--flavor] is exclusive with [--cpu], [--memory] and [--private].": { "other": "[--flavor] 选项与 [--cpu]、[--memory] 和 [--private] 互斥。" }, "Option respect-headers just accept '0' or '1'": { "other": "选项 respect-headers 仅接受“0”或“1”" }, "Optional parameter for Billing rate (default to monthly) Choices: hourly or monthly": { "other": "计费费率的可选参数(缺省为每月)选项:每小时或每月" }, "Optional parameter for Billing rate (default to monthly), options are: hourly, monthly": { "other": "计费费率的可选参数(缺省值为 monthly),选项为:hourly、monthly" }, "Optional parameter for ordering snapshot space along with endurance block storage; specifies the size (in GB) of snapshot space to order": { "other": "用于订购快照空间以及耐久性块存储器的可选参数;指定要订购的快照空间的大小 (GB)" }, "Optional parameter for ordering snapshot space along with endurance file storage; specifies the size (in GB) of snapshot space to order": { "other": "用于订购快照空间以及耐久性文件存储器的可选参数;指定要订购的快照空间的大小(以 GB 计)" }, "Options for --sortby are: id,name,description,created": { "other": "--sortby 的选项为:id、name、description 或 created" }, "Options for -p|--protocol are: icmp,tcp,udp": { "other": "-p|--protocol 的选项为:icmp、tcp 或 udp" }, "Order Approval Date": { "other": "订单核准日期" }, "Order ID: {{.OrderID}}": { "other": "订单标识:{{.OrderID}}" }, "Order IPv6 Addresses": { "other": "订购 IPv6 地址" }, "Order Total Amount": { "other": "订单总额" }, "Order a IPSec VPN tunnel": { "other": "订购 IPSec VPN 隧道" }, "Order a block storage replica volume": { "other": "订购块存储器副本卷" }, "Order a block storage volume": { "other": "订购块存储器卷" }, "Order a block volume by duplicating an existing volume": { "other": "通过复制现有卷来订购块卷" }, "Order a file storage replica volume": { "other": "订购文件存储器副本卷" }, "Order a file storage volume": { "other": "订购文件存储卷" }, "Order a file volume by duplicating an existing volume": { "other": "通过复制现有卷来订购文件卷" }, "Order a load balancer": { "other": "订购负载均衡器" }, "Order an IPv6 IP address": { "other": "订购 IPv6 IP 地址" }, "Order snapshot space for a block storage volume": { "other": "订购块存储器卷的快照空间" }, "Order snapshot space for a file storage volume": { "other": "订购文件存储卷的快照空间" }, "Order {{.ID}} was placed to create a firewall.": { "other": "已下订单 {{.ID}} 来创建防火墙。" }, "Order {{.OrderID}} was placed successfully!.": { "other": "订单 {{.OrderID}} 已成功下达!" }, "Order {{.OrderID}} was placed.": { "other": "订单 {{.OrderID}} 已下。" }, "Order {{.OrderId}} to upgrade virtual server instance: {{.VsId}} was placed.": { "other": "用于升级虚拟服务器实例 {{.VsId}} 的订单 {{.OrderId}} 已下。" }, "Order/Create License.": { "other": "订购/创建许可证。" }, "Order/create a hardware server": { "other": "订购/创建硬件服务器" }, "Order/create a provisioning script.": { "other": "订购/创建供应脚本。" }, "Ordered By": { "other": "排序依据" }, "Ordering package is not found": { "other": "找不到订购包" }, "Origin": { "other": "源" }, "Origin Host": { "other": "源主机" }, "Origin Type": { "other": "源类型" }, "Origin server address": { "other": "源服务器地址" }, "Origin server address.": { "other": "源服务器地址。" }, "Origin type": { "other": "源类型" }, "Origin volume does not have a valid storage type (with an appropriate keyName to indicate the volume is a PERFORMANCE or ENDURANCE volume)": { "other": "源卷没有有效的存储类型(带有相应的 keyName,用于指示该卷是 PERFORMANCE 还是 ENDURANCE 卷)" }, "Origin volume performance is < 0.3 IOPS/GB, duplicate volume performance must also be < 0.3 IOPS/GB. {{.DuplicateIopsPerGb}} IOPS/GB ({{.DuplicateIops}}/{{.DuplicateSize}}) requested.": { "other": "源卷性能 < 0.3 IOPS/GB,所以复制卷性能也必须 < 0.3 IOPS/GB。但请求的是 {{.DuplicateIopsPerGb}} IOPS/GB ({{.DuplicateIops}}/{{.DuplicateSize}})。" }, "Origin volume performance is >= 0.3 IOPS/GB, duplicate volume performance must also be >= 0.3 IOPS/GB. {{.DuplicateIopsPerGb}} IOPS/GB ({{.DuplicateIops}}/{{.DuplicateSize}}) requested.": { "other": "源卷性能 >= 0.3 IOPS/GB,所以复制卷性能也必须 >= 0.3 IOPS/GB。但请求的是 {{.DuplicateIopsPerGb}} IOPS/GB ({{.DuplicateIops}}/{{.DuplicateSize}})。" }, "Origin volume performance tier is 0.25 IOPS/GB, duplicate volume performance tier must also be 0.25 IOPS/GB. {{.DuplicateTier}} IOPS/GB requested.": { "other": "源卷性能层为 0.25 IOPS/GB,所以复制卷性能层也必须为 0.25 IOPS/GB。但请求的是 {{.DuplicateTier}} IOPS/GB。" }, "Origin volume performance tier is above 0.25 IOPS/GB, duplicate volume performance tier must also be above 0.25 IOPS/GB. {{.DuplicateTier}} IOPS/GB requested.": { "other": "源卷性能层高于 0.25 IOPS/GB,所以复制卷性能层也必须高于 0.25 IOPS/GB。但请求的是 {{.DuplicateTier}} IOPS/GB。" }, "Original Snapshot Name": { "other": "原始快照名称" }, "Original Volume Name": { "other": "原始卷名称" }, "Original Volume Size": { "other": "原始卷大小" }, "Other": { "other": "其他" }, "Out GB": { "other": "输出 GB" }, "Override created, but unable to update VPN user.": { "other": "已创建覆盖,但无法更新 VPN 用户。" }, "Owner": { "other": "所有者" }, "PACKAGE_KEYNAME": { "other": "PACKAGE_KEYNAME" }, "PATH": { "other": "PATH" }, "PLACEMENTGROUP_ID": { "other": "PLACEMENTGROUP_ID" }, "POD": { "other": "POD" }, "POOL_UUID, URL or HTTPS_PROTOCOL_UUID . It's only available in REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS action": { "other": "POOL_UUID、URL 或 HTTPS_PROTOCOL_UUID。 它仅在 REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS 操作中可用" }, "PPTP VPN": { "other": "PPTP VPN" }, "Package": { "other": "打包" }, "Package Id": { "other": "包标识" }, "Package Name": { "other": "软件包名称" }, "Package {{.Package}} does not exist.": { "other": "包 {{.Package}} 不存在。" }, "Parent User": { "other": "父用户" }, "Parsed Record: {{.Host}} {{.TTL}} {{.Type}} {{.Data}}": { "other": "已解析记录:{{.Host}} {{.TTL}} {{.Type}} {{.Data}}" }, "Password": { "other": "密码" }, "Password is updated for host {{.HostID}}.": { "other": "已更新主机 {{.HostID}} 的密码。" }, "Password must be between 8 and 20 characters and must contain one letter and one number.": { "other": "密码长度必须在 8 到 20 个字符之间,并且必须包含一个字母和一个数字。" }, "Password to set for this user. If no password is provided, the user is sent an email to generate one, which expires in 24 hours. Specify the '-p generate' option to generate a password for you. Passwords require 8+ characters, uppercase and lowercase, a number and a symbol": { "other": "要为此用户设置的密码。如果未提供密码,系统会向用户发送一封电子邮件以生成密码,此密码将在 24 小时后到期。指定“-p generate”选项,为您生成密码。密码需要 8 个以上的字符,包含大写和小写字母,以及数字和符号" }, "Password you want to set, this command will fail if the password is not strong. [required]": { "other": "要设置的密码,如果密码不强,此命令将失败。[必需]" }, "Path": { "other": "路径" }, "Pause an active virtual server instance": { "other": "暂停活动虚拟服务器实例" }, "PendingMigrationFlag": { "other": "PendingMigrationFlag" }, "Perform a hard reboot": { "other": "执行硬重新引导" }, "Perform a hard shutdown": { "other": "执行硬关闭" }, "Perform a soft reboot": { "other": "执行软重新引导" }, "Perform a soft shutdown": { "other": "执行软关闭" }, "Performance Configuration": { "other": "性能配置" }, "Performance Storage IOPS, between 100 and 6000 in multiples of 100 [only for performance volumes] ***If no IOPS value is specified, the original IOPS value of the volume will be used.***": { "other": "性能存储器 IOPS,介于 100 到 6000 之间,是 100 的倍数[仅适用于性能卷] ***如果未指定 IOPS 值,那么将使用卷的原始 IOPS 值。***" }, "Performance Storage IOPS, between 100 and 6000 in multiples of 100, if no IOPS value is specified, the IOPS value of the original volume will be used": { "other": "性能存储器 IOPS,介于 100 到 6000 之间且为 100 的倍数;如果未指定 IOPS 值,那么将使用原始卷的 IOPS 值" }, "Performance Storage IOPs, between 100 and 6000 in multiples of 100": { "other": "性能存储器 IOPs,介于 100 到 6000 之间且为 100 的倍数" }, "Performance Storage IOPs, between 100 and 6000 in multiples of 100 [required for storage-type performance]": { "other": "性能存储器 IOPs,介于 100 到 6000 之间且为 100 的倍数 [storage-type 为 performance 时是必需的]" }, "Performance configuration. [Permit: web, video, file, dynamic]": { "other": "性能配置。 [允许:web、video、file、dynamic]" }, "Permanently removes an SSH key": { "other": "永久除去 SSH 密钥" }, "Permission keyName to set. Use keyword ALL to select ALL permissions": { "other": "要设置的许可权 keyName。使用关键字 ALL 可选择所有许可权" }, "Permissions": { "other": "许可权" }, "Permissions updated successfully": { "other": "已成功更新许可权" }, "Phase 1 Diffie-Hellman group. Options are: 0,1,2,5": { "other": "第 1 阶段 Diffie-Hellman 组。选项为:0、1、2 或 5" }, "Phase 1 authentication": { "other": "第 1 阶段认证" }, "Phase 1 authentication. Options are: MD5,SHA1,SHA256": { "other": "第 1 阶段认证。选项为:MD5、SHA1 或 SHA256" }, "Phase 1 diffie hellman group": { "other": "第 1 阶段 diffie hellman 组" }, "Phase 1 encryption": { "other": "第 1 阶段加密" }, "Phase 1 encryption. Options are: DES,3DES,AES128,AES192,AES256": { "other": "第 1 阶段加密。选项为:DES、3DES、AES128、AES192 或 AES256" }, "Phase 1 key life": { "other": "第 1 阶段密钥生存期" }, "Phase 1 key life. Range is 120-172800": { "other": "第 1 阶段密钥生存期。范围为 120-172800" }, "Phase 2 Diffie-Hellman group. Options are: 0,1,2,5": { "other": "第 2 阶段 Diffie-Hellman 组。选项为:0、1、2 或 5" }, "Phase 2 authentication": { "other": "第 2 阶段认证" }, "Phase 2 authentication. Options are: MD5,SHA1,SHA256": { "other": "第 2 阶段认证。选项为:MD5、SHA1 或 SHA256" }, "Phase 2 diffie hellman group": { "other": "第 2 阶段 diffie hellman 组" }, "Phase 2 encryption": { "other": "第 2 阶段加密" }, "Phase 2 encryption. Options are: DES,3DES,AES128,AES192,AES256": { "other": "第 2 阶段加密。选项为:DES、3DES、AES128、AES192 或 AES256" }, "Phase 2 key life": { "other": "第 2 阶段密钥生存期" }, "Phase 2 key life. Range is 120-172800": { "other": "第 2 阶段密钥生存期。范围为 120-172800" }, "Phase 2 perfect forward secrecy": { "other": "第 2 阶段完美前向保密" }, "Phase 2 perfect forward secrecy. Range is 0-1": { "other": "第 2 阶段完美前向保密。范围为 0-1" }, "Phone Number": { "other": "电话号码" }, "Place a quote": { "other": "报价" }, "Place or verify an order": { "other": "下订单或验证订单" }, "Placement Group ID": { "other": "放置组标识" }, "Placement Group Id to order this guest on.": { "other": "用于订购此访客的放置组标识。" }, "Placement group {{.ID}} was removed.": { "other": "放置组 {{.ID}} 已除去。" }, "Plan": { "other": "计划" }, "Please add the '--guest' id too.\n": { "other": "请同时添加 '--guest' 标识。\n" }, "Please make sure you know all the creation options by running command: '{{.CommandName}} sl vs options'. Continue?": { "other": "请通过运行命令“{{.CommandName}} sl vs options”来确保您了解所有创建选项。要继续吗?" }, "Please pass at least one of the flags.": { "other": "请至少传递其中一个标志。" }, "Please run command '{{.CommandName}} login' to login to IBM Cloud.": { "other": "请运行命令“{{.CommandName}} login”以登录到 IBM Cloud。" }, "Pod": { "other": "Pod" }, "Policy action: REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS": { "other": "策略操作:REJECT | REDIRECT_POOL | REDIRECT_URL | REDIRECT_HTTPS" }, "Policy name": { "other": "策略名称" }, "Policy priority": { "other": "策略优先级" }, "Pool": { "other": "池" }, "Pool name.": { "other": "池名称。" }, "Port Range Max": { "other": "端口范围最大值" }, "Port Range Min": { "other": "端口范围最小值" }, "Port speed": { "other": "端口速度" }, "Port speed[required]": { "other": "端口速度 [必需]" }, "Post-install script to download": { "other": "要下载的安装后脚本" }, "Post-install script to download, only HTTPS executes, HTTP leaves file in /root": { "other": "要下载的安装后脚本,仅执行 HTTPS,HTTP 将文件保留在 /root 中" }, "Potential Sizes: [20, 40, 80, 100, 250, 500, 1000, 2000, 4000, 8000, 12000] Minimum: [the size of the origin volume]": { "other": "可能的大小:[20、40、80、100、250、500、1000、2000、4000、8000、12000] 最小值:[源卷的大小]" }, "Power cycle a server": { "other": "重启服务器的电源" }, "Power off an active server": { "other": "关闭活动服务器的电源" }, "Power off an active virtual server instance": { "other": "关闭活动虚拟服务器实例的电源" }, "Power on a server": { "other": "打开服务器的电源" }, "Power on a virtual server instance": { "other": "打开虚拟服务器实例的电源" }, "Premium": { "other": "高级" }, "Preset {{.Preset}} does not exist in package {{.Package}}": { "other": "包 {{.Package}} 中不存在预设 {{.Preset}}" }, "Preshared key": { "other": "预共享密钥" }, "Price ID not found": { "other": "找不到价格标识" }, "Price Id": { "other": "价格标识" }, "Price Rate": { "other": "价格费率" }, "Price rate": { "other": "价格费率" }, "Prices": { "other": "价格" }, "Prices reflected here are retail and do not take account level discounts and are not guaranteed.": { "other": "此处反映的价格为零售价,没有帐户级别折扣,且无法保证价格不变。" }, "Prices:": { "other": "价格:" }, "Primary": { "other": "主要" }, "Primary IP": { "other": "主 IP" }, "Primary Private IP": { "other": "主专用 IP" }, "Primary Public IP": { "other": "主公共 IP" }, "PrimaryRouter Hostname": { "other": "PrimaryRouter 主机名" }, "Print the version of the sl plugin": { "other": "打印 sl 插件的版本" }, "Print zone and resource records in BIND format": { "other": "以 BIND 格式打印专区和资源记录" }, "Prints out an SSH key to the screen": { "other": "将 SSH 密钥打印输出到屏幕" }, "Prints some various bits of information about an account.": { "other": "打印有关帐户的各种信息。" }, "Priority": { "other": "优先级" }, "Private": { "other": "专用" }, "Private IP": { "other": "专用 IP" }, "Private IP of the new member [required]": { "other": "新成员的专用 IP [必需]" }, "Private Ip": { "other": "专用 IP" }, "Private Key file": { "other": "专用密钥文件" }, "Private Subnets": { "other": "专用子网" }, "Private VLAN": { "other": "专用 VLAN" }, "Private key not found": { "other": "找不到专用密钥" }, "Private network interface speed must be in: 0, 10, 100, 1000, 10000 (Mbps).": { "other": "专用网络接口速度必须为以下某个值:0、10、100、1000 或 10000 (Mbps)。" }, "Private network only": { "other": "仅专用网络" }, "Private port speed, options are: 0,10,100,1000,10000": { "other": "专用端口速度,选项为:0、10、100、1000 或 10000" }, "Private side port": { "other": "专用端端口" }, "Private subnet Id to order the load balancer. See '${COMMAND_NAME} sl loadbal order-options'. Only available in PublicToPrivate and PrivateToPrivate load balancer type": { "other": "要用于订购负载均衡器的专用子网标识。请参阅“${COMMAND_NAME} sl loadbal order-options”。仅在 PublicToPrivate 和 PrivateToPrivate 负载均衡器类型中可用" }, "Projected Usage": { "other": "预测使用量" }, "Protocol": { "other": "协议" }, "Protocol added": { "other": "已添加协议" }, "Protocol edited": { "other": "已编辑协议" }, "Protocol type to use for incoming connections": { "other": "要用于入局连接的协议类型" }, "Protocol type to use for incoming connections: [HTTP|HTTPS|TCP]. Default: HTTP": { "other": "要用于入局连接的协议类型:[HTTP|HTTPS|TCP]。缺省值:HTTP" }, "Protocol type to use when connecting to backend servers: [HTTP|HTTPS|TCP]. Defaults to whatever --front-protocol is": { "other": "连接后端服务器时要使用的协议类型:[HTTP|HTTPS|TCP]。缺省值为 --front-protocol 的值" }, "Protocol {{.ProtocolID}} removed": { "other": "已除去协议 {{.ProtocolID}}" }, "Provider": { "other": "提供商" }, "Provides some details related to order owner, date order, cost information, initial invoice.": { "other": "提供与订单所有者、日期订单、成本信息和初始发票相关的一些详细信息。" }, "Provisioned": { "other": "已供应" }, "Provisioning Date": { "other": "供应日期" }, "Public": { "other": "公共" }, "Public IP": { "other": "公共 IP" }, "Public IPv6": { "other": "公共 IPv6" }, "Public Ip": { "other": "公共 IP" }, "Public VLAN": { "other": "公用 VLAN" }, "Public Virtual Server flavor key name": { "other": "公共虚拟服务器类型模板键名" }, "Public ips": { "other": "公共 IP" }, "Public network interface speed must be in: 0, 10, 100, 1000, 10000 (Mbps).": { "other": "公用网络接口速度必须为以下某个值:0、10、100、1000 或 10000 (Mbps)。" }, "Public notes related to a Storage volume [required]": { "other": "与存储卷相关的公共注释 [必需]" }, "Public port speed, options are: 0,10,100,1000,10000": { "other": "公共端口速度,选项为:0、10、100、1000 或 10000" }, "Public/Private": { "other": "公用/专用" }, "Quantity": { "other": "数量" }, "Quote: {{.quoteID}} was deleted.": { "other": "已删除报价:{{.quoteID}}。" }, "RECORD": { "other": "RECORD" }, "RECORD_ID": { "other": "RECORD_ID" }, "REPLICA_ID": { "other": "REPLICA_ID" }, "RPM Sensor": { "other": "RPM 传感器" }, "RULE_ID": { "other": "RULE_ID" }, "Range": { "other": "范围" }, "Read Failure: {{.Error}}.\n": { "other": "读取失败:{{.Error}}。\n" }, "Read userdata from file": { "other": "从文件读取用户数据" }, "Reading": { "other": "雷丁" }, "Reason": { "other": "原因" }, "Reboot a virtual server instance into a rescue image": { "other": "将虚拟服务器实例重新引导到拯救映像" }, "Reboot an active server": { "other": "重新引导活动服务器" }, "Reboot an active virtual server instance": { "other": "重新引导活动虚拟服务器实例" }, "Reboot server into a rescue image": { "other": "将服务器重新引导到拯救映像" }, "Record data, such as an IP address": { "other": "记录数据(如 IP 地址)" }, "Recurring": { "other": "周期性" }, "Recurring Fee": { "other": "经常性费用" }, "Recurring Price": { "other": "重复出价" }, "RecurringFee": { "other": "RecurringFee" }, "Redirect": { "other": "重定向" }, "Reference Code": { "other": "参考码" }, "Reflash server firmware.": { "other": "重刷服务器固件。" }, "Refresh a duplicate volume with a snapshot from its parent.": { "other": "使用其父卷的快照来刷新重复的卷。" }, "Refresh an user's API authentication key": { "other": "刷新用户的 API 认证密钥" }, "Region": { "other": "区域" }, "Region selected. Permit:[SJC/DAL/WDC/TOR/MON, AMS/LON/MAD/PAR, SNG/HKG/OSA/TOK, SYD, MEX, SAO, CHE, MIL, SEO, FRA]": { "other": "已选择区域。 许可:[SJC/DAL/WDC/TOR/MON、AMS/LON/MAD/PAR、SNG/HKG/OSA/TOK、SYD、MEX、SAO、CHE、MIL、SEO、FRA]" }, "Reload operating system on a server": { "other": "在服务器上重新装入操作系统" }, "Reload operating system on a virtual server instance": { "other": "在虚拟服务器实例上重新装入操作系统" }, "Remote Group ID": { "other": "远程组标识" }, "Remote IP": { "other": "远程 IP" }, "Remote IP address": { "other": "远程 IP 地址" }, "Remote IP address ID": { "other": "远程 IP 地址标识" }, "Remote IP address[required]": { "other": "远程 IP 地址 [必需]" }, "Remote Subnets": { "other": "远程子网" }, "Remote peer IP address": { "other": "远程对等 IP 地址" }, "Remove SSL certificate": { "other": "除去 SSL 证书" }, "Remove VLANs trunked to this server.": { "other": "除去中继到此服务器的 VLAN。" }, "Remove a load balancer member": { "other": "除去负载均衡器成员" }, "Remove a rule from a security group": { "other": "从安全组除去规则" }, "Remove a subnet from an IPSEC tunnel context": { "other": "从 IPSEC 隧道上下文中除去子网" }, "Remove a translation entry from an IPSec": { "other": "从 IPSec 中除去转换条目" }, "Remove a user VS notification entry.": { "other": "移除用户 VS 通知条目。" }, "Remove a user hardware notification entry.": { "other": "移除用户硬件通知条目。" }, "Remove access from a user to an specific device": { "other": "除去用户对特定设备的访问权" }, "Remove access to subnet.": { "other": "移除对子网的访问权。" }, "Remove an user's API authentication key": { "other": "除去用户的 API 认证密钥" }, "Remove block storage subnets to the given host id.": { "other": "将块存储器子网从给定主机标识中除去。" }, "Remove resource record from a zone": { "other": "从专区中除去资源记录" }, "Removed translation with ID {{.TransID}} from IPSec {{.ID}}.": { "other": "已从 IPSec {{.ID}} 中除去标识为 {{.TransID}} 的转换。" }, "Removed {{.Type}} subnet #{{.ID}} from IPSec {{.ContextID}}.": { "other": "已从 IPSec {{.ContextID}} 中除去 {{.Type}} 子网 #{{.ID}}。" }, "Removes all empty tags.": { "other": "除去所有空标记。" }, "Removes an empty tag from your account.": { "other": "除去帐户上的空标记。" }, "Removes an origin path for an existing CDN mapping.": { "other": "除去现有 CDN 映射的源路径。" }, "Removes the routing for a specified subnet, turning it into an unrouted portable subnet.": { "other": "移除指定子网的路由,将其转换为不可路由的可移植子网。" }, "Removing Tag: {{.tag}}.": { "other": "除去标记:{{.tag}}。" }, "Replicant Count": { "other": "副本计数" }, "Replicant ID": { "other": "副本标识" }, "Replicant Volumes": { "other": "副本卷" }, "Replication Status": { "other": "复制状态" }, "Reports which resources are still active in Datacenters that are scheduled to be closed.": { "other": "报告已调度关闭的数据中心内哪些资源仍处于活动状态。" }, "Request configuration of a tunnel context": { "other": "请求隧道上下文的配置" }, "Requested by": { "other": "请求者" }, "Required User": { "other": "必需的用户" }, "Requirements: [If IOPS/GB for the origin volume is 0.25, IOPS/GB for the duplicate must also be 0.25. If IOPS/GB for the origin volume is greater than 0.25, IOPS/GB for the duplicate must also be greater than 0.25.] Choices: 0.25, 2, 4, 10": { "other": "要求:[如果源卷的 IOPS/GB 为 0.25,那么复制卷的 IOPS/GB 也必须为 0.25。 如果源卷的 IOPS/GB 大于 0.25,那么复制卷的 IOPS/GB 也必须大于 0.25。] 选项:0.25、2、4 和 10" }, "Requirements: [If IOPS/GB for the origin volume is less than 0.3, IOPS/GB for the duplicate must also be less than 0.3. If IOPS/GB for the origin volume is greater than or equal to 0.3, IOPS/GB for the duplicate must also be greater than or equal to 0.3.]": { "other": "要求:[如果源卷的 IOPS/GB 小于 0.3,那么复制卷的 IOPS/GB 也必须小于 0.3。 如果源卷的 IOPS/GB 大于或等于 0.3,那么复制卷的 IOPS/GB 也必须大于或等于 0.3。]" }, "Resource": { "other": "资源" }, "Resource record {{.ID}} was removed.": { "other": "资源记录 {{.ID}} 已除去。" }, "Respect Headers": { "other": "遵守头" }, "Respect headers. The value 1 is On and 0 is Off.": { "other": "尊重头。 值 1 为“开”,值 0 为“关”。" }, "Restore {{.storageType}} volume using a given snapshot": { "other": "使用给定快照复原 {{.storageType}} 卷" }, "Restriction": { "other": "限制" }, "Result limit": { "other": "结果限制" }, "Result offset": { "other": "结果偏移量" }, "Resume a paused virtual server instance": { "other": "恢复暂停的虚拟服务器实例" }, "Retrieve a server’s hardware state via its internal sensors.": { "other": "通过服务器的内部传感器来检索服务器的硬件状态。" }, "Retrieve credentials used for generating an AWS signature. Max of 2.": { "other": "检索用于生成 AWS 签名的凭证。 最大值为 2。" }, "Return ALL invoices. There may be a lot of these.": { "other": "返回所有发票。 这些可能有很多。" }, "Revoke authorization for hosts that are accessing a specific volume": { "other": "撤销对访问特定卷的主机的授权" }, "Revoke authorization for hosts that are accessing a specific volume.": { "other": "撤销对正在访问特定卷的主机的授权。" }, "Role Name": { "other": "角色名称" }, "Root password associated with attached device id": { "other": "与连接的设备标识相关联的 root 用户密码" }, "Root password must be provided with rootpwd flag if attachment is set.": { "other": "如果设置了连接,那么必须使用 rootpwd 标志提供 root 用户密码。" }, "Router": { "other": "路由器" }, "Router Hostname": { "other": "路由器主机名" }, "Router Id": { "other": "路由器标识" }, "Routers": { "other": "路由器" }, "Rule": { "other": "规则" }, "Rule is added to security group {{.GroupID}}.": { "other": "规则已添加到安全组 {{.GroupID}}。" }, "Rule type: HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH. [required]": { "other": "规则类型:HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH。[必需]" }, "Rule {{.RuleId}} in security group {{.GroupID}} is removed.": { "other": "已除去安全组 {{.GroupID}} 中的规则 {{.RuleId}}。" }, "Rule {{.RuleId}} in security group {{.GroupID}} is updated.": { "other": "安全组 {{.GroupID}} 中的规则 {{.RuleId}} 已更新。" }, "Rules": { "other": "规则" }, "Run '{{.CommandName}} sl hardware list --order {{.OrderID}}' to find this hardware server after it is ready.": { "other": "请运行“{{.CommandName}} sl hardware list --order {{.OrderID}}”以在此硬件服务器就绪时查找此硬件服务器。" }, "SECURITYGROUP_ID": { "other": "SECURITYGROUP_ID" }, "SMTP": { "other": "SMTP" }, "SNAPSHOT_ID": { "other": "SNAPSHOT_ID" }, "SSH key Id's to add to the root user. See: 'ibmcloud sl security sshkey-list' for reference (multiple occurrence permitted)": { "other": "要添加到 root 用户的 SSH 密钥标识。 请参阅“ibmcloud sl security sshkey-list”,以获取参考信息(允许多次出现)" }, "SSH key was added: ": { "other": "SSH 密钥已添加:" }, "SSH key {{.ID}} was removed.": { "other": "SSH 密钥 {{.ID}} 已除去。" }, "SSH key {{.ID}} was updated.": { "other": "SSH 密钥 {{.ID}} 已更新。" }, "SSH keys to add to the root user, multiple occurrence allowed": { "other": "要添加到 root 用户的 SSH 密钥,允许多次出现" }, "SSL VPN": { "other": "SSL VPN" }, "SSL certificate files are downloaded.": { "other": "SSL 证书文件已下载。" }, "SSL certificate for {{.CommonName}} was added.": { "other": "{{.CommonName}} 的 SSL 证书已添加。" }, "SSL certificate {{.ID}} was removed.": { "other": "SSL 证书 {{.ID}} 已除去。" }, "SSL certificate {{.ID}} was updated.": { "other": "SSL 证书 {{.ID}} 已更新。" }, "SUBNET": { "other": "SUBNET" }, "SUBNET_ID": { "other": "SUBNET_ID" }, "SUBNET_TYPE": { "other": "SUBNET_TYPE" }, "Sales": { "other": "销售" }, "San disk number cannot excceed five.": { "other": "SAN 磁盘数不能超过 5 个。" }, "Save a quote": { "other": "保存报价" }, "Saved": { "other": "已保存" }, "Schedule": { "other": "安排" }, "Seconds between checks. [2-60]": { "other": "两次检查间隔的秒数。[2-60]" }, "Seconds to wait for a connection. [1-59]": { "other": "等待连接的秒数。[1-59]" }, "Secret Access Key": { "other": "访问密钥" }, "Security group ID to associate with the private interface (multiple occurrence permitted)": { "other": "要与专用接口关联的安全组标识(允许多次出现)" }, "Security group ID to associate with the public interface (multiple occurrence permitted)": { "other": "要与公共接口关联的安全组标识(允许多次出现)" }, "Security group {{.ID}} is deleted.": { "other": "安全组 {{.ID}} 已删除。" }, "Security group {{.ID}} is updated.": { "other": "安全组 {{.ID}} 已更新。" }, "Serial #": { "other": "序列号" }, "Server": { "other": "服务器" }, "Server ID": { "other": "服务器标识" }, "Server Name": { "other": "服务器名称" }, "Server order options for a given chassis": { "other": "给定机箱的服务器订单选项" }, "Server order options for a given chassis.": { "other": "给定机箱的服务器订购选项。" }, "Server side timeout setting, in seconds": { "other": "服务器端超时设置(以秒计)" }, "Server/Vlan Id": { "other": "服务器/VLAN 标识" }, "Servers": { "other": "服务器" }, "Service Subnets": { "other": "服务子网" }, "Session Stickiness": { "other": "会话粘性" }, "Set Tags.": { "other": "设置标记。" }, "Set note for an existing {{.storageType}} storage volume.": { "other": "设置现有 {{.storageType}} 存储卷的注释。" }, "Set note successfully": { "other": "已成功设置注释" }, "Set permissions to match this user's permissions. Adds and removes the appropriate permissions": { "other": "将许可权设置为与此用户的许可权相匹配。添加和除去相应的许可权" }, "Set tags successfully": { "other": "已成功设置标记" }, "Set the LUN ID on an existing block storage volume": { "other": "在现有块存储卷上设置 LUN 标识" }, "Set the note of the ipAddress.": { "other": "设置 ipAddress 的注释。" }, "Set the user VPN password.": { "other": "设置用户 VPN 密码。" }, "Sets a user's status to CANCEL_PENDING, which will immediately disable the account, and will eventually be fully removed from the account by an automated internal process": { "other": "将用户的状态设置为 CANCEL_PENDING,这将立即禁用帐户,并最终通过一个自动化内部过程从帐户中完全除去该用户" }, "Sets the TTL for the A and/or PTR records, default is: 7200": { "other": "设置 A 和/或 PTR 记录的 TTL,缺省值为:7200" }, "Sets the contact email for this account.": { "other": "设置此帐户的联系人电子邮件。" }, "Sets username for this account.": { "other": "设置此帐户的用户名。" }, "Setup": { "other": "设置" }, "Share an image template with another account.": { "other": "与其他帐户共享映像模板。" }, "Shared on": { "other": "共享日期" }, "Short Name": { "other": "短名称" }, "Short name of the datacenter for the IPSec. For example, dal09[required]": { "other": "IPSec 的数据中心的短名称。例如,dal09 [必需]" }, "Short name of the datacenter for the replica. For example, dal09 [required]": { "other": "该副本的数据中心的短名称。例如,dal09 [必需]" }, "Show L7 pool details": { "other": "显示 L7 池详细信息" }, "Show all Provisioning Scripts.": { "other": "显示所有供应脚本。" }, "Show all licenses.": { "other": "显示所有许可证。" }, "Show associated hardware components": { "other": "显示关联的硬件组件" }, "Show associated prices": { "other": "显示关联的价格" }, "Show audit log for this user": { "other": "显示此用户的审计日志" }, "Show certificates with this status, default is: all, options are: all,valid,expired": { "other": "显示此状态的证书,缺省值为:all,选项为:all、valid 或 expired" }, "Show discrete units associated hardware sensor": { "other": "显示与硬件传感器关联的离散单元" }, "Show guests on dedicated host": { "other": "在专用主机上显示访客" }, "Show login history of this user for the last 24 hours": { "other": "显示此用户最近 24 小时的登录历史记录" }, "Show only announcement events.": { "other": "仅显示声明事件。" }, "Show only hourly instances": { "other": "仅显示每小时实例" }, "Show only monthly instances": { "other": "仅显示每月实例" }, "Show only planned events.": { "other": "仅显示计划的事件。" }, "Show only selected datacenter, use shortname (dal13) format": { "other": "仅显示所选数据中心,使用短名称 (dal13) 格式" }, "Show only unplanned events.": { "other": "仅显示计划外的事件。" }, "Show passwords (check over your shoulder!)": { "other": "显示密码(小心身边有人窥探!)" }, "Show prices in the storage, snapshot and iops range tables.": { "other": "在存储器、快照和 iops 范围表中显示价格。" }, "Show the users API key": { "other": "显示用户的 API 密钥" }, "Show upgrades orders.": { "other": "显示升级订单。" }, "Shows a very detailed list of charges": { "other": "显示详细的费用列表" }, "Shows a very detailed list of charges.": { "other": "显示非常详细的费用列表。" }, "Shows who gets notified when the server has a monitoring issues.": { "other": "显示在服务器发生监视问题时接收通知的人员。" }, "Shows who gets notified when the server virtual instance has a monitoring issues": { "other": "显示在服务器虚拟实例出现监视问题时接收通知的人员" }, "Single": { "other": "单核" }, "Single Site": { "other": "单站点" }, "Size": { "other": "大小" }, "Size (GB)": { "other": "大小 (GB)" }, "Size On Disk": { "other": "磁盘大小" }, "Size of duplicate block volume in GB, if no size is specified, the size of the original volume will be used": { "other": "复制块卷的大小 (GB);如果未指定大小,将使用原始卷的大小" }, "Size of duplicate file volume in GB, if no size is specified, the size of the original volume will be used": { "other": "复制文件卷的大小 (GB);如果未指定大小,将使用原始卷的大小" }, "Size of snapshot space to create in GB [required]": { "other": "要创建的快照空间的大小 (GB) [必需]" }, "Size of storage volume in GB [required]": { "other": "存储卷的大小 (GB) [必需]" }, "Size of the dedicated host, currently only one size is available: 56_CORES_X_242_RAM_X_1_4_TB": { "other": "专用主机的大小,当前仅可使用一种大小:56_CORES_X_242_RAM_X_1_4_TB" }, "Snapshot": { "other": "快照" }, "Snapshot Size (GB)": { "other": "快照大小 (GB)" }, "Snapshot Used (Bytes)": { "other": "已用快照(字节)" }, "Snapshot capacity not found for the given primary volume.": { "other": "找不到给定主卷的快照容量。" }, "Snapshot schedule [required], options are: HOURLY,DAILY,WEEKLY": { "other": "快照安排 [必需],选项为:HOURLY、DAILY 或 WEEKLY" }, "Snapshot schedule to use for replication. Options are: HOURLY,DAILY,WEEKLY [required]": { "other": "用于复制的快照安排。选项为:HOURLY、DAILY 或 WEEKLY [必需]" }, "Snapshot space not found for original volume, origin snapshot space is needed for duplication": { "other": "找不到原始卷的快照空间,复制需要源快照空间" }, "Snapshot {{.SnapshotId}} was deleted.": { "other": "快照 {{.SnapshotId}} 已删除。" }, "Snapshots space usage threshold warning notification has been set to '{{.ENABLE}}' for volume '{{.ID}}'.": { "other": "卷 \"{{.ID}}\" 的快照空间使用阈值警告通知已设置为 \"{{.ENABLE}}\"。" }, "SoftLayer_Exception_ObjectNotFound: Unable to find object with id {{.ContextID}}": { "other": "SoftLayer_Exception_ObjectNotFound:找不到标识为 {{.ContextID}} 的对象" }, "SoftLayer_Exception_ObjectNotFound: Unable to find object with id {{.TranslationID}}": { "other": "SoftLayer_Exception_ObjectNotFound:找不到标识为 {{.TranslationID}} 的对象" }, "Software": { "other": "软件" }, "Software not found": { "other": "找不到软件" }, "Specifies if image is bring your own license": { "other": "指定映像是否带有您自己的许可证" }, "Specifies if image is cloud-init": { "other": "指定映像是否为 cloud-init" }, "Specifies if image is encrypted": { "other": "指定映像是否已加密" }, "Specify either iops or tier, cannot specify both.": { "other": "指定 iops 或 tier,但不能同时指定这两项。" }, "Specify either tier or iops, unable to specify both": { "other": "指定 tier 或 iops,但无法同时指定这两项" }, "Specify output format, only JSON is supported now.": { "other": "指定输出格式,目前仅支持 JSON。" }, "Specify the file extensions that can be stored on the CDN service, separated by commas. For example, 'jpg, pdf, jpeg, png' is a valid list. Leave the flag empty to allow all extensions.": { "other": "指定可以存储在 CDN 服务上的文件扩展名,用逗号分隔。 例如,“jpg, pdf, jpeg, png”是有效列表。 将该标志留空可允许所有扩展名。" }, "Specify the mode to boot the OS in. Supported modes are HVM and PV.": { "other": "指定引导操作系统所用的方式。支持的方式为 HVM 和 PV。" }, "Specify the type of attachment, hardware or virtual. default is hardware": { "other": "指定连接类型:hardware 或 virtual。缺省值为 hardware" }, "Speed": { "other": "速度" }, "Start": { "other": "启动" }, "Start Date": { "other": "开始日期" }, "Start Date e.g. 2019-3-4 (yyyy-MM-dd) [required]": { "other": "开始日期,例如 2019-3-4 (yyyy-MM-dd) [必需]" }, "Start date for bandwdith reporting": { "other": "带宽报告的开始日期" }, "Started to reload operating system for hardware server: {{.ID}}.": { "other": "已开始为硬件服务器 {{.ID}} 重新装入操作系统。" }, "Started to update firmware for hardware server: {{.ID}}.": { "other": "已开始更新硬件服务器 {{.ID}} 的固件。" }, "Starting Balance": { "other": "起始余额" }, "State": { "other": "状态" }, "Static IP address": { "other": "静态 IP 地址" }, "Static IP address ID": { "other": "静态 IP 地址标识" }, "Static IP address[required]": { "other": "静态 IP 地址 [必需]" }, "Static Subnets": { "other": "静态子网" }, "Status": { "other": "状态" }, "Status:": { "other": "状态:" }, "Storage": { "other": "存储器" }, "Storage Size (GB)": { "other": "存储器大小 (GB)" }, "Storage Type": { "other": "存储类型" }, "Subject": { "other": "主题" }, "Subnet": { "other": "子网" }, "Subnet identifier to add, required": { "other": "要添加的子网标识(必需)" }, "Subnet network identifier to create": { "other": "要创建的子网网络标识" }, "Subnet notes": { "other": "子网注释" }, "Subnet type to add. Options are: internal,remote,service[required]": { "other": "要添加的子网类型。选项为:internal、remote 或 service [必需]" }, "Subnet {{.ID}} was cancelled.": { "other": "子网 {{.ID}} 已取消。" }, "Subnet {{.subnetID}} is not assigned to User {{.userID}}": { "other": "子网 {{.subnetID}} 未分配给用户 {{.userID}}" }, "Successful Login?": { "other": "是否成功登录?" }, "Successfully added subnet access for user.": { "other": "已成功为用户添加子网访问权。" }, "Successfully added. New API Authentication Key: {{.apiAuthenticationKey}}": { "other": "已成功添加。 新建 API 认证密钥:{{.apiAuthenticationKey}}" }, "Successfully assigned subnet id: {{.subnetID}} to allowed host id: {{.accessID}}": { "other": "已成功将子网标识 {{.subnetID}} 分配至允许的主机标识 {{.accessID}}" }, "Successfully authorized storage: {{.PortableID}} was added.": { "other": "已成功添加授权存储器:{{.PortableID}}。" }, "Successfully authorized storage: {{.Storage}} was added.": { "other": "已成功添加授权存储器:{{.Storage}}。" }, "Successfully created placement group: ID: {{.ID}}, Name: {{.Name}}.": { "other": "成功创建的放置组:标识为 {{.ID}},名称为 {{.Name}}。" }, "Successfully device firmware reflashed": { "other": "已成功重刷设备固件" }, "Successfully removed Provisioning Hook.": { "other": "已成功除去供应挂钩。" }, "Successfully removed User Customer notification.": { "other": "已成功移除用户客户通知。" }, "Successfully removed subnet access for user.": { "other": "已成功移除用户的子网访问权。" }, "Successfully removed subnet id: {{.subnetID}} to allowed host id: {{.accessID}}": { "other": "已成功将子网标识 {{.subnetID}} 从允许的主机标识 {{.accessID}} 除去" }, "Successfully removed user's API authentication key": { "other": "已成功除去用户的 API 认证密钥" }, "Successfully send request to toggle IPMI interface of hardware server '{{.ID}}'.": { "other": "已成功发送切换硬件服务器“{{.ID}}”IPMI 接口的请求。" }, "Successfully updated user VPN password.": { "other": "已成功更新用户 VPN 密码。" }, "Successfully {{.action}} user vpn subnets manual config": { "other": "已成功 {{.action}} 用户 VPN 子网手动配置" }, "Summary and acknowledgement of upcoming and ongoing maintenance events.": { "other": "即将进行的和正在进行的维护事件的摘要和确认。" }, "Summary info about tickets": { "other": "有关凭单的摘要信息" }, "Summary report for every pool/server.": { "other": "每个池/服务器的摘要报告。" }, "Support": { "other": "支持" }, "Suppress verbose output": { "other": "禁止详细输出" }, "Sync the A record for the host": { "other": "同步主机的 A 记录" }, "Sync the AAAA record for the host": { "other": "同步主机的 AAAA 记录" }, "Sync the PTR record for the host": { "other": "同步主机的 PTR 记录" }, "Synchronize DNS records for a virtual server instance": { "other": "同步虚拟服务器实例的 DNS 记录" }, "Synchronized A record for virtual server instance: {{.VsId}}.": { "other": "已同步虚拟服务器实例 {{.VsId}} 的 A 记录。" }, "Synchronized AAAA record for virtual server instance: {{.VsId}}.": { "other": "已同步虚拟服务器实例 {{.VsId}} 的 AAAA 记录。" }, "Synchronized PTR record for virtual server instance: {{.VsId}}.": { "other": "已同步虚拟服务器实例 {{.VsId}} 的 PTR 记录。" }, "System reloading for virtual server instance: {{.VsId}} is in progress. Run '{{.CommandName}} sl vs ready {{.VsId}}' to check whether it is ready later on.": { "other": "正在对虚拟服务器实例 {{.VsId}} 执行系统重新装入。请稍后运行“{{.CommandName}} sl vs ready {{.VsId}}”以检查它是否已就绪。" }, "TICKETID": { "other": "TICKETID" }, "TRANSLATION_ID": { "other": "TRANSLATION_ID" }, "TTL(Time-To-Live) in seconds, such as: 86400. The default is: 7200": { "other": "以秒为单位的 TTL(生存时间),例如:86400。缺省值为:7200" }, "TYPE": { "other": "TYPE" }, "Tag": { "other": "标记" }, "Tags": { "other": "标记" }, "Tags for the image": { "other": "映像的标记" }, "Tags to add to the instance (multiple occurrence permitted)": { "other": "要添加到实例的标记(允许多次出现)" }, "Tags to set or empty string to remove all": { "other": "要设置的标记或要全部除去的空字符串" }, "Tags to set or empty string to remove all (multiple occurrence permitted).": { "other": "要设置的标记或要全部除去的空字符串(允许多次出现)" }, "Target": { "other": "目标" }, "Target IP": { "other": "目标 IP" }, "Target address": { "other": "目标地址" }, "Temperature (°C) Sensor": { "other": "温度 (°C) 传感器" }, "Template file: {{.Location}} does not exist.": { "other": "模板文件 {{.Location}} 不存在。" }, "Test order": { "other": "测试顺序" }, "The ID of one IP address to authorize": { "other": "要授权的某个 IP 地址的标识" }, "The ID of one IP address to authorize.": { "other": "要授权的一个 IP 地址的标识。" }, "The ID of one IP address to revoke": { "other": "要撤销的某个 IP 地址的标识" }, "The ID of one hardware server to authorize": { "other": "要授权的某个硬件服务器的标识" }, "The ID of one hardware server to authorize.": { "other": "要授权的一个硬件服务器的标识。" }, "The ID of one hardware server to revoke": { "other": "要撤销的某个硬件服务器的标识" }, "The ID of one virtual server to authorize": { "other": "要授权的某个虚拟服务器的标识" }, "The ID of one virtual server to authorize.": { "other": "要授权的一个虚拟服务器的标识。" }, "The ID of one virtual server to revoke": { "other": "要撤销的某个虚拟服务器的标识" }, "The ID of the private SUBNET on which you want the virtual server placed": { "other": "要将虚拟服务器放到其中的专用子网的标识" }, "The ID of the private VLAN on which you want the dedicated host placed. See: '${COMMAND_NAME} sl vlan list' for reference": { "other": "要将专用主机放到其中的专用 VLAN 的标识。请参阅:“${COMMAND_NAME} sl vlan list”以获取参考信息" }, "The ID of the private VLAN on which you want the virtual server placed": { "other": "要将虚拟服务器放到其中的专用 VLAN 的标识" }, "The ID of the public SUBNET on which you want the virtual server placed": { "other": "要将虚拟服务器放到其中的公用子网的标识" }, "The ID of the public VLAN on which you want the virtual server placed": { "other": "要将虚拟服务器放到其中的公用 VLAN 的标识" }, "The ID of the remote security group to enforce": { "other": "要强制实施的远程安全组的标识" }, "The ID of the rule to govern this placement group. [required]": { "other": "管理此放置组的规则的标识。[必需]" }, "The IDs of the SSH keys to add to the root user (multiple occurrence permitted)": { "other": "要添加到 root 用户的 SSH 密钥的标识(允许多次出现)" }, "The IP address {{.IP}} was authorized to access {{.VolumeId}}.": { "other": "已授权 IP 地址 {{.IP}} 访问 {{.VolumeId}}。" }, "The Storage {{.Storage}} was not found.": { "other": "找不到存储器 {{.Storage}}。" }, "The VMware License Key. To get the required package you can use the command sl licenses create-options Package. E.g VMWARE_VSAN_ENTERPRISE_TIER_III_65_124_TB_6_X_2 [required]": { "other": "VMware 许可证密钥。 要获取必需的软件包,可以使用命令 sl licenses create-options Package。 例如 VMWARE_VSAN_ENTERPRISE_TIER_III_65_124_TB_6_X_2 [必需]" }, "The actual SSH key": { "other": "实际 SSH 密钥" }, "The block device ID´s to archive, multiple occurrence allowed": { "other": "要归档的块设备标识,允许多次出现" }, "The complex type of the order. Starts with 'SoftLayer_Container_Product_Order'. [default: SoftLayer_Container_Product_Order_Hardware_Server]": { "other": "订单的复杂类型。 以“SoftLayer_Container_Product_Order”开头。[缺省值:SoftLayer_Container_Product_Order_Hardware_Server]" }, "The complex type of the order. The type begins with 'SoftLayer_Container_Product_Order_'": { "other": "订单的复杂类型。类型以“SoftLayer_Container_Product_Order_”开头" }, "The date the billing item was created (YYYY-MM-DD).": { "other": "计费项目的创建日期 (YYYY-MM-DD)。" }, "The dedicated host is migrating: {{.HostId}}.": { "other": "专用主机正在迁移:{{.HostId}}。" }, "The description of the security group": { "other": "安全组的描述" }, "The direction of traffic to enforce (ingress or egress), required": { "other": "要强制实施的流量的方向(ingress 或 egress),必需" }, "The domain of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的域已更新。" }, "The domain of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的域已更新。" }, "The earliest date we want to search for event logs [YYYY-MM-DD].": { "other": "要搜索事件日志的最早日期为 [YYYY-MM-DD]。" }, "The edge server uses the host header in the HTTP header to communicate with the Origin host. It defaults to Hostname.": { "other": "边缘服务器使用 HTTP 头中的主机头与源主机进行通信。 缺省值为主机名。" }, "The ethertype (IPv4 or IPv6) to enforce, default is IPv4 if not specified": { "other": "要强制实施的 ethertype(IPv4 或 IPv6),如果未指定,那么缺省值为 IPv4" }, "The event we want to get event logs for": { "other": "希望获取事件日志的事件" }, "The given snapshot schedule name was not found for the given storage volume.": { "other": "找不到给定存储卷的给定快照安排名称。" }, "The hardware server {{.HwID}} was authorized to access {{.VolumeId}}.": { "other": "已授权硬件服务器 {{.HwID}} 访问 {{.VolumeId}}。" }, "The hostname of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的主机名已更新。" }, "The hostname of the router": { "other": "路由器的主机名" }, "The hostname of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的主机名已更新。" }, "The id of the object we want to get event logs for": { "other": "要获取其事件日志的对象的标识" }, "The id_rsa.pub file to import for this key": { "other": "要为此密钥导入的 id_rsa.pub 文件" }, "The identifier for a virtual server to attach": { "other": "要连接的虚拟服务器的标识" }, "The identifier for a virtual server to detach": { "other": "要断开连接的虚拟服务器的标识" }, "The identifier for hardware to attach": { "other": "要连接的硬件的标识" }, "The identifier for hardware to detach": { "other": "要断开连接的硬件的标识" }, "The image {{.ImageId}} was exported successfully!": { "other": "已成功导出映像 {{.ImageId}}!" }, "The interface of the server to associate (public/private)": { "other": "要关联的服务器的接口 (public/private)" }, "The interface of the server to remove (public or private)": { "other": "要除去的服务器的接口(public 或 private)" }, "The keyname for the type of package. For example, BARE_METAL_CPU": { "other": "包类型的键名。例如,BARE_METAL_CPU" }, "The latest date we want to search for event logs [YYYY-MM-DD].": { "other": "希望搜索事件日志的最新日期 [YYYY-MM-DD]。" }, "The lower port bound to enforce": { "other": "已绑定要强制实施的下方端口" }, "The name of the VLAN": { "other": "VLAN 的名称" }, "The name of the attachment shown in the ticket": { "other": "凭单中显示的连接的名称" }, "The name of the image {{.ID}} is updated.": { "other": "映像 {{.ID}} 的名称已更新。" }, "The name of the security group": { "other": "安全组的名称" }, "The name of this specific piece of software.": { "other": "此特定软件部分的名称。" }, "The netscaler ID has to be a positive integer.": { "other": "NetScaler 标识必须为正整数。" }, "The network component ID to associate with the security group": { "other": "要与安全组关联的网络组件标识" }, "The network component to remove from the security group": { "other": "要从安全组中除去的网络组件" }, "The new label for the key": { "other": "密钥的新标签" }, "The note": { "other": "注释" }, "The note of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的注释已更新。" }, "The note of the image {{.ID}} is updated.": { "other": "映像 {{.ID}} 的注释已更新。" }, "The note to be applied to the imported template": { "other": "要应用于已导入模板的注释" }, "The note was set successfully": { "other": "已成功设置注释" }, "The order is correct.": { "other": "订单正确。" }, "The order preset (if required by the package)": { "other": "订单预设(如果包需要的话)" }, "The order {{.OrderID}} was placed.": { "other": "已下订单 {{.OrderID}}。" }, "The origin type. [Permit: server, storage] Note: If OriginType is storage then OriginHost is take as Endpoint": { "other": "源类型。 [允许:server、storage] 注:如果 OriginType 为 storage,那么将 OriginHost 作为端点" }, "The origin type. [Permit: server, storage] Note: If OriginType is storage then OriginHost is take as Endpoint.": { "other": "源类型。 [许可:服务器、存储器] 注:如果 OriginType 是存储器,那么 OriginHost 作为端点。" }, "The origin {{.Id}} with path {{.Path}} was deleted.": { "other": "已删除路径为 {{.Path}} 的源 {{.Id}}。" }, "The original volume has been cancelled, unable to order duplicate volume": { "other": "已取消原始卷,因此无法订购复制卷" }, "The password part of the username/password pair.": { "other": "用户名/密码对的密码部分。" }, "The path that Akamai edge servers periodically fetch the test object from. example = /detection-test-object.html": { "other": "Akamai 边缘服务器定期从中访存测试对象的路径。 示例 = /detection-test-object.html" }, "The port has to be a positive integer.": { "other": "端口必须为正整数。" }, "The portable storage id to be added to the virtual server": { "other": "要添加到虚拟服务器的可移植存储器标识" }, "The private network speed of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的专用网络速度已更新。" }, "The private network speed of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的专用网络速度已更新。" }, "The protocol (icmp, tcp, udp) to enforce": { "other": "要强制实施的协议(icmp、tcp 或 udp)" }, "The public SSH key will be written to this file": { "other": "公共 SSH 密钥将写入此文件" }, "The public network speed of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的公用网络速度已更新。" }, "The public network speed of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的公用网络速度已更新。" }, "The quantity of the item being ordered if different from quoted value": { "other": "正在订购的商品的数量(如果不同于报价值)" }, "The quantity of the item being ordered. This value defaults to 1": { "other": "此项要订购的数量。此值缺省为 1" }, "The quantity of virtual server be created. It should be greater or equal to 1. This value defaults to 1.": { "other": "要创建的虚拟服务器数量。该数量应大于或等于 1。此值缺省为 1。" }, "The quote will be sent to the associated email address": { "other": "报价将会发送到关联的电子邮件地址" }, "The referenceCode of the operating system software description for the imported VHD, ISO, or RAW image": { "other": "已导入的 VHD、ISO 或 RAW 映像的操作系统软件描述的参考码" }, "The remote IP/CIDR to enforce": { "other": "要强制实施的远程 IP/CIDR" }, "The requested duplicate volume size is too large. The maximum size for duplicate block volumes is 10 times the size of the origin volume or, if the origin volume was also a duplicate, 10 times the size of the initial origin volume (i.e. the origin volume from which the first duplicate was created in the chain of duplicates). Requested: {{.DuplicateSize}} GB. Base origin size: {{.BaseSize}} GB.": { "other": "请求的复制卷大小过大。复制块卷的最大大小是源卷大小的 10 倍,或者如果源卷也是复制卷,那么为初始源卷(即,在一串复制项中,从其中创建第一个复制项的源卷)大小的 10 倍。请求的是:{{.DuplicateSize}} GB。基本源大小:{{.BaseSize}} GB。" }, "The requested duplicate volume size is too small. Duplicate volumes must be at least as large as their origin volumes.": { "other": "请求的复制卷大小过小。复制卷必须至少与其源卷一样大。" }, "The short name of the datacenter": { "other": "数据中心的短名称" }, "The size of snapshot space to order for the duplicate, if no snapshot space size is specified, the snapshot space size of the origin volume will be used": { "other": "要为复制项订购的快照空间的大小,如果未指定快照空间大小,将使用源卷的快照空间大小" }, "The snapshot space for this volume is set for cancellation; unable to order replicant volume.": { "other": "此卷的快照空间已设置为取消;无法订购副本卷。" }, "The storage username to be added to the hardware server.": { "other": "要添加到硬件服务器中的存储器用户名。" }, "The storage username to be added to the virtual server.": { "other": "要添加到虚拟服务器中的存储器用户名。" }, "The subject id to use for the ticket, issue '${COMMAND_NAME} sl ticket subjects' to get the list. [required]": { "other": "要用于凭单的主题标识,请发出“${COMMAND_NAME}sl ticket subjects”以获取列表。[必需]" }, "The subnet type has to be either internal, or remote or service.": { "other": "子网类型必须为 internal、remote 或 service。" }, "The subnet {{.Subnet}} was authorized to access {{.VolumeId}}.": { "other": "已授权子网 {{.Subnet}} 访问 {{.VolumeId}}。" }, "The tag of the image {{.ID}} is updated.": { "other": "映像 {{.ID}} 的标记已更新。" }, "The tags of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的标记已更新。" }, "The tags of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的标记已更新。" }, "The ticket body": { "other": "凭单正文" }, "The ticket id must be a number.": { "other": "凭单标识必须为数字。" }, "The ticket id must be a positive non-zero number.": { "other": "凭单标识必须为非零正数。" }, "The title of the ticket. [required]": { "other": "凭单标题。[必需]" }, "The transaction to clear the route is created, routes will be updated in one or two minutes.": { "other": "已创建用于清除路由的事务,将在一到两分钟内更新路由。" }, "The transaction to modify a global IP route is created, routes will be updated in one or two minutes.": { "other": "用于修改全局 IP 路径的事务已创建,路径将在一或两分钟后更新。" }, "The transaction to route is created, routes will be updated in one or two minutes.": { "other": "创建要路由的事务,将在一到两分钟内更新路由。" }, "The transaction to unroute a global IP address is created, routes will be updated in one or two minutes.": { "other": "用于取消路由全局 IP 地址的事务已创建,路径将在一或两分钟后更新。" }, "The type of the VLAN, either public or private": { "other": "VLAN 的类型,值为 public 或 private" }, "The type of the object we want to get event logs for": { "other": "要获取其事件日志的对象的类型" }, "The upper port bound to enforce": { "other": "已绑定要强制实施的上方端口" }, "The user data of hardware server: {{.ID}} was updated.": { "other": "硬件服务器 {{.ID}} 的用户数据已更新。" }, "The user data of virtual server instance: {{.VsId}} was updated.": { "other": "虚拟服务器实例 {{.VsId}} 的用户数据已更新。" }, "The username part of the username/password pair.": { "other": "用户名/密码对的用户名部分。" }, "The value of option '--quantity' should be greater or equal to 1.": { "other": "选项“--quantity”的值应大于或等于 1。" }, "The value of option '-t, --type' should be PublicToPrivate | PrivateToPrivate | PublicToPublic": { "other": "选项“-t, --type”的值应为 PublicToPrivate | PrivateToPrivate | PublicToPublic" }, "The value of option -c, --compare-type should be EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS.": { "other": "选项 -c, --compare-type 的值应为 EQUAL_TO | ENDS_WITH | STARTS_WITH | REGEX | CONTAINS。" }, "The value of option -t, --type should be HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH.": { "other": "选项 -t, --type 的值应为 HOST_NAME | FILE_TYPE | HEADER | COOKIE | PATH。" }, "The virtual server is migrating.": { "other": "正在迁移虚拟服务器。" }, "The virtual server is migrating: {{.VsId}}.": { "other": "正在迁移虚拟服务器:{{.VsId}}。" }, "The virtual server {{.VsID}} was authorized to access {{.VolumeId}}.": { "other": "已授权虚拟服务器 {{.VsID}} 访问 {{.VolumeId}}。" }, "The vlan is located at: {{.VLAN}}, Please add a valid private vlan according the datacenter selected.": { "other": "vlan 位于 {{.VLAN}},请根据所选的数据中心添加有效的专用 vlan。" }, "The volume has been cancelled; unable to modify volume.": { "other": "该卷已取消;无法修改卷。" }, "There are no replication partners for volume {{.VolumeID}}.\n": { "other": "没有卷 {{.VolumeID}} 的复制合作伙伴。\n" }, "There are not private vlans available for this datacenter.": { "other": "不存在可用于此数据中心的专用 vlans。" }, "There is not any guest into the dedicated host {{.ID}}.": { "other": "专用主机 {{.ID}}中不存在任何访客。" }, "There is not available category to this disk size": { "other": "此磁盘大小没有可用的类别" }, "This account is the Master User and has all permissions enabled": { "other": "此帐户是主用户,已启用所有许可权" }, "This action will incur charges on your account. Continue?": { "other": "此操作将使您的帐户发生费用。要继续吗?" }, "This action will cancel the firewall {{.ID}} from your account. Continue?": { "other": "此操作将从您的帐户取消防火墙 {{.ID}}。要继续吗?" }, "This action will incur charges on your account. Continue?": { "other": "此操作将使您的帐户发生费用。要继续吗?" }, "This command requires --add or --remove option.": { "other": "此命令需要 --add 或 --remove 选项。" }, "This command requires --enable or --disable option.": { "other": "此命令需要 --enable 或 --disable 选项。" }, "This command requires four arguments.": { "other": "此命令需要 4 个自变量。" }, "This command requires notification names as arguments and options flags.": { "other": "此命令需要通知名称作为参数和选项标志。" }, "This command requires one argument.": { "other": "此命令需要 1 个自变量。" }, "This command requires one option.": { "other": "此命令需要一个选项。" }, "This command requires the --subject-id option.": { "other": "此命令需要 --subject-id 选项。" }, "This command requires the --title option.": { "other": "此命令需要 --title 选项。" }, "This command requires three arguments.": { "other": "此命令需要 3 个自变量。" }, "This command requires two arguments.": { "other": "此命令需要 2 个自变量。" }, "This command will only show VLANs not yet trunked to this server.": { "other": "此命令将仅显示尚未中继到此服务器的 VLAN。" }, "This is the credential id associated with the volume. [Required]": { "other": "这是与该卷关联的凭证标识。 [必需]" }, "This option is not available.": { "other": "此选项不可用。" }, "This volume cannot be modified since it does not support Encryption at Rest.": { "other": "无法修改此卷,因为此卷不支持静态加密。" }, "This volume is set for cancellation; unable to order replicant volume.": { "other": "此卷已设置为取消;无法订购副本卷。" }, "This will cancel all virtual server instances in the dedicatedhost: {{.HostID}} and cannot be undone. Continue?": { "other": "这将取消专用主机中的所有虚拟服务器实例:{{.HostID}},此操作无法撤销。 继续吗?" }, "This will cancel the IP address: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消 IP 地址 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the IPSec: {{.ContextID}} and cannot be undone. Continue?": { "other": "这将取消 IPSec {{.ContextID}},并且无法撤销。要继续吗?" }, "This will cancel the VLAN: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消 VLAN {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the block volume snapshot space: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消块卷快照空间 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the block volume: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消块卷 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the file volume snapshot space: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消文件卷快照空间 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the file volume: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消文件卷 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the hardware server: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消硬件服务器 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the load balancer policy: {{.PolicyID}} and cannot be undone. Continue?": { "other": "这将取消负载均衡器策略 {{.PolicyID}},并且无法撤销。要继续吗?" }, "This will cancel the load balancer: {{.LBID}} and cannot be undone. Continue?": { "other": "这将取消负载均衡器 {{.LBID}},并且无法撤销。要继续吗?" }, "This will cancel the object-storage: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消对象存储器 {{.ID}},并且无法撤销。 继续吗?" }, "This will cancel the subnet: {{.ID}} and cannot be undone. Continue?": { "other": "这将取消子网 {{.ID}},并且无法撤销。要继续吗?" }, "This will cancel the virtual server instance: {{.VsID}} and cannot be undone. Continue?": { "other": "这将取消虚拟服务器实例 {{.VsID}},并且无法撤销。要继续吗?" }, "This will delete security group {{.ID}} and cannot be undone. Continue?": { "other": "这将删除安全组 {{.ID}},并且无法撤销。要继续吗?" }, "This will delete the load balancer L7 member: {{.MemberID}} and cannot be undone. Continue?": { "other": "这将删除负载均衡器 L7 成员 {{.MemberID}},并且无法撤销。要继续吗?" }, "This will delete the load balancer L7 pool: {{.PoolID}} and cannot be undone. Continue?": { "other": "这将删除负载均衡器 L7 池 {{.PoolID}},并且无法撤销。要继续吗?" }, "This will delete the load balancer L7 rule: {{.RuleID}} and cannot be undone. Continue?": { "other": "这将删除负载均衡器 L7 规则 {{.RuleID}},并且无法撤销。要继续吗?" }, "This will delete the load balancer member: {{.MemberID}} and cannot be undone. Continue?": { "other": "这将删除负载均衡器成员 {{.MemberID}},并且无法撤销。要继续吗?" }, "This will delete the load balancer protocol: {{.ProtocolID}} and cannot be undone. Continue?": { "other": "这将删除负载均衡器协议 {{.ProtocolID}},并且无法撤销。要继续吗?" }, "This will delete the user: {{.ID}} and cannot be undone. Continue?": { "other": "这将删除用户 {{.ID}},并且无法撤销。要继续吗?" }, "This will pause virtual server instance: {{.VsId}}. Continue?": { "other": "这将暂停虚拟服务器实例:{{.VsId}}。要继续吗?" }, "This will power cycle hardware server: {{.ID}}. Continue?": { "other": "这将重启硬件服务器 {{.ID}} 的电源。要继续吗?" }, "This will power off hardware server: {{.ID}} and update device firmware. Continue?": { "other": "这将关闭硬件服务器 {{.ID}} 的电源并更新设备固件。要继续吗?" }, "This will power off hardware server: {{.ID}}. Continue?": { "other": "这将关闭硬件服务器 {{.ID}} 的电源。要继续吗?" }, "This will power off the server with id {{.hardwareID}} and reflash device firmware. Continue?": { "other": "这将关闭标识为 {{.hardwareID}} 的服务器的电源,并重刷设备固件。 继续吗?" }, "This will power off virtual server instance: {{.VsId}}. Continue?": { "other": "这将关闭虚拟服务器实例 {{.VsId}} 的电源。要继续吗?" }, "This will power on virtual server instance: {{.VsId}}. Continue?": { "other": "这将打开虚拟服务器实例 {{.VsId}} 的电源。要继续吗?" }, "This will reboot hardware server: {{.ID}}. Continue?": { "other": "这将重新引导硬件服务器:{{.ID}}。要继续吗?" }, "This will reboot virtual server instance: {{.VsId}}. Continue?": { "other": "这将重新引导虚拟服务器实例:{{.VsId}}。要继续吗?" }, "This will reload operating system for hardware server: {{.ID}}. Continue?": { "other": "这将为硬件服务器 {{.ID}} 重新装入操作系统。要继续吗?" }, "This will reload operating system of virtual server instance: {{.VsId}} and cannot be undone. Continue?": { "other": "这将重新装入虚拟服务器实例 {{.VsId}} 的操作系统,并且无法撤销。要继续吗?" }, "This will remove SSH key: {{.ID}} and cannot be undone. Continue?": { "other": "这将除去 SSH 密钥 {{.ID}},并且无法撤销。要继续吗?" }, "This will remove SSL certificate: {{.ID}} and cannot be undone. Continue?": { "other": "这将除去 SSH 证书 {{.ID}},并且无法撤销。要继续吗?" }, "This will remove placement group: {{.ID}} and cannot be undone. Continue?": { "other": "这将除去放置组:{{.ID}},并且无法撤销。要继续吗?" }, "This will remove rule {{.RuleId}} in security group {{.GroupId}} and cannot be undone. Continue?": { "other": "这将除去安全组 {{.GroupId}} 中的规则 {{.RuleId}},并且无法撤销。要继续吗?" }, "This will resume virtual server instance: {{.VsId}}. Continue?": { "other": "这将恢复虚拟服务器实例:{{.VsId}}。要继续吗?" }, "Ticket ID: {{.TicketID}}.": { "other": "凭单标识:{{.TicketID}}。" }, "Ticket could not be created: {{.Error}}.": { "other": "无法创建凭单:{{.Error}}。" }, "Ticket priority [1|2|3|4], from 1 (Critical) to 4 (Minimal Impact). Only settable with Advanced and Premium support. See https://www.ibm.com/cloud/support": { "other": "凭单优先级 [1|2|3|4],从 1(严重)到 4(影响最小)。仅使用高级和高端支持时可设置。请参阅 https://www.ibm.com/cloud/support" }, "Tier": { "other": "层" }, "Title": { "other": "职位" }, "To add Datacenter": { "other": "要添加数据中心,请执行以下操作:" }, "To route requests to your website, enter the hostname for your website, for example, www.example.com or app.example.com. [required]": { "other": "要将请求路由到 Web 站点,请输入 Web 站点的主机名,例如 www.example.com 或 app.example.com。[必需]" }, "Toggle the IPMI interface on and off. This command is asynchronous.": { "other": "开启 IPMI 接口,然后将其关闭。这是异步命令。" }, "Total": { "other": "总计" }, "Total bandwidth": { "other": "总带宽" }, "Total hits": { "other": "总点击数" }, "Total monthly cost": { "other": "每月总成本" }, "Total number of result to return. -1 to return ALL, there may be a LOT of these. [default: 50]": { "other": "要返回的结果总数。-1 表示返回全部,可能存在这些值的 LOT。[缺省值:50]" }, "Total usage": { "other": "总使用量" }, "True": { "other": "True" }, "Trunked": { "other": "已中继" }, "Trunks a VLAN to the this server.": { "other": "将 VLAN 中继到此服务器。" }, "Type": { "other": "类型" }, "Type Name": { "other": "类型名称" }, "Type of storage volume [required], options are: performance,endurance": { "other": "存储卷的类型 [必需],选项为:performance 或 endurance" }, "Types": { "other": "类型" }, "URI": { "other": "URI" }, "URL": { "other": "URL" }, "USERNAME": { "other": "USERNAME" }, "USER_ID": { "other": "USER_ID" }, "UTC Offset for searching with dates. +/-HHMM format [default: -0000]": { "other": "用于搜索日期的 UTC 偏移量。 +/-hhmm 格式 [缺省值:-0000]" }, "UUID": { "other": "UUID" }, "UUID for the load balancer member [required]": { "other": "负载均衡器成员的 UUID [必需]" }, "UUID for the load balancer policy [required]": { "other": "负载均衡器策略的 UUID [必需]" }, "UUID for the load balancer pool [required]": { "other": "负载均衡器池的 UUID [必需]" }, "UUID for the load balancer protocol [required]": { "other": "负载均衡器协议的 UUID [必需]" }, "UUID for the load balancer rule [required]": { "other": "负载均衡器规则的 UUID [必需]" }, "UUID for the protocol [required]": { "other": "协议的 UUID [必需]" }, "UUID of the protocol you want to edit.": { "other": "要编辑的协议的 UUID。" }, "Unable to create {{.Type}} subnet.": { "other": "无法创建 {{.Type}} 子网。" }, "Unable to find VLAN with ID {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的 VLAN。\n" }, "Unable to find bandwidth pool with ID {{.bandwidthPoolId}}.\n": { "other": "找不到标识为 {{.bandwidthPoolId}} 的带宽池。\n" }, "Unable to find category code from this volume.": { "other": "找不到此卷的类别代码。" }, "Unable to find credential with ID: {{.credentialID}}.\n": { "other": "找不到标识为 {{.credentialID}} 的凭证。\n" }, "Unable to find firewall with ID: {{.ID}}": { "other": "找不到标识为 {{.ID}} 的防火墙" }, "Unable to find global IP with ID: {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的全局 IP。\n" }, "Unable to find hardware server with ID: {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的硬件服务器。\n" }, "Unable to find health check with UUID of '{{.UUID}}' in load balancer {{.ID}}.": { "other": "在负载均衡器 {{.ID}} 中找不到 UUID 为“{{.UUID}}”的运行状况检查。" }, "Unable to find image with ID {{.ImageID}}.\n": { "other": "找不到标识为 {{.ImageID}} 的映像。\n" }, "Unable to find item with ID: {{.itemID}}.\n": { "other": "找不到标识为 {{.itemID}}的项。\n" }, "Unable to find license with key: {{.key}}.": { "other": "找不到密钥为 {{.key}} 的许可证。" }, "Unable to find location": { "other": "找不到位置" }, "Unable to find network port speed for this device.": { "other": "找不到此设备的网络端口速度。" }, "Unable to find object with IP address: {{.address}}": { "other": "找不到 IP 地址为 {{.address}} 的对象" }, "Unable to find object-storage with ID: {{.storageID}}.\n": { "other": "找不到标识为 {{.storageID}} 的对象存储器。\n" }, "Unable to find object-storage with objectStorageID {{.objectStorageID}}.": { "other": "找不到 objectStorageID 为 {{.objectStorageID}} 的对象存储器。" }, "Unable to find resource record with ID: {{.RecordID}}.\n": { "other": "找不到标识为 {{.RecordID}} 的资源记录。\n" }, "Unable to find snapshot with ID {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的快照。\n" }, "Unable to find subnet with ID: {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的子网。\n" }, "Unable to find user id for %s": { "other": "找不到 %s 的用户标识" }, "Unable to find virtual server instance with ID: {{.VsID}}.\n": { "other": "找不到标识为 {{.VsID}} 的虚拟服务器实例。\n" }, "Unable to find volume with ID {{.ID}}.\n": { "other": "找不到标识为 {{.ID}} 的卷。\n" }, "Unable to find zone with ID: {{.ZoneID}}.\n": { "other": "找不到标识为 {{.ZoneID}} 的专区。\n" }, "Unable to find {{.Option}} option with value {{.Value}}.": { "other": "找不到值为 {{.Value}} 的 {{.Option}} 选项。" }, "Unable to parse zone from BIND file.": { "other": "无法从 BIND 文件解析专区。" }, "Unable to unmarshal extras json: %s\n": { "other": "无法反序列化额外的 json:%s\n" }, "Unable to unmarshal template json: %s\n": { "other": "无法反序列化模板 JSON:%s\n" }, "Unassign a global IP from a target router or device": { "other": "取消从目标路由器或设备分配全局 IP" }, "Unique Id": { "other": "唯一标识" }, "Unique id": { "other": "唯一标识" }, "Update ID": { "other": "更新标识" }, "Update an address translation for an IPSec": { "other": "更新 IPSec 的地址转换" }, "Update could not be added: {{.Error}}\n": { "other": "无法添加更新:{{.Error}}\n" }, "Update disk number to size in GB [capacity,diskNumber]. --resize-disk 250,2": { "other": "将磁盘号更新为以 GB 为单位的大小 [capacity,diskNumber]。--resize-disk 250,2" }, "Update resource records in a zone": { "other": "更新专区中的资源记录" }, "Update server firmware": { "other": "更新服务器固件" }, "Update tunnel context properties": { "other": "更新隧道上下文属性" }, "Updated IPSec {{.ContextID}}.": { "other": "已更新 IPSec {{.ContextID}}。" }, "Updated resource record under zone {{.Zone}}: ID={{.ID}}, type={{.RecordType}}, record={{.Host}}, data={{.Data}}, ttl={{.Ttl}}.": { "other": "已更新专区 {{.Zone}} 下的资源记录:标识={{.ID}},类型={{.RecordType}},记录={{.Host}},数据={{.Data}},ttl={{.Ttl}}。" }, "Updated translation with ID {{.TransID}} in IPSec {{.ID}}.": { "other": "已在 IPSec {{.ID}} 中更新标识为 {{.TransID}} 的转换。" }, "Updates": { "other": "更新" }, "Upgrade BIOS": { "other": "升级 BIOS" }, "Upgrade a virtual server instance": { "other": "升级虚拟服务器实例" }, "Upgrade all hard drives' firmware": { "other": "升级所有硬盘的固件" }, "Uri": { "other": "Uri" }, "Url": { "other": "Url" }, "Url path for HTTP/HTTPS checks": { "other": "HTTP/HTTPS 检查的 URL 路径" }, "Usage information.": { "other": "用法信息。" }, "Use 'cookie' or 'source-ip' to stick": { "other": "使用“cookie”或“source-ip”来粘住" }, "Use SAN storage instead of local disk": { "other": "使用 SAN 存储器,而不使用本地磁盘" }, "Use `${COMMAND_NAME} sl order lookup ` to find more details about a specific order.": { "other": "使用 `${COMMAND_NAME} sl order lookup ` 来查找有关特定顺序的更多信息。" }, "Use the configuration from an existing virtual server": { "other": "使用现有虚拟服务器中的配置" }, "User": { "other": "用户" }, "User ID": { "other": "用户标识" }, "User ID should be a number.": { "other": "用户标识应该为数字。" }, "User ID to be notified on monitoring failure, multiple occurrence allowed": { "other": "要在监视失败时通知的用户标识,允许多次出现" }, "User defined metadata string": { "other": "用户定义的元数据字符串" }, "User details": { "other": "用户详细信息" }, "User name": { "other": "用户名" }, "User {{.UserID}} updated successfully.": { "other": "已成功更新用户 {{.UserID}}。" }, "Username": { "other": "用户名" }, "VIRTUAL": { "other": "VIRTUAL" }, "VLAN": { "other": "VLAN" }, "VLAN type": { "other": "VLAN 类型" }, "VLAN {{.ID}} was cancelled.": { "other": "VLAN {{.ID}} 已取消。" }, "VLAN {{.VlanID}} was updated.": { "other": "VLAN {{.VlanID}} 已更新。" }, "VPN password to set for this user.": { "other": "要为此用户设置的 VPN 密码。" }, "Valid quantities vary by type.\n\t- public IPv4: 4, 8, 16, 32\n\t- private IPv4: 4, 8, 16, 32, 64\n\t- public IPv6: 64\n\nEXAMPLE:\n\t${COMMAND_NAME} sl subnet create public 16 567\n\tThis command creates a public subnet with 16 IPv4 addresses and places it on vlan with ID 567.": { "other": "有效数量因类型而异。\n- 公用 IPv4: 4, 8, 16, 32\n- 专用 IPv4:4, 8, 16, 32, 64\n- 公用 IPv6: 64\n\n示例:\n${COMMAND_NAME} sl subnett create public 16 567\n 此命令将创建具有 16 个 IPv4 地址的公用子网,并将其放在标识为 567 的 VLAN 上。" }, "Value": { "other": "值" }, "Value of option '--sticky' should be cookie or source-ip": { "other": "选项“--sticky”的值应为 cookie 或 source-ip" }, "Vendor": { "other": "供应商" }, "Vendor Name": { "other": "供应商名称" }, "Version": { "other": "版本" }, "View a quote": { "other": "查看报价" }, "View and Order a quote": { "other": "查看和订购报价" }, "View details of a placement group": { "other": "查看放置组的详细信息" }, "View user permissions": { "other": "查看用户许可权" }, "Virtual": { "other": "虚拟" }, "Virtual Guest ID": { "other": "虚拟访客标识" }, "Virtual guest ID": { "other": "虚拟访客标识" }, "Virtual guest domain name not found.": { "other": "找不到虚拟访客域名。" }, "Virtual server ID should be a number.": { "other": "虚拟服务器标识应该是数字。" }, "Virtual server instance: {{.VsId}} is ready.": { "other": "虚拟服务器实例 {{.VsId}} 已就绪。" }, "Virtual server instance: {{.VsId}} was cancelled.": { "other": "虚拟服务器实例 {{.VsId}} 已取消。" }, "Virtual server instance: {{.VsId}} was paused.": { "other": "虚拟服务器实例 {{.VsId}} 已暂停。" }, "Virtual server instance: {{.VsId}} was power off.": { "other": "虚拟服务器实例 {{.VsId}} 的电源已关闭。" }, "Virtual server instance: {{.VsId}} was power on.": { "other": "虚拟服务器实例 {{.VsId}} 的电源已打开。" }, "Virtual server instance: {{.VsId}} was rebooted.": { "other": "虚拟服务器实例 {{.VsId}} 已重新引导。" }, "Virtual server instance: {{.VsId}} was resumed.": { "other": "虚拟服务器实例 {{.VsId}} 已恢复。" }, "Virtual server template is exported to: {{.Template}}.": { "other": "虚拟服务器模板已导出到:{{.Template}}。" }, "Virtual servers": { "other": "虚拟服务器" }, "Visibility": { "other": "可视性" }, "Vlan": { "other": "VLAN" }, "Vlan ids": { "other": "Vlan 标识" }, "Vlans": { "other": "Vlan" }, "Volts Sensor": { "other": "伏特传感器" }, "Volume Name": { "other": "卷名" }, "Volume does not have a valid storage type (with an appropriate \nkeyName to indicate the volume is a PERFORMANCE or an ENDURANCE volume).": { "other": "卷没有有效的存储类型(带有相应的 \nkeyName,用于指示该卷是 PERFORMANCE 还是 ENDURANCE 卷)。" }, "Volume name": { "other": "卷名" }, "Vs": { "other": "VS" }, "Wait until the virtual server is finished provisioning for up to X seconds before returning": { "other": "请等待虚拟服务器完成供应(最长 X 秒)后再返回" }, "Wait until the virtual server is finished provisioning for up to X seconds before returning. It's not compatible with option --quantity": { "other": "请等待虚拟服务器完成供应(最长 X 秒)后再返回。这与选项 --quantity 不兼容" }, "Watts Sensor": { "other": "瓦特传感器" }, "Whether or not this duplicate will be a dependent duplicate of the origin volume.": { "other": "此重复卷是否将成为源卷的从属重复卷。" }, "Would you like to submit the rules. Continue?": { "other": "提交规则。要继续吗?" }, "Wrapped Data Encryption Key provided by IBM KeyProtect. For more info see: https://console.bluemix.net/docs/services/key-protect/wrap-keys.html#wrap-keys": { "other": "IBM KeyProtect 提供的包装的数据加密密钥。有关更多信息,请参阅:https://console.bluemix.net/docs/services/key-protect/wrap-keys.html#wrap-keys" }, "Yes": { "other": "是" }, "You are about to create the following user: {{.UserName}}. Do you wish to continue?": { "other": "您即将创建以下用户:{{.UserName}}。要继续吗?" }, "You may run '{{.CommandName}} sl block volume-list --order {{.OrderID}}' to find this block volume after it is ready.": { "other": "此块卷就绪后,可运行“{{.CommandName}} sl block volume-list --order {{.OrderID}}”来查找此块卷。" }, "You may run '{{.CommandName}} sl block volume-list --order {{.OrderID}}' to find this file volume after it is ready.": { "other": "此文件卷就绪后,可运行“{{.CommandName}} sl block volume-list --order {{.OrderID}}”来查找此文件卷。" }, "You may run '{{.CommandName}} sl file volume-list --order {{.OrderID}}' to find this file volume after it is ready.": { "other": "此文件卷就绪后,可运行“{{.CommandName}} sl file volume-list --order {{.OrderID}}”来查找此文件卷。" }, "You may run '{{.CommandName}} sl ipsec list --order {{.OrderID}}' to find this IPSec VPN after it is ready.": { "other": "此 IPSec VPN 就绪后,可运行“{{.CommandName}} sl ipsec list --order {{.OrderID}}”来查找此 IPSec VPN。" }, "You may run '{{.CommandName}} sl vs host-list --order {{.OrderID}}' to find this dedicated host after it is ready.": { "other": "就绪后,可运行“{{.CommandName}} sl vs host-list --order {{.OrderID}}”以查找此专用主机。" }, "Your new VPN password [required]": { "other": "您的新 VPN 密码 [必需]" }, "Your server IP address or hostname. [required]": { "other": "您的服务器 IP 地址或主机名。[必需]" }, "ZONE": { "other": "ZONE" }, "ZONEFILE": { "other": "ZONEFILE" }, "Zone {{.Zone}} was created.": { "other": "专区 {{.Zone}} 已创建。" }, "Zone {{.Zone}} was deleted.": { "other": "专区 {{.Zone}} 已删除。" }, "[--billing] billing rate must be either hourly or monthly.": { "other": "[--billing] 计费费率必须为 hourly 或 monthly。" }, "[--billing] has to be either hourly or monthly.": { "other": "[--billing] 必须是每小时或每月。" }, "[--public] is not allowed with [--private].": { "other": "不允许将 [--public] 与 [--private] 一起使用。" }, "[--schedule-type] is required, options are: HOURLY, DAILY, WEEKLY.": { "other": "[--schedule-type] 是必需的,选项为:HOURLY、DAILY 或 WEEKLY。" }, "[--schedule-type] must be HOURLY, DAILY, or WEEKLY.": { "other": "[--schedule-type] 必须为 HOURLY、DAILY 或 WEEKLY。" }, "[--status] must be either all, valid or expired.": { "other": "[--status] 必须为 all、valid 或 expired。" }, "[--v4] is not allowed with [--v6].": { "other": "不允许将 [--v4] 与 [--v6] 一起使用。" }, "[-b|--billing] has to be either hourly or monthly.": { "other": "[-b|--billing] 必须为 hourly 或 monthly。" }, "[-d|--datacenter] and [-t|--vlan-type] are required.\nRun '{{.CommandName}} sl vlan options' to check available options.": { "other": "[-d|--datacenter] 和 [-t|--vlan-type] 是必需的。\n请运行“{{.CommandName}} sl vlan options”以检查可用的选项。" }, "[-d|--datacenter] is required.\n Run '{{.CommandName}} sl block volume-options' to get available options.": { "other": "[-d|--datacenter] 是必需的。\n请运行“{{.CommandName}} sl block volume-options”以获取可用的选项。" }, "[-d|--day-of-week] value must be between 0 and 6.": { "other": "[-d|--day-of-week] 值必须介于 0 到 6 之间。" }, "[-k] is not allowed with [-f|--in-file].": { "other": "不允许将 [-k] 与 [-f|--in-file] 一起使用。" }, "[-m|--minute] value must be between 0 and 59.": { "other": "[-m|--minute] 值必须介于 0 到 59 之间。" }, "[-r|--hour] value must be between 0 and 23.": { "other": "[-r|--hour] 值必须介于 0 到 23 之间。" }, "[-r|--router] is not allowed with [-d|--datacenter] or [-t|--vlan-type].\nRun '{{.CommandName}} sl vlan options' to check available options.": { "other": "不允许将 [-r|--router] 与 [-d|--datacenter] 或 [-t|--vlan-type] 一起使用。\n请运行“{{.CommandName}} sl vlan options”以检查可用的选项。" }, "[-s|--schedule-type] is required, options are: HOURLY, DAILY, WEEKLY.": { "other": "[-s|--schedule-type] 是必需的,选项为:HOURLY、DAILY 或 WEEKLY。" }, "[-s|--schedule-type] must be HOURLY, DAILY, or WEEKLY.": { "other": "[-s|--schedule-type] 必须为 HOURLY、DAILY 或 WEEKLY。" }, "[-s|--size] is required.\nRun '{{.CommandName}} sl block volume-options' to get available options.": { "other": "[-s|--size] 是必需的。\n请运行“{{.CommandName}} sl block volume-options”以获取可用的选项。" }, "[-s|--size] is required.\nRun '{{.CommandName}} sl file volume-options' to get available options.": { "other": "[-s|--size] 是必需的。\n请运行“{{.CommandName}} sl file volume-options”以获取可用的选项。" }, "[-s|--snapshot-schedule] is required, options are: HOURLY, DAILY, WEEKLY.": { "other": "[-s|--snapshot-schedule] 是必需的,选项为:HOURLY、DAILY 或 WEEKLY。" }, "[-t|--tier] is optional, options are: 0.25,2,4,10.": { "other": "[-t|--tier] 是可选的,选项为:0.25、2、4 或 10。" }, "[-t|--vlan-type] is required, must be either public or private.\nRun '{{.CommandName}} sl vlan options' to check available options.": { "other": "[-t|--vlan-type] 是必需的,必须为 public 或 private。\n请运行“{{.CommandName}} sl vlan options”以检查可用的选项。" }, "[-u|--userdata] is not allowed with [-F|--userfile].": { "other": "不允许将 [-u|--userdata] 与 [-F|--userfile] 一起使用。" }, "[TAG NAME]": { "other": "[标记名称]" }, "[required]": { "other": "[必需]" }, "accepts at most {{.Limit}} arg(s), received {{.Args}}": { "other": "最多接受 {{.Limit}} 个参数,已收到 {{.Args}} 个" }, "accepts between {{.Min}} and {{.Max}} arg(s), received {{.Args}}": { "other": "接受 {{.Min}} 到 {{.Max}} 个参数,已收到 {{.Args}} 个" }, "accepts {{.Limit}} arg(s), received {{.Args}}": { "other": "接受 {{.Limit}} 个参数,已收到 {{.Args}} 个" }, "access_id is the host_id obtained by: sl block access-list ": { "other": "access_id 是由 sl block access-list 获取的 host_id" }, "access_id is the host_id obtained by: sl block access-list SoftLayer_Account::iscsiisolationdisabled must be False to use this command": { "other": "access_id 是由 sl block access-list 获取的 host_id SoftLayer_Account::iscsiisolationdisabled 必须为 False 才能使用此命令" }, "account": { "other": "account" }, "action": { "other": "action" }, "active": { "other": "active" }, "active transaction": { "other": "活动事务" }, "assigned": { "other": "assigned" }, "backendRouterId: ": { "other": "backendRouterId: " }, "balanced": { "other": "balanced" }, "balanced local - hdd": { "other": "balanced local - hdd" }, "balanced local - ssd": { "other": "balanced local - ssd" }, "billing": { "other": "收费" }, "broadcast": { "other": "broadcast" }, "cache-description is only used with the cache option": { "other": "cache-description 仅与 cache 选项配合使用" }, "cache-description option must be used ": { "other": "必须使用 cache-description 选项 " }, "capacity": { "other": "容量" }, "category": { "other": "category" }, "certificate ID not found": { "other": "找不到证书标识" }, "closing soon: ": { "other": "即将关闭: " }, "common_name": { "other": "common_name" }, "compute": { "other": "compute" }, "cost": { "other": "cost" }, "cpu cores": { "other": "cpu cores" }, "created": { "other": "created" }, "data": { "other": "data" }, "datacenter": { "other": "datacenter" }, "datacenters": { "other": "datacenters" }, "date_created": { "other": "date_created" }, "date_of_month": { "other": "date_of_month" }, "day": { "other": "day" }, "day_of_week": { "other": "day_of_week" }, "days_until_expire": { "other": "days_until_expire" }, "dc": { "other": "dc" }, "dedicated host": { "other": "dedicated host" }, "description": { "other": "description" }, "dest": { "other": "dest" }, "dest_mask": { "other": "dest_mask" }, "detail": { "other": "详细信息" }, "device": { "other": "device" }, "disk space": { "other": "磁盘空间" }, "disk_guest": { "other": "disk_guest" }, "domain": { "other": "domain" }, "drive": { "other": "驱动器" }, "either [--label] or [--note] must be specified to edit SSH key.": { "other": "必须指定 [--label] 或 [--note] 才可编辑 SSH 密钥。" }, "either [-c|--cpu] or [--flavor] is required.": { "other": "[-c|--cpu] 或 [--flavor] 是必需的。" }, "either [-k] or [-f|--in-file] is required.": { "other": "[-k] 或 [-f|--in-file] 是必需的。" }, "either [-m|--memory] or [--flavor] is required.": { "other": "[-m|--memory] 或 [--flavor] 是必需的。" }, "either [-o|--os] or [--image] is required.": { "other": "[-o|--os] 或 [--image] 是必需的。" }, "either the hardware or virtual flag must be set.": { "other": "必须设置 hardware 或 virtual 标志。" }, "email ID": { "other": "电子邮件标识" }, "failed reading file": { "other": "读取文件失败" }, "fingerprint": { "other": "fingerprint" }, "firewall": { "other": "firewall" }, "flavor: ": { "other": "flavor: " }, "flex": { "other": "flex" }, "fqdn": { "other": "fqdn" }, "gateway": { "other": "gateway" }, "global_identifier": { "other": "global_identifier" }, "guid": { "other": "guid" }, "hardware": { "other": "hardware" }, "hardware and virtual flags cannot be set at the same time.": { "other": "不能同时设置 hardware 和 virtual 标志。" }, "host": { "other": "host" }, "hour": { "other": "hour" }, "http or https": { "other": "http 或 https" }, "id": { "other": "id" }, "identifier": { "other": "identifier" }, "instances: ": { "other": "实例: " }, "interface": { "other": "interface" }, "intermediate certificate not found": { "other": "找不到中间证书" }, "invalid argument {{.Arg}} for {{.Path}}": { "other": "{{.Path}} 的自变量 {{.Arg}} 无效" }, "ip": { "other": "ip" }, "ipAddress": { "other": "ipAddress" }, "item": { "other": "item" }, "keyName": { "other": "keyName" }, "label": { "other": "label" }, "last transaction": { "other": "上次交易" }, "maximum_snapshots": { "other": "maximum_snapshots" }, "memory": { "other": "memory" }, "minute": { "other": "minute" }, "month_of_year": { "other": "month_of_year" }, "name": { "other": "name" }, "netmask": { "other": "netmask" }, "network space": { "other": "network space" }, "none": { "other": "无" }, "note": { "other": "note" }, "notes": { "other": "notes" }, "number": { "other": "number" }, "one of --permission and --from-user should be used to specify permissions": { "other": "应该使用 --permission 和 --from-user 中的一项来指定许可权" }, "options for %s are hardware or virtual": { "other": "%s 的选项为 hardware 或 virtual" }, "options for --enable are true, false": { "other": "--enable 的选项为 true、false" }, "os": { "other": "os" }, "os version": { "other": "os version" }, "owner": { "other": "owner" }, "password": { "other": "password" }, "preset": { "other": "预设" }, "primary_router": { "other": "primary_router" }, "private": { "other": "private" }, "private cpu": { "other": "private cpu" }, "private ip": { "other": "private ip" }, "private network": { "other": "private network" }, "private_ip": { "other": "private_ip" }, "protocol": { "other": "protocol" }, "public": { "other": "public" }, "public ip": { "other": "public ip" }, "public_ip": { "other": "public_ip" }, "ready": { "other": "ready" }, "replication": { "other": "replication" }, "requires at least {{.Limit}} arg(s), only received {{.Args}}": { "other": "至少需要 {{.Limit}} 个参数,仅收到 {{.Args}} 个" }, "routers": { "other": "routers" }, "security groups": { "other": "安全组" }, "serial": { "other": "序列" }, "share image": { "other": "共享映像" }, "size_bytes": { "other": "size_bytes" }, "software": { "other": "software" }, "src_ip": { "other": "src_ip" }, "src_mask": { "other": "src_mask" }, "state": { "other": "state" }, "status": { "other": "status" }, "subnet": { "other": "subnet" }, "subnet type": { "other": "subnet type" }, "subnets": { "other": "subnets" }, "tags": { "other": "标记" }, "target": { "other": "target" }, "term": { "other": "期限" }, "transient": { "other": "transient" }, "ttl": { "other": "ttl" }, "type": { "other": "类型" }, "unknown command {{.Arg}} for {{.Command}}": { "other": "针对 {{.Command}} 的命令 {{.Arg}} 未知" }, "updated": { "other": "updated" }, "usable ips": { "other": "usable ips" }, "usable_ips": { "other": "usable_ips" }, "usage data over date range.": { "other": "日期范围内的使用情况数据。" }, "user_name": { "other": "user_name" }, "username": { "other": "username" }, "uuid": { "other": "uuid" }, "value": { "other": "值" }, "virtual disks": { "other": "虚拟磁盘" }, "virtual guest": { "other": "virtual guest" }, "virtual guests": { "other": "virtual guests" }, "virtual servers": { "other": "virtual servers" }, "visibility": { "other": "visibility" }, "week": { "other": "week" }, "{{.Flags}} are exclusive.": { "other": "{{.Flags}} 互斥。" }, "{{.ScheduleType}} snapshots have been disabled for volume {{.VolumeID}}.": { "other": "已禁用卷 {{.VolumeID}} 的 {{.ScheduleType}} 快照。" }, "{{.ScheduleType}} snapshots have been enabled for volume {{.VolumeID}}.": { "other": "已启用卷 {{.VolumeID}} 的 {{.ScheduleType}} 快照。" }, "{{.TYPE}} {{.ID}} is automatically assigned and free of charge. It will automatically be removed from your account when it is empty": { "other": "{{.TYPE}} {{.ID}} 自动分配,并且免费。 当它为空时将自动从帐户中除去" }, "{{.datacenter}} is invalid": { "other": "{{.datacenter}} 无效" }, "{{.imageId}} was {{.action}} from datacenter {{.datacenter}}": { "other": "{{.imageId}} 是来自数据中心 {{.datacenter}} 的 {{.action}}" } }