mirror of https://github.com/apache/cloudstack.git
cloudStack UI - Domain page - Delete Domain dialog - localize warning message of Force Delete.
This commit is contained in:
parent
3ac0b568f5
commit
f6bc60d0c3
|
|
@ -1,9 +1,11 @@
|
|||
#New - Add all new parameters here.
|
||||
force.delete=Force Delete
|
||||
force.delete.domain.warning=Warning: Choosing this option will delete all child domains and accounts under this domain.
|
||||
|
||||
|
||||
|
||||
#Labels
|
||||
force.delete=Force Delete
|
||||
force.delete.domain.warning=Warning: Choosing this option will cause the deletion of all child domains and all associated accounts and their resources.
|
||||
|
||||
force.remove=Force Remove
|
||||
force.remove.host.warning=Warning: Choosing this option will cause CloudStack to forcefully stop all running virtual machines before removing this host from the cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
|
||||
#Labels
|
||||
force.delete=Fuerza Borrar
|
||||
force.delete.domain.warning=Advertencia: Si elige esta opción, la supresión de todos los dominios secundarios y todas las cuentas asociadas y sus recursos.
|
||||
|
||||
force.remove=Fuerza Retire
|
||||
force.remove.host.warning=Advertencia: Si elige esta opción, CloudStack para detener la fuerza todas las máquinas virtuales en ejecución antes de retirar este host del clúster.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
|
||||
#Labels
|
||||
force.delete=強制削除
|
||||
force.delete.domain.warning=警告:このオプションを選択するとすべての子ドメインおよび関連するすべてのアカウントとそのリソースの削除が発生します。
|
||||
|
||||
force.remove=フォース削除
|
||||
force.remove.host.warning=警告:CloudStack強制的にクラスタからこのホストを削除する前に、実行中のすべての仮想マシンを停止することが、このオプションを選択する。
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
|
||||
#Labels
|
||||
force.delete=力删除
|
||||
force.delete.domain.warning=警告:选择此选项将导致所有子域和所有相关的帐户和资源删除。
|
||||
|
||||
force.remove=强行移走
|
||||
force.remove.host.warning=警告:选择此选项将导致CloudStack强行删除此之前停止从群集主机上的所有正在运行的虚拟机。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue