* [task#149708,doing,0.2h] add language items for upgrade weekly report.

This commit is contained in:
tianshujie
2025-09-11 11:43:36 +08:00
parent ca83563cad
commit 8335ddb299
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -114,6 +114,11 @@ $lang->upgrade->upgradeDocTemplates = 'Upgrade templates data';
$lang->upgrade->upgradingDocTemplates = 'Upgrading templates data, please wait...';
$lang->upgrade->upgradeDocTemplatesTip = 'We are upgrading the historical data of the template. After the upgrade, it can be viewed and maintained in the template square under the document.';
$lang->upgrade->weeklyReportTitle = 'Week % s (% s ~% s)';
$lang->upgrade->upgradeWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data";
$lang->upgrade->upgradingWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data, please wait...";
$lang->upgrade->upgradeWeeklyReportsTip = "Detected %s {$lang->projectCommon} weekly report-related data requiring an upgrade";
$lang->upgrade->newProgram = 'Create';
$lang->upgrade->editedName = 'New Name';
$lang->upgrade->projectEmpty = 'Project must be not empty.';
+5
View File
@@ -114,6 +114,11 @@ $lang->upgrade->upgradeDocTemplates = 'Upgrade templates data';
$lang->upgrade->upgradingDocTemplates = 'Upgrading templates data, please wait...';
$lang->upgrade->upgradeDocTemplatesTip = 'We are upgrading the historical data of the template. After the upgrade, it can be viewed and maintained in the template square under the document.';
$lang->upgrade->weeklyReportTitle = 'Week % s (% s ~% s)';
$lang->upgrade->upgradeWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data";
$lang->upgrade->upgradingWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data, please wait...";
$lang->upgrade->upgradeWeeklyReportsTip = "Detected %s {$lang->projectCommon} weekly report-related data requiring an upgrade";
$lang->upgrade->newProgram = 'Create';
$lang->upgrade->editedName = 'New Name';
$lang->upgrade->projectEmpty = 'Project must be not empty.';
+5
View File
@@ -114,6 +114,11 @@ $lang->upgrade->upgradeDocTemplates = 'Upgrade templates data';
$lang->upgrade->upgradingDocTemplates = 'Upgrading templates data, please wait...';
$lang->upgrade->upgradeDocTemplatesTip = 'We are upgrading the historical data of the template. After the upgrade, it can be viewed and maintained in the template square under the document.';
$lang->upgrade->weeklyReportTitle = 'Week % s (% s ~% s)';
$lang->upgrade->upgradeWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data";
$lang->upgrade->upgradingWeeklyReports = "Upgrading {$lang->projectCommon} weekly report data, please wait...";
$lang->upgrade->upgradeWeeklyReportsTip = "Detected %s {$lang->projectCommon} weekly report-related data requiring an upgrade";
$lang->upgrade->newProgram = 'Create';
$lang->upgrade->editedName = 'New Name';
$lang->upgrade->projectEmpty = 'Project must be not empty.';
+5
View File
@@ -114,6 +114,11 @@ $lang->upgrade->upgradeDocTemplates = '升级文档模板数据';
$lang->upgrade->upgradingDocTemplates = '正在升级文档模板,请稍候...';
$lang->upgrade->upgradeDocTemplatesTip = '正在升级后台文档模板的历史数据,升级后可在文档下模板广场中查看与维护。';
$lang->upgrade->weeklyReportTitle = '第 %s 周( %s ~ %s)';
$lang->upgrade->upgradeWeeklyReports = "升级{$lang->projectCommon}周报数据";
$lang->upgrade->upgradingWeeklyReports = "正在升级{$lang->projectCommon}周报数据,请稍候...";
$lang->upgrade->upgradeWeeklyReportsTip = "检测到 %s 个{$lang->projectCommon}周报相关数据需要升级";
$lang->upgrade->newProgram = '新建';
$lang->upgrade->editedName = '调整后名称';
$lang->upgrade->projectEmpty = '所属项目不能为空!';