From 5a2a2d165d0d2a2b0b542d7197ff4e4a43964473 Mon Sep 17 00:00:00 2001 From: songchenxuan Date: Wed, 18 Dec 2024 15:58:17 +0800 Subject: [PATCH] + [misc] add report lang. --- module/report/lang/en.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module/report/lang/en.php b/module/report/lang/en.php index a4f3bdea4f..ab706f9b71 100644 --- a/module/report/lang/en.php +++ b/module/report/lang/en.php @@ -302,3 +302,13 @@ Monthly use case operations: Sum the operation times of the use case. The operat $lang->report->tips->case['user'] = ' Use case status distribution: Use case data distribution with different execution results. The creation time must be a certain year, and the created user is the selected user.
Monthly use case operations: Sum the number of operations of a use case. The operation time must be a year and the operation user is the selected user.'; + +$lang->report->tips->task['company'] = ' +Task status distribution: Task data in different states must be created in a certain year.
+Monthly task operations: Sum the number of tasks performed in a year.'; +$lang->report->tips->task['dept'] = ' +Task status distribution: Task data in different states is distributed. The creation time must be a year and the created user must be a user in the selected department.
+Monthly operation information: Sum the operation times of a task. The operation time must be a year and the operation user must be a user in the selected department.'; +$lang->report->tips->task['user'] = ' +Task status distribution: Task data in different states is distributed. The creation time must be a year and the created user is the selected user.
+Monthly task operations: Sum the number of operations performed on a task. The operation time is a year and the operation user is the selected user.';