oms-ItemManagement/Theme/Backend/Lang/ja.lang.php
2022-02-19 14:33:15 +01:00

142 lines
5.2 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['ItemManagement' => [
'Accounting' => '会計',
'Address' => '#VALUE!',
'All' => '全て',
'Article' => '記事',
'Articlegroup' => '記事グループ',
'Attribute' => '属性',
'AttributeTypes' => '#VALUE!',
'Attributes' => '属性',
'Available' => '利用可能',
'AvgPrice' => '平均。価格',
'Bills' => '#VALUE!',
'Bonus' => 'ボーナス',
'ClientGroup' => 'クライアント/グループ',
'Commission' => '手数料',
'Container' => '容器',
'CostCenter' => 'コストセンター',
'CostIndicator' => 'コストインジケータ',
'CostObject' => 'コストオブジェクト',
'Countries' => '国々',
'Country' => '国',
'Created' => '作成した',
'CreatedAt' => '作成した',
'Customer' => 'お客様',
'CustomerGroup' => '顧客グループ',
'CustomsID' => '税関ID',
'Date' => '日にち',
'Description' => '説明',
'Discount' => '割引',
'DiscountP' => '割引%',
'Disposal' => '廃棄',
'Documents' => '文書',
'EarningIndicator' => '獲得インジケータ',
'End' => '終わり',
'Files' => 'ファイル',
'General' => '全般的',
'GrossWeight' => '総重量',
'Group' => 'グループ',
'Groups' => '#VALUE!',
'Height' => '高さ',
'ID' => 'id',
'ILV' => 'il',
'Info' => '情報',
'IsActive' => 'アクティブ?',
'Item' => 'アイテム',
'Items' => 'アイテム',
'Language' => '言語',
'LastOrder' => '最後の順序',
'Leadtime' => 'リードタイム',
'Length' => '長さ',
'Localization' => 'ローカライズ',
'Localizations' => 'ローカライズ',
'Location' => '位置',
'Log' => 'ログ',
'Logs' => 'ログ',
'Lot' => '多く',
'MRR' => 'MRR.',
'MTDSales' => 'MTDセールス',
'Makespan' => 'マークスパン',
'Margin' => 'マージン',
'Master' => 'マスター',
'MaximumLevel' => '最大在庫レベル',
'Media' => 'メディア',
'MinimumLevel' => '最小在庫レベル',
'Modified' => '修正された',
'Name' => '名前',
'Name1' => '名前1',
'Name2' => '名前2',
'Name3' => '名前3',
'Name4' => '名前4',
'Name5' => '名前5',
'Net' => '正味重量',
'NetWeight' => '正味重量',
'None' => 'なし',
'Notes' => 'ノート',
'Number' => '番号',
'Ordered' => '順序付けられました',
'Packaging' => '包装',
'Price' => '価格',
'PriceChange' => '価格変更',
'PriceUnit' => '価格の単位',
'Prices' => '価格',
'Pricing' => '#VALUE!',
'Productgroup' => '製品グループ',
'Production' => '製造',
'Profile' => 'プロフィール',
'Properties' => 'プロパティ',
'Property' => '財産',
'Purchase' => '購入',
'PurchasePrice' => '購入金額',
'Purchasing' => '購入',
'QA' => 'QA.',
'QM' => 'QM.',
'Quantity' => '量',
'QuantityUnit' => '数量単位',
'RecentInvoices' => '#VALUE!',
'ReorderLevel' => '並べ替えレベル',
'Reserved' => '予約済み',
'SN' => 'sn',
'Sales' => '売り返り',
'SalesPrice' => '販売価格',
'Segment' => 'セグメント',
'ShelfLife' => '貯蔵寿命',
'Source' => 'ソース',
'Start' => '始める',
'Status' => '状態',
'Stock' => 'ストック',
'StockList' => '在庫リスト',
'Successor' => '後継',
'Supplier' => 'サプライヤー',
'Tax' => '税',
'Text' => '文章',
'TimeUnit' => '時間単位',
'Title' => 'タイトル',
'Tracking' => '追跡',
'TradingUnit' => '取引ユニット',
'Translation' => '翻訳',
'Type' => 'タイプ',
'Unit' => '単位',
'Value' => '価値',
'Variation' => '変化',
'Variations' => '変種',
'Volume' => '音量',
'Warehouse' => '倉庫',
'Width' => '幅',
'YTDSales' => 'ytd売上高',
]];