* Modify dynamic language.

This commit is contained in:
caoyanyi
2023-02-23 10:10:11 +08:00
parent 10da3ef802
commit e7c8ceed8d
32 changed files with 191 additions and 71 deletions
+16 -8
View File
@@ -323,11 +323,19 @@ $lang->user->jumping = "This page will redirect to the previous page in <span id
$lang->user->zentaoapp = new stdclass();
$lang->user->zentaoapp->logout = 'Logout';
$lang->my->featureBar['todo']['all'] = 'Assigned To Yourself';
$lang->my->featureBar['todo']['before'] = 'Unfinished';
$lang->my->featureBar['todo']['future'] = 'TBD';
$lang->my->featureBar['todo']['thisWeek'] = 'This Week';
$lang->my->featureBar['todo']['thisMonth'] = 'This Month';
$lang->my->featureBar['todo']['thisYear'] = 'This Year';
$lang->my->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
$lang->my->featureBar['todo']['cycle'] = 'Recurrence';
$lang->user->featureBar['todo']['all'] = 'Assigned To Yourself';
$lang->user->featureBar['todo']['before'] = 'Unfinished';
$lang->user->featureBar['todo']['future'] = 'TBD';
$lang->user->featureBar['todo']['thisWeek'] = 'This Week';
$lang->user->featureBar['todo']['thisMonth'] = 'This Month';
$lang->user->featureBar['todo']['thisYear'] = 'This Year';
$lang->user->featureBar['todo']['assignedToOther'] = 'Assigned To Other';
$lang->user->featureBar['todo']['cycle'] = 'Recurrence';
$lang->user->featureBar['dynamic']['all'] = 'All';
$lang->user->featureBar['dynamic']['today'] = 'Today';
$lang->user->featureBar['dynamic']['yesterday'] = 'Yesterday';
$lang->user->featureBar['dynamic']['thisWeek'] = 'This Week';
$lang->user->featureBar['dynamic']['lastWeek'] = 'Last Week';
$lang->user->featureBar['dynamic']['thisMonth'] = 'This Month';
$lang->user->featureBar['dynamic']['lastMonth'] = 'Last Month';