Skip to content

Instantly share code, notes, and snippets.

@l4u
Forked from gugod/devise.zh-TW.yml
Created May 10, 2011 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l4u/964066 to your computer and use it in GitHub Desktop.
Save l4u/964066 to your computer and use it in GitHub Desktop.
zh-TW:
errors:
messages:
not_found: "沒有找到"
already_confirmed: "已被確認過了"
not_locked: "被鎖定了"
not_saved:
one: "有一個錯誤導致%{resource}不能被儲存:"
other: "有 %{count} 個錯誤導致%{resource}不能被儲存:"
devise:
failure:
already_authenticated: '你已經登入。'
unauthenticated: '您需要先註冊,登入後才能繼續。'
unconfirmed: '您的帳號需需要經過確認後,才能繼續。'
locked: '您的帳號已被鎖定。'
invalid: 'Email 或密碼是無效的。'
invalid_token: '無效的認證代碼。'
timeout: '您的登入時效過期,請重新登入,才能繼續。'
inactive: '您的帳號尚未被啟用。'
sessions:
signed_in: '成功登入了。'
signed_out: '成功登出了。'
passwords:
send_instructions: '您將在幾分鐘後收到一封電子郵件,內有重新設定密碼的步驟說明。'
updated: '您的密碼已被修改,而您現在已重新登入。'
confirmations:
send_instructions: '您將在幾分鐘後收到一封電子郵件,內有確認帳號的步驟說明。'
confirmed: '您的帳號已經過確認,現在您已成功登入。'
registrations:
signed_up: '您已經成功註冊,確認信件已送至您的 Email 信箱。'
inactive_signed_up: '您已經成功註冊,但暫時你不能登入,因為%{reason}。'
updated: '您已經成功的更新帳號資訊。'
destroyed: '再會!您的帳號已被取消。有緣再會。'
unlocks:
send_instructions: '您將在幾分鐘後收到一封電子郵件,內有將帳號解除鎖定的步驟說明。'
unlocked: '您的帳號已被解鎖,現在您已成功登入。'
mailer:
confirmation_instructions:
subject: '確認步驟'
reset_password_instructions:
subject: '重設密碼步驟'
unlock_instructions:
subject: '解鎖步驟'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment