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

Unified Diff: locale/zh-TW/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/zh-CN/filter.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/zh-TW/filter.json
diff --git a/locale/zh-TW/filter.json b/locale/zh-TW/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..cc0f4b394774842e909dfd376737455daf803936
--- /dev/null
+++ b/locale/zh-TW/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/zh-CN/filter.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld