From 3cd1ff6ac4d52a945478ce489a47a320403e3787 Mon Sep 17 00:00:00 2001 From: Archit Jain Date: Sun, 23 Nov 2025 16:52:04 +0100 Subject: [PATCH] Translated using Weblate (Hindi (Latin script)) Currently translated at 3.8% (11 of 288 strings) Added translation using Weblate (Hindi (Latin script)) Co-authored-by: Archit Jain Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/hi_Latn/ Translation: Spoolman/Web Client --- client/public/locales/hi-Latn/common.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 client/public/locales/hi-Latn/common.json diff --git a/client/public/locales/hi-Latn/common.json b/client/public/locales/hi-Latn/common.json new file mode 100644 index 0000000..88011dd --- /dev/null +++ b/client/public/locales/hi-Latn/common.json @@ -0,0 +1,17 @@ +{ + "actions": { + "list": "Suchi", + "create": "Banaye", + "edit": "Sampadan Karen", + "show": "Dikhayen", + "clone": "Clone" + }, + "buttons": { + "create": "Banaye", + "save": "Sahejen", + "edit": "Sampadan Karen", + "confirm": "Kya aapko pakka hai?", + "continue": "Aage badhen", + "show": "Dikhayen" + } +}