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

Side by Side Diff: _locales/zh_TW/messages.json

Issue 11396001: Fixed broken links on options page (Closed)
Patch Set: Created Aug. 5, 2013, 3:07 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « _locales/zh_CN/messages.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "message": "新增" 3 "message": "新增"
4 }, 4 },
5 "add_domain_button": { 5 "add_domain_button": {
6 "message": "新增網域" 6 "message": "新增網域"
7 }, 7 },
8 "add_filter_button": { 8 "add_filter_button": {
9 "message": "新增過濾條件" 9 "message": "新增過濾條件"
10 }, 10 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "enable_only_the": { 44 "enable_only_the": {
45 "message": "請務必只啟用您需要的過濾列表,啟用過多會使瀏覽器反應遲鈍。" 45 "message": "請務必只啟用您需要的過濾列表,啟用過多會使瀏覽器反應遲鈍。"
46 }, 46 },
47 "enabled_for_site": { 47 "enabled_for_site": {
48 "message": "在此網站啟用" 48 "message": "在此網站啟用"
49 }, 49 },
50 "filter_lists": { 50 "filter_lists": {
51 "message": "過濾列表" 51 "message": "過濾列表"
52 }, 52 },
53 "filter_must_follow_syntax": { 53 "filter_must_follow_syntax": {
54 "message": "您的過濾條件必須遵守 <a href='$url$'>Adblock Plus 的語法</a>.", 54 "message": "您的過濾條件必須遵守 <a>Adblock Plus 的語法</a>."
55 "placeholders": {
56 "url": {
57 "content": "$1"
58 }
59 }
60 }, 55 },
61 "found_a_bug": { 56 "found_a_bug": {
62 "message": "發現 bug?想要翻譯 Adblock Plus?請至 <a href='$url$'>此處詢問</a>。", 57 "message": "發現 bug?想要翻譯 Adblock Plus?請至 <a>此處詢問</a>。"
63 "placeholders": {
64 "url": {
65 "content": "$1"
66 }
67 }
68 }, 58 },
69 "general": { 59 "general": {
70 "message": "一般設定" 60 "message": "一般設定"
71 }, 61 },
72 "last_updated_at": { 62 "last_updated_at": {
73 "message": "最後更新於 $date$ $time$", 63 "message": "最後更新於 $date$ $time$",
74 "placeholders": { 64 "placeholders": {
75 "date": { 65 "date": {
76 "content": "$2" 66 "content": "$2"
77 }, 67 },
(...skipping 30 matching lines...) Expand all
108 }, 98 },
109 "subscriptionSelection_subscriptionSelector_label": { 99 "subscriptionSelection_subscriptionSelector_label": {
110 "message": "請從列表中選擇過濾條件集:" 100 "message": "請從列表中選擇過濾條件集:"
111 }, 101 },
112 "update_now": { 102 "update_now": {
113 "message": "立即更新" 103 "message": "立即更新"
114 }, 104 },
115 "whitelisted_domains": { 105 "whitelisted_domains": {
116 "message": "白名單" 106 "message": "白名單"
117 } 107 }
118 } 108 }
OLDNEW
« no previous file with comments | « _locales/zh_CN/messages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld