add clear shout box

This commit is contained in:
xiaomlove
2022-10-23 19:42:08 +08:00
parent c98e5153d5
commit 71bd2ad3f7
5 changed files with 39 additions and 2 deletions

View File

@@ -105,6 +105,8 @@ $lang_index = array
'top_uploader_toggle_time_range_tab' => '点击切换时间范围',
'top_uploader_toggle_time_range_recently' => '最近 30 天',
'top_uploader_toggle_time_range_all' => '全部时间',
'clear_shout_box' => '清空群聊区',
'sure_to_clear_shout_box' => '确定要清空群聊区吗?',
);

View File

@@ -104,6 +104,8 @@ $lang_index = array
'top_uploader_toggle_time_range_tab' => '點擊切換時間範圍',
'top_uploader_toggle_time_range_recently' => '最近 30 天',
'top_uploader_toggle_time_range_all' => '全部時間',
'clear_shout_box' => '清空群聊區',
'sure_to_clear_shout_box' => '確定要清空群聊區嗎?',
);
?>

View File

@@ -104,6 +104,8 @@ $lang_index = array
'top_uploader_toggle_time_range_tab' => 'Click to toggle the time range',
'top_uploader_toggle_time_range_recently' => 'Last 30 days',
'top_uploader_toggle_time_range_all' => 'All time',
'clear_shout_box' => 'Clear shout box',
'sure_to_clear_shout_box' => 'Are you sure you want to clear the shout box?',
);
?>