Merge pull request #476 from sxlmnwb/master

add i18n id and cn for proposal status on proposal page
This commit is contained in:
ping 2023-07-11 09:40:37 +08:00 committed by GitHub
commit 51c15a352d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -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": "投票"
},

View File

@ -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"
},