mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
sync translations
This commit is contained in:
7
resources/lang/en/comment.php
Normal file
7
resources/lang/en/comment.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => 'Comments',
|
||||
],
|
||||
];
|
||||
9
resources/lang/en/exam-user.php
Normal file
9
resources/lang/en/exam-user.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => 'Exam users'
|
||||
]
|
||||
]
|
||||
];
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
return [
|
||||
'pos_state_normal' => 'Normal',
|
||||
'pos_state_sticky' => 'Sticky top level',
|
||||
'pos_state_r_sticky' => 'Sticky second level',
|
||||
'pos_state_sticky' => 'Sticky first',
|
||||
'pos_state_r_sticky' => 'Sticky second',
|
||||
|
||||
'index' => [
|
||||
'page_title' => 'Torrent list',
|
||||
|
||||
7
resources/lang/zh_TW/comment.php
Normal file
7
resources/lang/zh_TW/comment.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'index' => [
|
||||
'page_title' => '評論列表',
|
||||
],
|
||||
];
|
||||
9
resources/lang/zh_TW/exam-user.php
Normal file
9
resources/lang/zh_TW/exam-user.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => [
|
||||
'list' => [
|
||||
'page_title' => '考核用戶列表'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user