mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
show more user-friendly messages when some features are disabled
This commit is contained in:
@@ -1637,6 +1637,11 @@
|
||||
"Nickname cannot be blank": "닉네임은 비워둘 수 없습니다.",
|
||||
"Default currency cannot be blank": "기본 통화는 비워둘 수 없습니다.",
|
||||
"Unable to log in": "로그인할 수 없습니다.",
|
||||
"Username/password login is disabled": "Username/password login is disabled",
|
||||
"External login is disabled": "External login is disabled",
|
||||
"Two-factor authentication is disabled": "Two-factor authentication is disabled",
|
||||
"Email verification is disabled": "Email verification is disabled",
|
||||
"Forget password is disabled": "Forget password is disabled",
|
||||
"Two-Factor Authentication": "이중 인증",
|
||||
"Two-factor authentication is not enabled yet.": "이중 인증이 아직 활성화되지 않았습니다.",
|
||||
"Two-factor authentication is already enabled.": "이중 인증이 이미 활성화되어 있습니다.",
|
||||
@@ -1798,6 +1803,7 @@
|
||||
"AI Image Recognition": "AI 이미지 인식",
|
||||
"Unable to load image": "이미지를 로드할 수 없습니다.",
|
||||
"Unable to recognize image": "이미지를 인식할 수 없습니다.",
|
||||
"AI image recognition is disabled": "AI image recognition is disabled",
|
||||
"You can drag and drop, paste or click to select a receipt or transaction image": "영수증 또는 거래 이미지를 선택하려면 드래그 앤 드롭하거나 붙여넣기 또는 클릭하세요.",
|
||||
"Release to load image": "이미지를 로드하려면 놓으세요.",
|
||||
"Loading image...": "이미지를 로드하는 중...",
|
||||
@@ -1916,6 +1922,7 @@
|
||||
"Cannot import invalid transactions": "유효하지 않은 거래를 가져올 수 없습니다",
|
||||
"Unable to parse import file": "가져오기 파일을 구문 분석할 수 없습니다",
|
||||
"Unable to import transactions": "거래를 가져올 수 없습니다",
|
||||
"Transaction importing is disabled": "Transaction importing is disabled",
|
||||
"Load Data Mapping File": "데이터 매핑 파일 로드",
|
||||
"Save Data Mapping File": "데이터 매핑 파일 저장",
|
||||
"Data mapping file is invalid": "데이터 매핑 파일이 유효하지 않습니다",
|
||||
@@ -1990,6 +1997,7 @@
|
||||
"Are you sure you want to remove this transaction picture?": "이 거래 사진을 제거하시겠습니까?",
|
||||
"Unable to upload transaction picture": "거래 사진을 업로드할 수 없습니다",
|
||||
"Unable to remove transaction picture": "거래 사진을 제거할 수 없습니다",
|
||||
"Transaction picture is disabled": "Transaction picture is disabled",
|
||||
"Failed to load image, please check whether the config \"domain\" and \"root_url\" are set correctly.": "이미지를 로드하지 못했습니다. \"domain\" 및 \"root_url\" 구성이 올바르게 설정되었는지 확인하십시오.",
|
||||
"Search transaction description": "거래 설명 검색",
|
||||
"Unable to retrieve transaction list": "거래 목록을 검색할 수 없습니다",
|
||||
|
||||
Reference in New Issue
Block a user