mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Reference example.com instead of somesite.com in examples
* somesite.com actually exists... * example.com should be used in examples and is harmless to visit
This commit is contained in:
@@ -1170,7 +1170,7 @@ zh_CN:
|
||||
delete_user_max_post_age: "不允许删除第一个帖子发表于(x)天前的用户。"
|
||||
delete_all_posts_max: "通过删除所有帖子按钮可以删除的最大帖子数量。如果用户有比这更多的帖子,这些帖子不能一次性删除并且这个用户不能被删除。"
|
||||
email_editable: "允许用户在注册后改变他们的邮箱地址。"
|
||||
logout_redirect: "登出后重定向至的地址。(如:http://somesite.com/logout)"
|
||||
logout_redirect: "登出后重定向至的地址。(如:http://example.com/logout)"
|
||||
allow_uploaded_avatars: "允许用户上传自定义个人头像。"
|
||||
allow_animated_avatars: "允许用户使用动画个人头像。警告:更改设置后运行 avatars:refresh 这个 rake 任务。"
|
||||
allow_animated_thumbnails: "为动画 gif 生成动态缩略图。"
|
||||
|
||||
Reference in New Issue
Block a user