From 37223806112c1348eb3fd02f05c77821ea433da5 Mon Sep 17 00:00:00 2001 From: Kavin Date: Thu, 13 Jan 2022 02:27:38 +0000 Subject: [PATCH] Translated using Weblate (Hindi) Currently translated at 25.6% (20 of 78 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hi/ --- src/locales/hi.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/src/locales/hi.json b/src/locales/hi.json index 0967ef42..e8db59b8 100644 --- a/src/locales/hi.json +++ b/src/locales/hi.json @@ -1 +1,30 @@ -{} +{ + "titles": { + "trending": "ट्रेंडिंग", + "history": "इतिहास", + "register": "रजिस्टर करें", + "login": "लॉग इन करें" + }, + "actions": { + "subscribe": "सदस्यता लें", + "back": "वापस जाओ", + "unsubscribe": "सदस्यता ले ली है", + "no": "नहीं", + "show_replies": "जवाब देखें", + "hide_replies": "जवाब छिपाएं", + "search": "खोजें", + "loop_this_video": "इस वीडियो को लूप करें", + "loading": "लोड हो रहा है...", + "show_description": "विवरण दिखाएं", + "minimize_description": "विवरण छिपाएं", + "yes": "हां" + }, + "video": { + "views": "बार देखा गया", + "videos": "वीडियो" + }, + "login": { + "password": "पासवर्ड", + "username": "उपयोगकर्ता नाम" + } +}