Merge pull request #485 from williamherry/add_missing_translation_for_chinese
add missing translation for chinese
This commit is contained in:
commit
2665617271
|
@ -62,12 +62,18 @@ zh_CN:
|
|||
name: "分类名称"
|
||||
post:
|
||||
raw: "内容"
|
||||
user:
|
||||
email: "电子邮箱"
|
||||
errors:
|
||||
models:
|
||||
topic:
|
||||
attributes:
|
||||
archetype:
|
||||
cant_send_pm: "抱歉,你不能向该用户发送私信。"
|
||||
user:
|
||||
attributes:
|
||||
email:
|
||||
taken: "已经被使用"
|
||||
|
||||
user_profile:
|
||||
no_info_me: "<div class='missing-profile'>你的介绍信息中,“关于我”部分目前还是空白,<a href='/users/%{username_lower}/preferences'>介绍一下你自己,好不好?</a></div>"
|
||||
|
|
|
@ -62,12 +62,18 @@ zh_TW:
|
|||
name: "分類名稱"
|
||||
post:
|
||||
raw: "內容"
|
||||
user:
|
||||
email: "電子郵箱"
|
||||
errors:
|
||||
models:
|
||||
topic:
|
||||
attributes:
|
||||
archetype:
|
||||
cant_send_pm: "抱歉,你不能向該用戶發送私信。"
|
||||
user:
|
||||
attributes:
|
||||
email:
|
||||
taken: "已經被使用"
|
||||
|
||||
user_profile:
|
||||
no_info_me: "<div class='missing-profile'>你的介紹信息中,“關于我”部分目前還是空白,<a href='/users/%{username_lower}/preferences'>介紹一下你自己,好不好?</a></div>"
|
||||
|
|
Loading…
Reference in New Issue