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": {