Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: locale/ru/filter.json

Issue 29372834: Issue 4833 - Add translations for invalid filter messages (Closed)
Patch Set: Created Jan. 24, 2017, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/ro/filter.json ('k') | locale/sk/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/ru/filter.json
diff --git a/locale/ru/filter.json b/locale/ru/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..db3485f017fe57054672d5bc99d9efe3194f393d
--- /dev/null
+++ b/locale/ru/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "У элемента, который нужно скрыть, может быть только один идентификатор"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Не указано никаких признаков, чтобы опознать элемент, который нужно скрыть"
+ },
+ "filter_invalid_regexp": {
+ "message": "Неправильное регулярное выражение"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Этот фильтр либо является регулярным выражением, либо слишком короткий для оптимизации. Большое количество таких фильтров может отрицательно сказаться на быстродействии вашего браузера."
+ },
+ "filter_unknown_option": {
+ "message": "Неизвестная опция фильтра"
+ }
+}
« no previous file with comments | « locale/ro/filter.json ('k') | locale/sk/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld