Skip to content

Commit 9c8b685

Browse files
committed
New translations settings.php (Chinese Simplified)
1 parent a9878ad commit 9c8b685

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lang/zh_CN/settings.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
'reg_confirm_restrict_domain_placeholder' => '尚未设置限制',
7676

7777
// Sorting Settings
78-
'sorting' => '排序',
79-
'sorting_book_default' => '默认书卷排序',
78+
'sorting' => 'Lists & Sorting',
79+
'sorting_book_default' => 'Default Book Sort Rule',
8080
'sorting_book_default_desc' => '选择要应用于新书的默认排序规则。这不会影响现有书,并且可以每本书覆盖。',
8181
'sorting_rules' => '排序规则',
8282
'sorting_rules_desc' => '这些是预定义的排序操作,可应用于系统中的内容。',
@@ -103,6 +103,8 @@
103103
'sort_rule_op_updated_date' => '更新时间',
104104
'sort_rule_op_chapters_first' => '章节正序',
105105
'sort_rule_op_chapters_last' => '章节倒序',
106+
'sorting_page_limits' => 'Per-Page Display Limits',
107+
'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.',
106108

107109
// Maintenance settings
108110
'maint' => '维护',

0 commit comments

Comments
 (0)