From dcd6f914f471f3c64634d60c1915cdfb92cfed24 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Mon, 23 Mar 2015 09:32:33 +0000 Subject: [PATCH] New i18n: Add Nepali translation from Bishwo Adhikari --- i18n/Nepali.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 i18n/Nepali.json diff --git a/i18n/Nepali.json b/i18n/Nepali.json new file mode 100644 index 0000000..4bfb0ab --- /dev/null +++ b/i18n/Nepali.json @@ -0,0 +1,24 @@ +{ + "sEmptyTable": "टेबलमा डाटा उपलब्ध भएन", + "sInfo": "_TOTAL_ रेकर्ड मध्य _START_ देखि _END_ रेकर्ड देखाउंदै", + "sInfoEmpty": "0 मध्य 0 देखि 0 रेकर्ड देखाउंदै", + "sInfoFiltered": "(_MAX_ कुल रेकर्डबाट छनौट गरिएको)", + "sInfoPostFix": "", + "sInfoThousands": ",", + "sLengthMenu": " _MENU_ रेकर्ड देखाउने ", + "sLoadingRecords": "लोड हुँदैछ...", + "sProcessing": "प्रगति हुदैंछ ...", + "sSearch": "खोजी:", + "sUrl": "", + "sZeroRecords": "कुनै मिल्ने रेकर्ड फेला परेन", + "oPaginate": { + "sFirst": "प्रथम", + "sPrevious": "पछिल्लो", + "sNext": "अघिल्लो", + "sLast": "अन्तिम" + }, + "oAria": { + "sSortAscending": ": अगाडिबाट अक्षरात्मक रूपमा क्रमबद्ध गराउने", + "sSortDescending": ": पछाडिबाट अक्षरात्मक रूपमा क्रमबद्ध गराउने" + } +}