Commit 54984e01 authored by zhangyanni's avatar zhangyanni

翻译

parent 8a5f4763
......@@ -629,7 +629,7 @@ module.exports = {
auditSuccessAuth:"Your verification is approved! You can ",
sendProject:"publish a product profile",
sendRequire:"publish a request",
errAuth:"Your verification is denied. Reason for denial",
errAuth:"Your information is denied. Reason for denial",
beforeAudit:"You can go ahead and ",
auditingAuth:"Your verification is pending, please stay tuned. You can go ahead and ",
phoneAuditingAuth:"Your verification is pending, please stay tuned.",
......
......@@ -627,7 +627,7 @@ module.exports = {
auditSuccessAuth:"您的认证已通过审核!您可以",
sendProject:"发项目",
sendRequire:"发需求",
errAuth:"您的认证未通过审核,驳回原因",
errAuth:"您的信息未通过审核,驳回原因",
beforeAudit:"您可以提前",
auditingAuth:"您的认证正在审核中,请您耐心等待!您可以提前",
phoneAuditingAuth:"您的认证正在审核中,请您耐心等待!",
......
......@@ -8,7 +8,7 @@
center>
<span class="content">{{content}}</span>
<span slot="footer" class="dialog-footer">
<el-button type="primary" @click="handleSubmit" style="width: 130px;">{{$t("commonTitle.sendProject")}}</el-button>
<el-button type="primary" @click="handleSubmit" style="width: 130px;">{{$t('topNav.submitPro')}}</el-button>
<el-button plain @click="handleCancel" style="width: 130px;">{{$t("commonTips.cancel")}}</el-button>
</span>
</el-dialog>
......
......@@ -82,7 +82,7 @@
</div>
</div>
<dialogCmpt v-if="isShowNotAuth" :publishFlag="1" :toPublish="true" :isCancel="true" :isListDialog="true" :isLogin="false" :buttonText="$t('commonTitle.sendProject')" @isVisible="goAuth" :content="$t('commonTitle.bBNoAuthTitle')">
<dialogCmpt v-if="isShowNotAuth" :publishFlag="1" :toPublish="true" :isCancel="true" :isListDialog="true" :isLogin="false" :buttonText="$t('topNav.submitPro')" @isVisible="goAuth" :content="$t('commonTitle.bBNoAuthTitle')">
</dialogCmpt>
......
......@@ -109,7 +109,7 @@
</div>
</div>
<dialogCmpt v-if="isShowNotAuth" :isCancel="true" :publishFlag="1" :toPublish="true" :isListDialog="true" :isLogin="false" @isVisible="goAuth" :content="$t('commonTitle.bBNoAuthTitle')" :buttonText="$t('commonTitle.sendProject')">
<dialogCmpt v-if="isShowNotAuth" :isCancel="true" :publishFlag="1" :toPublish="true" :isListDialog="true" :isLogin="false" @isVisible="goAuth" :content="$t('commonTitle.bBNoAuthTitle')" :buttonText="$t('topNav.submitPro')">
</dialogCmpt>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment