Files
kulakpos_web/lang/ko.json

2083 lines
100 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"auth.failed": "These credentials do not match our records.",
"auth.password": "The provided password is incorrect.",
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
"pagination.previous": "« Previous",
"pagination.next": "Next »",
"passwords.reset": "Your password has been reset!",
"passwords.sent": "We have emailed your password reset link!",
"passwords.throttled": "Please wait before retrying.",
"passwords.token": "This password reset token is invalid.",
"passwords.user": "We can't find a user with that email address.",
"validation.accepted": "The :attribute must be accepted.",
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
"validation.active_url": "The :attribute is not a valid URL.",
"validation.after": "The :attribute must be a date after :date.",
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
"validation.alpha": "The :attribute must only contain letters.",
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
"validation.array": "The :attribute must be an array.",
"validation.before": "The :attribute must be a date before :date.",
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
"validation.between.array": "The :attribute must have between :min and :max items.",
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
"validation.between.numeric": "The :attribute must be between :min and :max.",
"validation.between.string": "The :attribute must be between :min and :max characters.",
"validation.boolean": "The :attribute field must be true or false.",
"validation.confirmed": "The :attribute confirmation does not match.",
"validation.current_password": "The password is incorrect.",
"validation.date": "The :attribute is not a valid date.",
"validation.date_equals": "The :attribute must be a date equal to :date.",
"validation.date_format": "The :attribute does not match the format :format.",
"validation.declined": "The :attribute must be declined.",
"validation.declined_if": "The :attribute must be declined when :other is :value.",
"validation.different": "The :attribute and :other must be different.",
"validation.digits": "The :attribute must be :digits digits.",
"validation.digits_between": "The :attribute must be between :min and :max digits.",
"validation.dimensions": "The :attribute has invalid image dimensions.",
"validation.distinct": "The :attribute field has a duplicate value.",
"validation.email": "The :attribute must be a valid email address.",
"validation.ends_with": "The :attribute must end with one of the following: :values.",
"validation.enum": "The selected :attribute is invalid.",
"validation.exists": "The selected :attribute is invalid.",
"validation.file": "The :attribute must be a file.",
"validation.filled": "The :attribute field must have a value.",
"validation.gt.array": "The :attribute must have more than :value items.",
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
"validation.gt.numeric": "The :attribute must be greater than :value.",
"validation.gt.string": "The :attribute must be greater than :value characters.",
"validation.gte.array": "The :attribute must have :value items or more.",
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
"validation.image": "The :attribute must be an image.",
"validation.in": "The selected :attribute is invalid.",
"validation.in_array": "The :attribute field does not exist in :other.",
"validation.integer": "The :attribute must be an integer.",
"validation.ip": "The :attribute must be a valid IP address.",
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
"validation.json": "The :attribute must be a valid JSON string.",
"validation.lt.array": "The :attribute must have less than :value items.",
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
"validation.lt.numeric": "The :attribute must be less than :value.",
"validation.lt.string": "The :attribute must be less than :value characters.",
"validation.lte.array": "The :attribute must not have more than :value items.",
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
"validation.mac_address": "The :attribute must be a valid MAC address.",
"validation.max.array": "The :attribute must not have more than :max items.",
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
"validation.max.numeric": "The :attribute must not be greater than :max.",
"validation.max.string": "The :attribute must not be greater than :max characters.",
"validation.mimes": "The :attribute must be a file of type: :values.",
"validation.mimetypes": "The :attribute must be a file of type: :values.",
"validation.min.array": "The :attribute must have at least :min items.",
"validation.min.file": "The :attribute must be at least :min kilobytes.",
"validation.min.numeric": "The :attribute must be at least :min.",
"validation.min.string": "The :attribute must be at least :min characters.",
"validation.multiple_of": "The :attribute must be a multiple of :value.",
"validation.not_in": "The selected :attribute is invalid.",
"validation.not_regex": "The :attribute format is invalid.",
"validation.numeric": "The :attribute must be a number.",
"validation.present": "The :attribute field must be present.",
"validation.prohibited": "The :attribute field is prohibited.",
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
"validation.prohibits": "The :attribute field prohibits :other from being present.",
"validation.regex": "The :attribute format is invalid.",
"validation.required": "The :attribute field is required.",
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
"validation.required_if": "The :attribute field is required when :other is :value.",
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
"validation.required_with": "The :attribute field is required when :values is present.",
"validation.required_with_all": "The :attribute field is required when :values are present.",
"validation.required_without": "The :attribute field is required when :values is not present.",
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
"validation.same": "The :attribute and :other must match.",
"validation.size.array": "The :attribute must contain :size items.",
"validation.size.file": "The :attribute must be :size kilobytes.",
"validation.size.numeric": "The :attribute must be :size.",
"validation.size.string": "The :attribute must be :size characters.",
"validation.starts_with": "The :attribute must start with one of the following: :values.",
"validation.string": "The :attribute must be a string.",
"validation.timezone": "The :attribute must be a valid timezone.",
"validation.unique": "The :attribute has already been taken.",
"validation.uploaded": "The :attribute failed to upload.",
"validation.url": "The :attribute must be a valid URL.",
"validation.uuid": "The :attribute must be a valid UUID.",
"validation.custom.attribute-name.rule-name": "custom-message",
"Dashboard": "대시보드",
"Advertising": "광고",
"Subscription Reports": "구독 보고서",
"Manage Business": "비즈니스 관리",
"Categories": "카테고리",
"Business List": "비즈니스 목록",
"Manage Plans": "플랜 관리",
"Create Plan": "플랜 생성",
"Staff Management": "직원 관리",
"Create Staff": "직원 생성",
"Manage Staff": "직원 관리",
"Messages": "메시지",
"Manage Messages": "메시지 관리",
"CMS Manage": "CMS 관리",
"Manage Pages": "페이지 관리",
"Manage FAQs": "FAQ 관리",
"Terms & Conditions": "약관",
"Privacy & Policy": "개인정보 보호 정책",
"Testimonials": "사례 연구",
"Features": "특징",
"Interface": "인터페이스",
"Manage Blogs": "블로그 관리",
"Newsletters": "뉴스레터",
"Roles & Permissions": "역할 및 권한",
"Roles": "역할",
"Permissions": "권한",
"Settings": "설정",
"Currencies": "통화",
"Notifications": "알림",
"SMS Settings": "SMS 설정",
"Payment Gateway": "결제 게이트웨이",
"System Settings": "시스템 설정",
"General Settings": "일반 설정",
"Banner": "배너",
"Add New Banner": "새로운 배너 추가",
"Banner List": "배너 목록",
"Status": "상태",
"Image": "이미지",
"Active": "활성",
"Cancel": "취소",
"Save": "저장",
"Edit Banner": "배너 편집",
"Advertising List": "광고 목록",
"Create Banner": "배너 생성",
"SL": "SL",
"Create Advertising": "광고 생성",
"Reset": "재설정",
"Edit Advertising": "광고 편집",
"Edit": "편집",
"Delete": "삭제",
"Shop": "상점",
"Add new Package": "새로운 패키지 추가",
"Shop List": "상점 목록",
"Subscription Plan": "구독 플랜",
"Select Plan Category": "플랜 카테고리 선택",
"Package Name": "패키지 이름",
"Enter Package Name": "패키지 이름 입력",
"Business Category": "비즈니스 카테고리",
"Select Business Category": "비즈니스 카테고리 선택",
"Duration in Days": "기간 (일)",
"Enter number": "숫자 입력",
"Offer Price": "할인 가격",
"Enter Plan Price": "플랜 가격 입력",
"Subscription Price": "구독 가격",
"Enter Subscription Price": "구독 가격 입력",
"View": "보기",
"Upgrade Plan": "플랜 업그레이드",
"Edit Shop": "상점 편집",
"Select Category": "카테고리 선택",
"Shop/Business Name": "상점/비즈니스 이름",
"Enter Shop/Business Name": "상점/비즈니스 이름 입력",
"Package": "패키지",
"Select a package": "패키지 선택",
"Name": "이름",
"Enter Name": "이름 입력",
"Role": "역할",
"Select a role": "역할 선택",
"Email": "이메일",
"Enter Email": "이메일 입력",
"Phone": "전화번호",
"Enter Phone Number": "전화번호 입력",
"Password": "비밀번호",
"Enter Password": "비밀번호 입력",
"Confirm password": "비밀번호 확인",
"Enter Confirm password": "비밀번호 확인 입력",
"Address": "주소",
"Enter Address": "주소 입력",
"Select Country": "국가 선택",
"Select a Country": "국가 선택",
"Balance": "잔액",
"Enter Balance": "잔액 입력",
"Search...": "검색...",
"Business Name": "비즈니스 이름",
"Last Enroll": "마지막 가입",
"Expired Date": "만료 날짜",
"Action": "작업",
"Select A Plan": "플랜 선택",
"Select One": "하나 선택",
"Price": "가격",
"Enter plan price or select a plan": "플랜 가격 입력 또는 플랜 선택",
"Payment Gateways": "결제 게이트웨이",
"Select A payment gateway": "결제 게이트웨이 선택",
"Notes": "참고",
"Enter notes": "참고 입력",
"Business View": "비즈니스 보기",
"Created date": "생성 날짜",
"Category": "카테고리",
"Add new Category": "새로운 카테고리 추가",
"View List": "목록 보기",
"Buisness Name": "비즈니스 이름",
"Enter Description": "설명 입력",
"Description": "설명",
"Edit Business Category": "비즈니스 카테고리 편집",
"Enter Buisness Description": "비즈니스 설명 입력",
"Business Categories List": "비즈니스 카테고리 목록",
"Add New": "새로 추가",
"Reports": "보고서",
"All": "모두",
"Active User": "활성 사용자",
"Deactive User": "비활성 사용자",
"Date": "날짜",
"SL.": "SL.",
"Invoice": "송장",
"Customer Name": "고객 이름",
"Amount": "금액",
"View Report": "보고서 보기",
"Download Report": "보고서 다운로드",
"User View": "사용자 보기",
"Shop Name": "상점 이름",
"Country": "국가",
"Reason": "사유",
"Are You Sure?": "확실하신가요?",
"You won't be able to revert this!": "되돌릴 수 없습니다!",
"Yes, Delete It!": "예, 삭제합니다!",
"Add Currency": "통화 추가",
"Code": "코드",
"Symbol": "기호",
"Position": "위치",
"Inactive": "비활성",
"Make Default": "기본값으로 설정",
"Edit Currency": "통화 편집",
"Currency": "통화",
"Total Businesses": "총 비즈니스",
"Total Expired Businesses": "총 만료된 비즈니스",
"Total Plan Subscribes": "총 플랜 구독",
"Total Business Categories": "총 비즈니스 카테고리",
"Total Plans": "총 플랜",
"Total Staffs": "총 직원",
"Finance Overview": "재무 개요",
"Gateway Settings": "게이트웨이 설정",
"Payment Gateway Settings": "결제 게이트웨이 설정",
"GATEWAY IMAGE": "게이트웨이 이미지",
"GATEWAY NAME": "게이트웨이 이름",
"Gateway Charge": "게이트웨이 요금",
"Gateway Currency": "게이트웨이 통화",
"Gateway Mode": "게이트웨이 모드",
"Is Manual": "수동인가요?",
"Yes": "예",
"No": "아니요",
"Label": "라벨",
"Enter label name": "라벨 이름 입력",
"Select Required/Optionl": "필수/선택 선택",
"Required": "필수",
"Optional": "선택 사항",
"Add new row": "새로운 행 추가",
"INSTRUCTIONS": "설명",
"Enter payment instructions here": "결제 지침 입력",
"Messages List": "메시지 목록",
"Search": "검색",
"Company Name": "회사 이름",
"Message": "메시지",
"Notifications List": "알림 목록",
"Today": "오늘",
"Last 7 Days": "지난 7일",
"Last 15 Days": "지난 15일",
"Last Month": "지난 달",
"Last Year": "지난 해",
"Created At": "생성됨",
"Read At": "읽음",
"Add New Payment Type": "새로운 결제 유형 추가",
"Enter Payment Type": "결제 유형 입력",
"Edit Payment Type": "결제 유형 편집",
"Payment Type": "결제 유형",
"Add Payment Type": "결제 유형 추가",
"Per Page- 10": "페이지당 10개",
"Per Page- 25": "페이지당 25개",
"Per Page- 50": "페이지당 50개",
"Per Page- 100": "페이지당 100개",
"Assigned Role": "할당된 역할",
"Assign Role To User": "사용자에게 역할 할당",
"Select User": "사용자 선택",
"User": "사용자",
"Select Role": "역할 선택",
"Add Subscription Plan": "구독 플랜 추가",
"Package List": "패키지 목록",
"Add New Features": "새로운 기능 추가",
"Enter features": "기능 입력",
"Edit Subscription Plan": "구독 플랜 편집",
"Edit Package": "패키지 편집",
"Enter Duration Days": "기간 (일) 입력",
"Deactive": "비활성",
"Create Plans": "플랜 생성",
"User Profile": "사용자 프로필",
"Registration Date": "등록 날짜",
"Enter Your Name": "이름 입력",
"Enter Your Email": "이메일 입력",
"Profile Picture": "프로필 사진",
"Current Password": "현재 비밀번호",
"Enter Your Current Password": "현재 비밀번호 입력",
"New Password": "새로운 비밀번호",
"Enter New Password": "새로운 비밀번호 입력",
"Save Changes": "변경 사항 저장",
"Add New Role": "새로운 역할 추가",
"Set role permissions": "역할 권한 설정",
"Role Name": "역할 이름",
"Enter role name": "역할 이름 입력",
"Role Permissions": "역할 권한",
"Setup role permissions": "역할 권한 설정",
"Select All": "모두 선택",
"Roles List": "역할 목록",
"Add role, if it does not exist": "존재하지 않으면 역할 추가",
"Edit Role": "역할 편집",
"Privacy & Policy Settings": "개인정보 보호 정책 설정",
"Update": "업데이트",
"Term & Condition Settings": "약관 설정",
"Title": "제목",
"Enter Title": "제목 입력",
"Copy Right": "저작권",
"Admin Footer Text": "관리자 푸터 텍스트",
"Enter Text": "텍스트 입력",
"Admin Footer Link Text": "관리자 푸터 링크 텍스트",
"Admin Footer Link": "관리자 푸터 링크",
"Enter Link": "링크 입력",
"Main Header Logo": "메인 헤더 로고",
"Common Header Logo": "공통 헤더 로고",
"Footer Logo": "푸터 로고",
"Admin Logo": "관리자 로고",
"Favicon": "favicon",
"Don't Use Any Kind Of Space In The Input Fields": "입력 필드에 공백을 사용하지 마십시오",
"App": "앱",
"Drivers": "드라이버",
"Storage Settings": "저장 설정",
"Mail Configuration": "메일 구성",
"Others": "기타",
"APP_NAME": "APP_NAME",
"APP_KEY": "APP_KEY",
"APP_DEBUG": "APP_DEBUG",
"APP_URL": "APP_URL",
"QUEUE_MAIL": "QUEUE_MAIL",
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
"MAIL DRIVER": "메일 드라이버",
"MAIL_HOST": "메일 호스트",
"MAIL_PORT": "메일 포트",
"MAIL_USERNAME": "메일 사용자 이름",
"MAIL_PASSWORD": "메일 비밀번호",
"MAIL_ENCRYPTION": "메일 암호화",
"MAIL_FROM_ADDRESS": "메일 발신자 주소",
"MAIL_FROM_NAME": "메일 발신자 이름",
"QUEUE COMMAND Path": "QUEUE 명령 경로",
"CACHE_DRIVER": "캐시 드라이버",
"Recommended": "권장",
"QUEUE_CONNECTION": "QUEUE_CONNECTION",
"SESSION_DRIVER": "세션 드라이버",
"SESSION_LIFETIME": "세션 수명",
"REDIS_PORT": "REDIS 포트",
"REDIS_URL": "REDIS URL",
"REDIS_PASSWORD": "REDIS 비밀번호",
"AWS S3 Storage Bucket'": "AWS S3 스토리지 버킷",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3 스토리지 버킷을 사용하려면 이 자격 증명을 입력하십시오",
"Wasabi Storage Bucket": "Wasabi 스토리지 버킷",
"public (uploads folder)": "공개 (업로드 폴더)",
"AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
"AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
"AWS_BUCKET": "AWS_BUCKET",
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Wasabi 스토리지 버킷을 사용하려면 이 자격 증명을 입력하십시오",
"WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
"WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
"WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
"WAS_BUCKET": "WAS_BUCKET",
"WAS_ENDPOINT": "WAS_ENDPOINT",
"CACHE_LIFETIME": "캐시 수명",
"Paid": "유료",
"Reject": "거절",
"Why are you reject It?": "왜 거절하시나요?",
"Enter Reason": "사유 입력",
"Confirm": "확인",
"Subscriptions List": "구독 목록",
"Started": "시작",
"End": "끝",
"Gateway Method": "게이트웨이 방법",
"Are you sure?": "확실하신가요?",
"Add New Testimonial": "새로운 후기 추가",
"Client Name": "고객 이름",
"Enter Client Name": "고객 이름 입력",
"Stars": "별",
"Works At": "근무처",
"Client Image": "고객 이미지",
"Review": "리뷰",
"Enter text": "텍스트 입력",
"Enter review message here": "리뷰 메시지 입력",
"Edit Testimonial": "후기 편집",
"Testimonials List": "후기 목록",
"Create New": "새로 생성",
"Add New Staff": "새로운 직원 추가",
"Full Name": "성명",
"Enter Email Address": "이메일 주소 입력",
"Edit Staff": "직원 편집",
"Staff List": "직원 목록",
"User Email": "사용자 이메일",
"User Role": "사용자 역할",
"Comments": "댓글",
"Comment List": "댓글 목록",
"Create Blog": "블로그 생성",
"Blog List": "블로그 목록",
"Select a status": "상태 선택",
"Tags": "태그",
"Enter tags name": "태그 이름 입력",
"SEO Meta Tags": "SEO 메타 태그",
"Meta Title": "메타 제목",
"Meta Description": "메타 설명",
"Enter meta Description": "메타 설명 입력",
"Comment": "댓글",
"Edit Blog": "블로그 편집",
"Blogs": "블로그",
"Create Faqs": "FAQ 생성",
"Add New FAQs": "새로운 FAQ 추가",
"Question": "질문",
"InActive": "비활성",
"Answer": "답변",
"Enter question answer here": "질문 답변 입력",
"Edit Faqs": "FAQ 편집",
"FAQS List": "FAQ 목록",
"View Details": "상세 보기",
"Create Feature": "기능 생성",
"Add New Feature": "새로운 기능 추가",
"Backgroud Color": "배경색",
"Enter Color": "색 입력",
"Edit Feature": "기능 편집",
"Features List": "기능 목록",
"Create Interfaces": "인터페이스 생성",
"Add New Interface": "새로운 인터페이스 추가",
"Edit Interface": "인터페이스 편집",
"Interfaces List": "인터페이스 목록",
"Newsletters List": "뉴스레터 목록",
"Page for Updating Website Sections": "웹사이트 섹션 업데이트 페이지",
"Slider Section": "슬라이더 섹션",
"Header Section": "헤더 섹션",
"Feature Section": "기능 섹션",
"Interface Section": "인터페이스 섹션",
"Watch Section": "시청 섹션",
"Testimonial Section": "후기 섹션",
"Blog Section": "블로그 섹션",
"About us Page": "회사 소개 페이지",
"Terms And Conditions": "약관",
"Privacy Page": "개인정보 보호 페이지",
"Contuct us Page": "문의 페이지",
"Pricing Section": "가격 섹션",
"Footer Section": "푸터 섹션",
"Social Medias": "소셜 미디어",
"Button One": "버튼 하나",
"Button Text": "버튼 텍스트",
"Button One Link": "버튼 하나 링크",
"Button Two": "버튼 둘",
"Button Two Link": "버튼 둘 링크",
"Scanner Text": "스캐너 텍스트",
"Scanner Image": "스캐너 이미지",
"Slider Image": "슬라이더 이미지",
"Header Button Text": "헤더 버튼 텍스트",
"Header Button Link": "헤더 버튼 링크",
"Enter Header link": "헤더 링크 입력",
"Section Title": "섹션 제목",
"Enter Section Title": "섹션 제목 입력",
"Interface Title": "인터페이스 제목",
"Watch Title": "시청 제목",
"Button Link": "버튼 링크",
"Watch Image": "시청 이미지",
"Blog Title": "블로그 제목",
"Read More Button Text": "더 보기 버튼 텍스트",
"View All Button Text": "모두 보기 버튼 텍스트",
"View All Link": "모두 보기 링크",
"Testimonial Title": "후기 제목",
"Enter Short Title": "짧은 제목 입력",
"Long Title": "긴 제목",
"About Image": "소개 이미지",
"Description One": "설명 하나",
"Description Two": "설명 둘",
"Option": "옵션",
"Icon": "아이콘",
"Plan Button Url": "플랜 버튼 URL",
"Short Title": "짧은 제목",
"Right Footer Title": "오른쪽 푸터 제목",
"Middle Footer Title": "가운데 푸터 제목",
"Apple App Link": "애플 앱 링크",
"Apple App": "애플 앱",
"Google Play Link": "구글 플레이 링크",
"Google Play App": "구글 플레이 앱",
"Right Footer": "오른쪽 푸터",
"Link": "링크",
"Middle Footer": "가운데 푸터",
"Left Footer": "왼쪽 푸터",
"Footer Socials": "푸터 소셜",
"Forgot Password": "비밀번호를 잊으셨나요?",
"Enter the email address associated with your account": "계정과 연결된 이메일 주소를 입력하세요",
"Enter your Email": "이메일을 입력하세요",
"Continue": "계속",
"Back to Login": "로그인으로 돌아가기",
"Login": "로그인",
"Welcome to": "환영합니다",
"Welcome back, Please login in to your account": "환영합니다. 계정에 로그인하세요",
"Remember me": "로그인 상태 유지",
"Forgot Password?": "비밀번호를 잊으셨나요?",
"Super Admin": "슈퍼 관리자",
"Admin": "관리자",
"Manager": "관리자",
"Reset Password": "비밀번호 재설정",
"Change Password": "비밀번호 변경",
"Create new password, it must be Strong password.": "새로운 비밀번호를 생성하세요. 강력한 비밀번호여야 합니다.",
"Confirm Password": "비밀번호 확인",
"You Have": "당신은 가지고 있습니다",
"new Notifications": "새로운 알림",
"Mark all Read": "모두 읽음으로 표시",
"View all notifications": "모든 알림 보기",
"Clear cache": "캐시 지우기",
"My Profile": "내 프로필",
"Logout": "로그아웃",
"About Us": "회사 소개",
"Home": "홈",
"Pricing": "가격",
"Pages": "페이지",
"Blog": "블로그",
"Privacy Policy": "개인정보 보호 정책",
"Contact Us": "문의하기",
"You are having this email because you have requested for a password reset.": "비밀번호 재설정을 요청하셨기 때문에 이 이메일을 받았습니다.",
"Your verification code is:": "인증 코드는 다음과 같습니다:",
"This password reset code will expire in 60 minutes.": "이 비밀번호 재설정 코드는 60분 후에 만료됩니다.",
"If you did not request a password reset, no further action is required.": "비밀번호 재설정을 요청하지 않은 경우 추가적인 조치가 필요하지 않습니다.",
"Regards": "안녕하세요",
"All right reserved": "모든 권리 보유",
"Hi": "안녕하세요",
"Dear": "친애하는",
"Your OTP code is": "OTP 코드는 다음과 같습니다",
"Please do not share this PIN with anyone": "이 PIN을 다른 사람과 공유하지 마십시오",
"Best Regards": "최고의 안부",
"Gateway Name": "게이트웨이 이름",
"Subscription Name": "구독 이름",
"Payable Amount": "지불 금액",
"Phone Number": "전화번호",
"Enter your phone number": "전화번호를 입력하세요",
"Pay Now": "지금 결제",
"Next": "다음",
"Previous": "이전",
"Free": "무료",
"Features Of Free Plan": "무료 플랜의 기능",
"Choose Plan": "플랜 선택",
"Blog Details": "블로그 세부 정보",
"Leave a Comment Here": "여기에 댓글을 남겨주세요",
"Your email address will not be published": "귀하의 이메일 주소는 공개되지 않습니다",
"Enter your name": "이름을 입력하세요",
"Enter your email": "이메일을 입력하세요",
"Enter your comment": "댓글을 입력하세요",
"Recent Posts": "최근 게시물",
"Create a Free Account": "무료 계정 생성",
"Enter full name": "성명을 입력하세요",
"Enter phone number": "전화번호를 입력하세요",
"Enter email address": "이메일 주소를 입력하세요",
"Company": "회사",
"Enter company name": "회사 이름을 입력하세요",
"Enter your message": "메시지를 입력하세요",
"Pricing Plan": "가격 책정 계획",
"Subscription Plans": "구독 계획",
"Plan List": "플랜 목록",
"Work At": "근무처",
"Show- 10": "표시 - 10",
"Show- 25": "표시 - 25",
"Show 50": "표시 - 50",
"Show 100": "표시 - 100",
"Duration": "기간",
"Select": "선택",
"Currency List": "통화 목록",
"Default": "기본값",
"Country Name": "국가 이름",
"View Website": "웹사이트 보기",
"Contact Messages": "문의 메시지",
"Total Shop": "총 상점",
"Expired Businesses": "만료된 비즈니스",
"Plan Subscribes": "계획 구독",
"Total Categories": "총 카테고리",
"Recent Register": "최근 등록",
"Date & Time": "날짜 및 시간",
"View All": "모두 보기",
"Add new Business": "새 비즈니스 추가",
"Enter Company Name": "회사 이름 입력",
"Edit Business": "비즈니스 수정",
"Create Business": "비즈니스 생성",
"Enter Buisness Name": "비즈니스 이름 입력",
"Note: Enter embedded video link": "노트: 삽입된 비디오 링크 입력",
"Enter title": "제목 입력",
"Enter Code": "코드 입력",
"Enter Symbol": "기호 입력",
"Select a position": "위치 선택",
"left": "왼쪽",
"right": "오른쪽",
"TIMEZONE": "시간대",
"Note :": "노트 :",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "메일 설정을 변경한 후 MAIL QUEUE를 사용하는 경우 서버에서 감독관을 다시 시작해야 합니다.",
"QUEUE COMMAND Path :": "QUEUE COMMAND 경로 :",
"QUEUE COMMAND :": "QUEUE COMMAND :",
"Storage Method": "저장 방법",
"Brand List": "브랜드 목록",
"Add new Brand": "새로운 브랜드 추가",
"items show": "아이템 표시",
"Brand Name": "브랜드 이름",
"Create Brand": "브랜드 생성",
"Enter Brand Name": "브랜드 이름 입력",
"Edit Brand": "브랜드 편집",
"Add New Category": "새로운 카테고리 추가",
"Enter Category Name": "카테고리 이름 입력",
"Select Variations": "변형 선택",
"Capacity": "용량",
"Color": "색상",
"Size": "크기",
"Type": "유형",
"Weight": "무게",
"Edit Category": "카테고리 편집",
"Category List": "카테고리 목록",
"You want to delete everything!": "모든 것을 삭제하시겠습니까?",
"Total Sales": "총 판매량",
"Total Purchase": "총 구매량",
"Total Income": "총 수입",
"This Month": "이번 달",
"Total Expense": "총 비용",
"Total Customer": "총 고객",
"Total Supplier": "총 공급업체",
"Sales Returns": "판매 반품",
"Purchase Returns": "구매 반품",
"Low Stock": "재고 부족",
"Alert Qty": "경고 수량",
"Profit": "이익",
"Loss": "손실",
"Purchase": "구매",
"Sales": "판매",
"Income": "수입",
"Expense": "비용",
"Recent Sales": "최근 판매",
"Recent Purchase": "최근 구매",
"Customer": "고객",
"Total": "총계",
"Due": "미결제",
"Collect Due": "미결제 수금",
"Select Invoice": "청구서 선택",
"Select an Invoice": "청구서 선택",
"Total Amount": "총액",
"Paid Amount": "지불된 금액",
"Due Amount": "미결제 금액",
"Select one": "하나 선택",
"Cash": "현금",
"Card": "카드",
"Check": "수표",
"Mobile Pay": "모바일 결제",
"Due List": "미결제 목록",
"Mobile": "모바일",
"Sale": "판매",
"Bill To": "청구 대상",
"Collected By": "수금자",
"Total Due": "총 미결제액",
"Payment Amount": "결제 금액",
"Remaining Due": "잔여 미결제액",
"Powered By": "Powered By",
"Create Expense Catgeory": "비용 카테고리 생성",
"Catgeory Name": "카테고리 이름",
"Enter catgeory Name": "카테고리 이름 입력",
"Edit Expense Category": "비용 카테고리 편집",
"Expense Category List": "비용 카테고리 목록",
"Add new": "새로 추가",
"Category Name": "카테고리 이름",
"Create Expense": "비용 생성",
"Enter Amount": "금액 입력",
"Select A Category": "카테고리 선택",
"Expense For": "비용 항목",
"Enter Expense For": "비용 항목 입력",
"Select a payment type": "결제 유형 선택",
"Bank": "은행",
"Mobile Payment": "모바일 결제",
"Reference Number": "참조 번호",
"Enter reference number": "참조 번호 입력",
"Expense Date": "비용 날짜",
"Note": "메모",
"Enter note": "메모 입력",
"Edit Expense": "비용 편집",
"Expense List": "비용 목록",
"Expesne For": "비용 항목",
"Create Income Catgeory": "수입 카테고리 생성",
"Enter catgeory name": "카테고리 이름 입력",
"Edit Income Category": "수입 카테고리 편집",
"Income Category List": "수입 카테고리 목록",
"Create Income": "수입 생성",
"Enter amount": "금액 입력",
"Enter income for": "수입 항목 입력",
"Income Date": "수입 날짜",
"Edit Income": "수입 편집",
"Income List": "수입 목록",
"Sale New": "신규 판매",
"Sale List": "판매 목록",
"Sale Return": "판매 반품",
"Purchases": "구매",
"Purchase New": "신규 구매",
"Purchase List": "구매 목록",
"Purchase Return": "구매 반품",
"Products": "제품",
"All Product": "모든 제품",
"Add Product": "제품 추가",
"Brand": "브랜드",
"Unit": "단위",
"Stock List": "재고 목록",
"Customers": "고객",
"All Customers": "모든 고객",
"Add Customer": "고객 추가",
"Suppliers": "공급업체",
"All Suppliers": "모든 공급업체",
"Add Supplier": "공급업체 추가",
"Income Category": "수입 카테고리",
"Expense Category": "비용 카테고리",
"Subscriptions": "구독",
"Profit & Loss List": "이익 및 손실 목록",
"All Income": "모든 수입",
"All Expense": "모든 비용",
"Current Stock": "현재 재고",
"Customer Due": "고객 미결제",
"Supplier Due": "공급업체 미결제",
"Loss & Profit": "손실 및 이익",
"Loss/Profit": "손실/이익",
"Unpaid": "미지급",
"Loss Profit": "손실/이익",
"Loss Profit List": "손실/이익 목록",
"Product List": "제품 목록",
"Create Party": "파티 생성",
"List": "목록",
"Party Type": "파티 유형",
"Retailer": "소매업자",
"Dealer": "딜러",
"Wholesaler": "도매상",
"Supplier": "공급업체",
"Enter Due": "미결제 입력",
"Edit Party": "파티 편집",
"Edit ": "편집 ",
" List": " 목록",
"Parties List": "파티 목록",
"Add new ": "새로 추가 ",
"Create Product": "제품 생성",
"Add new Product": "새로운 제품 추가",
"Product Name": "제품 이름",
"Enter Product Name": "제품 이름 입력",
"Product Category": "제품 카테고리",
"Product Unit": "제품 단위",
"Product Code": "제품 코드",
"Enter Product Code": "제품 코드 입력",
"Stock": "재고",
"Enter stock qty": "재고 수량 입력",
"Purchase Price": "구매 가격",
"Enter purchase price": "구매 가격 입력",
"Sale Price": "판매 가격",
"Enter sale price": "판매 가격 입력",
"Wholesale Price": "도매 가격",
"Enter wholesale price": "도매 가격 입력",
"Dealer Price": "딜러 가격",
"Enter dealer price": "딜러 가격 입력",
"Manufacturer": "제조업체",
"Enter manufacturer name": "제조업체 이름 입력",
"Edit Product": "제품 편집",
"Product Brand": "제품 브랜드",
"Purchase price": "구매 가격",
"Sale price": "판매 가격",
"Pos Sale": "POS 판매",
"Invoice no": "송장 번호",
"Invoice No": "송장 번호",
"Items": "항목",
"Qty": "수량",
"Sub Total": "소계",
"Purchase return Amount ": "구매 반품 금액",
"Confirm Return": "반품 확인",
"Purchase Return List": "구매 반품 목록",
"Return Date": "반품 날짜",
"Return Amount": "반품 금액",
"Return Qty": "반품 수량",
"Brand list": "브랜드 목록",
"0": "0",
"Quick Action": "빠른 작업",
"Today Purchase": "오늘 구매",
"Calculator": "계산기",
"Select Supplier": "공급업체 선택",
"Receive Amount": "수령 금액",
"Search product...": "제품 검색...",
"Due: ": "미결제: ",
"Party Name": "파티 이름",
"Discount": "할인",
"Payment": "결제",
"INVOICE": "INVOICE",
"Sells By": "판매자",
"Quantity": "수량",
"Unit Price": "단위 가격",
"Total Price": "총 가격",
"Item": "품목",
"Paid by": "지불 방법",
"Subtotal": "소계",
"Customer Signature": "고객 서명",
"Authorized Signature": "권한 있는 서명",
"Add Items": "항목 추가",
"Enter Quantity": "수량 입력",
"Enter Purchase Price": "구매 가격 입력",
"Sales Price": "판매 가격",
"Enter Sales Price": "판매 가격 입력",
"WholeSale Price": "도매 가격",
"Enter WholeSale Price": "도매 가격 입력",
"Enter Dealer Price": "딜러 가격 입력",
"Customer Due Reports": "고객 미결제 보고서",
"Customer Due List": "고객 미결제 목록",
"Expense Reports": "비용 보고서",
"Expense Report List": "비용 보고서 목록",
"Income For": "수입 항목",
"Income Reports": "수입 보고서",
"Income Report List": "수입 보고서 목록",
"Loss Profit Reports": "손익 보고서",
"From Date": "시작 날짜",
"To Date": "종료 날짜",
"Loss Profit Report List": "손익 보고서 목록",
"Discount Amount": "할인 금액",
"Sale Date": "판매 날짜",
"Purchase Report List": "구매 보고서 목록",
"Purchase Reports": "구매 보고서",
"Purchase Return Report List": "구매 반품 보고서 목록",
"Purchase Return Reports": "구매 반품 보고서",
"Sales Report List": "판매 보고서 목록",
"Sale Reports": "판매 보고서",
"Sale Return Report": "판매 반품 보고서",
"Sale Return Reports": "판매 반품 보고서",
"Sale Return Report List": "판매 반품 보고서 목록",
"Cost": "비용",
"Stock Value": "재고 가치",
"Stock Report List": "재고 보고서 목록",
"Stock Reports": "재고 보고서",
"Total Quantity": "총 수량",
"Total Stock Value": "총 재고 가치",
"Supplier Due Reports": "공급업체 미결제 보고서",
"Supplier Due List": "공급업체 미결제 목록",
"Profile Edit": "프로필 편집",
"Parties": "파티",
"Sales List": "판매 목록",
"User Title": "사용자 직함",
"Enter user title": "사용자 직함 입력",
"Email Address": "이메일 주소",
"Edit User Role": "사용자 역할 편집",
"Add User Role": "사용자 역할 추가",
"Sale return Amount ": "판매 반품 금액",
"Sales Return List": "판매 반품 목록",
"Select Customer": "고객 선택",
"Guest": "게스트",
"Enter Customer Phone Number": "고객 전화번호 입력",
"Type note...": "메모 입력...",
"Sales Return": "판매 반품",
"Purchases Return": "구매 반품",
"Add Vat": "부가세 추가",
"Tax": "세금",
"Apply": "적용",
"Select a category": "카테고리 선택",
"Company And Business Name": "회사 및 사업 이름",
"Enter Phone": "전화번호 입력",
"Logo": "로고",
"Invoice Logo": "송장 로고",
"Purchase Plan": "구매 계획",
"Days": "일",
"Already Subscribed": "이미 구독 중",
"Buy Now": "지금 구매",
"Create Unit": "단위 생성",
"Unit Name": "단위 이름",
"Enter Unit Name": "단위 이름 입력",
"Unit List": "단위 목록",
"Add new Unit": "새로운 단위 추가",
"Overall Reports": "전체 보고서",
"Revenue Statistic": "매출 통계",
"Today Sales": "오늘의 매출",
"Change Amount": "변경 금액",
"Vat": "부가세",
"Save Product": "제품 저장",
"Product": "제품",
"Category created successfully": "카테고리 생성 성공",
"Category updated successfully": "카테고리 업데이트 성공",
"Category deleted successfully": "카테고리 삭제 성공",
"Selected Category deleted successfully": "선택한 카테고리 삭제 성공",
"Something went wrong!": "뭔가 잘못되었습니다!",
"Brand created cuccessfully": "브랜드 생성 성공",
"Brand updated successfully": "브랜드 업데이트 성공",
"Brand deleted successfully": "브랜드 삭제 성공",
"Selected Brands deleted successfully": "선택한 브랜드 삭제 성공",
"Something went wrong.": "뭔가 잘못되었습니다.",
"Default currency activated successfully": "기본 통화 활성화 성공",
"Failed to set default currency. Please try again.": "기본 통화 설정 실패. 다시 시도하세요.",
"Collect Due saved successfully": "미결제 수금 저장 성공",
"Expense Category saved successfully.": "비용 카테고리 저장 성공.",
"Expense Category updated successfully.": "비용 카테고리 업데이트 성공.",
"Expense Category deleted successfully": "비용 카테고리 삭제 성공",
"Selected item deleted successfully.": "선택한 항목 삭제 성공.",
"Expense saved successfully.": "비용 저장 성공.",
"Expense updated successfully.": "비용 업데이트 성공.",
"Expense deleted successfully": "비용 삭제 성공",
"Selected Items deleted successfully.": "선택한 항목 삭제 성공.",
"Income Category saved successfully.": "수입 카테고리 저장 성공.",
"Income Category updated successfully.": "수입 카테고리 업데이트 성공.",
"Income Category deleted successfully": "수입 카테고리 삭제 성공",
"Income saved successfully.": "수입 저장 성공.",
"Income updated successfully.": "수입 업데이트 성공.",
"Income deleted successfully": "수입 삭제 성공",
"Premission denied.": "권한 거부.",
"Customer created successfully": "고객 생성 성공",
"Supplier created successfully": "공급업체 생성 성공",
"Supplier deleted successfully": "공급업체 삭제 성공",
"Customer deleted successfully": "고객 삭제 성공",
"Selected parties deleted successfully": "선택한 파티 삭제 성공",
"Product saved successfully.": "제품 저장 성공.",
"Data saved successfully.": "데이터 저장 성공.",
"Product deleted successfully": "제품 삭제 성공",
"Selected product deleted successfully": "선택한 제품 삭제 성공",
"Cart is empty. Add items first!": "장바구니가 비어 있습니다. 먼저 항목을 추가하세요!",
"Purchase created successfully.": "구매 생성 성공.",
"Somethings went wrong!": "뭔가 잘못되었습니다!",
"Purchase updated successfully.": "구매 업데이트 성공.",
"Selected purchases deleted successfully.": "선택한 구매 삭제 성공.",
"Sales created successfully.": "판매 생성 성공.",
"You cannot sale in due for a walking customer.": "방문 고객에게 미결제로 판매할 수 없습니다.",
"Sales updated successfully.": "판매 업데이트 성공.",
"Sale deleted successfully.": "판매 삭제 성공.",
"Selected sales deleted successfully.": "선택한 판매 삭제 성공.",
"Unit saved successfully": "단위 저장 성공",
"Unit updated successfully": "단위 업데이트 성공",
"Units deleted successfully": "단위 삭제 성공",
"Unit deleted successfully": "단위 삭제 성공",
"Quantity and price updated successfully": "수량과 가격이 성공적으로 업데이트되었습니다.",
"Enter valid qty and price": "유효한 수량과 가격을 입력하세요.",
"Item not found in the cart": "장바구니에서 항목을 찾을 수 없습니다.",
"The cart does not contain this item": "장바구니에 이 항목이 없습니다.",
"Item removed from cart": "항목이 장바구니에서 제거되었습니다.",
"All cart removed successfully!": "모든 장바구니 항목이 성공적으로 제거되었습니다!",
"Current Password does not match with old password": "현재 비밀번호가 이전 비밀번호와 일치하지 않습니다.",
"Profile updated successfully": "프로필 업데이트 성공",
"Purchase returned successfully.": "구매 반품 성공.",
"Business General Setting updated successfully": "비즈니스 일반 설정 업데이트 성공",
"User role created successfully": "사용자 역할 생성 성공",
"User role updated successfully": "사용자 역할 업데이트 성공",
"User role deleted successfully": "사용자 역할 삭제 성공",
"You have no permission to access.": "액세스 권한이 없습니다.",
"Sale returned successfully.": "판매 반품 성공.",
"New subscription order successfully.": "신규 구독 주문 성공.",
"Branch": "지점",
"Warehouse": "창고",
"Overview": "개요",
"Branch List": "지점 목록",
"Role & permissions": "역할 및 권한",
"Warehouses List": "창고 목록",
"Stock Qty": "재고 수량",
"Create Warehouse": "창고 생성",
"Enter phone": "전화번호 입력",
"Enter email": "이메일 입력",
"Enter address": "주소 입력",
"Enter name": "이름 입력",
"Edit Warehouse": "창고 수정",
"Select Branch": "지점 선택",
"Rack": "랙",
"Shelf": "선반",
"Statement": "명세서",
"Expire Product": "만료된 제품",
"Branch Wise Sales": "지점별 판매",
"Branch Wise Purchases": "지점별 구매",
"Employee Overview": "직원 개요",
"Staffs": "직원들",
"Add new Branch": "새 지점 추가",
"Create Branch": "지점 생성",
"Opening Balance": "초기 잔액",
"Enter balance": "잔액 입력",
"Enter description": "설명 입력",
"Edit Branch": "지점 수정",
"Example": "예시",
"Acnoo": "아크누",
"in this example": "이 예시에서",
"Previously, you didnt have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "이전에 지점 섹션이 없었습니다. 따라서 첫 번째 지점을 생성하면 회사/비즈니스 이름을 사용하여 다른 지점이 자동으로 생성됩니다.",
"when you create your first branch, another branch will automatically be created with the name": "첫 번째 지점을 생성하면 해당 이름으로 다른 지점이 자동으로 생성됩니다",
"If your company/business name is": "회사의 이름이",
"All your previous data will be assigned to the automatically created branch": "이전의 모든 데이터가 자동으로 생성된 지점에 할당됩니다",
"You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "자동으로 생성된 지점은 삭제할 수 없습니다. 지점을 삭제하면 모든 섹션에서 제거되어 지점 데이터를 필터링할 수 없게 되기 때문입니다. 따라서 자동으로 생성된 지점은 삭제할 수 없습니다.",
"Role & Permission": "역할 및 권한",
"Add Role": "역할 추가",
"Selected role deleted successfully": "선택한 역할이 성공적으로 삭제되었습니다",
"Branch saved successfully.": "지점이 성공적으로 저장되었습니다.",
"Branch updated successfully.": "지점이 성공적으로 업데이트되었습니다.",
"Selected branch deleted successfully": "선택한 지점이 성공적으로 삭제되었습니다",
"Branch deleted successfully": "지점이 성공적으로 삭제되었습니다",
"Warehouse saved successfully.": "창고가 성공적으로 저장되었습니다.",
"Warehouse updated successfully.": "창고가 성공적으로 업데이트되었습니다.",
"Warehouse deleted successfully": "창고가 성공적으로 삭제되었습니다.",
"Selected items deleted successfully.": "선택한 항목이 성공적으로 삭제되었습니다.",
"My Domains": "내 도메인",
"Domain List": "도메인 목록",
"Domains": "도메인",
"Domain Name": "도메인 이름",
"Is Verified": "검증됨",
"Has SSL": "SSL 보유 여부",
"Added on": "추가됨",
"Add New Domain": "새 도메인 추가",
"Domain Type": "도메인 유형",
"Addon Domain": "애드온 도메인",
"Subdomain": "서브도메인",
"Enter your domain name": "도메인 이름 입력",
"row selected": "행 선택됨",
"A new sub domain has been added.": "새 서브도메인이 추가되었습니다.",
"A new domain has been added.": "새 도메인이 추가되었습니다.",
"Domain deleted successfully": "도메인이 성공적으로 삭제되었습니다.",
"Domains deleted successfully": "도메인들이 성공적으로 삭제되었습니다.",
"Domains List": "도메인 목록",
"Get instruction": "지침 받기",
"Accept": "수락",
"Pending": "보류 중",
"Why are you reject it?": "왜 거부하시겠습니까?",
"Enter reason...": "이유를 입력하세요...",
"Submit": "제출",
"Instructions": "지침",
"cPanel Domain Setup Instructions": "cPanel 도메인 설정 지침",
"Login to your": "로그인하세요",
"cPanel": "cPanel",
"account": "계정",
"Go to": "이동",
"Domains → Addon Domains": "도메인 → 애드온 도메인",
"Enter your new domain": "새 도메인 입력",
"Leave the auto-generated subdirectory and FTP as default": "자동 생성된 하위 디렉토리 및 FTP를 기본값으로 유지",
"Click": "클릭",
"Add Domain": "도메인 추가",
"Update your domains DNS to point to your cPanel nameservers": "도메인의 DNS를 업데이트하여 cPanel 네임서버를 가리키도록 설정",
"Tip": "팁",
"If you need SSL, go to": "SSL이 필요하다면 이동",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "cPanel에서 새 도메인에 대한 인증서를 발급하세요 (Lets Encrypt는 무료입니다).",
"Apache VPS Configuration": "Apache VPS 설정",
"Apache Wildcard Domain Setup": "Apache 와일드카드 도메인 설정",
"Create a config file in": "구성 파일 생성 위치",
"How to Add a Domain in cPanel": "cPanel에 도메인을 추가하는 방법",
"Enable the site and reload Apache": "사이트를 활성화하고 Apache 다시 로드",
"Always test config before reload": "다시 로드하기 전에 항상 구성 테스트",
"Replace": "교체",
"with your actual domain": "실제 도메인으로 교체",
"Ensure correct file permissions (chown/chmod)": "올바른 파일 권한 확인 (chown/chmod)",
"Use": "사용",
"Certbot": "Certbot",
"for free SSL": "무료 SSL을 위해",
"Nginx VPS Configuration": "Nginx VPS 설정",
"Nginx Wildcard Domain Setup": "Nginx 와일드카드 도메인 설정",
"Enable the site and reload Nginx": "사이트를 활성화하고 Nginx 다시 로드",
"Important": "중요",
"Ensure correct file permissions": "올바른 파일 권한 확인",
"Domain updated successfully": "도메인이 성공적으로 업데이트되었습니다",
"Domain": "도메인",
"Domain has been rejected successfully.": "도메인이 성공적으로 거부되었습니다.",
"Domain has been approved successfully.": "도메인이 성공적으로 승인되었습니다.",
"Edit Domain": "도메인 수정",
"Deleted by user": "사용자에 의해 삭제됨",
"Download Apk": "APK 다운로드",
"SMS Marketing": "SMS 마케팅",
"Party Reports": "거래처 보고서",
"HRM": "인사 관리",
"Finance & Accounts": "재무 및 회계",
"Transfer": "이체",
"Expired": "만료됨",
"Upgrade Now": "지금 업그레이드",
"No Active Plan": "활성 플랜 없음",
"Please subscribe to a plan": "플랜에 가입해 주세요",
"Invoice Wise Profit": "송장별 수익",
"Company / Business Name": "회사 / 사업 이름",
"Shop Opening Balance": "매장 시작 잔액",
"Shop Remaining Balance": "매장 잔여 잔액",
"Plan Expire Date": "플랜 만료일",
"Enter Business Name": "사업 이름 입력",
"Enter your Name": "이름 입력",
"POS": "포스",
"Inventory": "재고",
"Shipping Charge": "배송비",
"Rounding(+/-)": "반올림 (+/-)",
"Create Customer": "고객 생성",
"Add Payment": "결제 추가",
"Cheque": "수표",
"Wallet": "지갑",
"Select Warehouse": "창고 선택",
"Batch": "배치",
"Scan / search by code or name": "코드 또는 이름으로 스캔/검색",
"Show 20": "20개 표시",
"Show 500": "500개 표시",
"Yesterday": "어제",
"Last 30 Days": "최근 30일",
"Current Month": "이번 달",
"Current Year": "올해",
"Custom Date": "사용자 지정 날짜",
"View Payment": "결제 보기",
"Receipt No.": "영수증 번호",
"Inventory Sales": "재고 판매",
"Flat": "고정",
"Percent (%)": "백분율 (%)",
"Select Product": "제품 선택",
"Guarantee": "보증",
"Warranty": "워런티",
"Remarks": "비고",
"Sales Invoice": "판매 송장",
"PDF": "PDF",
"Print": "인쇄",
"Sales By": "판매자",
"Sub-Total": "소계",
"Net Payable": "순 지불금",
"invoice": "송장",
"QTY": "수량",
"U.Price": "단가",
"Delivery charge": "배송비",
"Total Payable": "총 지불금",
"Total Return": "총 반품",
"Payable": "지불금",
"Return Product": "제품 반품",
"Returned Item": "반품된 항목",
"Total Return Amount": "총 반품 금액",
"Add Purchase": "구매 추가",
"Returns List": "반품 목록",
"Partial Paid": "부분 결제",
"Bulk Upload": "대량 업로드",
"Save & Published": "저장 및 게시",
"Product price, stock": "제품 가격, 재고",
"Combo Products": "콤보 제품",
"Expired Products": "만료된 제품",
"Print Labels": "라벨 인쇄",
"Model": "모델",
"Variation": "변형",
"Racks": "랙",
"Shelfs": "선반",
"Product Image": "제품 이미지",
"Expire Date": "만료일",
"Barcode Generate": "바코드 생성",
"Available Stock": "사용 가능 재고",
"Qty / No of label": "수량 / 라벨 수",
"Packing Date": "포장 날짜",
"Information to show in labels": "라벨에 표시할 정보",
"Product Price": "제품 가격",
"Print packing date": "포장 날짜 인쇄",
"Show Price": "가격 표시",
"Barcode Type *": "바코드 유형 *",
"Barcode Print Paper Setting": "바코드 인쇄 용지 설정",
"Preview": "미리보기",
"Download File": "파일 다운로드",
"Field Name": "필드 이름",
"Add new Model": "새 모델 추가",
"Model List": "모델 목록",
"Model Name": "모델 이름",
"Create Model": "모델 생성",
"Variations List": "변형 목록",
"Values": "값",
"Edit Variation": "변형 편집",
"Rack List": "랙 목록",
"Add new rack": "새 랙 추가",
"Shelf List": "선반 목록",
"Add shelf": "선반 추가",
"Edit shelf": "선반 편집",
"Transfer List": "이체 목록",
"From Branch": "지점에서",
"To Branch": "지점으로",
"From Warehouse": "창고에서",
"To Warehouse": "창고로",
"Add New Transfer": "새 이체 추가",
"Transfer Note": "이체 메모",
"All Stock": "모든 재고",
"Party Credit Limit": "거래처 신용 한도",
"Billing Address": "청구지 주소",
"City": "도시",
"State": "주",
"Zip Code": "우편번호",
"Shipping Address": "배송지 주소",
"Supplier Name": "공급자 이름",
"Vat List": "부가세 목록",
"Add New Vat": "새 부가세 추가",
"Tax Setting": "세금 설정",
"Add New Vat Group": "새 부가세 그룹 추가",
"Vat Group List": "부가세 그룹 목록",
"Vat Group Name": "부가세 그룹 이름",
"Select vats": "부가세 선택",
"All List": "모든 목록",
"Guest Due": "고객 미수금",
"Retailer Due": "소매업체 미수금",
"Dealer Due": "딜러 미수금",
"Wholesaler Due": "도매업체 미수금",
"Guest Due List": "고객 미수금 목록",
"Invoice Number": "송장 번호",
"Bank Account": "은행 계좌",
"Cash In Hand": "현금 보유액",
"Cheques": "수표",
"Transactions": "거래",
"Day Book": "일일 장부",
"Cash Flow": "현금 흐름",
"Bill Wise Profit": "송장별 수익",
"Expenses": "지출",
"Bank Accounts": "은행 계좌",
"Deposit & Withdraws": "입금 및 출금",
"Add Bank": "은행 추가",
"Account Name": "계좌 이름",
"Account Number": "계좌 번호",
"Bank Name": "은행 이름",
"Branch Name": "지점 이름",
"Holder Name": "계좌 소유자 이름",
"Add New Bank": "새 은행 추가",
"Account Display Name": "계좌 표시 이름",
"As of Date": "날짜 기준",
"Routing Number": "라우팅 번호",
"UPI ID for QR Code": "QR 코드용 UPI ID",
"Account Holder Name": "계좌 소유자 이름",
"Add more fields": "필드 추가",
"Print Bank details on invoices": "송장에 은행 정보 인쇄",
"Bank to Bank Transfer": "은행 간 이체",
"Bank to Cash Transfer": "은행에서 현금으로 이체",
"Adjust Bank Balance": "은행 잔액 조정",
"Adjust Cash": "현금 조정",
"Cash to Bank Transfer": "현금에서 은행으로 이체",
"From": "출발",
"To": "도착",
"Transfer Date": "이체 날짜",
"Cheques List": "수표 목록",
"Profit & Loss": "손익",
"Gross Profit": "총이익",
"Total Expenses": "총 지출",
"Income Types": "수입 유형",
"Expenses Types": "지출 유형",
"Net Profit": "순이익",
"Money In": "현금 입금",
"Money Out": "현금 출금",
"Transaction List": "거래 목록",
"Reference": "참조",
"Transaction Type": "거래 유형",
"Due Pay": "미지급금",
"Due Collect": "미수금",
"All Party": "모든 거래처",
"Transaction By": "거래자",
"Total :": "총계 :",
"Cash In": "현금 입금",
"Cash Out": "현금 출금",
"Running Cash": "운영 현금",
"Bill Wise Profit List": "송장별 수익 목록",
"Sales Amount": "판매 금액",
"Sale Amount": "판매 금액",
"Create Expense Category": "지출 카테고리 생성",
"Department": "부서",
"Designation": "직위",
"Shift": "근무조",
"Employee": "직원",
"Leave Request": "휴가 신청",
"Holiday": "휴일",
"Attendance": "출석",
"Payroll": "급여",
"Department List": "부서 목록",
"Add Department": "부서 추가",
"Create Department": "부서 생성",
"Designation List": "직위 목록",
"Add Designation": "직위 추가",
"Create Designation": "직위 생성",
"Shift List": "근무조 목록",
"Add new Shift": "새 근무조 추가",
"Start Time": "시작 시간",
"End Time": "종료 시간",
"Break Time": "휴식 시간",
"Break Duration": "휴식 시간 길이",
"Create Shift": "근무조 생성",
"Select Name": "이름 선택",
"Break Status": "휴식 상태",
"Start Break Time": "휴식 시작 시간",
"End Break Time": "휴식 종료 시간",
"Employee List": "직원 목록",
"Add new Employee": "새 직원 추가",
"shift": "근무조",
"Salary": "급여",
"Gender": "성별",
"Birth Date": "생년월일",
"Join Date": "입사일",
"Leave Type": "휴가 유형",
"Leave": "휴가",
"Leave Type List": "휴가 유형 목록",
"Add Leave Type": "휴가 유형 추가",
"Create Leave Type": "휴가 유형 생성",
"Leave List": "휴가 목록",
"Add new Leave": "새 휴가 추가",
"Month": "월",
"Start Date": "시작 날짜",
"End Date": "종료 날짜",
"Leave Duration": "휴가 기간",
"Select employee": "직원 선택",
"All month": "전체 월",
"Create Leave": "휴가 생성",
"Holiday List": "휴일 목록",
"Add new Holiday": "새 휴일 추가",
"Create Holiday": "휴일 생성",
"Tax Report": "세금 보고서",
"Profit Loss": "손익",
"Due Transaction": "미결 거래",
"Subscription Report": "구독 보고서",
"Product Profit/Loss": "제품 손익",
"Top 5 Customer": "상위 5 고객",
"Top 5 Supplier": "상위 5 공급자",
"Top 5 Product": "상위 5 제품",
"Combo Product": "콤보 제품",
"Discount Product": "할인 제품",
"Product Wise Purchase": "제품별 구매",
"Product Wise Sale": "제품별 판매",
"Expired Product": "만료된 제품",
"Customer Ledger": "고객 원장",
"Supplier Ledger": "공급자 원장",
"Party Loss/Profit": "거래처 손익",
"SMS Template": "SMS 템플릿",
"Android Gateway": "안드로이드 게이트웨이",
"API Gateway": "API 게이트웨이",
"Balance Sheet": "재무 상태표",
"All Due": "모든 미결금",
"Attendance List": "출석 목록",
"Add new Attendance": "새 출석 추가",
"Time In": "출근 시간",
"Time Out": "퇴근 시간",
"Payroll List": "급여 목록",
"Add new Payroll": "새 급여 추가",
"Payment Year": "지급 연도",
"Receipt No": "영수증 번호",
"date": "날짜",
"Attendance Report": "출석 보고서",
"Payroll Report": "급여 보고서",
"Slip No": "전표 번호",
"Leave Report": "휴가 보고서",
"Total Sale": "총 판매",
"Total Sale Return": "총 판매 반품",
"Total Purchase Return": "총 구매 반품",
"Tax Report List": "세금 보고서 목록",
"Payment Method": "결제 수단",
"Loss/Profit Report Details": "손익 보고서 상세",
"Opening Stock": "기초 재고",
"(By purchase price)": "(구매가 기준)",
"(By sale price)": "(판매가 기준)",
"Total purchase:": "총 구매:",
"Total purchase shipping charge:": "총 구매 배송비:",
"Total Sell discount:": "총 판매 할인:",
"Total Sell Return:": "총 판매 반품:",
"Closing stock": "기말 재고",
"Total Sales:": "총 판매:",
"Total sell shipping charge:": "총 판매 배송비:",
"Total Purchase Return:": "총 구매 반품:",
"Total Purchase discount:": "총 구매 할인:",
"Total sell round off:": "총 판매 반올림:",
"Credit Limit": "신용 한도",
"Due Collection Transactions": "미수금 수금 거래",
"Pay Due Amount": "미수금 결제",
"Top 5 Customers": "상위 5 고객",
"Top 5 Suppliers": "상위 5 공급자",
"Total Purchases": "총 구매",
"Top 5 Products": "상위 5 제품",
"Cost Price": "원가",
"Sales price": "판매가",
"Product Wise Discount": "제품별 할인",
"Product Purchases": "제품 구매",
"Purchase QTY": "구매 수량",
"Product Sales": "제품 판매",
"Sale QTY": "판매 수량",
"Total Sale Due": "총 판매 미수금",
"Total Purchase Due": "총 구매 미수금",
"Party Wise Loss & Profit": "거래처별 손익",
"Gateway List": "게이트웨이 목록",
"Gateway ID.": "게이트웨이 ID",
"Gateway Type": "게이트웨이 유형",
"Device List": "장치 목록",
"Add Device": "장치 추가",
"Device ID": "장치 ID",
"Device Version": "장치 버전",
"App Version": "앱 버전",
"Total Messages": "총 메시지",
"Created Date": "생성 날짜",
"All Settings": "모든 설정",
"General": "일반",
"Invoice Print": "인보이스 출력",
"Currencies Settings": "통화 설정",
"SMS Gateway Settings": "SMS 게이트웨이 설정",
"Languages Settings": "언어 설정",
"Add, Edit, Update, Delete Languages.": "언어 추가, 편집, 업데이트, 삭제",
"Configure the fundamental information of the site.": "사이트 기본 정보 설정",
"Control and configure overall notification systems": "전체 알림 시스템 관리 및 설정",
"View and update currency settings": "통화 설정 보기 및 업데이트",
"Add new users, Provide role and Permission": "새 사용자 추가, 역할 및 권한 제공",
"VAT/GST Title": "VAT/GST 제목",
"VAT/GST Number": "VAT/GST 번호",
"Sale Rounding Option": "판매 반올림 옵션",
"Product Profit Option": "제품 수익 옵션",
"Post Sale Message": "판매 후 메시지",
"Invoice Note Label": "인보이스 메모 라벨",
"Invoice Note": "인보이스 메모",
"Warranty Void Label": "보증 무효 라벨",
"Warranty Void": "보증 무효",
"A4 Page Invoice Logo": "A4 페이지 인보이스 로고",
"Thermal Invoice Logo": "열전사 인보이스 로고",
"Invoice Scanner Logo": "인보이스 스캐너 로고",
"Select SMS Gateway": "SMS 게이트웨이 선택",
"Language Settings": "언어 설정",
"Locale": "로케일",
"Flag": "국기",
"Add New Language": "새 언어 추가",
"Is Active": "활성 상태",
"Is Default": "기본값 여부",
"Product Settings": "제품 설정",
"Currency Setting": "통화 설정",
"Select Currency": "통화 선택",
"Total Assets": "총 자산",
"Liabilities": "부채",
"Assets": "자산",
"Payment In": "입금",
"Equities & Liabilities": "자본 및 부채",
"Create Supplier": "공급자 생성",
"Batch No.": "배치 번호",
"Cost exc. tax": "세금 제외 비용",
"Cost inc. tax": "세금 포함 비용",
"Wholesale": "도매가",
"View Combo Product": "콤보 제품 보기",
"Add new Transfer": "새 이전 추가",
"Stock Values": "재고 가치",
"Drag & drop your Image": "이미지 끌어다 놓기",
"Browse": "찾아보기",
"Address line 1": "주소 1",
"Add Vat Rate": "VAT 요율 추가",
"Rate": "율",
"Pay Due": "미수금 결제",
"Apply Month": "적용 월",
"Create Attendance": "출석 생성",
"Create Payroll": "급여 생성",
"Purchase Date": "구매일",
"Payment Reminder": "결제 알림",
"New Sale": "새 판매",
"Payment Received": "결제 수령",
"Payment Paid": "결제 완료",
"SMS Body": "SMS 본문",
"Available Tags": "사용 가능한 태그",
"Enable SMS Notification": "SMS 알림 활성화",
"Business Phone": "사업용 전화",
"Add Gateway": "게이트웨이 추가",
"Add New Device": "새 장치 추가",
"To add your device to the system, follow these steps:": "장치를 시스템에 추가하려면 다음 단계를 따르세요:",
"Get the latest version of the App from this": "이 링크에서 최신 앱 버전 다운로드",
"link": "링크",
"and install the app on your device.": "장치에 앱 설치",
"Step 01": "단계 01",
"Step 02": "단계 02",
"Step 03": "단계 03",
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "앱 설치 후 화면 상단에 제공된 QR 코드를 찾으세요. 앱을 열고 요청된 모든 권한을 승인하세요. 로그인 화면에서 \"QR 코드로 로그인\"을 선택하고 QR 코드를 스캔하세요.",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "귀하의 안드로이드 폰이 이제 시스템에 연결되었습니다. 새 장치를 보려면 페이지를 새로고침하세요.",
"View and update gateway settings.": "게이트웨이 설정 보기 및 업데이트",
"Product Stock": "제품 재고",
"Model No": "모델 번호",
"Product Manufacturer": "제품 제조사",
"Low Stock Alert": "재고 부족 알림",
"VAT ID": "VAT ID",
"VAT Type": "VAT 유형",
"Exclusive Price": "단독 가격",
"Inclusive Price": "포함 가격",
"Profit Percent": "이익률",
"Serial": "일련 번호",
"MRP/PRICE": "MRP/가격",
"MRP": "MRP",
"Batch Tracking": "배치 추적",
"Batch No": "배치 번호",
"Expiry Date": "만료일",
"Mfg Date": "제조일",
"Product Type": "제품 유형",
"Single": "단일",
"Variant": "변형",
"Combo": "콤보",
"Guest Due Sale": "고객 미수 판매",
"Product Discount": "제품 할인",
"Add Product Settings": "제품 설정 추가",
"Additional Product Field": "추가 제품 필드",
"Purchase Setting": "구매 설정",
"Sale Setting": "판매 설정",
"Profit & Loss Details": "손익 세부",
"Product Profit & Loss": "제품 손익",
"Customer List": "고객 목록",
"Supplier List": "공급자 목록",
":type List": ":type 목록",
"Add new :type": "새 :type 추가",
"Edit :type": ":type 편집",
"Edit Supplier": "공급자 편집",
"Edit Customer": "고객 편집",
"(PNG & JPG)": "(PNG & JPG)",
"Vat groups (Combination of multiple vats)": "VAT 그룹 (여러 VAT 조합)",
"Send": "전송",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "파일을 업로드하려면 아래 지침을 따르세요.",
"Download the sample file first and add all your products to it.": "샘플 파일을 먼저 다운로드하고 모든 제품을 추가하세요.",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "필수 입력란을 나타냅니다. 필수 항목을 입력하지 않으면 시스템이 제품을 무시합니다.",
"After adding all your products, please save the file and then upload the updated version.": "모든 제품을 추가한 후 파일을 저장하고 업데이트된 버전을 업로드하세요.",
"The name of the product you are adding": "추가하는 제품의 이름",
"e.g.,": "예:",
"Banana": "바나나",
"Stock Quantity": "재고 수량",
"Sale Price (MRP)": "판매가 (MRP)",
"VAT Name": "부가가치세 이름",
"VAT (%)": "부가가치세 (%)",
"Low Stock Qty": "재고 부족 수량",
"Manufacturing Date": "제조일",
"Variations": "변형",
"The category under which the product falls": "제품이 속한 카테고리",
"Beverages, Electronics": "음료, 전자제품",
"The measurement unit used for the product": "제품에 사용되는 단위",
"Piece, Kg, Litre": "개, kg, L",
"If not found, a new unit will be created automatically.": "찾을 수 없으면 새 단위가 자동으로 생성됩니다.",
"The brand associated with the product": "제품과 관련된 브랜드",
"Samsung, Nestlé": "삼성, 네슬레",
"If not found, the system will create it automatically.": "찾을 수 없으면 시스템이 자동으로 생성합니다.",
"The available quantity of the product currently in stock.": "현재 재고에 있는 제품의 수량",
"A unique identifier for the product": "제품의 고유 식별자",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "제품 코드는 고유해야 합니다 — 중복 코드는 무시됩니다.",
"The cost price of the product excluding VAT.": "부가세 제외 제품 원가",
"The selling price or maximum retail price for the product.": "제품 판매가 또는 최대 소매가(MRP)",
"Special discounted price for bulk resellers or dealers.": "대량 판매자 또는 딜러를 위한 특별 할인 가격",
"The price offered for wholesale buyers, usually lower than MRP.": "도매 구매자에게 제공되는 가격으로 일반적으로 MRP보다 낮습니다.",
"If not found, the system will automatically create a new category.": "찾을 수 없으면 시스템이 자동으로 새 카테고리를 생성합니다.",
"The VAT name applied to the product.": "제품에 적용된 부가가치세 이름",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "시스템이 찾지 못하면 제공된 요율로 새 부가가치세를 생성합니다.",
"The VAT rate as a percentage": "부가가치세 비율(%)",
"15": "15",
"Define whether the VAT is": "부가가치세 유형 정의",
"exclusive": "별도",
"or": "또는",
"inclusive": "포함",
"in the price.": "가격에 포함",
"The minimum stock quantity to trigger a low-stock alert.": "재고 부족 경고를 트리거할 최소 재고 수량",
"Name of the product manufacturer or supplier.": "제품 제조사 또는 공급자 이름",
"Expiry date for perishable products": "부패성 제품 유효기간",
"format:": "형식:",
"YYYY-MM-DD": "YYYY-MM-DD",
"Batch or lot number used to identify stock batches.": "재고 배치를 식별하는 배치 또는 로트 번호",
"The model of the product": "제품 모델",
"iPhone 15": "아이폰 15",
"Date the product was manufactured": "제품 제조 날짜",
"Define whether the product is": "제품 유형 정의",
"single": "단일",
"variant": "변형",
"for products with multiple variations like size or color.": "사이즈나 색상 같은 여러 변형이 있는 제품의 경우",
"This column defines all variations for variant products.": "이 열은 변형 제품의 모든 변형을 정의합니다.",
"Use the format:": "형식 사용:",
"VariationName:Value": "변형이름:값",
"separated by a": "구분 기호로 구분",
"for multiple values.": "여러 값을 위해",
"Example:": "예:",
"Color:Black|Size:M": "색상:검정|사이즈:M",
"➤ The system will:": "➤ 시스템 동작:",
"Create or match existing variations dynamically.": "기존 변형을 동적으로 생성 또는 매칭합니다.",
"Store selected variation IDs in the": "선택한 변형 ID를 저장",
"table": "테이블",
"Store structured JSON like": "다음과 같은 구조화된 JSON 저장",
"\"Color\":\"Black\"": "\"Color\":\"검정\"",
"in the": "에",
"Automatically create": "자동 생성",
"variant_name": "변형_이름",
"such as": "예:",
"Black - M": "검정 - M",
"table.": "테이블.",
"Party Profit & Loss": "거래처 손익",
"Bill Wise Profit & Loss": "청구서별 손익",
"Bank Details": "은행 정보",
"Account No": "계좌 번호",
"UPI ID": "UPI ID",
"Holders Nmae": "예금주 이름",
"MONEY RECEIPT": "금액 영수증",
"Money Receipt": "금액 영수증",
"Purchase Invoice": "구매 인보이스",
"Holders Name": "예금주 이름",
"Rounding (+/-)": "반올림 (+/-)",
"welcome_to": "환영합니다",
"welcome_back": "다시 오신 것을 환영합니다",
"please_login": "계정에 로그인 해주세요",
"enter_your_email": "이메일을 입력하세요",
"password": "비밀번호",
"remember_me": "로그인 상태 유지",
"forgot_password": "비밀번호를 잊으셨나요?",
"log_in": "로그인",
"back_to_home": "홈으로 돌아가기",
"create_an_account": "계정 생성",
"or_continue_with": "또는 다음으로 계속",
"login_with_x": "X로 로그인",
"login_with_google": "구글로 로그인",
"super_admin": "슈퍼 관리자",
"admin": "관리자",
"business": "비즈니스",
"add_on": "애드온",
"manager": "매니저",
"multi_branch": "다중 지점",
"warranty": "보증",
"guarantee": "보증",
"Months": "개월",
"Years": "년",
"Tax Type": "세금 유형",
"Exclusive": "별도",
"Inclusive": "포함",
"Select Tax": "세금 선택",
"select_one": "하나 선택",
"Image (Size 150x130)": "이미지 (크기 150x130)",
"Drag & drop image": "이미지를 드래그 앤 드롭",
"Variant Name": "변형 이름",
"Manufacture": "제조사",
"Profit Margin (%)": "이익률 (%)",
"Default Selling Price": "기본 판매가",
"SKU / Code": "SKU / 코드",
"Edit Model": "모델 수정",
"Rack Name": "랙 이름",
"Edit rack": "랙 수정",
"Update Password": "비밀번호 업데이트",
"Tax Rate": "세율",
"Sub vats": "하위 VAT",
"Edit Vat": "VAT 수정",
"Edit Vat Group": "VAT 그룹 수정",
"Edit Bank": "은행 수정",
"Account Display Name balnce": "계좌 표시 이름 / 잔액",
"+ Add more fields": "+ 필드 추가",
"Show In Invoice": "인보이스에 표시",
"As Of Date": "날짜 기준",
"Cheque Number": "수표 번호",
"Current Plan": "현재 플랜",
"Multi-branch Allowed": "다중 지점 허용",
"Addon Limit:": "애드온 한도:",
"Addon Domain Available?": "애드온 도메인 사용 가능?",
"Subdomain Limit:": "서브도메인 한도:",
"Subdomain Available?": "서브도메인 사용 가능?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "인보이스: S06 - Emery Mueller",
"Item Name": "상품 이름",
"Product Wise Profit & Loss": "상품별 손익",
"Product Wise Loss Profit": "상품별 손실 및 이익",
"Pay Amount": "결제 금액",
"Select party": "거래처 선택",
"Loss Profit History": "손익 기록",
"Product Sale History": "상품 판매 기록",
"Product Purchase History": "상품 구매 기록",
"Purchase Qty": "구매 수량",
"Sold Qty": "판매 수량",
"Remaining Qty": "남은 수량",
"Subscription Orders": "구독 주문",
"Subscriber View": "구독자 보기",
"Expire date": "만료일",
"Enroll Date": "등록일",
"How to Add a Domain in hPanel": "hPanel에서 도메인을 추가하는 방법",
"hPanel (Hostinger) Domain Setup Instructions": "hPanel (Hostinger) 도메인 설정 안내",
"Multibranch Allowed": "다중 지점 허용",
"Addon Domain Limit": "추가 도메인 제한",
"Subdomain Limit": "서브도메인 제한",
"Custom Domain Limit": "커스텀 도메인 제한",
"Add-ons": "애드온",
"New": "신규",
"Addons List": "애드온 목록",
"Install / Update Addon": "애드온 설치 / 업데이트",
"Version": "버전",
"Enter purchase code": "구매 코드 입력",
"Upload addons zip file": "애드온 zip 파일 업로드",
"System": "시스템",
"User Sign Up": "사용자 회원가입",
"Domain Setting": "도메인 설정",
"View and update payment gateway settings": "결제 게이트웨이 설정 보기 및 업데이트",
"View and update user sign up settings": "사용자 회원가입 설정 보기 및 업데이트",
"View and update system settings": "시스템 설정 보기 및 업데이트",
"User Registration Email Setup": "사용자 등록 이메일 설정",
"Verify email with OTP on signup?": "가입 시 OTP로 이메일을 인증하시겠습니까?",
"Verify email without OTP on signup?": "가입 시 OTP 없이 이메일을 인증하시겠습니까?",
"SSL is required.": "SSL이 필요합니다.",
"SSL is not required.": "SSL이 필요하지 않습니다.",
"Subdomain / Custom domains are allowed automatically.": "서브도메인 / 커스텀 도메인이 자동으로 허용됩니다.",
"Subdomain / Custom domains are not allowed automatically.": "서브도메인 / 커스텀 도메인이 자동으로 허용되지 않습니다.",
"Dynamic Text": "동적 텍스트",
"Dynamic Link Text": "동적 링크 텍스트",
"Dynamic Link": "동적 링크",
"App Link": "앱 링크",
"Login Page Logo": "로그인 페이지 로고",
"Login Page Image": "로그인 페이지 이미지",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "PayPal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercado Pago",
"phonepe": "PhonePe",
"paytm": "Paytm",
"Tap Payment": "Tap Payment",
"Sslcommerz": "Sslcommerz",
"Manual": "수동",
"API KEY": "API 키",
"CLIENT ID": "클라이언트 ID",
"CLIENT SECRET": "클라이언트 시크릿",
"PUBLIC KEY": "퍼블릭 키",
"SECRET KEY": "시크릿 키",
"KEY ID": "키 ID",
"KEY SECRET": "키 시크릿",
"X API KEY": "X API 키",
"X AUTH TOKEN": "X 인증 토큰",
"USER SECRET KEY": "사용자 시크릿 키",
"CATEOGRY CODE": "카테고리 코드",
"ENCRYPTION KEY": "암호화 키",
"PAYMENT OPTIONS": "결제 옵션",
"Hello": "안녕하세요",
"Net Profit (Profit - Loss) =": "순이익 (이익 - 손실) =",
"Net Profit (Income - Expense) =": "순이익 (수입 - 지출) =",
"Sale Details": "판매 내역",
"Purchase Details": "구매 내역",
"All Customer": "모든 고객",
"Sale Qty": "판매 수량",
"Profit/Loss": "이익/손실",
"Printer A4": "A4 프린터",
"Thermal: 3 inch 80mm": "감열식: 3인치 80mm",
"Showing": "표시 중",
"to": "~",
"of": "/",
"results": "결과",
"Custom Domain": "커스텀 도메인",
"Ledger": "원장",
"(Ledger)": "(원장)",
"Credit (In)": "대변 (입금)",
"Debit (Out)": "차변 (출금)",
"View Stock": "재고 보기",
"Log In": "로그인",
"Back to Home": "홈으로 돌아가기",
"Create an account.": "계정 생성",
"Add-on": "애드온",
"Bussiness": "비즈니스",
"Multi Branch": "다중 지점",
"Create an Free Account!": "무료 계정 만들기!",
"Hey, Enter Your details to get Sign Up to your account": "안녕하세요, 계정 가입을 위해 정보를 입력하세요",
"Sign Up": "회원가입",
"Or Continue with": "또는 계속 진행",
"Log in with X": "X로 로그인",
"Log in with Google": "Google로 로그인",
"Already have an Account?": "이미 계정이 있습니까?",
"Email Verification": "이메일 인증",
"we sent an OTP in your email address": "이메일로 OTP를 보냈습니다",
"Code send in": "코드 전송됨",
"Resend code": "코드 재전송",
"Verify": "확인",
"Setup Your Profile": "프로필 설정",
"Company/Business Name": "회사/비즈니스 이름",
"Enter company/business name": "회사/비즈니스 이름 입력",
"Ex: $500": "예: $500",
"Company Address": "회사 주소",
"Enter company address": "회사 주소 입력",
"Successfully!": "성공!",
"Congratulations, Your account has been": "축하합니다, 계정이",
"successfully created": "성공적으로 생성되었습니다",
"Enter Model Name": "모델 이름을 입력하세요",
"Completed": "완료됨",
"Enter values": "값을 입력하세요",
"Total Stock Value:": "총 재고 가치:",
"Sale Commission": "판매 수수료",
"Enter Supplier Name": "공급업체 이름을 입력하세요",
"Enter city": "도시를 입력하세요",
"Enter state": "주/도를 입력하세요",
"Enter zip code": "우편번호를 입력하세요",
"Select a country": "국가를 선택하세요",
"Advance": "선금",
"Enter account display name": "계정 표시 이름을 입력하세요",
"Enter account number": "계좌 번호를 입력하세요",
"Enter UPI code": "UPI 코드를 입력하세요",
"Enter bank name": "은행 이름을 입력하세요",
"Enter bank name_duplicate": "은행 이름을 입력하세요",
"Enter account holder name": "예금주 이름을 입력하세요",
"Ex: 500": "예: 500",
"Total Transaction": "총 거래",
"Branch Opening Balance": "지점 기초 잔액",
"Branch Remaining Balance": "지점 기말 잔액",
"Language": "언어",
"Select Variant": "변형 선택",
"Enter Batch No.": "배치 번호 입력",
"Bank List": "은행 목록",
"Cash List": "현금 목록",
"Add Cash": "현금 추가",
"Reduce Cash": "현금 감소",
"ex 500": "예: 500",
"Adjustment Date": "조정 날짜",
"description": "설명",
"cash": "현금",
"PNG & JPG": "PNG 및 JPG",
"Transaction Image": "거래 이미지",
"Platform": "플랫폼",
"Add Image": "이미지 추가",
"Loading...": "로딩 중...",
"Approved Payment": "승인된 결제",
"24 Jan 2024, 10:30": "2024년 1월 24일 10:30",
"Withdraw Amount": "출금 금액",
"$0": "$0",
"Account Information": "계정 정보",
"A/C Name": "계좌명",
"Shaidul Islam": "샤이둘 이슬람",
"Dutch-Bangla Bank PLC": "더치-방라 은행 PLC",
"A/C Number": "계좌 번호",
"365214512236": "365214512236",
"Dhaka": "다카",
"Rejected": "거절됨",
"Approved": "승인됨",
"Approve Withdrawal Payment": "출금 결제 승인",
"Have you Sent": "보내셨습니까",
"$250.00?": "$250.00?",
"Transaction Number": "거래 번호",
"Enter transaction Number": "거래 번호를 입력하세요",
"Upload Receipt": "영수증 업로드",
"Add-On": "애드온",
"Google Login Settings": "Google 로그인 설정",
"X Login Settings": "X 로그인 설정",
"Please request for a domain/subdomain from the business panel.": "비즈니스 패널에서 도메인/서브도메인을 요청하세요.",
"Request For A Domain": "도메인 요청",
"The app url is not available in .env file, please contact with administrator.": "앱 URL이 .env 파일에 없습니다. 관리자에게 문의하세요.",
"Are you sure you want to exit?": "정말 나가시겠습니까?",
"We Makes": "우리가 만듭니다",
"Globally": "전 세계적으로",
"Growth": "성장",
"Increase Your Revenue": "수익 증대",
"(Optional)": "(선택 사항)",
"Data Deletion Instructions": "데이터 삭제 지침",
"If you want to delete your data from our system, please follow these steps:": "시스템에서 데이터를 삭제하려면 다음 단계를 따르세요.",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "[your-email@example.com]으로 “Delete My Data”라는 제목의 이메일을 보내주세요.",
"Include your name and the email address you used to register.": "이름과 등록 시 사용한 이메일 주소를 포함하세요.",
"We will process your request and confirm deletion within 7 business days.": "영업일 기준 7일 이내에 처리 및 확인해 드립니다.",
"Share your referral link": "추천 링크 공유",
"Refer a friend and earn a commission.": "친구를 추천하고 수수료를 받으세요.",
"Copy": "복사",
"Available for Withdraw": "출금 가능 금액",
"$30": "$30",
"Payout your balance is more than": "잔액이 다음 금액 이상일 때 출금 가능:",
"$100": "$100",
"Total Withdraw": "총 출금액",
"$500": "$500",
"Total Referrals": "총 추천 수",
"5": "5",
"1 Month": "1개월",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "링크 복사",
"2": "2",
"3": "3",
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "거래 내역이 있어 이 계좌를 삭제할 수 없습니다.",
"14": "14",
"12": "12",
"currency": "통화",
"Do you really want to re-open this cheque?": "정말 이 수표를 다시 여시겠습니까?",
"Transfer Cheque": "수표 양도",
"Deposit": "입금",
"Re-Open": "다시 열기",
"A": "A",
"10%": "10%",
"100,00,0000": "100,00,0000",
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "데모 계정입니다. 데이터는 매시간 초기화됩니다.",
"You can not access it!": "접근할 수 없습니다!",
"N/A": "해당 없음",
"English": "영어",
"en": "en",
"Upgrade Date": "업그레이드 날짜",
"Bengali": "벵골어",
"bn": "bn",
"French": "프랑스어",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "다른 지점의 상대방이므로 여기서 기초 잔액을 변경할 수 없습니다.",
"Please select a variation.": "변형을 선택하세요.",
"Units": "단위",
"25632": "25632",
"25%": "25%",
"Ex: 200": "예: 200",
"Ex: 50": "예: 50",
"Batch No:": "배치 번호:",
"Ex: 1": "예: 1",
"Ex: 30": "예: 30",
"Download Sample File": "샘플 파일 다운로드",
" Please follow the instructions below to upload your file.": " 아래 지침에 따라 파일을 업로드하세요.",
" Download the sample file first and add all your purchases data to it.": " 먼저 샘플 파일을 다운로드하고 구매 데이터를 추가하세요.",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "필수 입력란을 나타냅니다.",
"After adding all your purchases, please save the file and then upload the updated version.": "데이터 추가 후 파일을 저장하고 업로드하세요.",
"Paid by:": "지불인:",
"Payable Amount:": "지불 금액:",
"Received Amount:": "수령 금액:",
"Due:": "미납금:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "필드를 로드할 보고서 유형 선택",
"Change Amt/Due:": "잔돈/미납금:",
"Total Subscription": "총 구독",
"installer_messages.title": "POS Pro Installer",
"installer_messages.next": "Next Step",
"installer_messages.back": "Previous",
"installer_messages.finish": "Install",
"installer_messages.forms.errorTitle": "The Following errors occurred:",
"installer_messages.welcome.templateTitle": "Welcome",
"installer_messages.welcome.title": "POS Pro Installer",
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
"installer_messages.welcome.next": "Check Requirements",
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
"installer_messages.requirements.title": "Server Requirements",
"installer_messages.requirements.next": "Check Permissions",
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
"installer_messages.permissions.title": "Permissions",
"installer_messages.permissions.next": "Configure Environment",
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
"installer_messages.environment.menu.title": "Environment Settings",
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
"installer_messages.environment.wizard.title": "Guided .env Wizard",
"installer_messages.environment.wizard.tabs.environment": "Environment",
"installer_messages.environment.wizard.tabs.database": "Database",
"installer_messages.environment.wizard.tabs.application": "Application",
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
"installer_messages.environment.wizard.form.app_name_label": "Website name",
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
"installer_messages.environment.wizard.form.app_url_label": "App Url",
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
"installer_messages.environment.wizard.form.buttons.install": "Install",
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
"installer_messages.environment.classic.title": "Classic Environment Editor",
"installer_messages.environment.classic.save": "Save .env",
"installer_messages.environment.classic.back": "Use Form Wizard",
"installer_messages.environment.classic.install": "Save and Install",
"installer_messages.environment.success": "Your .env file settings have been saved.",
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
"installer_messages.install": "Install",
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
"installer_messages.final.title": "Installation Finished",
"installer_messages.final.templateTitle": "Installation Finished",
"installer_messages.final.finished": "Application has been successfully installed.",
"installer_messages.final.migration": "Migration & Seed Console Output:",
"installer_messages.final.console": "Application Console Output:",
"installer_messages.final.log": "Installation Log Entry:",
"installer_messages.final.env": "Final .env File:",
"installer_messages.final.exit": "Click here to exit",
"installer_messages.updater.title": "Laravel Updater",
"installer_messages.updater.welcome.title": "Welcome To The Updater",
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
"installer_messages.updater.overview.title": "Overview",
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
"installer_messages.updater.overview.install_updates": "Install Updates",
"installer_messages.updater.final.title": "Finished",
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
"installer_messages.updater.final.exit": "Click here to exit",
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}