项目初始化
This commit is contained in:
9
app/admin/lang/en/ajax.php
Normal file
9
app/admin/lang/en/ajax.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'Failed to switch package manager. Please modify the configuration file manually:%s' => 'Failed to switch package manager, please modify the configuration file manually:%s',
|
||||
'Failed to modify the terminal configuration. Please modify the configuration file manually:%s' => 'Failed to modify the terminal configuration, please modify the configuration file manually:%s',
|
||||
'upload' => 'Upload files',
|
||||
'Change terminal config' => 'Modify terminal configuration',
|
||||
'Clear cache' => 'Clear cache',
|
||||
'Data table does not exist' => 'Data table does not exist',
|
||||
];
|
||||
5
app/admin/lang/en/auth/admin.php
Normal file
5
app/admin/lang/en/auth/admin.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'Group Name Arr' => 'Administrator Grouping ',
|
||||
'Please use another administrator account to disable the current account!' => 'Disable the current account, please use another administrator account!',
|
||||
];
|
||||
13
app/admin/lang/en/auth/group.php
Normal file
13
app/admin/lang/en/auth/group.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return [
|
||||
'name' => 'Group name',
|
||||
'Please select rules' => 'Please select rules',
|
||||
'Super administrator' => 'Super administrator',
|
||||
'No permission' => 'No permission',
|
||||
'You cannot modify your own management group!' => 'You cannot modify your own management group!',
|
||||
'You need to have all permissions of this group to operate this group~' => 'You need to have all permissions of this group to operate this group~',
|
||||
'You need to have all the permissions of the group and have additional permissions before you can operate the group~' => 'You need to have all the permissions of the group and have additional permissions before you can operate the group~',
|
||||
'Role group has all your rights, please contact the upper administrator to add or do not need to add!' => 'Role group has all your rights, please contact the upper administrator to add or do not need to add!',
|
||||
'The group permission node exceeds the range that can be allocated' => 'The group permission node exceeds the range that can be allocated, please refresh and try again~',
|
||||
'Remark lang' => 'For system security, the hierarchical relationship of role groups is for reference only. The actual hierarchy is determined by the number of permission nodes: same permissions = peer, containing and having additional permissions = superior. Peers cannot manage peers; superiors can assign their permission nodes to subordinates. For special cases where an admin needs to become a superior, create a virtual permission node.',
|
||||
];
|
||||
6
app/admin/lang/en/auth/menu.php
Normal file
6
app/admin/lang/en/auth/menu.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'type' => 'Rule type',
|
||||
'title' => 'Rule title',
|
||||
'name' => 'Rule name',
|
||||
];
|
||||
7
app/admin/lang/en/crud/crud.php
Normal file
7
app/admin/lang/en/crud/crud.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'change-field-name fail not exist' => 'Field %s failed to be renamed because the field does not exist in the data table',
|
||||
'del-field fail not exist' => 'Failed to delete field %s because the field does not exist in the data table',
|
||||
'change-field-attr fail not exist' => 'Description Failed to modify the properties of field %s because the field does not exist in the data table',
|
||||
'add-field fail exist' => 'Failed to add field %s because the field already exists in the data table',
|
||||
];
|
||||
4
app/admin/lang/en/dashboard.php
Normal file
4
app/admin/lang/en/dashboard.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'Remark lang' => "Open source equals mutual assistance, and needs everyone's support. There are many ways to support it, such as using, recommending, writing tutorials, protecting the ecology, contributing code, answering questions, sharing experiences, donation, sponsorship and so on. Welcome to join us!",
|
||||
];
|
||||
9
app/admin/lang/en/index.php
Normal file
9
app/admin/lang/en/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'No background menu, please contact super administrator!' => 'No background menu, please contact the super administrator!',
|
||||
'You have already logged in. There is no need to log in again~' => 'You have already logged in, no need to log in again.',
|
||||
'Login succeeded!' => 'Login successful!',
|
||||
'Incorrect user name or password!' => 'Incorrect username or password!',
|
||||
'Login' => 'Login',
|
||||
'Logout' => 'Logout',
|
||||
];
|
||||
6
app/admin/lang/en/routine/admininfo.php
Normal file
6
app/admin/lang/en/routine/admininfo.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Please input correct username' => 'Please enter the correct username',
|
||||
'Please input correct password' => 'Please enter the correct password',
|
||||
'Avatar modified successfully!' => 'Profile picture modified successfully!',
|
||||
];
|
||||
5
app/admin/lang/en/routine/attachment.php
Normal file
5
app/admin/lang/en/routine/attachment.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
return [
|
||||
'%d records and files have been deleted' => '%d records and files have been deleted',
|
||||
'remark_text' => 'When the same file is uploaded multiple times, only one copy will be saved to the disk and an attachment record will be added; Deleting an attachment record will automatically delete the corresponding file!',
|
||||
];
|
||||
23
app/admin/lang/en/routine/config.php
Normal file
23
app/admin/lang/en/routine/config.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
return [
|
||||
'Basics' => 'Basic configuration',
|
||||
'Mail' => 'Mail configuration',
|
||||
'Config group' => 'Configure grouping',
|
||||
'Site Name' => 'Site name',
|
||||
'Config Quick entrance' => 'Quick configuration entrance',
|
||||
'Record number' => 'Record Number',
|
||||
'Version number' => 'Version Number',
|
||||
'time zone' => 'Time zone',
|
||||
'No access ip' => 'No access IP',
|
||||
'smtp server' => 'SMTP server',
|
||||
'smtp port' => 'SMTP port',
|
||||
'smtp user' => 'SMTP username',
|
||||
'smtp pass' => 'SMTP password',
|
||||
'smtp verification' => 'SMTP verification mode',
|
||||
'smtp sender mail' => 'SMTP sender mailbox',
|
||||
'Variable name' => 'variable name',
|
||||
'Test mail sent successfully~' => 'Test message sent successfully',
|
||||
'This is a test email' => 'This is a test email',
|
||||
'Congratulations, receiving this email means that your email service has been configured correctly' => "Congratulations, when you receive this email, it means that your mail service is configures correctly. This is the email subject, <b>you can use HtmlL!</b> in the main body.",
|
||||
'Backend entrance rule' => 'The background entry must start with / and contain only numbers and letters.',
|
||||
];
|
||||
7
app/admin/lang/en/security/datarecycle.php
Normal file
7
app/admin/lang/en/security/datarecycle.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => 'Rule Name',
|
||||
'Controller' => 'Controller',
|
||||
'Data Table' => 'Corresponding data table',
|
||||
'Primary Key' => 'Data table primary key',
|
||||
];
|
||||
4
app/admin/lang/en/security/datarecyclelog.php
Normal file
4
app/admin/lang/en/security/datarecyclelog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were restore' => 'No records have been restored',
|
||||
];
|
||||
8
app/admin/lang/en/security/sensitivedata.php
Normal file
8
app/admin/lang/en/security/sensitivedata.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'Name' => 'Rule name',
|
||||
'Controller' => 'Controller',
|
||||
'Data Table' => 'Corresponding data table',
|
||||
'Primary Key' => 'Data table primary key',
|
||||
'Data Fields' => 'Sensitive data fields',
|
||||
];
|
||||
4
app/admin/lang/en/security/sensitivedatalog.php
Normal file
4
app/admin/lang/en/security/sensitivedatalog.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return [
|
||||
'No rows were rollback' => 'No records have been roll-back',
|
||||
];
|
||||
8
app/admin/lang/en/user/moneylog.php
Normal file
8
app/admin/lang/en/user/moneylog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => 'User',
|
||||
'money' => 'Change amount',
|
||||
'memo' => 'Change Notes',
|
||||
"The user can't find it" => "User does not exist",
|
||||
'Change note cannot be blank' => 'Change Notes cannot be empty',
|
||||
];
|
||||
8
app/admin/lang/en/user/scorelog.php
Normal file
8
app/admin/lang/en/user/scorelog.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return [
|
||||
'user_id' => 'User',
|
||||
'score' => 'Change points',
|
||||
'memo' => 'Change Notes',
|
||||
"The user can't find it" => 'User does not exist',
|
||||
'Change note cannot be blank' => 'Change notes cannot be empty',
|
||||
];
|
||||
Reference in New Issue
Block a user