mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
109 lines
3.4 KiB
PHP
Executable File
109 lines
3.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => '회계',
|
|
'Address' => '주소',
|
|
'Addresses' => '구애',
|
|
'AreaManager' => '구역 책임자',
|
|
'Articlegroup' => '기사 그룹',
|
|
'Articles' => '조항',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => '균형',
|
|
'Bills' => '',
|
|
'Bonus' => '보너스',
|
|
'CLV' => 'CLV.',
|
|
'Calendar' => '달력',
|
|
'City' => '도시',
|
|
'Client' => '고객',
|
|
'ClientID' => '',
|
|
'Contact' => '연락하다',
|
|
'Country' => '국가',
|
|
'Created' => '만들어진',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => '신용 등급',
|
|
'Creditcard' => '신용 카드',
|
|
'DSO' => 'DSO.',
|
|
'DUE' => '로 인한',
|
|
'Date' => '날짜',
|
|
'Default' => '기본',
|
|
'Delivery' => '배달',
|
|
'Discount' => '할인',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => '할인 %',
|
|
'Documents' => '서류',
|
|
'Due' => '',
|
|
'Email' => '이메일',
|
|
'Fax' => '팩스',
|
|
'Files' => '파일',
|
|
'Freightage' => '화물',
|
|
'Group' => '그룹',
|
|
'ID' => 'ID',
|
|
'Info' => '정보',
|
|
'Invoice' => '송장',
|
|
'Invoices' => '송장',
|
|
'IsDefault' => '기본값입니다',
|
|
'Items' => '',
|
|
'LastContact' => '마지막 연락처',
|
|
'LastOrder' => '마지막 주문',
|
|
'Log' => '통나무',
|
|
'Logs' => '로그인',
|
|
'MRR' => '부서',
|
|
'MTDSales' => 'MTD 판매',
|
|
'Map' => '',
|
|
'Margin' => '여유',
|
|
'Master' => '주인',
|
|
'Messages' => '메시지',
|
|
'Modified' => '수정',
|
|
'Name' => '이름',
|
|
'Name1' => 'name1.',
|
|
'Name2' => 'name2.',
|
|
'Name3' => 'Name3.',
|
|
'Net' => '그물',
|
|
'Notes' => '노트',
|
|
'Number' => '숫자',
|
|
'Office' => '사무실',
|
|
'Payment' => '지불',
|
|
'PaymentTerm' => '지불 기간',
|
|
'Permission' => '허가',
|
|
'Phone' => '핸드폰',
|
|
'Postal' => '우편 엽서',
|
|
'Price' => '가격',
|
|
'Prices' => '물가',
|
|
'Productgroup' => '제품 그룹',
|
|
'Profile' => '프로필',
|
|
'Profit' => '',
|
|
'Purchase' => '구입',
|
|
'Quantity' => '수량',
|
|
'RecentInvoices' => '최근 송장',
|
|
'Sales' => '매상',
|
|
'Segment' => '분절',
|
|
'Segments' => '세그먼트',
|
|
'Subtype' => '하위 유형',
|
|
'Supplier' => '공급자',
|
|
'Suppliers' => '공급자',
|
|
'Support' => '지원하다',
|
|
'Tags' => '태그',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => '유형',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => '철사',
|
|
'YTDSales' => 'YTD 판매',
|
|
'Zip' => '지퍼',
|
|
]];
|