fix:英文翻译调整
This commit is contained in:
@@ -159,7 +159,7 @@ const en = {
|
|||||||
recFour:'Last 4 hours',//'最近4小时'
|
recFour:'Last 4 hours',//'最近4小时'
|
||||||
recOneDay:'Last 1 day',//'最近1日'
|
recOneDay:'Last 1 day',//'最近1日'
|
||||||
yesterday:'Yesterday', //'昨日'
|
yesterday:'Yesterday', //'昨日'
|
||||||
recSevenDay:'最近7日',// Last 7 days
|
recSevenDay:'Last 7 day',// Last 7 days
|
||||||
recOneMonth:'Last 1 month',//'最近1月'
|
recOneMonth:'Last 1 month',//'最近1月'
|
||||||
curMonth:'This month',//'本月'
|
curMonth:'This month',//'本月'
|
||||||
lastMonth:'Last month',//'上月'
|
lastMonth:'Last month',//'上月'
|
||||||
@@ -298,7 +298,7 @@ const en = {
|
|||||||
host:'Invalid IP',//'不合法的IP'
|
host:'Invalid IP',//'不合法的IP'
|
||||||
domain:'Invalid domain',
|
domain:'Invalid domain',
|
||||||
usize:'Must be number(1 - 49)',
|
usize:'Must be number(1 - 49)',
|
||||||
fileSize:'文件过大',//File exceed max size.
|
fileSize:'File exceed max size',//File exceed max size.
|
||||||
port:'Invalid port',
|
port:'Invalid port',
|
||||||
url:'Invalid URL',
|
url:'Invalid URL',
|
||||||
uSize:'Must be number(1 - 47)',
|
uSize:'Must be number(1 - 47)',
|
||||||
|
|||||||
@@ -47,10 +47,6 @@
|
|||||||
class="nz-btn nz-btn-size-normal nz-btn-style-light margin-l-20" id="dc-add">
|
class="nz-btn nz-btn-size-normal nz-btn-style-light margin-l-20" id="dc-add">
|
||||||
<i class="nz-icon-create-square nz-icon"></i>
|
<i class="nz-icon-create-square nz-icon"></i>
|
||||||
</button>
|
</button>
|
||||||
<!-- <button type="button" @click="listLanguage" :title="$t('overall.createDatacenter')"-->
|
|
||||||
<!-- class="nz-btn nz-btn-size-normal nz-btn-style-light margin-l-20" >-->
|
|
||||||
<!-- <i class="nz-icon-create-square nz-icon"></i>-->
|
|
||||||
<!-- </button>-->
|
|
||||||
</div>
|
</div>
|
||||||
<div class="pagination-top pagination-top-hide display-none"></div>
|
<div class="pagination-top pagination-top-hide display-none"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -152,7 +148,6 @@
|
|||||||
var vm;
|
var vm;
|
||||||
import bus from '../../../libs/bus';
|
import bus from '../../../libs/bus';
|
||||||
import trafficSettingBox from "../../common/rightBox/trafficSetting/trafficSettingBox";
|
import trafficSettingBox from "../../common/rightBox/trafficSetting/trafficSettingBox";
|
||||||
// import util from "./util";
|
|
||||||
export default {
|
export default {
|
||||||
name: "dc",
|
name: "dc",
|
||||||
components:{
|
components:{
|
||||||
@@ -257,10 +252,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// listLanguage:function(){
|
|
||||||
// util.methods.listLanguage();
|
|
||||||
// console.log(util.data().languageList)
|
|
||||||
// },
|
|
||||||
elementsetShow(s, e) {
|
elementsetShow(s, e) {
|
||||||
var eventfixed = {
|
var eventfixed = {
|
||||||
shezhi: 0,
|
shezhi: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user