oms-Billing/Theme/Backend/Lang/ko.lang.php

71 lines
2.2 KiB
PHP
Executable File

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => '주소',
'Addresses' => '구애',
'AlreadyPaid' => '이미 지불',
'Bills' => '지폐',
'Bonus' => '보너스',
'Cashback' => '현금 돌아 가기',
'City' => '시티',
'Client' => '고객',
'ClientID' => '클라이언트 ID',
'Confirmation' => '확인',
'Country' => '국가',
'Created' => '만들어진',
'CreditCard' => '신용 카드',
'CreditNote' => '신용 노트',
'Date' => '데이트',
'Delivery' => '배달',
'DeliveryNote' => '상품 수령증',
'DirectDebit' => '자동 이체',
'Discount' => '할인',
'DiscountP' => '할인 %',
'Due' => '정당한',
'Freightage' => '화물 운송',
'Gross' => '심한',
'Invoice' => '송장',
'Invoices' => '송장',
'Item' => '안건',
'Items' => '항목',
'Log' => '로그',
'Logs' => '로그',
'Media' => '미디어',
'MoneyTransfer' => '송금',
'Name' => '이름',
'Net' => '그물',
'Offer' => '제공',
'Payment' => '지불',
'Postal' => '우편 엽서',
'Prepaid' => '선불 한',
'Preview' => '시사',
'Price' => '가격',
'Profit' => '이익',
'Quantity' => '수량',
'Recipient' => '수신자',
'Select' => '고르다',
'Shipment' => '선적',
'Source' => '출처',
'Supplier' => '공급',
'SupplierID' => '공급 업체 ID',
'Tax' => '세',
'TermsOfDelivery' => '배달의 조건',
'Total' => '합계',
'Type' => '유형',
'Upload' => '업로드',
'Variation' => '변화',
'Zip' => '지퍼',
]];