whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
resources
/
lang
/
ko
/
Upload File:
files >> /home/kckglobal/www/portal/resources/lang/ko/validation.php
<?php return [ 'accepted' => ' :attribute이 허용되어야 합니다.', 'active_url' => ' :attribute은 유효한 URL이 아닙니다.', 'after' => ' :attribute은 :date 이후의 날짜여야 합니다.', 'after_or_equal' => ' :attribute은 :date 이후의 날짜여야 합니다.', 'alpha' => ' :attribute에는 문자만 포함될 수 있습니다.', 'alpha_dash' => ' :attribute에는 문자, 숫자, 대시만 포함될 수 있습니다.', 'alpha_num' => ' :attribute에는 문자와 숫자만 포함될 수 있습니다.', 'array' => ' :attribute은 배열이어야 합니다.', 'before' => ' :attribute은 :date 이전 날짜여야 합니다.', 'before_or_equal' => ' :attribute은 :date 이전 날짜여야 합니다.', 'accepted_if' => ' :other가 :value인 경우 :attribute 필드를 허용해야 합니다.', 'ascii' => ' :attribute 필드에는 1바이트 영숫자 문자와 기호만 포함되어야 합니다.', 'between' => [ 'numeric' => ' :attribute은 :min와 :max 사이에 있어야 합니다.', 'file' => ' :attribute은 :min~ :maxKB 사이여야 합니다.', 'string' => ' :attribute은 :min~ :max자 사이여야 합니다.', 'array' => ' :attribute에는 :min에서 :max 사이의 항목이 있어야 합니다.', ], 'boolean' => ' :attribute 필드는 true 또는 false여야 합니다.', 'confirmed' => ' :attribute 확인이 일치하지 않습니다.', 'date' => ' :attribute은 유효한 날짜가 아닙니다.', 'date_format' => ' :attribute이 :format 형식과 일치하지 않습니다.', 'different' => ' :attribute과 :other는 달라야 합니다.', 'digits' => ' :attribute은 :digits자리여야 합니다.', 'digits_between' => ' :attribute은 :min와 :max 자리 사이여야 합니다.', 'dimensions' => ' :attribute의 이미지 크기가 잘못되었습니다.', 'distinct' => ' :attribute 필드에 중복된 값이 있습니다.', 'email' => ' :attribute은 유효한 이메일 주소여야 합니다.', 'invalidEmail' => '유효한 이메일 주소를 입력하세요.', 'invalidEmailPassword' => '이메일과 비밀번호 조합이 올바르지 않습니다.', 'exists' => '선택한 :attribute이 잘못되었습니다.', 'file' => ' :attribute은 파일이어야 합니다.', 'filled' => ' :attribute 필드에는 값이 있어야 합니다.', 'image' => ' :attribute은 이미지여야 합니다.', 'in' => '선택한 :attribute이 잘못되었습니다.', 'in_array' => ' :attribute 필드는 :other에 존재하지 않습니다.', 'integer' => ' :attribute은 정수여야 합니다.', 'ip' => ' :attribute은 유효한 IP 주소여야 합니다.', 'json' => ' :attribute은 유효한 JSON 문자열이어야 합니다.', 'current_password' => '비밀번호가 올바르지 않습니다.', 'date_equals' => ' :attribute 필드는 :date와 동일한 날짜여야 합니다.', 'decimal' => ' :attribute 필드에는 소수점 :decimal 자리가 있어야 합니다.', 'declined' => ' :attribute 필드는 거부되어야 합니다.', 'declined_if' => ' :other가 :value인 경우 :attribute 필드는 거부되어야 합니다.', 'doesnt_end_with' => ' :attribute 필드는 :values 중 하나로 끝나서는 안 됩니다.', 'doesnt_start_with' => ' :attribute 필드는 :values 중 하나로 시작하면 안 됩니다.', 'ends_with' => ' :attribute 필드는 :values 중 하나로 끝나야 합니다.', 'enum' => '선택한 :attribute이 잘못되었습니다.', 'gt' => [ 'array' => ' :attribute 필드에는 :value보다 많은 항목이 있어야 합니다.', 'file' => ' :attribute 필드는 :valueKB보다 커야 합니다.', 'numeric' => ' :attribute 필드는 :value보다 커야 합니다.', 'string' => ' :attribute 필드는 :value자보다 커야 합니다.', ], 'gte' => [ 'array' => ' :attribute 필드에는 :value개 이상의 항목이 있어야 합니다.', 'file' => ' :attribute 필드는 :valueKB보다 크거나 같아야 합니다.', 'numeric' => ' :attribute 필드는 :value보다 크거나 같아야 합니다.', 'string' => ' :attribute 필드는 :value자보다 크거나 같아야 합니다.', ], 'ipv4' => ' :attribute 필드는 유효한 IPv4 주소여야 합니다.', 'ipv6' => ' :attribute 필드는 유효한 IPv6 주소여야 합니다.', 'lowercase' => ' :attribute 필드는 소문자여야 합니다.', 'lt' => [ 'array' => ' :attribute 필드에는 :value개 미만의 항목이 있어야 합니다.', 'file' => ' :attribute 필드는 :valueKB보다 작아야 합니다.', 'numeric' => ' :attribute 필드는 :value보다 작아야 합니다.', 'string' => ' :attribute 필드는 :value자 미만이어야 합니다.', ], 'lte' => [ 'array' => ' :attribute 필드에는 :value개 이상의 항목이 포함될 수 없습니다.', 'file' => ' :attribute 필드는 :valueKB보다 작거나 같아야 합니다.', 'numeric' => ' :attribute 필드는 :value보다 작거나 같아야 합니다.', 'string' => ' :attribute 필드는 :value자 이하여야 합니다.', ], 'mac_address' => ' :attribute 필드는 유효한 MAC 주소여야 합니다.', 'max' => [ 'numeric' => ' :attribute은 :max보다 클 수 없습니다.', 'file' => ' :attribute은 :maxKB보다 클 수 없습니다.', 'string' => ' :attribute은 :max 문자보다 클 수 없습니다.', 'array' => ' :attribute에는 :max 이상의 항목이 있을 수 없습니다.', ], 'max_digits' => ' :attribute 필드는 :max 자리를 초과할 수 없습니다.', 'mimes' => ' :attribute은 :values 유형의 파일이어야 합니다.', 'mimetypes' => ' :attribute은 :values 유형의 파일이어야 합니다.', 'min' => [ 'numeric' => ' :attribute은 최소한 :min 이상이어야 합니다.', 'file' => ' :attribute은 :minKB 이상이어야 합니다.', 'string' => ' :attribute은 :min자 이상이어야 합니다.', 'array' => ' :attribute에는 최소 :min개의 항목이 있어야 합니다.', ], 'not_in' => '선택한 :attribute이 잘못되었습니다.', 'numeric' => ' :attribute은 숫자여야 합니다.', 'present' => ' :attribute 필드가 있어야 합니다.', 'regex' => ' :attribute 형식이 잘못되었습니다.', 'required' => ' :attribute 필드는 필수입니다.', 'required_if' => ' :other가 :value인 경우 :attribute 필드가 필요합니다.', 'required_unless' => ' :other가 :values에 있지 않은 경우 :attribute 필드는 필수입니다.', 'required_with' => ' :values가 있는 경우 :attribute 필드가 필요합니다.', 'required_with_all' => ' :values가 있는 경우 :attribute 필드가 필요합니다.', 'required_without' => ' :values가 존재하지 않는 경우 :attribute 필드가 필요합니다.', 'required_without_all' => ' :values가 하나도 없을 경우 :attribute 필드가 필요합니다.', 'same' => ' :attribute과 :other가 일치해야 합니다.', 'min_digits' => ' :attribute 필드에는 최소 :min자리가 있어야 합니다.', 'missing' => ' :attribute 필드가 누락되어야 합니다.', 'missing_if' => ' :other가 :value인 경우 :attribute 필드가 누락되어야 합니다.', 'missing_unless' => ' :other가 :value이 아닌 이상 :attribute 필드가 누락되어야 합니다.', 'missing_with' => ' :values가 있는 경우 :attribute 필드가 누락되어야 합니다.', 'missing_with_all' => ' :values가 있는 경우 :attribute 필드가 누락되어야 합니다.', 'multiple_of' => ' :attribute 필드는 :value의 배수여야 합니다.', 'not_regex' => ' :attribute 필드 형식이 잘못되었습니다.', 'password' => [ 'letters' => ' :attribute 필드에는 문자가 하나 이상 포함되어야 합니다.', 'mixed' => ' :attribute 필드에는 대문자와 소문자를 각각 하나 이상 포함해야 합니다.', 'numbers' => ' :attribute 필드에는 숫자가 하나 이상 포함되어야 합니다.', 'symbols' => ' :attribute 필드에는 하나 이상의 기호가 포함되어야 합니다.', 'uncompromised' => '해당 :attribute이 데이터 유출에 나타났습니다. 다른 :attribute을 선택하세요.', ], 'prohibited' => ' :attribute 필드는 금지됩니다.', 'prohibited_if' => ' :other가 :value이면 :attribute 필드는 금지됩니다.', 'prohibited_unless' => ' :other가 :values에 있지 않으면 :attribute 필드는 금지됩니다.', 'prohibits' => ' :attribute 필드는 :other가 존재하는 것을 금지합니다.', 'required_array_keys' => ' :attribute 필드에는 :values에 대한 항목이 포함되어야 합니다.', 'required_if_accepted' => ' :other가 승인되면 :attribute 필드가 필요합니다.', 'size' => [ 'numeric' => ' :attribute은 :size여야 합니다.', 'file' => ' :attribute은 :size킬로바이트여야 합니다.', 'string' => ' :attribute은 :size자여야 합니다.', 'array' => ' :attribute에는 :size 항목이 포함되어야 합니다.', ], 'string' => ' :attribute은 문자열이어야 합니다.', 'timezone' => ' :attribute은 유효한 영역이어야 합니다.', 'unique' => ' :attribute은 이미 사용되었습니다.', 'uploaded' => ' :attribute을 업로드하지 못했습니다.', 'url' => ' :attribute 형식이 잘못되었습니다.', 'email_domain' => ' :attribute은 유효한 도메인이어야 합니다. gmail.com', 'slack_webhook' => '웹훅 형식이 잘못되었습니다. 더 많은 정보를 원하시면 여기를 방문해 주세요', 'not_custom_fields' => '동일한 모듈에 동일한 라벨 이름을 사용할 수 없으므로 이 라벨이 있는 사용자 정의 필드를 추가할 수 없습니다.', 'starts_with' => ' :attribute 필드는 :values 중 하나로 시작해야 합니다.', 'ulid' => ' :attribute 필드는 유효한 ULID여야 합니다.', 'uppercase' => ' :attribute 필드는 대문자여야 합니다.', 'uuid' => ' :attribute 필드는 유효한 UUID여야 합니다.', 'custom' => [ 'attribute-name' => [ 'rule-name' => '맞춤 메시지', ], ], 'givenDataInvalid' => '제공된 데이터가 잘못되었습니다.', 'attributes' => [ 'client_name' => '고객 이름', 'client_email' => '클라이언트 이메일', 'website' => '웹사이트', 'name' => '이름', 'email' => '이메일', 'password' => '비밀번호', 'country' => '국가', 'mobile' => '이동하는', 'category_name' => '카테고리 이름', 'title' => '제목', 'details' => '세부', 'user_id' => '직원', 'category_id' => '카테고리 ID', 'file' => '파일', 'contact_name' => '담당자 이름', 'import_file' => '파일 가져오기', 'remind_time' => '시간을 상기시키다', 'next_follow_up_date' => '다음 후속 날짜', 'employee_id' => '직원 아이디', 'department' => '부서', 'designation' => '지정', 'hourly_rate' => '시간당 요금', 'joining_date' => '가입 날짜', 'last_date' => '마지막 날짜', 'date_of_birth' => '생일', 'probation_end_date' => '수습 종료일', 'notice_period_start_date' => '통지 기간 시작일', 'notice_period_end_date' => '통지 기간 종료일', 'internship_end_date' => '인턴십 종료일', 'contract_end_date' => '계약 종료일', 'relationship' => '관계', 'award' => '상', 'given_to' => '에게 주어진', 'award_date' => '수상일', 'multi_date' => '멀티 데이트', 'year' => '년도', 'month' => '월', 'office_start_time' => '사무실 시작 시간', 'office_end_time' => '사무실 종료 시간', 'shift_short_code' => '시프트 단축 코드', 'color' => '색상', 'late_mark_duration' => '늦은 채점 기간', 'clockin_in_day' => '하루에 시계', 'office_open_days' => '사무실 오픈일', 'clock_in_time' => '시간에 맞춰 시계', 'clock_out_time' => '퇴근 시간', 'working_from' => '에서 근무', 'clock_in_ip' => 'IP의 시계', 'clock_out_ip' => '시계 아웃 IP', 'designation_name' => '명칭', 'team_name' => '팀 이름', 'client_id' => '클라이언트 ID', 'subject' => '주제', 'amount' => '양', 'contract_type' => '계약 유형', 'start_date' => '시작일', 'first_name' => '이름', 'last_name' => '성', 'signature' => '서명', 'image' => '영상', 'comment' => '논평', 'project_name' => '프로젝트 이름', 'hours_allocated' => '할당된 시간', 'deadline' => '마감 시간', 'project_budget' => '프로젝트 예산', 'currency_id' => '통화 ID', 'project_id' => '프로젝트 ID', 'milestone_title' => '이정표 제목', 'summary' => '요약', 'discussion_category' => '토론 카테고리', 'description' => '설명', 'priority' => '우선 사항', 'due_date' => '마감일', 'repeat_cycles' => '반복주기', 'dependent_task_id' => '종속 작업 ID', 'estimate_hours' => '예상 시간', 'estimate_minutes' => '예상 시간(분)', 'note' => '메모', 'memo' => '메모', 'start_time' => '시작 시간', 'end_time' => '종료 시간', 'valid_till' => '까지 유효', 'sub_total' => '소계', 'total' => '총', 'lead_id' => '리드 ID', 'estimate_number' => '견적 수', 'invoice_number' => '송장 번호', 'issue_date' => '발행일', 'shipping_address' => '배송 주소', 'day_of_week' => '요일', 'day_of_month' => '그 달의 일', 'cn_number' => 'CN 번호', 'invoice_id' => '송장 ID', 'item_name' => '상품명', 'purchase_date' => '구입 날짜', 'price' => '가격', 'billing_cycle' => '결제주기', 'paid_on' => '지불', 'transaction_id' => '거래 ID', 'downloadable_file' => '다운로드 가능한 파일', 'tax_name' => '세금 이름', 'rate_percent' => '비율 퍼센트', 'status' => '상태', 'order_date' => '주문 날짜', 'ticket_subject' => '티켓 제목', 'ticket_description' => '티켓 설명', 'message' => '메시지', 'type' => '유형', 'channel_name' => '채널 이름', 'event_name' => '이벤트 이름', 'all_employees' => '모든 직원', 'where' => '어디', 'event_link' => '이벤트 링크', 'heading' => '표제', 'category' => '범주', 'company_name' => '회사 이름', 'company_email' => '회사 이메일', 'company_phone' => '회사 전화', 'location' => '위치', 'address' => '주소', 'allowed_file_types' => '허용되는 파일 형식', 'allowed_file_size' => '허용되는 파일 크기', 'currency_name' => '통화 이름', 'currency_symbol' => '통화 기호', 'usd_price' => 'usd_price', 'exchange_rate' => '환율', 'currency_code' => '통화 코드', 'invoice_prefix' => '송장 접두사', 'estimate_prefix' => '접두어 추정', 'credit_note_prefix' => '신용 전표 접두어', 'template' => '주형', 'due_after' => '이후 날짜', 'invoice_terms' => '송장 조건', 'app_name' => '앱 이름', 'code' => '암호', 'search_keyword' => '검색 키워드', 'reply_heading' => '답장 제목', 'reply_text' => '답장 텍스트', 'send_reminder' => '알림 보내기', 'remind_to' => '알림 보내기', 'remind_type' => '알림 유형', 'radius' => '반지름', 'alert_after' => '이후에 경고', 'monthly_report_roles' => '월간 보고서 역할', 'type_name' => '유형 이름', 'leave_number' => '번호 남기기', 'monthly_limit' => '월별 한도', 'label' => '상표', 'required' => '필수의', 'agent_name' => '대리인 이름', 'primary_color' => '원색', 'language_name' => '언어 이름', 'language_code' => '언어 코드', 'flag' => '깃발', 'additional_description' => '추가 설명', 'consent_description' => '동의 설명', 'full_name' => '이름', 'allow_email' => '이메일 허용', 'email_domain' => '이메일 도메인', 'external_link' => '외부 링크', 'filename' => '파일 이름', 'task_id' => '작업 ID', 'group_name' => '그룹 이름', 'column_name' => '열 이름', 'label_color' => '라벨 색상', 'clientName' => '고객 이름', 'city' => '도시', 'state' => '상태', 'line1' => '1호선', 'notetext' => '메모 텍스트', 'value' => '값', 'admin_id' => '관리자 아이디', 'reason' => '이유', 'leave_date' => '떠나는 날짜', 'duration' => '지속', 'leave_type_id' => '유형 ID를 남겨주세요', 'occassion' => '기회', 'date' => '날짜', 'employee_shift_id' => '직원 교대 ID', 'hour_of_day' => '하루의 시간', 'backup_after_days' => '며칠 후 백업', 'delete_backup_after_days' => '일 후에 백업 삭제', 'credit_note_id' => '신용 전표 ID', 'billing_frequency' => '청구 빈도', 'billing_interval' => '청구 간격', 'work_from_type' => '유형에서 작업', 'label_name' => '라벨 이름', 'has_heading' => '제목이 있어요', 'notAllowed' => ' :attribute은 허용되지 않습니다.', 'effective_after' => '이후부터 유효', ], 'selectAtLeastOne' => '하나 이상 선택하세요.', ];
Copyright ©2021 || Defacer Indonesia