mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
2-Step Verification (Google Authenticator)
Small fixes
This commit is contained in:
parent
cae0cc2f77
commit
419b47a81e
51 changed files with 1747 additions and 419 deletions
|
|
@ -3,6 +3,7 @@ LABEL_EMAIL = "이메일 주소"
|
|||
LABEL_LOGIN = "아이디"
|
||||
LABEL_PASSWORD = "비밀번호"
|
||||
LABEL_SIGN_ME = "아이디 기억"
|
||||
LABEL_VERIFICATION_CODE = "Verification Code"
|
||||
BUTTON_SIGN_IN = "로그인"
|
||||
TITLE_SIGN_IN_GOOGLE = "구글 계정으로 로그인"
|
||||
TITLE_SIGN_IN_FACEBOOK = "페이스북 계정으로 로그인"
|
||||
|
|
@ -267,6 +268,11 @@ BUTTON_SIGN = "Sign"
|
|||
BUTTON_ENCRYPT = "Encrypt"
|
||||
BUTTON_SIGN_AND_ENCRYPT = "Sign and encrypt"
|
||||
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "2-Step verification test"
|
||||
LABEL_CODE = "Code"
|
||||
BUTTON_TEST = "Test"
|
||||
|
||||
[POPUPS_SYSTEM_FOLDERS]
|
||||
TITLE_SYSTEM_FOLDERS = "메일함을 지정해주세요"
|
||||
SELECT_CHOOSE_ONE = "선택해주세요"
|
||||
|
|
@ -318,6 +324,7 @@ LABEL_FOLDERS_NAME = "메일함"
|
|||
LABEL_ACCOUNTS_NAME = "계정"
|
||||
LABEL_IDENTITY_NAME = "신원"
|
||||
LABEL_IDENTITIES_NAME = "신원"
|
||||
LABEL_SECURITY_NAME = "Security"
|
||||
LABEL_SOCIAL_NAME = "소셜"
|
||||
LABEL_THEMES_NAME = "테마"
|
||||
LABEL_CHANGE_PASSWORD_NAME = "비밀번호"
|
||||
|
|
@ -331,6 +338,21 @@ LABEL_REPLY_TO = "답장"
|
|||
LABEL_SIGNATURE = "서명"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_SECURITY]
|
||||
LEGEND_TWO_FACTOR_AUTH = "2-Step Verification (Google Authenticator)"
|
||||
LABEL_ENABLE_TWO_FACTOR = "Enable 2-Step verification"
|
||||
LABEL_TWO_FACTOR_USER = "User"
|
||||
LABEL_TWO_FACTOR_STATUS = "Status"
|
||||
LABEL_TWO_FACTOR_SECRET = "Secret"
|
||||
LABEL_TWO_FACTOR_BACKUP_CODES = "Backup codes"
|
||||
BUTTON_CREATE = "Create New Secret"
|
||||
BUTTON_CLEAR = "Clear"
|
||||
BUTTON_TEST = "Test"
|
||||
TWO_FACTOR_SECRET_CONFIGURED_DESC = "Configured"
|
||||
TWO_FACTOR_SECRET_NOT_CONFIGURED_DESC = "Not configured"
|
||||
TWO_FACTOR_SECRET_DESC = "Import this info into your Gooogle Authenticator client (or other TOTP client) using the provided QR code below or by entering the code manually."
|
||||
TWO_FACTOR_BACKUP_CODES_DESC = "If you can't receive codes via Google Authenticator, you can use backup codes to sign in. After you’ve used a backup code to sign in, it will become inactive."
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "일반"
|
||||
LABEL_LANGUAGE = "언어"
|
||||
|
|
@ -449,6 +471,8 @@ SOCIAL_TWITTER_LOGIN_ACCESS_DISABLE = "이 트위터 아이디는 아직 어떠
|
|||
SOCIAL_GOOGLE_LOGIN_ACCESS_DISABLE = "이 구글 아이디는 아직 어떠한 이메일 계정에도 연결되지 않았습니다. 이메일 계정으로 로그인 하신 후 소셜 설정에서 소셜 계정에 연결해주세요."
|
||||
DOMAIN_NOT_ALLOWED = "허용된 도메인이 아닙니다."
|
||||
ACCOUNT_NOT_ALLOWED = "허용된 계정이 아닙니다."
|
||||
ACCOUNT_TWO_FACTOR_AUTH_REQUIRED = "Two factor verification required"
|
||||
ACCOUNT_TWO_FACTOR_AUTH_ERROR = "Two factor verification error"
|
||||
CANT_GET_MESSAGE_LIST = "메시지 목록을 불러 올 수 없습니다."
|
||||
CANT_GET_MESSAGE = "메시지를 가져올 수 없습니다."
|
||||
CANT_DELETE_MESSAGE = "메시지를 삭제할 수 없습니다."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue