mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
19 lines
555 B
PHP
Executable file
19 lines
555 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'assets_rtd' => 'Assets RTD',
|
|
'assets_checkedout' => 'Assets Assigned',
|
|
'id' => 'ID',
|
|
'city' => 'Thành phố',
|
|
'state' => 'Tỉnh/Thành phố',
|
|
'country' => 'Nước',
|
|
'create' => 'Tạo địa phương',
|
|
'update' => 'Cập nhật địa phương',
|
|
'name' => 'Tên địa phương',
|
|
'address' => 'Địa chỉ',
|
|
'zip' => 'Mã bưu điện',
|
|
'locations' => 'Địa phương',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Tiền tệ địa phương',
|
|
);
|