From 60fbce2a4d82582e24eb2e46f49ade040877edd1 Mon Sep 17 00:00:00 2001 From: Salman Wahib Date: Mon, 10 Jul 2023 02:46:23 +0700 Subject: [PATCH] feat: add i18n id and cn equate commit 73a0786 Author: Salman Wahib Co-authored-by: Techno Freak --- src/plugins/i18n/locales/cn.json | 7 +++++++ src/plugins/i18n/locales/id.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/plugins/i18n/locales/cn.json b/src/plugins/i18n/locales/cn.json index 591007c1..75cbae35 100644 --- a/src/plugins/i18n/locales/cn.json +++ b/src/plugins/i18n/locales/cn.json @@ -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": "投票" }, diff --git a/src/plugins/i18n/locales/id.json b/src/plugins/i18n/locales/id.json index b069a185..89ec3464 100644 --- a/src/plugins/i18n/locales/id.json +++ b/src/plugins/i18n/locales/id.json @@ -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" },