mirror of https://github.com/gorhill/uBlock.git
Added strings to translate
This commit is contained in:
parent
c3df4ced0a
commit
0a899e1279
|
@ -275,13 +275,13 @@
|
|||
"message": "Version",
|
||||
"description": "Example of use: Version 1.26.4"
|
||||
},
|
||||
"popup3pScriptFilterTip": {
|
||||
"message": "↑: Emphasize rows which have 3rd-party scripts",
|
||||
"description": "Tooltip shown when hovering small filtering widget in '3rd-party scripts' cell"
|
||||
"popup3pScriptFilter": {
|
||||
"message": "script",
|
||||
"description": "Appears as an option to filter out firewall rows"
|
||||
},
|
||||
"popup3pFrameFilterTip": {
|
||||
"message": "↑: Emphasize rows which have 3rd-party frames",
|
||||
"description": "Tooltip shown when hovering small filtering widget in '3rd-party frames' cell"
|
||||
"popup3pFrameFilter": {
|
||||
"message": "frame",
|
||||
"description": "Appears as an option to filter out firewall rows"
|
||||
},
|
||||
"pickerCreate": {
|
||||
"message": "Create",
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="firewall" data-more="e">
|
||||
<section><span class="fa-icon">filter</span><div class="filterExpressions"><div><span data-i18n="loggerRowFiltererBuiltinNot" data-expr="not">_</span><span data-i18n="loggerRowFiltererBuiltinBlocked" data-expr="blocked">_</span><span data-i18n="loggerRowFiltererBuiltinAllowed" data-expr="allowed">_</span></div><div><span data-i18n="loggerRowFiltererBuiltinNot" data-expr="not">_</span><span data-expr="script"><script></span><span data-expr="frame"><iframe></span></div></div></section>
|
||||
<section><span class="fa-icon">filter</span><div class="filterExpressions"><div><span data-i18n="loggerRowFiltererBuiltinNot" data-expr="not">_</span><span data-i18n="loggerRowFiltererBuiltinBlocked" data-expr="blocked">_</span><span data-i18n="loggerRowFiltererBuiltinAllowed" data-expr="allowed">_</span></div><div><span data-i18n="loggerRowFiltererBuiltinNot" data-expr="not">_</span><span data-expr="script" data-i18n="popup3pScriptFilter">_</span><span data-expr="frame" data-i18n="popup3pFrameFilter">_</span></div></div></section>
|
||||
<div data-des="*" data-type="*"><span data-i18n="popupAnyRulePrompt">_</span><span data-src="/" data-i18n-title="popupTipGlobalRules"> </span><span data-src="." data-i18n-title="popupTipLocalRules"> </span></div>
|
||||
<div data-des="*" data-type="image"><span data-i18n="popupImageRulePrompt"></span><span data-src="/"> </span><span data-src="."> </span></div>
|
||||
<div data-des="*" data-type="3p"><span data-i18n="popup3pAnyRulePrompt"></span><span data-src="/"> </span><span data-src="."> </span></div>
|
||||
|
|
Loading…
Reference in New Issue