This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,7 @@
<?php
return [
'select_company' => '选择公司',
'about_companies' => '关于公司',
'about_companies_description' => ' 您可以将公司用作一个简单信息字段,也可以通过在管理设置中启用全公司支持,来限制资产对特定公司用户的可见性和可用性。',
];

View File

@ -0,0 +1,20 @@
<?php
return [
'does_not_exist' => '公司不存在',
'deleted' => '已删除公司',
'assoc_users' => '此公司下至少关联了一个模板,目前不能被删除,请你确定您的所有资产不在此公司下,然后重试。',
'create' => [
'error' => '新增公司失败,请重试。',
'success' => '新增公司成功。',
],
'update' => [
'error' => '更新公司失败,请重试。',
'success' => '更新公司成功。',
],
'delete' => [
'confirm' => '确定要删除这个公司吗?',
'error' => '删除公司出错,请重试。',
'success' => '删除公司成功。',
],
];

View File

@ -0,0 +1,11 @@
<?php
return array(
'companies' => '公司',
'create' => '新增公司',
'email' => '公司电子邮件',
'title' => '公司',
'phone' => '公司电话',
'update' => '更新公司',
'name' => '公司名称',
'id' => '编号',
);