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/ru | |
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/ru')
-rw-r--r-- | src/_locales/ru/messages.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index b912117..f28e819 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -415,6 +415,46 @@ "message":"Динамическая фильтрация URL-адресов", "description":"Small header to identify the dynamic URL filtering section" }, + "loggerStaticFilteringHeader":{ + "message":"Статическая фильтрация", + "description":"Small header to identify the static filtering section" + }, + "loggerStaticFilteringSentence":{ + "message":"{{action}} сетевые запросы {{type}}, {{br}}URL которых совпадает с {{url}}, {{br}} и которые происходят {{origin}},{{br}}{{importance}} имеется подходящий фильтр-исключение.", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartBlock":{ + "message":"Блокировать", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAllow":{ + "message":"Разрешить", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartType":{ + "message":"типа “{{type}}”", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAnyType":{ + "message":"любой тип", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartOrigin":{ + "message":"из “{{origin}}”", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartAnyOrigin":{ + "message":"откуда угодно", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartNotImportant":{ + "message":"кроме случаев, когда", + "description":"Used in the static filtering wizard" + }, + "loggerStaticFilteringSentencePartImportant":{ + "message":"даже если", + "description":"Used in the static filtering wizard" + }, "aboutChangelog":{ "message":"Список изменений", "description":"English: Change log" |