diff options
author | gorhill <rhill@raymondhill.net> | 2015-06-07 09:49:52 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-06-07 09:49:52 -0400 |
commit | 40ebd3e8a83c47685879b6189b662c5961892e77 (patch) | |
tree | 89678e1fe93aa2eed0d67c1bb94286fc4d736155 /src/_locales/fa | |
parent | 056a760dc43c5c913ef03f2c883e6538819659f0 (diff) | |
download | uBlock-40ebd3e8a83c47685879b6189b662c5961892e77.zip uBlock-40ebd3e8a83c47685879b6189b662c5961892e77.tar.gz uBlock-40ebd3e8a83c47685879b6189b662c5961892e77.tar.bz2 |
translation work from https://crowdin.com/project/ublock
Diffstat (limited to 'src/_locales/fa')
-rw-r--r-- | src/_locales/fa/messages.json | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/src/_locales/fa/messages.json b/src/_locales/fa/messages.json index 363dc50..87baa7b 100644 --- a/src/_locales/fa/messages.json +++ b/src/_locales/fa/messages.json @@ -176,7 +176,7 @@ "description":"English: " }, "settingsHyperlinkAuditingDisabledPrompt":{ - "message":"Disable hyperlink auditing", + "message":"Disable hyperlink auditing\/beacon", "description":"English: " }, "settingsExperimentalPrompt":{ @@ -415,6 +415,46 @@ "message":"Dynamic URL filtering", "description":"Small header to identify the dynamic URL filtering section" }, + "loggerStaticFilteringHeader":{ + "message":"Static filtering", + "description":"Small header to identify the static filtering section" + }, + "loggerStaticFilteringSentence":{ + "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartBlock":{ + "message":"Block", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAllow":{ + "message":"Allow", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartType":{ + "message":"type “{{type}}”", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAnyType":{ + "message":"any type", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartOrigin":{ + "message":"from “{{origin}}”", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAnyOrigin":{ + "message":"from anywhere", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartNotImportant":{ + "message":"except when", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartImportant":{ + "message":"even if", + "description":"Used in the static filtering wizard" + }, "aboutChangelog":{ "message":"تغییرات اخیر", "description":"English: Change log" |