From 96768977c8f0ac093f55682b34c132bdae570534 Mon Sep 17 00:00:00 2001 From: Kavin Date: Fri, 14 Jan 2022 02:56:45 +0000 Subject: [PATCH] Translated using Weblate (Hindi) Currently translated at 76.5% (62 of 81 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hi/ --- src/locales/hi.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/locales/hi.json b/src/locales/hi.json index d2daaf46..7cedde63 100644 --- a/src/locales/hi.json +++ b/src/locales/hi.json @@ -58,7 +58,7 @@ "buffering_goal": "बफरिंग गोल (सेकंड में)" }, "video": { - "views": "बार देखा गया", + "views": "{views} बार देखा गया", "videos": "वीडियो", "watched": "पहले ही देखा", "ratings_disabled": "रेटिंग अक्षम", @@ -77,6 +77,9 @@ "ssl_score": "एसएसएल स्कोर" }, "search": { - "did_you_mean": "क्या आपका मतलब यह था: " + "did_you_mean": "क्या आपका मतलब यह था: {0}?" + }, + "player": { + "watch_on": "{0} में देखें" } }