* Fix plugin name for command `describe-terraform-templates`
* Renamed the all volume-related parameters from `-volume` to `-storage` in the following commands: [SFTGMSTR-5432]
* `describe-storages`, `delete-storage`, `detach-storage`, `set-tags`:
* renamed the `volume-id` parameter to `storage-id`;
* renamed the `vid` alias to `storid` of the `storage-id` parameter
* Renamed the following commands and parameters: [SFTGMSTR-5432]
* the `delete-volume-quota` to `delete-storage-quota` and alias from `delvolquota` to `delstorquota`
* the `describe-volume-quota` to `describe-storage-quota` and alias from `getvolquota` to `dstorquota`
* the `create-volume-quota` to `create-storage-quota` and alias from `cvolquota` to `cstorquota`
* the `volume-amount` parameter of the `create-storage-quota` to `storage-amount`
* the `volume-max-size` parameter of the `create-storage-quota` to `storage-max-size` and the `volsize` alias to `storsize`
* Fixed incorrect typing the volume words to storage words in help messages of the storage-related commands and parameters [SFTGMSTR-5432]