mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-26 22:38:40 +00:00
71 lines
2.4 KiB
PHP
Executable File
71 lines
2.4 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' => 'ジップ',
|
|
]];
|