Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanish translation (WIP) #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _locales/en/manual.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Filter matched requests by the type of request. The type indicates the requested
| Indicates a ping request triggered by an <a> element using the ping attribute. Only in use if browser.send_pings is enabled.
|-
| Speculative
| Indicates a predictive TCP and/or TLS handsake for a request that browser has determined to be coming soon. Only in use if network.http.speculative-parallel-limit is greater than 0.
| Indicates a predictive TCP and/or TLS handshake for a request that browser has determined to be coming soon. Only in use if network.http.speculative-parallel-limit is greater than 0.
|-
| Beacon
| Indicates a [https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API Beacon] request.
Expand Down Expand Up @@ -317,7 +317,7 @@ Uses the hostname of the original request.
Captures a part of the hostname of the original request.

<pre>https://{hostname::-3|/\.co/\.com}/new/path</pre>
Uses the hostname of the original request but manipulate its length by three cutting it from the end and replace &quot;.co&quot; with &quot;.com&quot;.
Uses the hostname of the original request but manipulates its length by three cutting it from the end and replace &quot;.co&quot; with &quot;.com&quot;.

<pre>{search.url|decodeURIComponent}</pre>
Captures &quot;url&quot; search parameter and decodes it.
Expand Down
12 changes: 6 additions & 6 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,19 @@
"message": "List of methods"
},
"host_placeholder": {
"message": "List of host patterns.."
"message": "List of host patterns..."
},
"path_placeholder": {
"message": "List of path patterns.."
"message": "List of path patterns..."
},
"tlds_placeholder": {
"message": "List of TLDs.."
"message": "List of TLDs..."
},
"includes_placeholder": {
"message": "List of include patterns.."
"message": "List of include patterns..."
},
"excludes_placeholder": {
"message": "List of exclude patterns.."
"message": "List of exclude patterns..."
},
"any_tld": {
"message": "Any TLD"
Expand Down Expand Up @@ -397,7 +397,7 @@
"message": "Redirect URL"
},
"placeholder_trim_parameters": {
"message": "List of trimmed query parameters.."
"message": "List of trimmed query parameters..."
},
"timestamp": {
"message": "Timestamp: $TIME$",
Expand Down
Loading