2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-12-03 17:10:05 -08:00
|
|
|
'about_suppliers_title' => 'About Suppliers',
|
|
|
|
'about_suppliers_text' => 'Suppliers are used to track the source of items',
|
2016-03-25 01:18:05 -07:00
|
|
|
'address' => '仕入先住所',
|
|
|
|
'assets' => '資産',
|
|
|
|
'city' => '市区町村',
|
|
|
|
'contact' => 'コンタクト名',
|
|
|
|
'country' => '国',
|
|
|
|
'create' => 'サプライヤーを作成',
|
|
|
|
'email' => 'E-Mail',
|
|
|
|
'fax' => 'Fax',
|
|
|
|
'id' => 'ID',
|
|
|
|
'licenses' => 'ライセンス',
|
|
|
|
'name' => '仕入先名',
|
|
|
|
'notes' => '備考',
|
|
|
|
'phone' => '電話番号',
|
|
|
|
'state' => '都道府県',
|
|
|
|
'suppliers' => '仕入先',
|
|
|
|
'update' => '仕入先を更新',
|
|
|
|
'url' => 'URL',
|
|
|
|
'view' => '仕入先を表示',
|
|
|
|
'view_assets_for' => '資産を表示',
|
|
|
|
'zip' => '郵便番号',
|
|
|
|
|
|
|
|
);
|