tarteaucitron.cn.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*global tarteaucitron */
  2. tarteaucitron.lang = {
  3. "adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。",
  4. "adblock_call": "感谢您停用广告拦截功能并开始个性化设置。",
  5. "reload": "重新加载页面",
  6. "alertBigScroll": "继续划屏,",
  7. "alertBigClick": "继续浏览,",
  8. "alertBig": "即表示您同意第三方服务安装cookie",
  9. "alertBigPrivacy": "这个网站使用cookie, 并让您可以控制想要激活的内容。",
  10. "alertSmall": "服务管理",
  11. "acceptAll": "好的,全部接受",
  12. "personalize": "个性化",
  13. "close": "关闭",
  14. "privacyUrl": "保密政策",
  15. "all": "所有服务的偏好设置",
  16. "disclaimer": "通过授权这些第三方服务,您同意存储和读取cookie,并使用其正常运行所需的跟踪技术。",
  17. "allow": "允许",
  18. "deny": "禁用",
  19. "noCookie": "此服务不存储任何cookie。",
  20. "useCookie": "此服务可以存储",
  21. "useCookieCurrent": "此服务已存储",
  22. "useNoCookie": "此服务未存储任何cookie。",
  23. "more": "了解更多",
  24. "source": "查看官网",
  25. "credit": "通过tarteaucitron.js管理cookie",
  26. "toggleInfoBox": "显示/隐藏cookie存储信息。",
  27. "title": "Cookie管理面板",
  28. "cookieDetail": "Cookie详情",
  29. "ourSite": "显示在我们的网站上",
  30. "newWindow": "(新建窗口)",
  31. "allowAll": "允许",
  32. "denyAll": "禁用",
  33. "icon": "Cookies",
  34. "fallback": "已禁用。",
  35. "allowed": "允许的",
  36. "disallowed": "不允许的",
  37. "ads": {
  38. "title": "广告组",
  39. "details": "广告组通过营销网站上的广告空间来产生收入."
  40. },
  41. "analytic": {
  42. "title": "受众测量",
  43. "details": "受众测量服务可以生成对站点改进有用的访问统计数据。"
  44. },
  45. "social": {
  46. "title": "社交网络",
  47. "details": "社交网络有助于提高网站的用户友好性,并通过分享帮助推广。"
  48. },
  49. "video": {
  50. "title": "视频",
  51. "details": "视频共享服务丰富网站的多媒体内容,提高网站知名度。"
  52. },
  53. "comment": {
  54. "title": "评论",
  55. "details": "评论管理器使您的评论更容易提交,并避免垃圾邮件。"
  56. },
  57. "support": {
  58. "title": "支持",
  59. "details": "支持服务使您能够与网站团队联系并帮助改进网站."
  60. },
  61. "api": {
  62. "title": "API",
  63. "details": "API允许加载脚本:地理位置、搜索引擎、翻译……"
  64. },
  65. "other": {
  66. "title": "其他",
  67. "details": "旨在显示网页内容的服务。"
  68. },
  69. "mandatoryTitle": "Mandatory cookies",
  70. "mandatoryText": "This site uses cookies necessary for its proper functioning which cannot be deactivated."
  71. };