You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin/i18n/v2Resources/active.de_DE.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -353,8 +353,8 @@
353
353
"${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'": {
354
354
"other": "${COMMAND_NAME} sl {{.storageType}} access-password ACCESS_ID--password PASSWORD\n\n ACCESS_ID ist die zulässige Host-ID (allowed_host_id) aus '${COMMAND_NAME} sl {{.storageType}} access-list'"
355
355
},
356
-
"${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.": {
357
-
"other": "${COMMAND_NAME} sl {{.storageType}} access-revoke DATENTRÄGER_ID [OPTIONEN]\n\nBEISPIEL:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n Dieser Befehl widerruft den Zugriff des virtuellen Servers mit der ID 87654321 auf den Datenträger mit der ID 12345678."
356
+
"EXAMPLE:\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.": {
357
+
"other": "BEISPIEL:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n Dieser Befehl widerruft den Zugriff des virtuellen Servers mit der ID 87654321 auf den Datenträger mit der ID 12345678."
358
358
},
359
359
"${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.": {
360
360
"other": "${COMMAND_NAME} sl {{.storageType}} replica-failback DATENTRÄGER_ID\n\nBEISPIEL:\n ${COMMAND_NAME} sl {{.storageType}} replica-failback 12345678\n Dieser Befehl führt eine Failback-Operation für einen Datenträger mit der ID 12345678 durch."
Copy file name to clipboardExpand all lines: plugin/i18n/v2Resources/active.en-US.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
"\n ${COMMAND_NAME} sl {{.storageType}} access-authorize 5555 --subnet-id 1111\n This command adds subnet with id 1111 to the Allowed Host with id 5555. Use 'access-list' to find this id.\n SoftLayer_Account::iscsiIsolationDisabled must be False for this command to do anything.": {
3
3
"other": "\n ${COMMAND_NAME} sl {{.storageType}} access-authorize 5555 --subnet-id 1111\n This command adds subnet with id 1111 to the Allowed Host with id 5555. Use 'access-list' to find this id.\n SoftLayer_Account::iscsiIsolationDisabled must be False for this command to do anything."
4
4
},
5
+
"\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 5555 --subnet-id 1111\n This command removes subnet with id 1111 from the Allowed Host with id 5555. Use 'access-list' to find this id.": {
6
+
"other": "\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 5555 --subnet-id 1111\n This command removes subnet with id 1111 from the Allowed Host with id 5555. Use 'access-list' to find this id."
7
+
},
5
8
"\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-locations 12345678\n This command lists suitable replication data centers for block volume with ID 12345678.": {
6
9
"other": "\nEXAMPLE:\n ${COMMAND_NAME} sl {{.storageType}} replica-locations 12345678\n This command lists suitable replication data centers for block volume with ID 12345678."
7
10
},
@@ -680,6 +683,9 @@
680
683
"Access to {{.VolumeId}} was revoked for virtual server {{.VsID}}.": {
681
684
"other": "Access to {{.VolumeId}} was revoked for virtual server {{.VsID}}."
682
685
},
686
+
"Access to {{.VolumeId}} was revoked for {{.SL_Object}} {{.SL_ID}}.": {
687
+
"other": "Access to {{.VolumeId}} was revoked for {{.SL_Object}} {{.SL_ID}}."
688
+
},
683
689
"Account": {
684
690
"other": "Account"
685
691
},
@@ -1886,6 +1892,9 @@
1886
1892
"EXAMPLE:\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.": {
1887
1893
"other": "EXAMPLE:\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."
1888
1894
},
1895
+
"EXAMPLE:\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.": {
1896
+
"other": "EXAMPLE:\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."
1897
+
},
1889
1898
"EXAMPLE:\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.": {
1890
1899
"other": "EXAMPLE:\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."
1891
1900
},
@@ -3122,6 +3131,9 @@
3122
3131
"Failed to remove rule {{.RuleId}} in security group {{.GroupID}}.\n": {
3123
3132
"other": "Failed to remove rule {{.RuleId}} in security group {{.GroupID}}.\n"
3124
3133
},
3134
+
"Failed to remove subnet id: {{.subnetID}} from allowed host id: {{.accessID}}": {
3135
+
"other": "Failed to remove subnet id: {{.subnetID}} from allowed host id: {{.accessID}}"
3136
+
},
3125
3137
"Failed to remove subnet id: {{.subnetID}} to allowed host id: {{.accessID}}": {
3126
3138
"other": "Failed to remove subnet id: {{.subnetID}} to allowed host id: {{.accessID}}"
Copy file name to clipboardExpand all lines: plugin/i18n/v2Resources/active.es_ES.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -353,8 +353,8 @@
353
353
"${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'": {
354
354
"other": "${COMMAND_NAME} sl {{.storageType}} access-password ACCESS_ID--password PASSWORD\n\nACCESS_ID es el allowed_host_id de '${COMMAND_NAME} sl {{.storageType}} access-list'"
355
355
},
356
-
"${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.": {
357
-
"other": "${COMMAND_NAME} sl {{.storageType}} access-revoke VOLUME_ID [OPTIONS]\n\nEJEMPLO:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n Este mandato revoca el acceso del servidor virtual con ID 87654321 al volumen con ID 12345678."
356
+
"EXAMPLE:\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.": {
357
+
"other": "EJEMPLO:\n ${COMMAND_NAME} sl {{.storageType}} access-revoke 12345678 --virtual-id 87654321\n Este mandato revoca el acceso del servidor virtual con ID 87654321 al volumen con ID 12345678."
358
358
},
359
359
"${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.": {
360
360
"other": "${COMMAND_NAME} sl {{.storageType}} replica-failback ID_VOLUMEN\n\nEJEMPLO:\n ${COMMAND_NAME} sl {{.storageType}} replica-failback 12345678\n Este mandato realiza una operación de restablecimiento para el volumen con ID 12345678."
0 commit comments