Files
snipe-it/app/lang/ja/admin/locations/table.php
T
2015-08-11 13:39:09 -07:00

18 lines
451 B
PHP
Executable File

<?php
return array(
'id' => 'ID',
'city' => '市区町村',
'state' => '都道府県',
'country' => '国',
'create' => '所在地を作成',
'update' => '所在地を更新',
'name' => 'ロケーション名',
'address' => '住所',
'zip' => '郵便番号',
'locations' => 'ロケーション',
'parent' => '上位',
'currency' => '現地通貨', // this is deprecated
);