mirror of https://github.com/apache/cloudstack.git
locales: Add missing translation labels (#900)
* add missing translation labels * add translation for modal button Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
0cee41dd2a
commit
2b89141621
|
|
@ -20,6 +20,8 @@
|
|||
v-model="dedicatedDomainModal"
|
||||
:title="label"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="closeModal"
|
||||
@ok="handleDedicateForm">
|
||||
<DedicateDomain
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
:visible="showForm"
|
||||
:closable="true"
|
||||
:confirmLoading="currentAction.loading"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@ok="handleSubmit"
|
||||
@cancel="close"
|
||||
|
|
|
|||
|
|
@ -1254,6 +1254,7 @@
|
|||
"label.localstorageenabledforsystemvm": "Enable local storage for System VMs",
|
||||
"label.login": "Login",
|
||||
"label.login.portal": "Portal Login",
|
||||
"label.login.single.signon": "Single Sign-On",
|
||||
"label.logout": "Logout",
|
||||
"label.lun": "LUN",
|
||||
"label.lun.number": "LUN #",
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@
|
|||
:visible="showAction"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@cancel="closeAction"
|
||||
:confirmLoading="actionLoading"
|
||||
|
|
@ -123,6 +124,8 @@
|
|||
:visible="showAction"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@ok="handleSubmit"
|
||||
@cancel="closeAction"
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
<a-tab-pane key="saml" :disabled="idps.length === 0">
|
||||
<span slot="tab">
|
||||
<a-icon type="audit" />
|
||||
Single Sign-On
|
||||
{{ $t('label.login.single.signon') }}
|
||||
</span>
|
||||
<a-form-item>
|
||||
<a-select v-decorator="['idp', { initialValue: selectedIdp } ]">
|
||||
|
|
|
|||
|
|
@ -158,6 +158,8 @@
|
|||
:visible="showAddNetworkModal"
|
||||
:title="$t('label.network.addvm')"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="closeModals"
|
||||
@ok="submitAddNetwork">
|
||||
{{ $t('message.network.addvm.desc') }}
|
||||
|
|
@ -180,6 +182,8 @@
|
|||
:visible="showUpdateIpModal"
|
||||
:title="$t('label.change.ipaddress')"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="closeModals"
|
||||
@ok="submitUpdateIP"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@
|
|||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:footer="null"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="showCreateForm = false"
|
||||
centered
|
||||
width="auto">
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:footer="null"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="closeAction"
|
||||
centered
|
||||
width="auto">
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:footer="null"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="closeAction"
|
||||
centered
|
||||
width="auto">
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
:visible="showAction"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@ok="handleSubmit"
|
||||
@cancel="parentCloseAction"
|
||||
|
|
|
|||
|
|
@ -79,6 +79,8 @@
|
|||
:visible="showCopyActionForm"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="handleCopyIsoSubmit"
|
||||
@cancel="onCloseCopyForm"
|
||||
:confirmLoading="copyLoading"
|
||||
|
|
|
|||
|
|
@ -71,6 +71,8 @@
|
|||
:visible="showCopyActionForm"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="handleCopyTemplateSubmit"
|
||||
@cancel="onCloseModal"
|
||||
:confirmLoading="copyLoading"
|
||||
|
|
@ -113,6 +115,8 @@
|
|||
:visible="showDeleteTemplate"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="deleteTemplate"
|
||||
@cancel="onCloseModal"
|
||||
:confirmLoading="deleteLoading"
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
:visible="sslFormVisible"
|
||||
:footer="null"
|
||||
:maskClosable="false"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="sslModalClose">
|
||||
<p>
|
||||
{{ $t('message.update.ssl') }}
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@
|
|||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:footer="null"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="showCreateForm = false"
|
||||
centered
|
||||
width="auto">
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@
|
|||
:visible="showFormAction"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@cancel="onCloseAction"
|
||||
:confirmLoading="actionLoading"
|
||||
|
|
@ -63,6 +64,8 @@
|
|||
:visible="showFormAction"
|
||||
:confirmLoading="actionLoading"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
style="top: 20px;"
|
||||
@ok="handleSubmit"
|
||||
@cancel="onCloseAction"
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@
|
|||
:visible="showGetHealthChecksForm"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="handleGetHealthChecksSubmit"
|
||||
@cancel="onCloseGetHealthChecksForm"
|
||||
centered>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,9 @@
|
|||
<a-modal
|
||||
:visible="showError"
|
||||
:maskClosable="false"
|
||||
title="Error!"
|
||||
:title="`${$t('label.error')}!`"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="() => { showError = false }"
|
||||
@cancel="() => { showError = false }"
|
||||
centered
|
||||
|
|
|
|||
|
|
@ -64,6 +64,8 @@
|
|||
:visible="showEditTraffic"
|
||||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="updateTrafficLabel(trafficInEdit)"
|
||||
@cancel="cancelEditTraffic"
|
||||
centered
|
||||
|
|
@ -151,6 +153,8 @@
|
|||
:visible="showError"
|
||||
:title="`${$t('label.error')}!`"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="() => { showError = false }"
|
||||
@cancel="() => { showError = false }"
|
||||
centered
|
||||
|
|
|
|||
|
|
@ -100,6 +100,8 @@
|
|||
:visible="showAcquireIp"
|
||||
:title="$t('label.acquire.new.ip')"
|
||||
:closable="true"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@cancel="onCloseModal"
|
||||
@ok="acquireIpAddress"
|
||||
centered
|
||||
|
|
|
|||
|
|
@ -289,6 +289,8 @@
|
|||
<a-modal
|
||||
:title="$t('label.add.vms')"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
v-model="addVmModalVisible"
|
||||
class="vm-modal"
|
||||
width="60vw"
|
||||
|
|
|
|||
|
|
@ -161,6 +161,8 @@
|
|||
<a-modal
|
||||
:title="$t('label.add.vm')"
|
||||
:maskClosable="false"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
v-model="addVmModalVisible"
|
||||
class="vm-modal"
|
||||
width="60vw"
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@
|
|||
:closable="true"
|
||||
:maskClosable="false"
|
||||
:visible="showAction"
|
||||
:okText="$t('label.ok')"
|
||||
:cancelText="$t('label.cancel')"
|
||||
@ok="submitTariff"
|
||||
@cancel="onClose"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue