From 735ee35d6b9d3f8f89c222809a8c5892ad066ea0 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Wed, 16 Oct 2024 19:59:11 +0530 Subject: [PATCH] New translations en-us.json (Slovenian) --- src/config/locales/sl-SI.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/config/locales/sl-SI.json b/src/config/locales/sl-SI.json index 463f6205d..a41e5c404 100644 --- a/src/config/locales/sl-SI.json +++ b/src/config/locales/sl-SI.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" } }