From 1e739d4cd564b2c4b8b7e6afbc9d70f8634f3500 Mon Sep 17 00:00:00 2001 From: Akash Kothawale Date: Sat, 28 Sep 2013 00:59:02 +0530 Subject: [PATCH 1/3] 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": "डाउनलोड" +} From 63100a40e3c80354bb84a96fc731afddc67dfd4c Mon Sep 17 00:00:00 2001 From: Akash Kothawale Date: Sat, 28 Sep 2013 01:08:13 +0530 Subject: [PATCH 2/3] Adds more translation --- src/_h5ai/conf/l10n/hi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/_h5ai/conf/l10n/hi.json b/src/_h5ai/conf/l10n/hi.json index 71920dbe..c1433a4e 100644 --- a/src/_h5ai/conf/l10n/hi.json +++ b/src/_h5ai/conf/l10n/hi.json @@ -10,4 +10,10 @@ "folders": "फोल्डर", "files": "फ़ाइलें", "download": "डाउनलोड" + "list": "सूची", + "grid": "ग्रिड", + "noMatch": "कोई समानता नहीं", + "dateFormat": "DD.MM.YYYY HH:mm", + "filter": "फ़िल्टर", + "delete": "हटाओ" } From 2d5463681c2165f43b7f23e8e95da19106f1e529 Mon Sep 17 00:00:00 2001 From: Akash Kothawale Date: Sat, 28 Sep 2013 01:09:22 +0530 Subject: [PATCH 3/3] Oops! Missed a comma --- src/_h5ai/conf/l10n/hi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/conf/l10n/hi.json b/src/_h5ai/conf/l10n/hi.json index c1433a4e..a6b4f619 100644 --- a/src/_h5ai/conf/l10n/hi.json +++ b/src/_h5ai/conf/l10n/hi.json @@ -9,7 +9,7 @@ "empty": "खाली", "folders": "फोल्डर", "files": "फ़ाइलें", - "download": "डाउनलोड" + "download": "डाउनलोड", "list": "सूची", "grid": "ग्रिड", "noMatch": "कोई समानता नहीं",