From 01ec6f0974a2ef08f9a8319d5559fe4c365cb439 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Wed, 16 Oct 2024 19:59:39 +0530 Subject: [PATCH] New translations en-us.json (Hindi) --- src/config/locales/hi-IN.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index 9a29d0886..00046e3b9 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -634,6 +634,7 @@ "continue": "जारी रखना", "okay": "ठीक है", "done": "हो गया", + "thankyou": "Thank You!", "notice": "Notice!", "close": "CLOSE", "later": "Later", @@ -1148,5 +1149,16 @@ "missing-authority": "This operation requires Active private key or authority.", "missing-owner-authority": "This operation requires Owner private key or authority.", "insufficient_fund": "Insufficient Funds" + }, + "proposal": { + "title": "Enjoying Ecency!", + "title-voted": "We are grateful!", + "desc": "Support proposal by voting, be part of our continuous efforts to improve experience on Ecency.", + "desc-voted": "Your support means everything to us", + "title-action-dismiss": "Dismiss Vote Request", + "btn-vote": "Cast My Vote", + "btn-dismiss": "Dismiss", + "btn-later": "Remind Later", + "btn-ignore": "Forever" } }