1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00

Added strings to translate

This commit is contained in:
Raymond Hill 2023-03-30 16:33:32 -04:00
parent c3df4ced0a
commit 0a899e1279
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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">&lt;script&gt;</span><span data-expr="frame">&lt;iframe&gt;</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>