diff options
Diffstat (limited to 'config/locales/activerecord.zh-TW.yml')
-rw-r--r-- | config/locales/activerecord.zh-TW.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/locales/activerecord.zh-TW.yml b/config/locales/activerecord.zh-TW.yml index 4f938a7f5..2e685868d 100644 --- a/config/locales/activerecord.zh-TW.yml +++ b/config/locales/activerecord.zh-TW.yml @@ -5,13 +5,28 @@ zh-TW: poll: expires_at: 截止時間 options: 選擇 + user: + agreement: 服務同意書 + email: 電子信箱位址 + locale: 地區 + password: 密碼 + user/account: + username: 使用者名稱 + user/invite_request: + text: 原因 errors: models: account: attributes: username: invalid: 只能有字母、數字及底線 + reserved: 是保留關鍵字 status: attributes: reblog: taken: 嘟文已經存在 + user: + attributes: + email: + blocked: 使用不被允許的電子信箱供應商 + unreachable: 似乎不存在 |