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

Unified Diff: locale/zh-CN/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/vi/filter.json ('k') | locale/zh-TW/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/zh-CN/filter.json
diff --git a/locale/zh-CN/filter.json b/locale/zh-CN/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..6c9015962be5e71c636bbbefd46f681681e3b84a
--- /dev/null
+++ b/locale/zh-CN/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "仅可以指定一个要隐藏的元素 ID"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "没有指定要隐藏元素的识别标准"
+ },
+ "filter_invalid_regexp": {
+ "message": "无效的正则表达式"
+ },
+ "filter_regexp_tooltip": {
+ "message": "该过滤规则是正则表达式或者太短而无法优化。如果这种类型的过滤规则太多会降低您浏览的速度。"
+ },
+ "filter_unknown_option": {
+ "message": "未知的过滤规则"
+ }
+}
« no previous file with comments | « locale/vi/filter.json ('k') | locale/zh-TW/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld