From 1918789e92c43684e05337cd2ac41e46aba9bb9f Mon Sep 17 00:00:00 2001 From: Feruz M Date: Wed, 16 Oct 2024 19:58:42 +0530 Subject: [PATCH] New translations en-us.json (Czech) --- src/config/locales/cs-CZ.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index 6cc998cd2..6cdba6a20 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -634,6 +634,7 @@ "continue": "Continue", "okay": "Okay", "done": "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" } }