From 6c8b4cf20136feed3948cbeb5550a8c33d29bccb Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 31 Dec 2014 17:21:06 -0500 Subject: translation work from Crowdin --- src/_locales/hi/messages.json | 64 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 6 deletions(-) (limited to 'src/_locales/hi/messages.json') diff --git a/src/_locales/hi/messages.json b/src/_locales/hi/messages.json index b2eb0b1..61ffdd0 100644 --- a/src/_locales/hi/messages.json +++ b/src/_locales/hi/messages.json @@ -13,27 +13,31 @@ }, "settingsPageName":{ "message":"सेटिंग्स", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "3pPageName":{ "message":"तृतीय-पक्ष फ़िल्टर", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "1pPageName":{ "message":"आपकी फिल्टर", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" + }, + "rulesPageName":{ + "message":"My rules", + "description":"appears as tab name in dashboard" }, "whitelistPageName":{ "message":"Whitelist", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "statsPageName":{ "message":"आंकड़े", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "aboutPageName":{ "message":"जानकारी", - "description":"appears as tab name in dashboard." + "description":"appears as tab name in dashboard" }, "popupPowerSwitchInfo":{ "message":"Click: disable\/enable µBlock for this site.\n\nCtrl+click: disable µBlock only on this page.", @@ -147,6 +151,30 @@ "message":"3rd-party frames are blocked<\/b> everywhere by default", "description":"" }, + "popupImageRulePrompt":{ + "message":"images", + "description":"" + }, + "popupInlineScriptRulePrompt":{ + "message":"inline scripts", + "description":"" + }, + "popup1pScriptRulePrompt":{ + "message":"1st-party scripts", + "description":"" + }, + "popup3pScriptRulePrompt":{ + "message":"3rd-party scripts", + "description":"" + }, + "popup3pFrameRulePrompt":{ + "message":"3rd-party frames", + "description":"" + }, + "popupHitDomainCountPrompt":{ + "message":"Connected to {{count}} distinct domain(s)", + "description":"appear in dynamic filtering pane" + }, "pickerCreate":{ "message":"बनाएँ", "description":"English: Create" @@ -295,6 +323,30 @@ "message":"Apply changes", "description":"English: Apply changes" }, + "rulesEdit":{ + "message":"Edit", + "description":"Will enable manual-edit mode (textarea)" + }, + "rulesEditSave":{ + "message":"Save", + "description":"Will save manually-edited content and exit manual-edit mode" + }, + "rulesEditDiscard":{ + "message":"Discard", + "description":"Will discard manually-edited content and exit manual-edit mode" + }, + "rulesImport":{ + "message":"Import from file...", + "description":"" + }, + "rulesExport":{ + "message":"Export to file...", + "description":"" + }, + "rulesDefaultFileName":{ + "message":"my-ublock-dynamic-rules.txt", + "description":"default file name to use" + }, "whitelistPrompt":{ "message":"Your list of host names for which µBlock will be disabled. One entry per line. Invalid host names will be silently ignored.", "description":"English: Your list of host names for which µBlock will be disabled. One host name per line. Invalid host names will be silently ignored." -- cgit v1.1