* Fix storySummary and checkedSRSummary bug. bug #46914.

This commit is contained in:
wangyuting
2024-03-13 14:48:04 +08:00
parent 3027e4c915
commit f4096d4b30
@@ -1,3 +1,4 @@
<?php
$lang->product->noModule = '您现在还没有目录信息';
$lang->product->storySummary = "本页共 <strong>%s</strong> 个%s,预计 <strong>%s</strong> 个{$lang->hourCommon}。";
$lang->product->noModule = '您现在还没有目录信息';
$lang->product->storySummary = "本页共 <strong>%s</strong> 个{$lang->SRCommon},预计 <strong>%s</strong> 个{$lang->hourCommon}。";
$lang->product->checkedSRSummary = "选中 <strong>%total%</strong> 个{$lang->SRCommon},预计 <strong>%estimate%</strong> 个{$lang->hourCommon}。";