-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #572 from xichen1/chaincode-dashboard
Add required msgs for Chaincode page
- Loading branch information
Showing
3 changed files
with
60 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,46 @@ | ||
export default { | ||
'app.chainCode.title': 'Chain code management', | ||
'app.chainCode.title': 'Chaincode management', | ||
'app.chainCode.table.header.name': 'Name', | ||
'app.chainCode.table.header.version': 'Version', | ||
'app.chainCode.table.header.language': 'Language', | ||
'app.chainCode.table.header.time': 'Time', | ||
'app.chainCode.table.header.md5': 'MD5', | ||
'app.chainCode.table.header.packageID': 'PackageID', | ||
'app.chainCode.table.header.description': 'Chaincode Description', | ||
'app.chainCode.table.operate.install': 'Install', | ||
'app.chainCode.table.operate.delete': 'Delete', | ||
'app.chainCode.form.create.header.title': 'Upload Chain code', | ||
'app.chainCode.table.operate.approve': 'Approve', | ||
'app.chainCode.table.operate.commit': 'Commit', | ||
'app.chainCode.form.initFlag': 'Init required', | ||
'app.chainCode.form.create.header.title': 'Upload Chaincode', | ||
'app.chainCode.form.create.name': 'Name', | ||
'app.chainCode.form.create.checkName': 'Please enter the chain code name', | ||
'app.chainCode.form.create.checkName': 'Please enter the chaincode name', | ||
'app.chainCode.form.create.version': 'Version', | ||
'app.chainCode.form.create.checkVersion': 'Please enter the chain code version', | ||
'app.chainCode.form.create.checkVersion': 'Please enter the chaincode version', | ||
'app.chainCode.form.create.language': 'Language', | ||
'app.chainCode.form.create.checkLanguage': 'Please select language', | ||
'app.chainCode.form.create.fail': 'Upload chain code failed', | ||
'app.chainCode.form.create.success': 'Upload chain code succeed', | ||
'app.chainCode.form.create.checkLanguage': 'Please select chaincode language', | ||
'app.chainCode.form.create.fail': 'Upload chaincode failed', | ||
'app.chainCode.form.create.success': 'Upload chaincode succeed', | ||
'app.chainCode.form.create.md5': 'md5', | ||
'app.chainCode.form.create.checkMd5': 'Please enter the md5', | ||
'app.chainCode.form.create.file': 'file', | ||
'app.chainCode.form.create.fileSelect': 'Please select the chain code file', | ||
'app.chainCode.form.create.file': 'Chaincode Package', | ||
'app.chainCode.form.create.fileSelect': 'Please select the chaincode package', | ||
'app.chainCode.form.create.description': 'Description', | ||
'app.chainCode.form.install.fail': 'Install chaincode failed', | ||
'app.chainCode.form.install.success': 'Install chaincode succeed', | ||
'app.chainCode.form.install.header.title': 'Install Chaincode', | ||
'app.chaincode.form.install.nodes': 'Please select nodes', | ||
'app.chaincode.form.install.checkNodes': 'Please select nodes', | ||
'app.chainCode.form.approve.fail': 'Approve chaincode failed', | ||
'app.chainCode.form.approve.success': 'Approve chaincode succeed', | ||
'app.chainCode.form.approve.header.title': 'Approve Chaincode', | ||
'app.chainCode.form.approve.channel': 'Please select channel', | ||
'app.chainCode.form.approve.specifyName': 'Name for chaincode', | ||
'app.chainCode.form.approve.name': 'Name', | ||
'app.chainCode.form.commit.fail': 'Commit chaincode failed', | ||
'app.chainCode.form.commit.success': 'Commit chaincode succeed', | ||
'app.chainCode.form.commit.header.name': 'Organization Name', | ||
'app.chainCode.form.commit.header.status': 'Approvement Status', | ||
'app.chainCode.form.commit.header.title': 'Commit Chaincode', | ||
'app.chainCode.form.commit.channels': 'Please select channels', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters