From 26cd07353638752273a5447efdd33b6c8692e9f8 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 17 Sep 2021 10:25:00 +0300 Subject: [PATCH] New translations en-US.json (Hindi) --- src/config/locales/hi-IN.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index a611ce39f..29ad0d6c9 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -174,6 +174,7 @@ "day": "दिन", "hive_dollars": "हाइव डॉलर", "savings": "बचत", + "joined": "Joined {time} ago", "edit": { "display_name": "प्रदर्शित होने वाला नाम", "about": "के बारे में", @@ -672,5 +673,14 @@ "line3_heading": "इसेंसी समुदायों में शामिल हों!", "line3_body": "अपने समुदाय का निर्माण करें, पुरस्कृत हों और दूसरों को पुरस्कृत करें।", "get_started": "शुरू हो जाओ!" + }, + "time": { + "second": "seconds", + "minute": "minutes", + "hour": "hours", + "week": "weeks", + "day": "days", + "month": "months", + "year": "years" } }