|
451 | 451 | "id": "${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.", |
452 | 452 | "translation": "${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." |
453 | 453 | }, |
454 | | - { |
455 | | - "id": "${COMMAND_NAME} sl vs ready IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs ready 12345678 --wait 30\n This command checks virtual server instance with ID 12345678 status to see if it is ready for use continuously and waits up to 30 seconds.", |
456 | | - "translation": "${COMMAND_NAME} sl vs ready IDENTIFIER [OPTIONS]\n\t\nEXAMPLE:\n ${COMMAND_NAME} sl vs ready 12345678 --wait 30\n This command checks virtual server instance with ID 12345678 status to see if it is ready for use continuously and waits up to 30 seconds." |
457 | | - }, |
458 | 454 | { |
459 | 455 | "id": "${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.", |
460 | 456 | "translation": "${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." |
|
3031 | 3027 | "id": "Failed to capture image for virtual server instance: {{.VsID}}.\n", |
3032 | 3028 | "translation": "Failed to capture image for virtual server instance: {{.VsID}}.\n" |
3033 | 3029 | }, |
3034 | | - { |
3035 | | - "id": "Failed to check virtual server instance {{.VsID}} is ready.\n", |
3036 | | - "translation": "Failed to check virtual server instance {{.VsID}} is ready.\n" |
3037 | | - }, |
3038 | 3030 | { |
3039 | 3031 | "id": "Failed to confirm the new LUN ID on volume {{.VolumeId}}.", |
3040 | 3032 | "translation": "Failed to confirm the new LUN ID on volume {{.VolumeId}}." |
|
3779 | 3771 | "id": "Failed to get the vlans available for datacener: {{.DATACENTER}} and flavor: {{.FLAVOR}}.", |
3780 | 3772 | "translation": "Failed to get the vlans available for datacener: {{.DATACENTER}} and flavor: {{.FLAVOR}}." |
3781 | 3773 | }, |
3782 | | - { |
3783 | | - "id": "Failed to get this virtual guest instance.", |
3784 | | - "translation": "Failed to get this virtual guest instance." |
3785 | | - }, |
3786 | 3774 | { |
3787 | 3775 | "id": "Failed to get translation with ID {{.TransID}} from IPSec {{.ID}}.", |
3788 | 3776 | "translation": "Failed to get translation with ID {{.TransID}} from IPSec {{.ID}}." |
|
4075 | 4063 | "id": "Failed to purge.", |
4076 | 4064 | "translation": "Failed to purge." |
4077 | 4065 | }, |
4078 | | - { |
4079 | | - "id": "Failed to reach virtual guest instance {{.Id}}.", |
4080 | | - "translation": "Failed to reach virtual guest instance {{.Id}}." |
4081 | | - }, |
4082 | 4066 | { |
4083 | 4067 | "id": "Failed to read SSH key from file: {{.File}}.\n", |
4084 | 4068 | "translation": "Failed to read SSH key from file: {{.File}}.\n" |
|
9519 | 9503 | "id": "Virtual guest domain name not found.", |
9520 | 9504 | "translation": "Virtual guest domain name not found." |
9521 | 9505 | }, |
9522 | | - { |
9523 | | - "id": "Virtual guest instance {{.Id}} is loading operating system.", |
9524 | | - "translation": "Virtual guest instance {{.Id}} is loading operating system." |
9525 | | - }, |
9526 | | - { |
9527 | | - "id": "Virtual guest instance {{.Id}} is not reachable.", |
9528 | | - "translation": "Virtual guest instance {{.Id}} is not reachable." |
9529 | | - }, |
9530 | | - { |
9531 | | - "id": "Virtual guest instance {{.Id}} is paused.", |
9532 | | - "translation": "Virtual guest instance {{.Id}} is paused." |
9533 | | - }, |
9534 | | - { |
9535 | | - "id": "Virtual guest instance {{.Id}} is power off.", |
9536 | | - "translation": "Virtual guest instance {{.Id}} is power off." |
9537 | | - }, |
9538 | 9506 | { |
9539 | 9507 | "id": "Virtual server ID should be a number.", |
9540 | 9508 | "translation": "Virtual server ID should be a number." |
|
9627 | 9595 | "id": "Whether or not this duplicate will be a dependent duplicate of the origin volume.", |
9628 | 9596 | "translation": "Whether or not this duplicate will be a dependent duplicate of the origin volume." |
9629 | 9597 | }, |
| 9598 | + { |
| 9599 | + "id": "Will periodically check the status of a virtual server's active transaction.\nWhen the transcation is finished the virtual server should be ready for use.", |
| 9600 | + "translation": "Will periodically check the status of a virtual server's active transaction.\nWhen the transcation is finished the virtual server should be ready for use." |
| 9601 | + }, |
9630 | 9602 | { |
9631 | 9603 | "id": "Would you like to submit the rules. Continue?", |
9632 | 9604 | "translation": "Would you like to submit the rules. Continue?" |
|
0 commit comments