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

Unified Diff: locale/zh_CN/desktop-options.json

Issue 29631579: Issue 6170 - import translations for the conflict message (Closed)
Patch Set: Created Dec. 6, 2017, 2:54 p.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/desktop-options.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/zh_CN/desktop-options.json
===================================================================
--- a/locale/zh_CN/desktop-options.json
+++ b/locale/zh_CN/desktop-options.json
@@ -293,6 +293,34 @@
"options_tab_whitelist": {
"message": "白名单网站"
},
+ "options_tracking_warning_1": {
+ "message": "我们注意到您同时启用了<strong>$tracking$</strong>和<strong>$acceptableAds$</strong>。",
+ "placeholders": {
+ "acceptableAds": {
+ "content": "$2",
+ "example": "Allow Acceptable Ads"
+ },
+ "tracking": {
+ "content": "$1",
+ "example": "Block additional tracking"
+ }
+ }
+ },
+ "options_tracking_warning_2": {
+ "message": "我们想告知您,为了让广告商向您展示更有相关性的广告,可接受广告<strong>可能</strong>准许某些跟踪型的广告。"
+ },
+ "options_tracking_warning_3": {
+ "message": "如果您更偏好隐私,选择下方的<strong>$acceptableAdsPrivacy$</strong>复选框。",
+ "placeholders": {
+ "acceptableAdsPrivacy": {
+ "content": "$1",
+ "example": "Only allow ads without third-party tracking"
+ }
+ }
+ },
+ "options_tracking_warning_acknowledgment": {
+ "message": "好的,知道了"
+ },
"options_whitelist_add": {
"message": "添加网站"
},
« no previous file with comments | « locale/vi/desktop-options.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld