From 1e739d4cd564b2c4b8b7e6afbc9d70f8634f3500 Mon Sep 17 00:00:00 2001 From: Akash Kothawale Date: Sat, 28 Sep 2013 00:59:02 +0530 Subject: [PATCH] Adds Hindi 'hi' translation. --- src/_h5ai/conf/l10n/hi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/_h5ai/conf/l10n/hi.json diff --git a/src/_h5ai/conf/l10n/hi.json b/src/_h5ai/conf/l10n/hi.json new file mode 100644 index 00000000..71920dbe --- /dev/null +++ b/src/_h5ai/conf/l10n/hi.json @@ -0,0 +1,13 @@ +{ + "lang": "हिंदी", + "details": "विस्तार", + "icons": "आइकॉन", + "name": "नाम", + "lastModified": "पिछला परिवर्तन", + "size": "माप", + "parentDirectory": "मूल डायरेक्टरी", + "empty": "खाली", + "folders": "फोल्डर", + "files": "फ़ाइलें", + "download": "डाउनलोड" +}