Merge pull request #476 from sxlmnwb/master
add i18n id and cn for proposal status on proposal page
This commit is contained in:
commit
51c15a352d
@ -134,6 +134,13 @@
|
||||
"vote_start_from": "开始投票时间",
|
||||
"vote_end": "投票截止时间",
|
||||
"current_status": "当前状态",
|
||||
"proposal_statuses": {
|
||||
"PROPOSAL_STATUS_DEPOSIT_PERIOD": "存款期",
|
||||
"PROPOSAL_STATUS_VOTING_PERIOD": "投票期",
|
||||
"PROPOSAL_STATUS_PASSED": "通过",
|
||||
"PROPOSAL_STATUS_REJECTED": "被拒绝",
|
||||
"PROPOSAL_STATUS_FAILED": "失败"
|
||||
},
|
||||
"upgrade_plan": "升级计划",
|
||||
"votes": "投票"
|
||||
},
|
||||
|
@ -133,6 +133,13 @@
|
||||
"vote_start_from": "Voting dimulai dari",
|
||||
"vote_end": "Voting berakhir",
|
||||
"current_status": "Status Saat Ini",
|
||||
"proposal_statuses": {
|
||||
"PROPOSAL_STATUS_DEPOSIT_PERIOD": "Periode Deposit",
|
||||
"PROPOSAL_STATUS_VOTING_PERIOD": "Periode Pemungutan Suara",
|
||||
"PROPOSAL_STATUS_PASSED": "Disetujui",
|
||||
"PROPOSAL_STATUS_REJECTED": "Ditolak",
|
||||
"PROPOSAL_STATUS_FAILED": "Gagal"
|
||||
},
|
||||
"upgrade_plan": "Peningkatan Rencana",
|
||||
"votes": "Suara"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user