mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
28 lines
1 KiB
PHP
28 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_suppliers_title' => '关于供应商',
|
|
'about_suppliers_text' => '供应商用来跟踪物品的来源',
|
|
'address' => '供应商地址',
|
|
'assets' => '资产',
|
|
'city' => '城市',
|
|
'contact' => '联系人',
|
|
'country' => '国家',
|
|
'create' => '创建供应商',
|
|
'email' => '邮箱',
|
|
'fax' => '传真',
|
|
'id' => '编号',
|
|
'licenses' => '许可证',
|
|
'name' => '供应商名称',
|
|
'notes' => '备注',
|
|
'phone' => '电话',
|
|
'state' => '省份',
|
|
'suppliers' => '供应商',
|
|
'update' => '更新供货商',
|
|
'url' => '网址',
|
|
'view' => '查看供应商',
|
|
'view_assets_for' => '查看资产关于',
|
|
'zip' => '邮政编码',
|
|
|
|
];
|