diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-31 12:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 13:18:23 -0300 |
commit | 040852a09efb3bade338214269cb816209af5eab (patch) | |
tree | d75aa8cb837b526473830df433e4bfc2cbbbbb61 /files/pt-br/tools | |
parent | 0114a214791c357c3dd3fdde5fc47b9ca33796cc (diff) | |
download | translated-content-040852a09efb3bade338214269cb816209af5eab.tar.gz translated-content-040852a09efb3bade338214269cb816209af5eab.tar.bz2 translated-content-040852a09efb3bade338214269cb816209af5eab.zip |
remove link 'title' attributes that's just the 'href' (pt-br) (#1738)
👍🏽
Diffstat (limited to 'files/pt-br/tools')
-rw-r--r-- | files/pt-br/tools/3d_view/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/tools/debugger/index.html | 6 | ||||
-rw-r--r-- | files/pt-br/tools/firefox_os_1.1_simulator/index.html | 6 | ||||
-rw-r--r-- | files/pt-br/tools/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/tools/keyboard_shortcuts/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/tools/page_inspector/index.html | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/files/pt-br/tools/3d_view/index.html b/files/pt-br/tools/3d_view/index.html index 82040654a6..13e303675e 100644 --- a/files/pt-br/tools/3d_view/index.html +++ b/files/pt-br/tools/3d_view/index.html @@ -101,7 +101,7 @@ translation_of: Tools/3D_View <li><a href="/en/Tools/Page_Inspector/HTML_panel" title="HTML panel">Painel HTML</a></li> <li><a href="/en/Tools/Page_Inspector/Style_panel" title="en/Tools/Page_Inspector/Style panel">Painel de estilos</a></li> <li><a href="/en/Tools" title="Tools">Ferramentas</a></li> - <li><a class="external" href="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/" title="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/">New Developer Tools in Firefox 11 Aurora</a> (blog post)</li> + <li><a class="external" href="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/">New Developer Tools in Firefox 11 Aurora</a> (blog post)</li> </ul> <p>{{ languages( { "ja": "ja/Tools/Page_Inspector/3D_view", "zh-cn": "zh-cn/Tools/Page_Inspector/3D_view"} ) }}</p> diff --git a/files/pt-br/tools/debugger/index.html b/files/pt-br/tools/debugger/index.html index 88a7af5785..ce71b77d4a 100644 --- a/files/pt-br/tools/debugger/index.html +++ b/files/pt-br/tools/debugger/index.html @@ -206,7 +206,7 @@ original_slug: Tools/Depurador </tr> <tr> <td><strong>Show Original Sources</strong></td> - <td>Enabling this option will make the debugger use <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/" title="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">source maps</a>, if they are available, to display the original source for code which has been combined, minified, or even compiled to JavaScript from a language like CoffeeScript.</td> + <td>Enabling this option will make the debugger use <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">source maps</a>, if they are available, to display the original source for code which has been combined, minified, or even compiled to JavaScript from a language like CoffeeScript.</td> </tr> </tbody> </table> @@ -356,7 +356,7 @@ original_slug: Tools/Depurador <h3 id="Use_a_source_map">Use a source map</h3> -<p>JavaScript sources are often combined and minified to make delivering them from the server more efficient. Increasingly, too, JavaScript running in a page is machine-generated, as when compiled from a language like CoffeeScript. By using <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/" title="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">source maps</a>, the debugger can map the code being executed to the original source files, making debugging much, much easier.</p> +<p>JavaScript sources are often combined and minified to make delivering them from the server more efficient. Increasingly, too, JavaScript running in a page is machine-generated, as when compiled from a language like CoffeeScript. By using <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/">source maps</a>, the debugger can map the code being executed to the original source files, making debugging much, much easier.</p> <p>To tell the Debugger to use source maps if they are available, click the "<a href="#debugger-settings" title="#debugger-settings">Debugger settings</a>" button and select "Show original sources" from the list of settings that pops up:</p> @@ -438,7 +438,7 @@ original_slug: Tools/Depurador <li>chrome://browser/content/devtools/debugger-panes.js</li> </ul> -<p>Unfortunately there is not yet any API to evaluate watches/expressions within the debugged scope, or highlight elements on the page that are referenced as variables in the debugged scope. (currently a work in progress, see bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=653545" title="https://bugzilla.mozilla.org/show_bug.cgi?id=653545">653545</a>.)</p> +<p>Unfortunately there is not yet any API to evaluate watches/expressions within the debugged scope, or highlight elements on the page that are referenced as variables in the debugged scope. (currently a work in progress, see bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=653545">653545</a>.)</p> <h2 id="Keyboard_shortcuts">Keyboard shortcuts</h2> diff --git a/files/pt-br/tools/firefox_os_1.1_simulator/index.html b/files/pt-br/tools/firefox_os_1.1_simulator/index.html index 7709cc565b..c9b8e6618e 100644 --- a/files/pt-br/tools/firefox_os_1.1_simulator/index.html +++ b/files/pt-br/tools/firefox_os_1.1_simulator/index.html @@ -56,7 +56,7 @@ original_slug: Tools/Simulador_Firefox_OS_1.1 <p>The Simulator is packaged and distributed as a Firefox add-on. To install it:</p> <ol> - <li>Using Firefox, go to <a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/" title="https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/">the Simulator's page on addons.mozilla.org</a>.</li> + <li>Using Firefox, go to <a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/">the Simulator's page on addons.mozilla.org</a>.</li> <li>Click "Add to Firefox".</li> <li>Once the add-on has downloaded you will be prompted to install it: click "Install Now".</li> </ol> @@ -258,7 +258,7 @@ original_slug: Tools/Simulador_Firefox_OS_1.1 <h3 id="Network_Monitor">Network Monitor</h3> -<p>Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (<a href="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/" title="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/">Learn more about the Network Monitor.</a>)</p> +<p>Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (<a href="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/">Learn more about the Network Monitor.</a>)</p> <h2 id="Receipts"><a name="Simulator-receipts"></a>Receipts</h2> @@ -305,7 +305,7 @@ original_slug: Tools/Simulador_Firefox_OS_1.1 <h3 id="Troubleshooting_on_Linux">Troubleshooting on Linux</h3> -<p>If you are unable to connect your device after creating udev rules, please see this <a href="https://github.com/mozilla/r2d2b2g/issues/515" title="https://github.com/mozilla/r2d2b2g/issues/515">bug</a>.</p> +<p>If you are unable to connect your device after creating udev rules, please see this <a href="https://github.com/mozilla/r2d2b2g/issues/515">bug</a>.</p> <h2 id="Limitations_of_the_Simulator"><a name="Limitations">Limitations of the Simulator</a></h2> diff --git a/files/pt-br/tools/index.html b/files/pt-br/tools/index.html index 46d40c34ff..3d1c88b090 100644 --- a/files/pt-br/tools/index.html +++ b/files/pt-br/tools/index.html @@ -181,7 +181,7 @@ translation_of: Tools <dt><a href="https://webmaker.org/en-US/tools/">Webmaker Tools</a></dt> <dd>Um conjunto de ferramentas desenvolvidas pela Mozilla, destinada a pessoas que estão começando no desenvolvimento Web.</dd> <dt><a href="http://www.w3.org/Status.html">W3C Validators</a></dt> - <dd>O site W3C hospeda um número de ferramentas para checar a validação do seu website, incluindo <a href="http://validator.w3.org/" title="http://validator.w3.org/">HTML</a> e <a href="http://jigsaw.w3.org/css-validator/" title="http://jigsaw.w3.org/css-validator/">CSS</a>.</dd> + <dd>O site W3C hospeda um número de ferramentas para checar a validação do seu website, incluindo <a href="http://validator.w3.org/" title="http://validator.w3.org/">HTML</a> e <a href="http://jigsaw.w3.org/css-validator/">CSS</a>.</dd> <dt><a href="http://www.jshint.com/">JSHint</a></dt> <dd>Ferramenta de análise de código JavaScript.</dd> </dl> diff --git a/files/pt-br/tools/keyboard_shortcuts/index.html b/files/pt-br/tools/keyboard_shortcuts/index.html index 273bb3c263..6d7802b6f0 100644 --- a/files/pt-br/tools/keyboard_shortcuts/index.html +++ b/files/pt-br/tools/keyboard_shortcuts/index.html @@ -616,7 +616,7 @@ translation_of: Tools/Keyboard_shortcuts </tbody> </table> -<p><a name="mac-function-key-note">1. By default, on some Macs, the function key is remapped to use a special feature: for example, to change the screen brightness or the volume. See this </a><a href="http://support.apple.com/kb/HT3399" title="http://support.apple.com/kb/HT3399">guide to using these keys as standard function keys</a>. To use a remapped key as a standard function key, hold the Function key down as well (so to open the Profiler, use <kbd>Shift</kbd> + <kbd>Function</kbd> + <kbd>F5</kbd>).</p> +<p><a name="mac-function-key-note">1. By default, on some Macs, the function key is remapped to use a special feature: for example, to change the screen brightness or the volume. See this </a><a href="http://support.apple.com/kb/HT3399">guide to using these keys as standard function keys</a>. To use a remapped key as a standard function key, hold the Function key down as well (so to open the Profiler, use <kbd>Shift</kbd> + <kbd>Function</kbd> + <kbd>F5</kbd>).</p> </div> <h2 id="Web_Console">Web Console</h2> diff --git a/files/pt-br/tools/page_inspector/index.html b/files/pt-br/tools/page_inspector/index.html index 9bb012d40d..dc62ac5b02 100644 --- a/files/pt-br/tools/page_inspector/index.html +++ b/files/pt-br/tools/page_inspector/index.html @@ -236,7 +236,7 @@ translation_of: Tools/Page_Inspector <h3 id="window.inspector">window.inspector</h3> -<p>definido em <a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js" title="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a>. Atributos e funções:</p> +<p>definido em <a href="http://mxr.mozilla.org/mozilla-central/source/browser/devtools/inspector/inspector-panel.js">inspector-panel.js</a>. Atributos e funções:</p> <ul> <li>.selection - informações sobre o elemento inspecionado: |