mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
17 lines
651 B
PHP
17 lines
651 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => '关于制造商',
|
|
'about_manufacturers_text' => '制造商是您资产的生产厂家。您可以保存一些重要的客服信息,可以方便进行故障报修等操作,这些信息将显示到资产的详情页中。',
|
|
'asset_manufacturers' => '资产制造商',
|
|
'create' => '创建制造厂',
|
|
'id' => '编号',
|
|
'name' => '名称',
|
|
'support_email' => '邮件客服支持',
|
|
'support_phone' => '电话客服支持',
|
|
'support_url' => '网站客服支持',
|
|
'update' => '更新制造商',
|
|
'url' => 'URL',
|
|
|
|
);
|