oms-ItemManagement/Theme/Backend/Lang/ja.lang.php

137 lines
5.1 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 ['ItemManagement' => [
'Accounting' => '経理',
'All' => 'すべて',
'Article' => '論文',
'Articlegroup' => 'Articlegroup',
'Attribute' => '属性',
'Attributes' => '属性',
'Available' => '利用できます',
'AvgPrice' => '平均。価格',
'Bonus' => 'ボーナス',
'ClientGroup' => 'クライアント/グループ',
'Commission' => '手数料',
'Container' => 'コンテナ',
'CostCenter' => 'コストセンター',
'CostIndicator' => 'コストインジケータ',
'CostObject' => 'CostObject',
'Countries' => '国',
'Country' => '国',
'Created' => '作成した',
'CreatedAt' => '#VALUE!',
'Customer' => 'お客様',
'CustomerGroup' => '顧客グループ',
'CustomsID' => '税関ID',
'Date' => '日付',
'Description' => '説明',
'Discount' => 'ディスカウント',
'DiscountP' => '%割引',
'Disposal' => '廃棄',
'Documents' => 'ドキュメント',
'EarningIndicator' => 'インジケータを獲得',
'End' => '終わり',
'Files' => 'ファイル',
'General' => '一般的な',
'GrossWeight' => '総重量',
'Group' => 'グループ',
'Groups' => '#VALUE!',
'Height' => '高さ',
'ID' => 'ID',
'ILV' => 'ILV',
'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' => 'NAME1',
'Name2' => 'NAME2',
'Name3' => 'NAME3',
'Name4' => 'NAME4',
'Name5' => 'Name5',
'Net' => '正味重量',
'NetWeight' => '正味重量',
'None' => 'なし',
'Notes' => 'ノート',
'Number' => '数',
'Ordered' => '順序付けられました',
'Packaging' => 'パッケージング',
'Price' => '価格',
'PriceChange' => '価格変更',
'PriceUnit' => '価格の単位',
'Prices' => '物価',
'Productgroup' => '製品グループ',
'Production' => '製造',
'Profile' => 'プロフィール',
'Properties' => 'プロパティ',
'Property' => 'プロパティ',
'Purchase' => '購入',
'PurchasePrice' => '購入金額',
'Purchasing' => '購入',
'QA' => 'QA',
'QM' => 'QM',
'Quantity' => '量',
'QuantityUnit' => '量の単位',
'ReorderLevel' => '並べ替えレベル',
'Reserved' => '予約',
'SN' => 'SN',
'Sales' => 'セールス',
'SalesPrice' => '販売価格',
'Segment' => 'セグメント',
'ShelfLife' => '貯蔵寿命',
'Source' => 'ソース',
'Start' => '開始',
'Status' => '状態',
'Stock' => '株式',
'StockList' => '在庫リスト',
'Successor' => '後継',
'Supplier' => 'サプライヤー',
'Tax' => '税金',
'Text' => 'テキスト',
'TimeUnit' => '時間の単位',
'Title' => '#VALUE!',
'Tracking' => '追跡',
'TradingUnit' => '投資単位',
'Translation' => '翻訳',
'Type' => 'タイプ',
'Unit' => '単位',
'Value' => '値',
'Variation' => '変化',
'Variations' => 'バリエーション',
'Volume' => 'ボリューム',
'Warehouse' => '倉庫',
'Width' => '幅',
'YTDSales' => 'YTD販売',
]];