mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
104 lines
3.5 KiB
PHP
Executable File
104 lines
3.5 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* Karaka
|
||
*
|
||
* PHP Version 8.1
|
||
*
|
||
* @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' => '会計',
|
||
'Addition' => '添加',
|
||
'Address' => '住所',
|
||
'Addresses' => 'アドレス',
|
||
'AreaManager' => 'エリアマネージャー',
|
||
'Articlegroup' => '記事グループ',
|
||
'Articles' => 'articles',
|
||
'Balance' => 'バランス',
|
||
'Bonus' => 'ボーナス',
|
||
'Business' => '仕事',
|
||
'CLV' => 'cl cl',
|
||
'Calendar' => 'カレンダー',
|
||
'City' => '市',
|
||
'Client' => 'クライアント',
|
||
'Clients' => 'クライアント',
|
||
'Contact' => 'コンタクト',
|
||
'Country' => '国',
|
||
'Created' => '作成した',
|
||
'CreatedAt' => '#VALUE!',
|
||
'CreditRating' => '信用格付け',
|
||
'Creditcard' => 'クレジットカード',
|
||
'DSO' => 'DSO',
|
||
'DUE' => '期限',
|
||
'Date' => '日にち',
|
||
'Default' => 'ディフォルト',
|
||
'Delivery' => '配達',
|
||
'Discount' => '割引',
|
||
'DiscountP' => '割引 %',
|
||
'Documents' => '文書',
|
||
'Due' => '#VALUE!',
|
||
'Email' => 'Eメール',
|
||
'Fax' => 'ファックス',
|
||
'Files' => 'ファイル',
|
||
'Freightage' => 'fre fre',
|
||
'Group' => 'グループ',
|
||
'ID' => 'id',
|
||
'Info' => '情報',
|
||
'Invoice' => '請求書',
|
||
'Invoices' => '請求書',
|
||
'IsDefault' => 'デフォルトです',
|
||
'LastContact' => '最後の連絡先',
|
||
'LastOrder' => '最後の順序',
|
||
'Log' => 'ログ',
|
||
'Logs' => 'ログ',
|
||
'MRR' => 'MRR.',
|
||
'MTDSales' => 'MTDセールス',
|
||
'Main' => '主要',
|
||
'Margin' => 'マージン',
|
||
'Master' => 'マスター',
|
||
'Messages' => 'メッセージ',
|
||
'Modified' => '修正された',
|
||
'Modules' => 'モジュール',
|
||
'Name' => '名前',
|
||
'Name1' => '名前1',
|
||
'Name2' => '名前2',
|
||
'Name3' => '名前3',
|
||
'Net' => 'ネット',
|
||
'Notes' => 'ノート',
|
||
'Number' => '番号',
|
||
'Office' => 'オフィス',
|
||
'Payment' => '支払い',
|
||
'PaymentTerm' => '支払条件',
|
||
'Permission' => '許可',
|
||
'Phone' => '電話',
|
||
'Postal' => '郵便',
|
||
'Price' => '価格',
|
||
'Prices' => '価格',
|
||
'Private' => '民間',
|
||
'Productgroup' => '製品グループ',
|
||
'Profile' => 'プロフィール',
|
||
'Purchase' => '購入',
|
||
'Quantity' => '量',
|
||
'RecentInvoices' => '最近の請求書',
|
||
'Sales' => '売り返り',
|
||
'Segment' => 'セグメント',
|
||
'Segments' => 'セグメント',
|
||
'Subtype' => 'サブタイプ',
|
||
'Supplier' => 'サプライヤー',
|
||
'Suppliers' => 'サプライヤー',
|
||
'Support' => 'サポート',
|
||
'Tags' => 'タグ',
|
||
'Title' => '#VALUE!',
|
||
'Type' => 'タイプ',
|
||
'Website' => '#VALUE!',
|
||
'Wire' => 'ワイヤー',
|
||
'YTDSales' => 'ytd売上高',
|
||
'Zip' => 'ジップ',
|
||
]];
|