mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Improve i18n texts
This commit is contained in:
@ -12,7 +12,9 @@
|
||||
"Policies": "정책",
|
||||
"Policies - Tooltip": "Casbin 정책 규칙",
|
||||
"Rule type": "Rule type",
|
||||
"Sync policies successfully": "정책을 성공적으로 동기화했습니다"
|
||||
"Sync policies successfully": "정책을 성공적으로 동기화했습니다",
|
||||
"Use same DB": "Use same DB",
|
||||
"Use same DB - Tooltip": "Use same DB - Tooltip"
|
||||
},
|
||||
"application": {
|
||||
"Always": "항상",
|
||||
@ -30,6 +32,8 @@
|
||||
"Edit Application": "앱 편집하기",
|
||||
"Enable Email linking": "이메일 링크 사용 가능하도록 설정하기",
|
||||
"Enable Email linking - Tooltip": "3rd-party 로그인 공급자를 사용할 때, 만약 조직 내에 동일한 이메일을 사용하는 사용자가 있다면, 3rd-party 로그인 방법은 자동으로 해당 사용자와 연동됩니다",
|
||||
"Enable SAML C14N10": "Enable SAML C14N10",
|
||||
"Enable SAML C14N10 - Tooltip": "Enable SAML C14N10 - Tooltip",
|
||||
"Enable SAML compression": "SAML 압축 사용 가능하게 설정하기",
|
||||
"Enable SAML compression - Tooltip": "카스도어가 SAML idp로 사용될 때 SAML 응답 메시지를 압축할 것인지 여부",
|
||||
"Enable WebAuthn signin": "WebAuthn 로그인 기능 활성화",
|
||||
@ -200,6 +204,8 @@
|
||||
"Default application - Tooltip": "조직 페이지에서 직접 등록한 사용자의 기본 응용 프로그램",
|
||||
"Default avatar": "기본 아바타",
|
||||
"Default avatar - Tooltip": "새로 등록된 사용자가 아바타 이미지를 설정하지 않았을 때 사용되는 기본 아바타입니다",
|
||||
"Default password": "Default password",
|
||||
"Default password - Tooltip": "Default password - Tooltip",
|
||||
"Delete": "삭제하기",
|
||||
"Description": "설명",
|
||||
"Description - Tooltip": "참고용으로 자세한 설명 정보가 제공됩니다. Casdoor 자체는 사용하지 않습니다",
|
||||
@ -218,8 +224,10 @@
|
||||
"Failed to connect to server": "서버에 연결하지 못했습니다",
|
||||
"Failed to delete": "삭제에 실패했습니다",
|
||||
"Failed to enable": "Failed to enable",
|
||||
"Failed to get TermsOfUse URL": "Failed to get TermsOfUse URL",
|
||||
"Failed to remove": "Failed to remove",
|
||||
"Failed to save": "저장에 실패했습니다",
|
||||
"Failed to sync": "Failed to sync",
|
||||
"Failed to verify": "Failed to verify",
|
||||
"Favicon": "파비콘",
|
||||
"Favicon - Tooltip": "조직의 모든 Casdoor 페이지에서 사용되는 Favicon 아이콘 URL",
|
||||
@ -251,6 +259,8 @@
|
||||
"MFA items - Tooltip": "MFA items - Tooltip",
|
||||
"Master password": "마스터 비밀번호",
|
||||
"Master password - Tooltip": "이 조직의 모든 사용자에게 로그인하는 데 사용될 수 있으며, 이 사용자로 로그인하여 기술 문제를 해결하는 관리자에게 편리합니다",
|
||||
"Master verification code": "Master verification code",
|
||||
"Master verification code - Tooltip": "Master verification code - Tooltip",
|
||||
"Menu": "메뉴",
|
||||
"Method": "방법",
|
||||
"Model": "모델",
|
||||
@ -272,6 +282,8 @@
|
||||
"Password salt - Tooltip": "암호화에 사용되는 임의 매개변수",
|
||||
"Password type": "암호 유형",
|
||||
"Password type - Tooltip": "데이터베이스 내 비밀번호의 저장 형식",
|
||||
"Payment": "Payment",
|
||||
"Payment - Tooltip": "Payment - Tooltip",
|
||||
"Payments": "지불",
|
||||
"Permissions": "허가",
|
||||
"Permissions - Tooltip": "이 사용자가 소유한 권한",
|
||||
@ -283,6 +295,8 @@
|
||||
"Plans - Tooltip": "Plans - Tooltip",
|
||||
"Preview": "미리보기",
|
||||
"Preview - Tooltip": "구성된 효과를 미리보기합니다",
|
||||
"Pricing": "Pricing",
|
||||
"Pricing - Tooltip": "Pricing - Tooltip",
|
||||
"Pricings": "가격",
|
||||
"Products": "제품들",
|
||||
"Provider": "공급자",
|
||||
@ -296,6 +310,10 @@
|
||||
"Role - Tooltip": "Role - Tooltip",
|
||||
"Roles": "역할들",
|
||||
"Roles - Tooltip": "사용자가 속한 역할들",
|
||||
"Root cert": "Root cert",
|
||||
"Root cert - Tooltip": "Root cert - Tooltip",
|
||||
"SAML attributes": "SAML attributes",
|
||||
"SAML attributes - Tooltip": "SAML attributes - Tooltip",
|
||||
"Save": "저장하다",
|
||||
"Save & Exit": "저장하고 종료하기",
|
||||
"Session ID": "세션 ID",
|
||||
@ -318,6 +336,7 @@
|
||||
"Successfully removed": "Successfully removed",
|
||||
"Successfully saved": "성공적으로 저장되었습니다",
|
||||
"Successfully sent": "Successfully sent",
|
||||
"Successfully synced": "Successfully synced",
|
||||
"Supported country codes": "지원되는 국가 코드들",
|
||||
"Supported country codes - Tooltip": "조직에서 지원하는 국가 코드입니다. 이 코드들은 SMS 인증 코드를 보낼 때 접두사로 선택할 수 있습니다",
|
||||
"Sure to delete": "삭제하시겠습니까?",
|
||||
@ -573,11 +592,13 @@
|
||||
"plan": {
|
||||
"Edit Plan": "Edit Plan",
|
||||
"New Plan": "New Plan",
|
||||
"Price per month": "Price per month",
|
||||
"Price per month - Tooltip": "Price per month - Tooltip",
|
||||
"Price per year": "Price per year",
|
||||
"Price per year - Tooltip": "Price per year - Tooltip",
|
||||
"per month": "월"
|
||||
"Period": "Period",
|
||||
"Period - Tooltip": "Period - Tooltip",
|
||||
"Price": "Price",
|
||||
"Price - Tooltip": "Price - Tooltip",
|
||||
"Related product": "Related product",
|
||||
"per month": "월",
|
||||
"per year": "per year"
|
||||
},
|
||||
"pricing": {
|
||||
"Copy pricing page URL": "가격 페이지 URL 복사",
|
||||
@ -589,6 +610,7 @@
|
||||
"Trial duration": "체험 기간",
|
||||
"Trial duration - Tooltip": "체험 기간의 기간",
|
||||
"days trial available!": "일 무료 체험 가능!",
|
||||
"paid-user do not have active subscription or pending subscription, please select a plan to buy": "paid-user do not have active subscription or pending subscription, please select a plan to buy",
|
||||
"pricing page URL copied to clipboard successfully, please paste it into the incognito window or another browser": "가격 페이지 URL이 클립보드에 성공적으로 복사되었습니다. 시크릿 창이나 다른 브라우저에 붙여넣기해주세요."
|
||||
},
|
||||
"product": {
|
||||
@ -600,17 +622,16 @@
|
||||
"Detail - Tooltip": "제품의 세부사항",
|
||||
"Dummy": "Dummy",
|
||||
"Edit Product": "제품 편집",
|
||||
"I have completed the payment": "저는 지불을 완료했습니다",
|
||||
"Image": "이미지",
|
||||
"Image - Tooltip": "제품 이미지",
|
||||
"New Product": "새로운 제품",
|
||||
"Pay": "결제하다",
|
||||
"PayPal": "페이팔",
|
||||
"Payment cancelled": "Payment cancelled",
|
||||
"Payment failed": "Payment failed",
|
||||
"Payment providers": "지불 공급자",
|
||||
"Payment providers - Tooltip": "결제 서비스 제공자",
|
||||
"Placing order...": "주문하기...",
|
||||
"Please provide your username in the remark": "비고란에 사용자 이름을 제공해 주세요",
|
||||
"Please scan the QR code to pay": "QR 코드를 스캔하여 결제하십시오",
|
||||
"Price": "가격",
|
||||
"Price - Tooltip": "제품 가격",
|
||||
"Quantity": "양량",
|
||||
@ -672,8 +693,8 @@
|
||||
"Content": "Content",
|
||||
"Content - Tooltip": "Content - Tooltip",
|
||||
"Copy": "복사하다",
|
||||
"DB Test": "DB Test",
|
||||
"DB Test - Tooltip": "DB Test - Tooltip",
|
||||
"DB test": "DB test",
|
||||
"DB test - Tooltip": "DB test - Tooltip",
|
||||
"Disable SSL": "SSL을 사용하지 않도록 설정하십시오",
|
||||
"Disable SSL - Tooltip": "STMP 서버와 통신할 때 SSL 프로토콜을 비활성화할지 여부",
|
||||
"Domain": "도메인",
|
||||
@ -700,6 +721,10 @@
|
||||
"Internal": "Internal",
|
||||
"Issuer URL": "발행자 URL",
|
||||
"Issuer URL - Tooltip": "발급자 URL",
|
||||
"Key ID": "Key ID",
|
||||
"Key ID - Tooltip": "Key ID - Tooltip",
|
||||
"Key text": "Key text",
|
||||
"Key text - Tooltip": "Key text - Tooltip",
|
||||
"Link copied to clipboard successfully": "링크가 클립보드에 성공적으로 복사되었습니다",
|
||||
"Metadata": "메타 데이터",
|
||||
"Metadata - Tooltip": "SAML 메타데이터",
|
||||
@ -754,6 +779,10 @@
|
||||
"Sender Id - Tooltip": "Sender Id - Tooltip",
|
||||
"Sender number": "Sender number",
|
||||
"Sender number - Tooltip": "Sender number - Tooltip",
|
||||
"Service ID identifier": "Service ID identifier",
|
||||
"Service ID identifier - Tooltip": "Service ID identifier - Tooltip",
|
||||
"Service account JSON": "Service account JSON",
|
||||
"Service account JSON - Tooltip": "Service account JSON - Tooltip",
|
||||
"Sign Name": "신명서",
|
||||
"Sign Name - Tooltip": "사용할 서명의 이름",
|
||||
"Sign request": "표지 요청",
|
||||
@ -764,12 +793,15 @@
|
||||
"Signup HTML": "가입 양식 HTML",
|
||||
"Signup HTML - Edit": "가입 HTML - 수정",
|
||||
"Signup HTML - Tooltip": "기본 가입 페이지 스타일을 바꾸기 위한 사용자 지정 HTML",
|
||||
"Signup group": "Signup group",
|
||||
"Silent": "Silent",
|
||||
"Site key": "사이트 키",
|
||||
"Site key - Tooltip": "사이트 키",
|
||||
"Sliding Validation": "Sliding Validation",
|
||||
"Sub type": "하위 유형",
|
||||
"Sub type - Tooltip": "서브 타입",
|
||||
"Team ID": "Team ID",
|
||||
"Team ID - Tooltip": "Team ID - Tooltip",
|
||||
"Template code": "템플릿 코드",
|
||||
"Template code - Tooltip": "템플릿 코드",
|
||||
"Test Email": "테스트 이메일",
|
||||
@ -780,6 +812,8 @@
|
||||
"Token URL - Tooltip": "토큰 URL",
|
||||
"Type": "타입",
|
||||
"Type - Tooltip": "유형을 선택하세요",
|
||||
"User flow": "User flow",
|
||||
"User flow - Tooltip": "User flow - Tooltip",
|
||||
"User mapping": "User mapping",
|
||||
"User mapping - Tooltip": "User mapping - Tooltip",
|
||||
"UserInfo URL": "사용자 정보 URL",
|
||||
@ -801,6 +835,8 @@
|
||||
"New Role": "새로운 역할",
|
||||
"Sub domains": "하위 도메인",
|
||||
"Sub domains - Tooltip": "현재 역할에 포함된 도메인",
|
||||
"Sub groups": "Sub groups",
|
||||
"Sub groups - Tooltip": "Sub groups - Tooltip",
|
||||
"Sub roles": "서브 역할",
|
||||
"Sub roles - Tooltip": "현재 역할에 포함된 역할",
|
||||
"Sub users": "하위 사용자들",
|
||||
@ -812,6 +848,9 @@
|
||||
"Confirm": "확인하다",
|
||||
"Decline": "쇠퇴하다",
|
||||
"Have account?": "계정이 있나요?",
|
||||
"Label": "Label",
|
||||
"Label HTML": "Label HTML",
|
||||
"Placeholder": "Placeholder",
|
||||
"Please accept the agreement!": "계약서를 승인해주세요!",
|
||||
"Please click the below button to sign in": "아래 버튼을 클릭하여 로그인하세요",
|
||||
"Please confirm your password!": "비밀번호를 확인해주세요!",
|
||||
@ -830,6 +869,11 @@
|
||||
"Please select your country/region!": "국가 / 지역을 선택해주세요!",
|
||||
"Terms of Use": "사용 약관",
|
||||
"Terms of Use - Tooltip": "등록 중 사용자가 읽어야 하고 동의해야하는 이용 약관",
|
||||
"Text 1": "Text 1",
|
||||
"Text 2": "Text 2",
|
||||
"Text 3": "Text 3",
|
||||
"Text 4": "Text 4",
|
||||
"Text 5": "Text 5",
|
||||
"The input is not invoice Tax ID!": "입력한 것은 송장 세금 ID가 아닙니다!",
|
||||
"The input is not invoice title!": "입력값은 송장 제목이 아닙니다!",
|
||||
"The input is not valid Email!": "입력 값은 유효한 이메일이 아닙니다!",
|
||||
@ -841,14 +885,19 @@
|
||||
"sign in now": "지금 로그인하십시오"
|
||||
},
|
||||
"subscription": {
|
||||
"Duration": "기간",
|
||||
"Duration - Tooltip": "구독 기간",
|
||||
"Active": "Active",
|
||||
"Edit Subscription": "Edit Subscription",
|
||||
"End date": "종료일",
|
||||
"End date - Tooltip": "종료일",
|
||||
"End time": "End time",
|
||||
"End time - Tooltip": "End time - Tooltip",
|
||||
"Error": "Error",
|
||||
"Expired": "Expired",
|
||||
"New Subscription": "New Subscription",
|
||||
"Start date": "시작일",
|
||||
"Start date - Tooltip": "시작일"
|
||||
"Pending": "Pending",
|
||||
"Period": "Period",
|
||||
"Start time": "Start time",
|
||||
"Start time - Tooltip": "Start time - Tooltip",
|
||||
"Suspended": "Suspended",
|
||||
"Upcoming": "Upcoming"
|
||||
},
|
||||
"syncer": {
|
||||
"Affiliation table": "소속 테이블",
|
||||
@ -872,6 +921,8 @@
|
||||
"Is read-only": "Is read-only",
|
||||
"Is read-only - Tooltip": "Is read-only - Tooltip",
|
||||
"New Syncer": "신규 싱크어",
|
||||
"SSL mode": "SSL mode",
|
||||
"SSL mode - Tooltip": "SSL mode - Tooltip",
|
||||
"Sync interval": "동기화 간격",
|
||||
"Sync interval - Tooltip": "초 단위의 단위",
|
||||
"Table": "테이블",
|
||||
@ -974,6 +1025,8 @@
|
||||
"Managed accounts": "관리 계정",
|
||||
"Modify password...": "비밀번호 수정하기...",
|
||||
"Multi-factor authentication": "Multi-factor authentication",
|
||||
"Name": "Name",
|
||||
"Name format": "Name format",
|
||||
"New Email": "새 이메일",
|
||||
"New Password": "새로운 비밀번호",
|
||||
"New User": "새로운 사용자",
|
||||
@ -1011,6 +1064,7 @@
|
||||
"Upload ID card front picture": "Upload ID card front picture",
|
||||
"Upload ID card with person picture": "Upload ID card with person picture",
|
||||
"Upload a photo": "사진을 업로드하세요",
|
||||
"Value": "Value",
|
||||
"Values": "가치들",
|
||||
"Verification code sent": "인증 코드가 전송되었습니다",
|
||||
"WebAuthn credentials": "웹 인증 자격증명",
|
||||
|
Reference in New Issue
Block a user