sync translations

This commit is contained in:
xiaomlove
2021-06-05 16:02:01 +08:00
parent 2ce9f5105f
commit b8e82e4bae
7 changed files with 38 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'index' => [
'page_title' => 'Comments',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => 'Exam users'
]
]
];

View File

@@ -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',

View File

@@ -0,0 +1,7 @@
<?php
return [
'index' => [
'page_title' => '評論列表',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'admin' => [
'list' => [
'page_title' => '考核用戶列表'
]
]
];