[refs #124] Add missing translation
This commit is contained in:
parent
bae56741d0
commit
0f06d4f627
|
@ -20,6 +20,8 @@ en:
|
|||
passwords:
|
||||
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
|
||||
updated: 'Your password was changed successfully. You are now signed in.'
|
||||
button: 'Submit'
|
||||
edit_button: 'Change my password'
|
||||
confirmations:
|
||||
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
|
||||
confirmed: 'Your account was successfully confirmed. You are now signed in.'
|
||||
|
@ -27,6 +29,11 @@ en:
|
|||
signed_up: 'You have signed up successfully. If enabled, a confirmation was sent to your e-mail.'
|
||||
updated: 'You updated your account successfully.'
|
||||
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
|
||||
sign_up_header: 'Signup'
|
||||
edit_password_description: Leave blank if you don't want to change it
|
||||
current_password_description: 'We need your current password to confirm your changes'
|
||||
cancel: 'Cancel my account'
|
||||
cancel_confirmation: 'Are you sure?'
|
||||
unlocks:
|
||||
send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
|
||||
unlocked: 'Your account was successfully unlocked. You are now signed in.'
|
||||
|
|
|
@ -40,6 +40,7 @@ en:
|
|||
not_access: Access denied!
|
||||
owner: Owner
|
||||
confirm: Sure?
|
||||
back: Back
|
||||
settings:
|
||||
notifier: Notifier setting
|
||||
notifiers:
|
||||
|
|
|
@ -39,7 +39,8 @@ ru:
|
|||
upload: Загрузить
|
||||
not_access: Нет доступа!
|
||||
owner: Владелец
|
||||
confirm: Уверенны?
|
||||
confirm: Уверены?
|
||||
back: Назад
|
||||
settings:
|
||||
notifier: Настройки оповещений
|
||||
notifiers:
|
||||
|
|
Loading…
Reference in New Issue