added ko-KR
This commit is contained in:
		
							
								
								
									
										14
									
								
								resources/lang/ko-KR/accounts.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								resources/lang/ko-KR/accounts.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'account_name'          => '계좌 이름',
 | 
			
		||||
    'number'                => '숫자',
 | 
			
		||||
    'opening_balance'       => '개시 잔액',
 | 
			
		||||
    'current_balance'       => '현재 잔액',
 | 
			
		||||
    'bank_name'             => '은행명',
 | 
			
		||||
    'bank_phone'            => '은행 전화',
 | 
			
		||||
    'bank_address'          => '은행 주소',
 | 
			
		||||
    'default_account'       => '기본 계좌',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										39
									
								
								resources/lang/ko-KR/auth.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								resources/lang/ko-KR/auth.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,39 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'profile'               => '프로필',
 | 
			
		||||
    'logout'                => '로그아웃',
 | 
			
		||||
    'login'                 => '로그인',
 | 
			
		||||
    'login_to'              => '세션을 시작하기 위해 로그인',
 | 
			
		||||
    'remember_me'           => '자동 로그인',
 | 
			
		||||
    'forgot_password'       => '비밀번호 분실했습니다',
 | 
			
		||||
    'reset_password'        => '비밀번호 재설정',
 | 
			
		||||
    'enter_email'           => '이메일 주소를 입력하세요',
 | 
			
		||||
    'current_email'         => '현재 이메일',
 | 
			
		||||
    'reset'                 => '초기화',
 | 
			
		||||
    'never'                 => '아니오',
 | 
			
		||||
    
 | 
			
		||||
    'password' => [
 | 
			
		||||
        'current'           => '비밀번호',
 | 
			
		||||
        'current_confirm'   => '비밀번호 확인',
 | 
			
		||||
        'new'               => '새 비밀번호',
 | 
			
		||||
        'new_confirm'       => '새 비밀번호 확인',
 | 
			
		||||
    ],
 | 
			
		||||
    
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'self_delete'       => '오류: 본인을 삭제할 수 없습니다!',
 | 
			
		||||
        'no_company'        => '오류: 계정에 할당된 회사가 없습니다. 시스템 관리자에게 문의하세요.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'failed'                => '제출된 인증 정보가 레코드와 일치하지 않습니다.',
 | 
			
		||||
    'disabled'              => '이 계정은 비활성화되었습니다. 시스템 관리자에게 문의하세요.',
 | 
			
		||||
    'throttle'              => '너무 많은 로그인을 시도하였습니다. :seconds 초 후에 다시 시도하십시요.',
 | 
			
		||||
 | 
			
		||||
    'notification' => [
 | 
			
		||||
        'message_1'     => '당신이 비밀번호 초기화를 요청했기 때문에, 이 이메일을 받고 있다',
 | 
			
		||||
        'message_2'     => '만약 당신이 비밀번호 초기화를 요청하지 않았다면, 아무런 조치를 하지 않아도 됩니다',
 | 
			
		||||
        'button'        => '비밀번호 초기화',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										61
									
								
								resources/lang/ko-KR/bills.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										61
									
								
								resources/lang/ko-KR/bills.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,61 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'bill_number'           => '계산서 번호',
 | 
			
		||||
    'bill_date'             => '계산서 날짜',
 | 
			
		||||
    'total_price'           => '총 가격',
 | 
			
		||||
    'due_date'              => '마감일',
 | 
			
		||||
    'order_number'          => '주문 번호',
 | 
			
		||||
    'bill_from'             => '계산서 출처',
 | 
			
		||||
 | 
			
		||||
    'quantity'              => '수량',
 | 
			
		||||
    'price'                 => '가격',
 | 
			
		||||
    'sub_total'             => '부분합',
 | 
			
		||||
    'discount'              => '할인',
 | 
			
		||||
    'tax_total'             => '총 세금',
 | 
			
		||||
    'total'                 => '총계',
 | 
			
		||||
 | 
			
		||||
    'item_name'             => '항목 이름|항목 이름',
 | 
			
		||||
 | 
			
		||||
    'show_discount'         => ':discount% 할인',
 | 
			
		||||
    'add_discount'          => '추가 할인',
 | 
			
		||||
    'discount_desc'         => '부분합의',
 | 
			
		||||
 | 
			
		||||
    'payment_due'           => '예정 상환 금액',
 | 
			
		||||
    'amount_due'            => '미납 금액',
 | 
			
		||||
    'paid'                  => '지불됨',
 | 
			
		||||
    'histories'             => '이력',
 | 
			
		||||
    'payments'              => '결제',
 | 
			
		||||
    'add_payment'           => '결제수단 추가',
 | 
			
		||||
    'mark_received'         => '읽음으로 표시',
 | 
			
		||||
    'download_pdf'          => 'PDF 다운로드',
 | 
			
		||||
    'send_mail'             => '이메일 보내기',
 | 
			
		||||
    'create_bill'           => '계산서 발행',
 | 
			
		||||
    'receive_bill'          => '계산서를 받음',
 | 
			
		||||
    'make_payment'          => '지불',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'draft'             => '초안',
 | 
			
		||||
        'received'          => '수신됨',
 | 
			
		||||
        'partial'           => '부분',
 | 
			
		||||
        'paid'              => '지불됨',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'messages' => [
 | 
			
		||||
        'received'          => '계산서를 성공적으로 수신 표시했음',
 | 
			
		||||
        'draft'             => '이 계산서는 <b>초안</b>으로, 수신 표시가 된 이후에 차트에 반영됩니다.',
 | 
			
		||||
 | 
			
		||||
        'status' => [
 | 
			
		||||
            'created'       => '생성 날짜 :date',
 | 
			
		||||
            'receive' => [
 | 
			
		||||
                'draft'     => '전송 실패',
 | 
			
		||||
                'received'  => '수신 날짜 :date',
 | 
			
		||||
            ],
 | 
			
		||||
            'paid' => [
 | 
			
		||||
                'await'     => '대기중인 결제',
 | 
			
		||||
            ],
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										13
									
								
								resources/lang/ko-KR/companies.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								resources/lang/ko-KR/companies.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'domain'                => '도메인',
 | 
			
		||||
    'logo'                  => '로고',
 | 
			
		||||
    'manage'                => '기업 관리',
 | 
			
		||||
    'all'                   => '모든 기업',
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'delete_active'     => '오류: 활성화된 기업은 삭제할 수 없습니다. 수정부터 해주세요.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										18
									
								
								resources/lang/ko-KR/currencies.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								resources/lang/ko-KR/currencies.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'code'                  => '코드',
 | 
			
		||||
    'rate'                  => '비율',
 | 
			
		||||
    'default'               => '기본 통화',
 | 
			
		||||
    'decimal_mark'          => '소수점',
 | 
			
		||||
    'thousands_separator'   => '천단위 구분',
 | 
			
		||||
    'precision'             => '정밀도',
 | 
			
		||||
    'symbol' => [
 | 
			
		||||
        'symbol'            => '기호',
 | 
			
		||||
        'position'          => '기호 위치',
 | 
			
		||||
        'before'            => '이전 금액',
 | 
			
		||||
        'after'             => '이후 금액',
 | 
			
		||||
    ]
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										16
									
								
								resources/lang/ko-KR/customers.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/lang/ko-KR/customers.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'allow_login'           => '로그인을 허용하시나요?',
 | 
			
		||||
    'user_created'          => '사용자가 생성됨',
 | 
			
		||||
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'email'             => '이미 사용중인 이메일입니다.'
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'notification' => [
 | 
			
		||||
        'message'       => ':customer 가 :amount 지불을 만들었습니다. 청구번호는 :invoice_number 입니다.',
 | 
			
		||||
        'button'        => '보기',
 | 
			
		||||
    ],
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										24
									
								
								resources/lang/ko-KR/dashboard.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								resources/lang/ko-KR/dashboard.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'total_incomes'             => '총 수입',
 | 
			
		||||
    'receivables'               => '미수금',
 | 
			
		||||
    'open_invoices'             => '오픈된 청구서',
 | 
			
		||||
    'overdue_invoices'          => '기한이 지난 청구서',
 | 
			
		||||
    'total_expenses'            => '총 비용',
 | 
			
		||||
    'payables'                  => '외상매입금',
 | 
			
		||||
    'open_bills'                => '오픈된 계산서',
 | 
			
		||||
    'overdue_bills'             => '기한이 지난 계산서',
 | 
			
		||||
    'total_profit'              => '총 이익',
 | 
			
		||||
    'open_profit'               => '오픈된 이익',
 | 
			
		||||
    'overdue_profit'            => '기한이 지난 이익',
 | 
			
		||||
    'cash_flow'                 => '현금 흐름',
 | 
			
		||||
    'no_profit_loss'            => '손익이 없음',
 | 
			
		||||
    'incomes_by_category'       => '카테고리별 수입',
 | 
			
		||||
    'expenses_by_category'      => '카테고리별 비용',
 | 
			
		||||
    'account_balance'           => '잔액',
 | 
			
		||||
    'latest_incomes'            => '최근 수입',
 | 
			
		||||
    'latest_expenses'           => '최근 비용',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										16
									
								
								resources/lang/ko-KR/demo.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/lang/ko-KR/demo.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'accounts_cash'         => '현금',
 | 
			
		||||
    'categories_deposit'    => '보증금',
 | 
			
		||||
    'categories_sales'      => '매출',
 | 
			
		||||
    'currencies_usd'        => '미국 달러',
 | 
			
		||||
    'currencies_eur'        => '유로',
 | 
			
		||||
    'currencies_gbp'        => '영국 파운드',
 | 
			
		||||
    'currencies_try'        => '터키 리라',
 | 
			
		||||
    'taxes_exempt'          => '세금 면제',
 | 
			
		||||
    'taxes_normal'          => '일반 세금',
 | 
			
		||||
    'taxes_sales'           => '판매세',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										10
									
								
								resources/lang/ko-KR/footer.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								resources/lang/ko-KR/footer.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'version'               => '버전',
 | 
			
		||||
    'powered'               => 'Akaunting 제공',
 | 
			
		||||
    'link'                  => 'https://akaunting.com',
 | 
			
		||||
    'software'              => '무료 회계 소프트웨어',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										148
									
								
								resources/lang/ko-KR/general.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										148
									
								
								resources/lang/ko-KR/general.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,148 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'items'                 => '항목|항목',
 | 
			
		||||
    'incomes'               => '이익|이익',
 | 
			
		||||
    'invoices'              => '청구서|청구서',
 | 
			
		||||
    'revenues'              => '수익|수익',
 | 
			
		||||
    'customers'             => '고객|고객',
 | 
			
		||||
    'expenses'              => '비용|비용',
 | 
			
		||||
    'bills'                 => '청구서|청구서
 | 
			
		||||
',
 | 
			
		||||
    'payments'              => '지불|지불',
 | 
			
		||||
    'vendors'               => '공급 업체|공급 업체',
 | 
			
		||||
    'accounts'              => '계정|계정',
 | 
			
		||||
    'transfers'             => '송금|송금',
 | 
			
		||||
    'transactions'          => '거래|거래',
 | 
			
		||||
    'reports'               => '보고서|보고서',
 | 
			
		||||
    'settings'              => '설정|설정',
 | 
			
		||||
    'categories'            => '카테고리|카테고리',
 | 
			
		||||
    'currencies'            => '통화|통화',
 | 
			
		||||
    'tax_rates'             => '세율|세율',
 | 
			
		||||
    'users'                 => '사용자|사용자',
 | 
			
		||||
    'roles'                 => '역할|역할',
 | 
			
		||||
    'permissions'           => '권한|권한',
 | 
			
		||||
    'modules'               => '앱|앱',
 | 
			
		||||
    'companies'             => '기업|기업',
 | 
			
		||||
    'profits'               => '이익|이익',
 | 
			
		||||
    'taxes'                 => '세금|세금',
 | 
			
		||||
    'logos'                 => '로고|로고',
 | 
			
		||||
    'pictures'              => '사진|사진',
 | 
			
		||||
    'types'                 => '유형|유형',
 | 
			
		||||
    'payment_methods'       => '지불 방법|지불 방법',
 | 
			
		||||
    'compares'              => '수입 vs 비용|수입 vs 비용',
 | 
			
		||||
    'notes'                 => '참고|참고',
 | 
			
		||||
    'totals'                => '합계|합계',
 | 
			
		||||
    'languages'             => '언어|언어',
 | 
			
		||||
    'updates'               => '업데이트|업데이트',
 | 
			
		||||
    'numbers'               => '숫자|숫자',
 | 
			
		||||
    'statuses'              => '상태|상태',
 | 
			
		||||
    'others'                => '그 외|그 외',
 | 
			
		||||
    'contacts'              => '연락처|연락처',
 | 
			
		||||
    'reconciliations'       => '조정|조정',
 | 
			
		||||
    'developers'            => '개발자|개발자',
 | 
			
		||||
 | 
			
		||||
    'dashboard'             => '대시보드',
 | 
			
		||||
    'banking'               => '은행',
 | 
			
		||||
    'general'               => '일반',
 | 
			
		||||
    'no_records'            => '레코드 없음',
 | 
			
		||||
    'date'                  => '날짜',
 | 
			
		||||
    'amount'                => '수량',
 | 
			
		||||
    'enabled'               => '활성됨',
 | 
			
		||||
    'disabled'              => '비활성됨',
 | 
			
		||||
    'yes'                   => '네',
 | 
			
		||||
    'no'                    => '아니오',
 | 
			
		||||
    'na'                    => '해당없음',
 | 
			
		||||
    'daily'                 => '일별',
 | 
			
		||||
    'monthly'               => '월별',
 | 
			
		||||
    'quarterly'             => '분기별',
 | 
			
		||||
    'yearly'                => '년도별',
 | 
			
		||||
    'add'                   => '추가',
 | 
			
		||||
    'add_new'               => '새로 추가',
 | 
			
		||||
    'show'                  => '보기',
 | 
			
		||||
    'edit'                  => '편집',
 | 
			
		||||
    'delete'                => '삭제',
 | 
			
		||||
    'send'                  => '전송',
 | 
			
		||||
    'download'              => '다운로드',
 | 
			
		||||
    'delete_confirm'        => ':name :type 을 삭제하시겠습니까?',
 | 
			
		||||
    'name'                  => '이름',
 | 
			
		||||
    'email'                 => '이메일',
 | 
			
		||||
    'tax_number'            => '세금 번호',
 | 
			
		||||
    'phone'                 => '휴대전화',
 | 
			
		||||
    'address'               => '주소',
 | 
			
		||||
    'website'               => '웹사이트',
 | 
			
		||||
    'actions'               => '동작',
 | 
			
		||||
    'description'           => '상세설명',
 | 
			
		||||
    'manage'                => '관리',
 | 
			
		||||
    'code'                  => '코드',
 | 
			
		||||
    'alias'                 => '별칭',
 | 
			
		||||
    'balance'               => '잔액',
 | 
			
		||||
    'reference'             => '참조',
 | 
			
		||||
    'attachment'            => '첨부',
 | 
			
		||||
    'change'                => '변경',
 | 
			
		||||
    'switch'                => '전환',
 | 
			
		||||
    'color'                 => '색상',
 | 
			
		||||
    'save'                  => '저장',
 | 
			
		||||
    'cancel'                => '취소',
 | 
			
		||||
    'loading'               => '로딩중...',
 | 
			
		||||
    'from'                  => 'From',
 | 
			
		||||
    'to'                    => 'To',
 | 
			
		||||
    'print'                 => '인쇄',
 | 
			
		||||
    'search'                => '검색',
 | 
			
		||||
    'search_placeholder'    => '검색어를 입력하세요',
 | 
			
		||||
    'filter'                => '필터',
 | 
			
		||||
    'help'                  => '도움말',
 | 
			
		||||
    'all'                   => '모두',
 | 
			
		||||
    'all_type'              => '모든 :type',
 | 
			
		||||
    'upcoming'              => '다가오는',
 | 
			
		||||
    'created'               => '생성됨',
 | 
			
		||||
    'id'                    => 'ID',
 | 
			
		||||
    'more_actions'          => '추가 동작',
 | 
			
		||||
    'duplicate'             => '복제',
 | 
			
		||||
    'unpaid'                => '미납',
 | 
			
		||||
    'paid'                  => '지불됨',
 | 
			
		||||
    'overdue'               => '기한초과',
 | 
			
		||||
    'partially'             => '부분적으로',
 | 
			
		||||
    'partially_paid'        => '부분적으로 지불됨',
 | 
			
		||||
    'export'                => '내보내기',
 | 
			
		||||
    'finish'                => '종료',
 | 
			
		||||
    'wizard'                => '마법사',
 | 
			
		||||
    'skip'                  => '건너뛰기',
 | 
			
		||||
    'enable'                => '활성화',
 | 
			
		||||
    'disable'               => '비활성화',
 | 
			
		||||
    'select_all'            => '모두 선택',
 | 
			
		||||
    'unselect_all'          => '모두 선택 해제',
 | 
			
		||||
    'go_to'                 => ':name 으로 가기',
 | 
			
		||||
    'created_date'          => '생성 날짜',
 | 
			
		||||
    'period'                => '기간',
 | 
			
		||||
    'start'                 => '시작',
 | 
			
		||||
    'end'                   => '마지막',
 | 
			
		||||
    'clear'                 => '지우기',
 | 
			
		||||
    'difference'            => '차이',
 | 
			
		||||
 | 
			
		||||
    'title' => [
 | 
			
		||||
        'new'               => '새로운 :type 생성하기',
 | 
			
		||||
        'edit'              => '수정하기 :type',
 | 
			
		||||
        'create'            => '생성하기 :type',
 | 
			
		||||
        'send'              => '보내기 :type',
 | 
			
		||||
        'get'               => '받기 :type',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'form' => [
 | 
			
		||||
        'enter'             => '입력하기 :field',
 | 
			
		||||
        'select' => [
 | 
			
		||||
            'field'         => '- 선택하기 :field -',
 | 
			
		||||
            'file'          => '파일 선택하기',
 | 
			
		||||
        ],
 | 
			
		||||
        'no_file_selected'  => '선택된 파일이 없습니다...',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'date_range' => [
 | 
			
		||||
        'today' => '오늘',
 | 
			
		||||
        'yesterday' => '어제',
 | 
			
		||||
        'last_days' => '지난 :day 일전',
 | 
			
		||||
        'this_month' => '이번 달',
 | 
			
		||||
        'last_month' => '지난 달',
 | 
			
		||||
    ],
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										16
									
								
								resources/lang/ko-KR/header.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/lang/ko-KR/header.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'change_language'       => '언어 선택',
 | 
			
		||||
    'last_login'            => '마지막 로그인 :time',
 | 
			
		||||
    'notifications' => [
 | 
			
		||||
        'counter'           => '{0} 알림이 없습니다{1} :count 개의 알림이 있습니다[2,*] :count 개의 알림이 있습니다',
 | 
			
		||||
        'overdue_invoices'  => '{1} :count 개의 연체된 청구서가 있습니다[2,*] :count 개의 연체된 청구서가 있습니다',
 | 
			
		||||
        'upcoming_bills'    => '{1} :count 개의 다가오는 계산서가 있습니다[2,*] :count 개의 다가오는 계산서가 있습니다',
 | 
			
		||||
        'items_stock'       => '{1} :count 개의 재고[2,*] :count 개의 재고',
 | 
			
		||||
        'view_all'          => '모두 보기'
 | 
			
		||||
    ],
 | 
			
		||||
    'docs_link'             => 'https://akaunting.com/docs',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										9
									
								
								resources/lang/ko-KR/import.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								resources/lang/ko-KR/import.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'import'                => '가져오기',
 | 
			
		||||
    'title'                 => ':type 가져오기',
 | 
			
		||||
    'message'               => '허용된 파일 형식: XLS, XLSX. 샘플 파일을 <a target="_blank" href=":link"><strong>다운로드</strong></a>하세요.',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										44
									
								
								resources/lang/ko-KR/install.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								resources/lang/ko-KR/install.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'next'                  => '다음',
 | 
			
		||||
    'refresh'               => '새로고침',
 | 
			
		||||
 | 
			
		||||
    'steps' => [
 | 
			
		||||
        'requirements'      => '오류를 해결하기 위해, 호스팅 업체에게 문의하세요',
 | 
			
		||||
        'language'          => '1/3 단계: 언어 선택',
 | 
			
		||||
        'database'          => '2/3 단계: 데이터베이스 설정',
 | 
			
		||||
        'settings'          => '3/3 단계: 회사 및 관리자 세부 정보',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'language' => [
 | 
			
		||||
        'select'            => '언어 선택',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'requirements' => [
 | 
			
		||||
        'enabled'           => ':feature 는 활성화되어야 합니다!',
 | 
			
		||||
        'disabled'          => ':feature 는 비활성화되어야 합니다!',
 | 
			
		||||
        'extension'         => ':extension 확장이 설치/로드되어야 합니다!',
 | 
			
		||||
        'directory'         => ':directory 디렉토리에 쓰기 권한이 필요합니다!',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'database' => [
 | 
			
		||||
        'hostname'          => '호스트명',
 | 
			
		||||
        'username'          => '사용자이름',
 | 
			
		||||
        'password'          => '비밀번호',
 | 
			
		||||
        'name'              => '데이터베이스',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'settings' => [
 | 
			
		||||
        'company_name'      => '회사 이름',
 | 
			
		||||
        'company_email'     => '회사 이메일',
 | 
			
		||||
        'admin_email'       => '관리자 이메일',
 | 
			
		||||
        'admin_password'    => '관리자 비밀번호',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'connection'        => '오류: 데이터베이스에 연결할 수 없습니다! 입력한 정보가 올바른지 확인하세요.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										71
									
								
								resources/lang/ko-KR/invoices.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								resources/lang/ko-KR/invoices.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,71 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'invoice_number'        => '청구서 번호',
 | 
			
		||||
    'invoice_date'          => '청구서 날짜',
 | 
			
		||||
    'total_price'           => '총 가격',
 | 
			
		||||
    'due_date'              => '마감일',
 | 
			
		||||
    'order_number'          => '주문 번호',
 | 
			
		||||
    'bill_to'               => '영수증 To',
 | 
			
		||||
 | 
			
		||||
    'quantity'              => '수량',
 | 
			
		||||
    'price'                 => '가격',
 | 
			
		||||
    'sub_total'             => '부분합',
 | 
			
		||||
    'discount'              => '할인',
 | 
			
		||||
    'tax_total'             => '총 세금',
 | 
			
		||||
    'total'                 => '총계',
 | 
			
		||||
 | 
			
		||||
    'item_name'             => '항목 이름|항목 이름',
 | 
			
		||||
 | 
			
		||||
    'show_discount'         => ':discount% 할인',
 | 
			
		||||
    'add_discount'          => '할인 추가',
 | 
			
		||||
    'discount_desc'         => '의 부분합',
 | 
			
		||||
 | 
			
		||||
    'payment_due'           => '예정 상환 금액',
 | 
			
		||||
    'paid'                  => '지불됨',
 | 
			
		||||
    'histories'             => '이력',
 | 
			
		||||
    'payments'              => '결제',
 | 
			
		||||
    'add_payment'           => '결제수단 추가',
 | 
			
		||||
    'mark_paid'             => '결제됨으로 표시',
 | 
			
		||||
    'mark_sent'             => '보냄으로 표시',
 | 
			
		||||
    'download_pdf'          => 'PDF 다운로드',
 | 
			
		||||
    'send_mail'             => '이메일 보내기',
 | 
			
		||||
    'all_invoices'          => '모든 청구서를 보기 위해 로그인',
 | 
			
		||||
    'create_invoice'        => '청구서 작성',
 | 
			
		||||
    'send_invoice'          => '청구서 전송',
 | 
			
		||||
    'get_paid'              => '돈을 받음',
 | 
			
		||||
 | 
			
		||||
    'status' => [
 | 
			
		||||
        'draft'             => '초안',
 | 
			
		||||
        'sent'              => '보낸 메시지',
 | 
			
		||||
        'viewed'            => '읽음',
 | 
			
		||||
        'approved'          => '승인됨',
 | 
			
		||||
        'partial'           => '부분',
 | 
			
		||||
        'paid'              => '지불됨',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'messages' => [
 | 
			
		||||
        'email_sent'        => '청구서 메일이 성공적으로 전송되었습니다!',
 | 
			
		||||
        'marked_sent'       => '청구서가 성공적으로 읽음으로 표시되었습니다!',
 | 
			
		||||
        'email_required'    => '이 고객을 위한 이메일 주소가 없습니다!',
 | 
			
		||||
        'draft'             => '이 청구서는 <b>초안</b>으로, 발신 표시가 된 이후에 차트에 반영됩니다.',
 | 
			
		||||
 | 
			
		||||
        'status' => [
 | 
			
		||||
            'created'       => '생성 날짜 :date',
 | 
			
		||||
            'send' => [
 | 
			
		||||
                'draft'     => '전송 실패',
 | 
			
		||||
                'sent'      => '보낸날짜 :date',
 | 
			
		||||
            ],
 | 
			
		||||
            'paid' => [
 | 
			
		||||
                'await'     => '대기중인 결제',
 | 
			
		||||
            ],
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'notification' => [
 | 
			
		||||
        'message'           => ':customer 고객을 위한 :amount 개의 청구서가 다가오고 있어, 이메일을 보냅니다.',
 | 
			
		||||
        'button'            => '지금 구매',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										18
									
								
								resources/lang/ko-KR/items.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								resources/lang/ko-KR/items.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'quantities'            => '수량|수량',
 | 
			
		||||
    'sales_price'           => '판매 가격',
 | 
			
		||||
    'purchase_price'        => '구매 가격',
 | 
			
		||||
    'sku'                   => 'SKU',
 | 
			
		||||
 | 
			
		||||
    'notification' => [
 | 
			
		||||
        'message'       => [
 | 
			
		||||
            'reminder' => ':name 의 수량이 :quantity 만큼 남아서 이메일로 알립니다.',
 | 
			
		||||
            'out_of_stock' => ':name 의 재고가 거의 없어, 이메일로 알립니다.',
 | 
			
		||||
        ],
 | 
			
		||||
        'button'        => '지금 보기',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										32
									
								
								resources/lang/ko-KR/messages.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								resources/lang/ko-KR/messages.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,32 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'success' => [
 | 
			
		||||
        'added'             => ':type 추가됨!',
 | 
			
		||||
        'updated'           => ':type 갱신됨!',
 | 
			
		||||
        'deleted'           => ':type 삭제됨!',
 | 
			
		||||
        'duplicated'        => ':type 복제됨!',
 | 
			
		||||
        'imported'          => ':type 가져옴!',
 | 
			
		||||
        'enabled'           => ':type 활성화됨!',
 | 
			
		||||
        'disabled'          => ':type 비활성화됨!',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'error' => [
 | 
			
		||||
        'over_payment'      => '오류: 지불이 추가되지 않았습니다! 당신이 입력한 금액 :amount 는 총 합에 반영되지 않습니다.',
 | 
			
		||||
        'not_user_company'  => '오류: 이 기업을 관리할 수 없습니다!',
 | 
			
		||||
        'customer'          => '오류: 사용자가 생성되지 않았습니다! :name 이 이미 이 이메일 주소를 사용하고 있습니다.',
 | 
			
		||||
        'no_file'           => '오류: 선택된 파일이 없습니다!',
 | 
			
		||||
        'last_category'     => '오류: 최근 :type 카테고리를 삭제할 수 없습니다!',
 | 
			
		||||
        'invalid_token'     => '오류: 입력된 토큰은 유효하지 않습니다!',
 | 
			
		||||
        'import_column'     => '오류: :message 시트 이름: :sheet. 줄 번호: :line.',
 | 
			
		||||
        'import_sheet'      => '오류: 시트명이 유효하지 않습니다. 샘플 파일을 확인하세요.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'warning' => [
 | 
			
		||||
        'deleted'           => '경고: :<b>:name</b>는 :text 와 연관되어 있어, 삭제할 수 없습니다.',
 | 
			
		||||
        'disabled'          => '경고: <b>:name</b>는 :text 와 연관되어 있어, 비활성화할 수 없습니다.',
 | 
			
		||||
        'disable_code'      => '경고: <b>:name</b> 통화는 :text 와 연관되어 있어, 비활성화하거나 수정할 수 없습니다.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										83
									
								
								resources/lang/ko-KR/modules.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										83
									
								
								resources/lang/ko-KR/modules.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,83 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'title'                 => 'API 토큰',
 | 
			
		||||
    'api_token'             => '토큰',
 | 
			
		||||
    'my_apps'               => '내 앱',
 | 
			
		||||
    'top_paid'              => '최고 매출',
 | 
			
		||||
    'new'                   => '신규',
 | 
			
		||||
    'top_free'              => '최고 무료',
 | 
			
		||||
    'free'                  => '무료',
 | 
			
		||||
    'search'                => '검색',
 | 
			
		||||
    'install'               => '설치',
 | 
			
		||||
    'buy_now'               => '지금 구매',
 | 
			
		||||
    'token_link'            => 'API 토큰을 얻기 위해서 <a href="https://akaunting.com/tokens" target="_blank">여기</a>를 클릭하세요.',
 | 
			
		||||
    'no_apps'               => '이 카테고리에는 아직 앱이 없습니다.',
 | 
			
		||||
    'developer'             => '개발자 이신가요? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">여기</a>를 클릭하여 앱을 어떻게 만들고 판매할 수 있는지 확인할 수 있습니다!',
 | 
			
		||||
 | 
			
		||||
    'recommended_apps'      => '추천 앱',
 | 
			
		||||
 | 
			
		||||
    'about'                 => '정보',
 | 
			
		||||
 | 
			
		||||
    'added'                 => '추가됨',
 | 
			
		||||
    'updated'               => '갱신됨',
 | 
			
		||||
    'compatibility'         => '호환성',
 | 
			
		||||
    'documentation'         => '문서',
 | 
			
		||||
    'view'                  => '보기',
 | 
			
		||||
    'back'                  => '뒤로',
 | 
			
		||||
 | 
			
		||||
    'installed'             => ':module 설치됨',
 | 
			
		||||
    'uninstalled'           => ':module 제거됨',
 | 
			
		||||
    //'updated'               => ':module updated',
 | 
			
		||||
    'enabled'               => ':module 활성화됨',
 | 
			
		||||
    'disabled'              => ':module 비활성화됨',
 | 
			
		||||
 | 
			
		||||
    'tab' => [
 | 
			
		||||
        'installation'      => '설치',
 | 
			
		||||
        'faq'               => '자주 묻는 질문',
 | 
			
		||||
        'changelog'         => '변경 이력',
 | 
			
		||||
        'reviews'            => '리뷰',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'installation' => [
 | 
			
		||||
        'header'            => '앱 설치',
 | 
			
		||||
        'download'          => ':module 파일 다운로드중.',
 | 
			
		||||
        'unzip'             => ':module 파일 추출중.',
 | 
			
		||||
        'file_copy'         => ':module 파일 복사중.',
 | 
			
		||||
        'migrate'           => ':module 업데이트 적용중.',
 | 
			
		||||
        'finish'            => '업데이트가 성공적으로 설치되었습니다. 업데이트 센터로 이동됩니다.',
 | 
			
		||||
        'install'           => ':module 파일 설치중.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'errors' => [
 | 
			
		||||
        'download' => ':module을 다운로드할 수 없습니다!',
 | 
			
		||||
        'upload' => '다운로드된 :module을 저장할 수 없습니다!',
 | 
			
		||||
        'unzip' => ':module을 압축 해제할 수 없습니다',
 | 
			
		||||
        'file_copy' => ':module 파일들을 복사할 수 없습니다!',
 | 
			
		||||
        'migrate' => ':module 마이그레이션 실패!',
 | 
			
		||||
        'migrate core' => ':module은 이미 최신 버전이기 때문에, 업데이트할 수 없습니다.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'badge' => [
 | 
			
		||||
        'installed' => '설치됨',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'button' => [
 | 
			
		||||
        'uninstall'         => '제거',
 | 
			
		||||
        'disable'           => '비활성화',
 | 
			
		||||
        'enable'            => '활성화',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'my' => [
 | 
			
		||||
        'purchased' => '구입함',
 | 
			
		||||
        'installed' => '설치됨',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'reviews' => [
 | 
			
		||||
        'button' => [
 | 
			
		||||
            'add' => '리뷰 추가'
 | 
			
		||||
        ],
 | 
			
		||||
        'na' => '리뷰가 없습니다.'
 | 
			
		||||
    ]
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										10
									
								
								resources/lang/ko-KR/notifications.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								resources/lang/ko-KR/notifications.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'whoops'              => '이런!',
 | 
			
		||||
    'hello'               => '안녕하세요!',
 | 
			
		||||
    'salutation'          => '감사합니다, <br> :company_name',
 | 
			
		||||
    'subcopy'             => '":text" 버튼을 누르는데 문제가 발생했다면, URL을 복사하여 브라우저에 직접 붙여넣으세요: [:url](:url)',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										9
									
								
								resources/lang/ko-KR/pagination.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								resources/lang/ko-KR/pagination.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'previous'              => '« 이전',
 | 
			
		||||
    'next'                  => '다음 »',
 | 
			
		||||
    'showing'               => ':type :total 중 :first 보는 중',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										22
									
								
								resources/lang/ko-KR/passwords.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								resources/lang/ko-KR/passwords.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    | Password Reset Language Lines
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    |
 | 
			
		||||
    | The following language lines are the default lines which match reasons
 | 
			
		||||
    | that are given by the password broker for a password update attempt
 | 
			
		||||
    | has failed, such as for an invalid token or invalid new password.
 | 
			
		||||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    'password' => '비밀번호는 최소한 6자 이상이어야 하며 확인 항목과 일치해야 합니다.',
 | 
			
		||||
    'reset' => '비밀번호가 변경되었습니다!',
 | 
			
		||||
    'sent' => '비밀번호 재설정 링크를 이메일로 전송했습니다!',
 | 
			
		||||
    'token' => '해당 비밀번호 재설정 토큰이 유효하지 않습니다.',
 | 
			
		||||
    'user' => "해당 이메일을 사용하는 사용자를 찾을 수 없습니다.",
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										16
									
								
								resources/lang/ko-KR/reconciliations.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/lang/ko-KR/reconciliations.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'reconcile'             => '조정',
 | 
			
		||||
    'reconciled'            => '조정됨',
 | 
			
		||||
    'closing_balance'       => 'Closing 잔액',
 | 
			
		||||
    'unreconciled'          => '미조정됨',
 | 
			
		||||
    'list_transactions'     => '거래내역보기',
 | 
			
		||||
    'start_date'            => '시작 날짜',
 | 
			
		||||
    'end_date'              => '종료 날짜',
 | 
			
		||||
    'cleared_amount'        => '삭제된 금액',
 | 
			
		||||
    'deposit'               => '예치금',
 | 
			
		||||
    'withdrawal'            => '인출',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										20
									
								
								resources/lang/ko-KR/recurring.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								resources/lang/ko-KR/recurring.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'recurring'             => '자동이체',
 | 
			
		||||
    'every'                 => '모든',
 | 
			
		||||
    'period'                => '기간',
 | 
			
		||||
    'times'                 => '번',
 | 
			
		||||
    'daily'                 => '매일',
 | 
			
		||||
    'weekly'                => '매주',
 | 
			
		||||
    'monthly'               => '매월',
 | 
			
		||||
    'yearly'                => '매년',
 | 
			
		||||
    'custom'                => '사용자 지정',
 | 
			
		||||
    'days'                  => '일',
 | 
			
		||||
    'weeks'                 => '주',
 | 
			
		||||
    'months'                => '월',
 | 
			
		||||
    'years'                 => '년',
 | 
			
		||||
    'message'               => '이 것은 자동이체입니다. :type과 다음 :type은 :date 에 자동으로 생성됩니다.',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										30
									
								
								resources/lang/ko-KR/reports.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								resources/lang/ko-KR/reports.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,30 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'this_year'             => '올해',
 | 
			
		||||
    'previous_year'         => '전년',
 | 
			
		||||
    'this_quarter'          => '이번 분기',
 | 
			
		||||
    'previous_quarter'      => '이전 분기',
 | 
			
		||||
    'last_12_months'        => '지난 12개월',
 | 
			
		||||
    'profit_loss'           => '손익',
 | 
			
		||||
    'gross_profit'          => '매출총이익',
 | 
			
		||||
    'net_profit'            => '당기순이익',
 | 
			
		||||
    'total_expenses'        => '총 비용',
 | 
			
		||||
    'net'                   => '순',
 | 
			
		||||
 | 
			
		||||
    'summary' => [
 | 
			
		||||
        'income'            => '수입 요약',
 | 
			
		||||
        'expense'           => '비용 요약',
 | 
			
		||||
        'income_expense'    => '수입 vs 비용',
 | 
			
		||||
        'tax'               => '세금 요약',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    'quarter' => [
 | 
			
		||||
        '1'                 => '1월-3월',
 | 
			
		||||
        '2'                 => '4월-6월',
 | 
			
		||||
        '3'                 => '7월-9월',
 | 
			
		||||
        '4'                 => '10월-12월',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										103
									
								
								resources/lang/ko-KR/settings.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										103
									
								
								resources/lang/ko-KR/settings.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,103 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'company' => [
 | 
			
		||||
        'name'              => '이름',
 | 
			
		||||
        'email'             => '이메일',
 | 
			
		||||
        'phone'             => '휴대전화',
 | 
			
		||||
        'address'           => '주소',
 | 
			
		||||
        'logo'              => '로고',
 | 
			
		||||
    ],
 | 
			
		||||
    'localisation' => [
 | 
			
		||||
        'tab'               => '지역화',
 | 
			
		||||
        'financial_start'   => '회계 시작 년도',
 | 
			
		||||
        'timezone'          => '시간대',
 | 
			
		||||
        'date' => [
 | 
			
		||||
            'format'        => '일자표시형식',
 | 
			
		||||
            'separator'     => '날짜 구분 기호',
 | 
			
		||||
            'dash'          => '대시 (-)',
 | 
			
		||||
            'dot'           => '점 (.)',
 | 
			
		||||
            'comma'         => '쉼표 (,)',
 | 
			
		||||
            'slash'         => '슬래시 (/)',
 | 
			
		||||
            'space'         => '공백 ( )',
 | 
			
		||||
        ],
 | 
			
		||||
        'percent' => [
 | 
			
		||||
            'title'         => '퍼센트 (%) 위치',
 | 
			
		||||
            'before'        => '이전 번호',
 | 
			
		||||
            'after'         => '다음 번호',
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
    'invoice' => [
 | 
			
		||||
        'tab'               => '청구서',
 | 
			
		||||
        'prefix'            => '번호 접두사',
 | 
			
		||||
        'digit'             => '숫자 자리수',
 | 
			
		||||
        'next'              => '다음 수',
 | 
			
		||||
        'logo'              => '로고',
 | 
			
		||||
        'custom'            => '사용자 지정',
 | 
			
		||||
        'item_name'         => '항목명',
 | 
			
		||||
        'item'              => '항목',
 | 
			
		||||
        'product'           => '상품',
 | 
			
		||||
        'service'           => '서비스',
 | 
			
		||||
        'price_name'        => '가격 이름',
 | 
			
		||||
        'price'             => '가격',
 | 
			
		||||
        'rate'              => '비율',
 | 
			
		||||
        'quantity_name'     => '수량 이름',
 | 
			
		||||
        'quantity'          => '수량',
 | 
			
		||||
    ],
 | 
			
		||||
    'default' => [
 | 
			
		||||
        'tab'               => '기본값',
 | 
			
		||||
        'account'           => '기본 계정',
 | 
			
		||||
        'currency'          => '기본 통화',
 | 
			
		||||
        'tax'               => '기본 세율',
 | 
			
		||||
        'payment'           => '기본 결제 방법',
 | 
			
		||||
        'language'          => '기본 언어',
 | 
			
		||||
    ],
 | 
			
		||||
    'email' => [
 | 
			
		||||
        'protocol'          => '프로토콜',
 | 
			
		||||
        'php'               => 'PHP 메일',
 | 
			
		||||
        'smtp' => [
 | 
			
		||||
            'name'          => 'SMTP',
 | 
			
		||||
            'host'          => 'SMTP 호스트',
 | 
			
		||||
            'port'          => 'SMTP 포트',
 | 
			
		||||
            'username'      => 'SMTP 사용자 이름',
 | 
			
		||||
            'password'      => 'SMTP 비밀번호',
 | 
			
		||||
            'encryption'    => 'SMTP 보안',
 | 
			
		||||
            'none'          => '없음',
 | 
			
		||||
        ],
 | 
			
		||||
        'sendmail'          => 'Sendmail',
 | 
			
		||||
        'sendmail_path'     => 'Sendmail 경로',
 | 
			
		||||
        'log'               => '로그 이메일',
 | 
			
		||||
    ],
 | 
			
		||||
    'scheduling' => [
 | 
			
		||||
        'tab'               => '스케줄링',
 | 
			
		||||
        'send_invoice'      => '청구서 미리알림 보내기',
 | 
			
		||||
        'invoice_days'      => '마감 이후 보내기',
 | 
			
		||||
        'send_bill'         => '청구서 미리알림 보내기',
 | 
			
		||||
        'bill_days'         => '마감 전에 보내기',
 | 
			
		||||
        'cron_command'      => 'Cron 명령',
 | 
			
		||||
        'schedule_time'     => '실행 시간',
 | 
			
		||||
        'send_item_reminder'=> '항목 미리알림 보내기',
 | 
			
		||||
        'item_stocks'       => '항목을 재고에 넣을 때 보내기',
 | 
			
		||||
    ],
 | 
			
		||||
    'appearance' => [
 | 
			
		||||
        'tab'               => '외관',
 | 
			
		||||
        'theme'             => '테마',
 | 
			
		||||
        'light'             => '밝은 테마',
 | 
			
		||||
        'dark'              => '어두운 테마',
 | 
			
		||||
        'list_limit'        => '페이지당 레코드수',
 | 
			
		||||
        'use_gravatar'      => '그라바타 사용',
 | 
			
		||||
    ],
 | 
			
		||||
    'system' => [
 | 
			
		||||
        'tab'               => '시스템',
 | 
			
		||||
        'session' => [
 | 
			
		||||
            'lifetime'      => '세션 수명 (분)',
 | 
			
		||||
            'handler'       => '세션 관리자',
 | 
			
		||||
            'file'          => '파일',
 | 
			
		||||
            'database'      => '데이터베이스',
 | 
			
		||||
        ],
 | 
			
		||||
        'file_size'         => '최대 파일 크기 (MB)',
 | 
			
		||||
        'file_types'        => '허용된 파일 형식',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										11
									
								
								resources/lang/ko-KR/taxes.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								resources/lang/ko-KR/taxes.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'rate'                  => '비율',
 | 
			
		||||
    'rate_percent'          => '비율 (%)',
 | 
			
		||||
    'normal'                => '일반',
 | 
			
		||||
    'inclusive'             => '세금이 포함된',
 | 
			
		||||
    'compound'              => '종합소득비율',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										12
									
								
								resources/lang/ko-KR/transfers.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								resources/lang/ko-KR/transfers.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'from_account'          => 'From 계정',
 | 
			
		||||
    'to_account'            => 'To 계정',
 | 
			
		||||
 | 
			
		||||
    'messages' => [
 | 
			
		||||
        'delete'            => ':from 에서 :to (:amount)',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										15
									
								
								resources/lang/ko-KR/updates.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								resources/lang/ko-KR/updates.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    'installed_version'     => '설치된 버전',
 | 
			
		||||
    'latest_version'        => '최신 버전',
 | 
			
		||||
    'update'                => 'Akaunting를 :version 버전으로 업데이트',
 | 
			
		||||
    'changelog'             => '변경 사항',
 | 
			
		||||
    'check'                 => '확인',
 | 
			
		||||
    'new_core'              => 'Akaunting의 업데이트된 버전을 사용할 수 있습니다.',
 | 
			
		||||
    'latest_core'           => '축하드립니다! Akaunting이 최신버전입니다. 추후 보안 관련 업데이트는 자동으로 적용됩니다.',
 | 
			
		||||
    'success'               => '업데이트 프로세스가 성공적으로 완료되었습니다.',
 | 
			
		||||
    'error'                 => '업데이트 프로세스가 실패했습니다. 다시 시도바랍니다.',
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
							
								
								
									
										121
									
								
								resources/lang/ko-KR/validation.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										121
									
								
								resources/lang/ko-KR/validation.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,121 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    | Validation Language Lines
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    |
 | 
			
		||||
    | The following language lines contain the default error messages used by
 | 
			
		||||
    | the validator class. Some of these rules have multiple versions such
 | 
			
		||||
    | as the size rules. Feel free to tweak each of these messages here.
 | 
			
		||||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    '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 이전 날짜이거나 같은 날짜여야 합니다.',
 | 
			
		||||
    'between'              => [
 | 
			
		||||
        'numeric' => ':attribute은(는) :min에서 :max 사이여야 합니다.',
 | 
			
		||||
        'file'    => ':attribute은(는) :min에서 :max 킬로바이트 사이여야 합니다.',
 | 
			
		||||
        '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은(는) 유효한 이메일 주소여야 합니다.',
 | 
			
		||||
    'exists'               => '선택된 :attribute은(는) 유효하지 않습니다.',
 | 
			
		||||
    'file'                 => ':attribute은(는) 파일이어야 합니다.',
 | 
			
		||||
    'filled'               => ':attribute 필드는 값이 있어야 합니다.',
 | 
			
		||||
    'image'                => ':attribute은(는) 이미지여야 합니다.',
 | 
			
		||||
    'in'                   => '선택된 :attribute은(는) 유효하지 않습니다.',
 | 
			
		||||
    'in_array'             => ':attribute 필드는 :other에 존재하지 않습니다.',
 | 
			
		||||
    'integer'              => ':attribute은(는) 정수여야 합니다.',
 | 
			
		||||
    'ip'                   => ':attribute은(는) 유효한 IP 주소여야 합니다.',
 | 
			
		||||
    'json'                 => ':attribute은(는) JSON 문자열이어야 합니다.',
 | 
			
		||||
    'max'                  => [
 | 
			
		||||
        'numeric' => ':attribute은(는) :max보다 클 수 없습니다.',
 | 
			
		||||
        'file'    => ':attribute은(는) :max킬로바이트보다 클 수 없습니다.',
 | 
			
		||||
        'string'  => ':attribute은(는) :max자보다 클 수 없습니다.',
 | 
			
		||||
        'array'   => ':attribute은(는) :max개보다 많을 수 없습니다.',
 | 
			
		||||
    ],
 | 
			
		||||
    'mimes'                => ':attribute은(는) 다음의 파일 형식이어야 합니다: :values.',
 | 
			
		||||
    'mimetypes'            => ':attribute은(는) 다음의 파일 형식이어야 합니다: :values.',
 | 
			
		||||
    'min'                  => [
 | 
			
		||||
        'numeric' => ':attribute은(는) 최소한 :min이어야 합니다.',
 | 
			
		||||
        'file'    => ':attribute은(는) 최소한 :min킬로바이트이어야 합니다.',
 | 
			
		||||
        '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이(가) :value에 없다면 :attribute 필드는 필수입니다.',
 | 
			
		||||
    'required_with'        => ':values이(가) 있는 경우 :attribute 필드는 필수입니다.',
 | 
			
		||||
    'required_with_all'    => ':values이(가) 모두 있는 경우 :attribute 필드는 필수입니다.',
 | 
			
		||||
    'required_without'     => ':values이(가) 없는 경우 :attribute 필드는 필수입니다.',
 | 
			
		||||
    'required_without_all' => ':values이(가) 모두 없는 경우 :attribute 필드는 필수입니다.',
 | 
			
		||||
    'same'                 => ':attribute와(과) :other은(는) 일치해야 합니다.',
 | 
			
		||||
    'size'                 => [
 | 
			
		||||
        'numeric' => ':attribute은(는) :size (이)여야 합니다.',
 | 
			
		||||
        'file'    => ':attribute은(는) :size킬로바이트여야 합니다.',
 | 
			
		||||
        'string'  => ':attribute은(는) :size자여야 합니다.',
 | 
			
		||||
        'array'   => ':attribute은(는) :size개의 항목을 포함해야 합니다.',
 | 
			
		||||
    ],
 | 
			
		||||
    'string'               => ':attribute은(는) 문자열이어야 합니다.',
 | 
			
		||||
    'timezone'             => ':attribute은(는) 올바른 시간대 이어야 합니다.',
 | 
			
		||||
    'unique'               => ':attribute은(는) 이미 사용 중입니다.',
 | 
			
		||||
    'uploaded'             => ':attribute을(를) 업로드하지 못했습니다.',
 | 
			
		||||
    'url'                  => ':attribute 형식은 유효하지 않습니다.',
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    | Custom Validation Language Lines
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    |
 | 
			
		||||
    | Here you may specify custom validation messages for attributes using the
 | 
			
		||||
    | convention "attribute.rule" to name the lines. This makes it quick to
 | 
			
		||||
    | specify a specific custom language line for a given attribute rule.
 | 
			
		||||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    'custom' => [
 | 
			
		||||
        'attribute-name' => [
 | 
			
		||||
            'rule-name' => '사용자 정의 메시지',
 | 
			
		||||
        ],
 | 
			
		||||
        'invalid_currency' => ':attribute 코드는 유효하지 않습니다.',
 | 
			
		||||
        'invalid_amount'   => ':attribute 금액이 유효하지 않습니다.',
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    | Custom Validation Attributes
 | 
			
		||||
    |--------------------------------------------------------------------------
 | 
			
		||||
    |
 | 
			
		||||
    | The following language lines are used to swap attribute place-holders
 | 
			
		||||
    | with something more reader friendly such as E-Mail Address instead
 | 
			
		||||
    | of "email". This simply helps us make messages a little cleaner.
 | 
			
		||||
    |
 | 
			
		||||
    */
 | 
			
		||||
 | 
			
		||||
    'attributes' => [],
 | 
			
		||||
 | 
			
		||||
];
 | 
			
		||||
		Reference in New Issue
	
	Block a user