angular translate


html:

<span translate="overview.resource.vpcCountInfo" translate-values="{vpcCount:'{{vm.totalVpcCount||0}}',vpcQouta:'{{vm.vpcQuota}}',networks:'{{vm.totalVpcCount>1? 'networks' : 'network'}}'}"></span>


property:

"overview.resource.vpcCountInfo": "{{vpcCount}} VPC {{networks}} created. Your VPC quota is {{vpcQouta}}. "


你可能感兴趣的:(translate)