no message

Former-commit-id: d9e64006f301b79c5d66643a3d357848baf59873 [formerly d9e64006f301b79c5d66643a3d357848baf59873 [formerly d9e64006f301b79c5d66643a3d357848baf59873 [formerly d9e64006f301b79c5d66643a3d357848baf59873 [formerly 89895ad0d6361d3432518ae9028445aef67ffa65 [formerly 3530946ffa887baf02fd63e2e93c32a387db9a17]]]]]
Former-commit-id: 85545f94dfdce2773f82edaa9156f83a9cb8e669
Former-commit-id: db1cc6760396cd39fac4af32400c2e17a6206cfd
Former-commit-id: a8d7249c431807080f5451a38128848ec74b6562 [formerly f45071e8207051678c4c57a325fe7ba711173224]
Former-commit-id: 15860f9dab62b6a8ff14f44cf9328344cfdab496
Former-commit-id: 4df3ec8ff501ad53d0a01f4330c2209ab8320741
Former-commit-id: b6643f2df5375c0f9ae66566e3fac41cbc1a11e0
Former-commit-id: 8613c7683e0b1ee3abceb78ff92cb69e8809f757
Former-commit-id: 5c6a5b95d8e8b19bfc7f0d0a196cd3217a24289e
This commit is contained in:
liyang 2019-05-22 17:35:58 +08:00
parent 2cda830782
commit 3fb609aed6
4 changed files with 47 additions and 47 deletions

View File

@ -12,16 +12,16 @@
"special": {
"upload": {
"error": {
"message": "",
"title": ""
"message": "Data upload failed",
"title": "Upload failed"
},
"start": {
"message": "",
"title": ""
"message": "Uploading data, please wait",
"title": "Start upload"
},
"success": {
"message": "",
"title": ""
"message": "Successful data upload",
"title": "Successful upload"
}
}
}
@ -68,22 +68,22 @@
"log": {
"notify": {
"more": {
"message": "",
"title": ""
"message": "The full log content has been printed to the console",
"title": "log details"
}
},
"table": {
"empty-text": "",
"empty-text": "No log information yet",
"label": {
"component": "",
"message": "",
"more": "",
"time": "",
"url": ""
"component": "Trigger component",
"message": "Information",
"more": "check the detail information",
"time": "time",
"url": "Trigger page"
}
},
"upload": {
"button": ""
"button": "Upload {number} data"
}
},
"login": {

View File

@ -12,16 +12,16 @@
"special": {
"upload": {
"error": {
"message": "",
"title": ""
"message": "データのアップロードに失敗しました",
"title": "アップロードに失敗しました"
},
"start": {
"message": "",
"title": ""
"message": "データをアップロードしています。しばらくお待ちください",
"title": "アップロードを開始"
},
"success": {
"message": "",
"title": ""
"message": "データのアップロードに成功しました",
"title": "アップロード成功"
}
}
}
@ -68,22 +68,22 @@
"log": {
"notify": {
"more": {
"message": "",
"title": ""
"message": "ログ全体の内容がコンソールに出力されました",
"title": "ログ詳細"
}
},
"table": {
"empty-text": "",
"empty-text": "ログ情報はまだありません",
"label": {
"component": "",
"message": "",
"more": "",
"time": "",
"url": ""
"component": "トリガーコンポーネント",
"message": "情報",
"more": "詳細を見る",
"time": "時間",
"url": "トリガーページ"
}
},
"upload": {
"button": ""
"button": " {number} データをアップロード"
}
},
"login": {

View File

@ -27,7 +27,7 @@
}
},
"rules": {
"required": "请输入{name}"
"required": "请输入 {name}"
}
},
"views": {

View File

@ -12,22 +12,22 @@
"special": {
"upload": {
"error": {
"message": "",
"title": ""
"message": "數據上傳失敗",
"title": "上傳失敗"
},
"start": {
"message": "",
"title": ""
"message": "正在上傳數據,請稍後",
"title": "開始上傳"
},
"success": {
"message": "",
"title": ""
"message": "數據上傳成功",
"title": "上傳成功"
}
}
}
},
"rules": {
"required": "請輸入{name}"
"required": "請輸入 {name}"
}
},
"views": {
@ -68,22 +68,22 @@
"log": {
"notify": {
"more": {
"message": "",
"title": ""
"message": "完整的日誌內容已經打印到控制台",
"title": "日誌詳情"
}
},
"table": {
"empty-text": "",
"empty-text": "暫無日誌信息",
"label": {
"component": "",
"message": "",
"more": "",
"time": "",
"url": ""
"component": "觸發組件",
"message": "信息",
"more": "查看詳細信息",
"time": "時間",
"url": "觸發頁面"
}
},
"upload": {
"button": ""
"button": "上傳 {number} 條數據"
}
},
"login": {