diff --git a/db/update17.4.sql b/db/update17.4.sql index 204644a8dc..f00947d608 100644 --- a/db/update17.4.sql +++ b/db/update17.4.sql @@ -29,6 +29,7 @@ UPDATE `zt_workflowfield` SET `options`=(SELECT id FROM `zt_workflowdatasource` UPDATE `zt_workflowfield` SET `options`=(SELECT id FROM `zt_workflowdatasource` WHERE `code`='feedbackclosedReason' ORDER BY `id` DESC LIMIT 1), `control`='select' WHERE `module`='feedback' AND `field`='closedReason'; UPDATE `zt_project` SET `closedDate`='' AND `closedBy`='' WHERE `status` != 'closed'; +UPDATE `zt_grouppriv` SET `method`='exportTemplate' WHERE `method` = 'exportTemplet'; INSERT IGNORE INTO `zt_workflowaction` (`module`, `action`, `method`, `name`, `type`, `batchMode`, `extensionType`, `open`, `position`, `layout`, `show`, `buildin`, `role`, `createdBy`, `createdDate`) VALUES ('bug', 'batchactivate', 'batchoperate', '批量激活', 'batch', 'different', 'none', 'normal', 'browse', 'normal', 'direct', '1', 'buildin', '', '2022-08-09 15:52'); diff --git a/module/admin/lang/de.php b/module/admin/lang/de.php index 079865be1f..f3647127a2 100644 --- a/module/admin/lang/de.php +++ b/module/admin/lang/de.php @@ -69,7 +69,7 @@ $lang->admin->safe->modeList[0] = 'N/A'; $lang->admin->safe->modeList[1] = 'Medium'; $lang->admin->safe->modeList[2] = 'Stark'; -$lang->admin->safe->modeRuleList[1] = 'Beinhaltet Groß und Kleinbuchstaben sowie Ziffern. Länge >= 6'; +$lang->admin->safe->modeRuleList[1] = 'Beinhaltet Groß und Kleinbuchstaben sowie Ziffern. Länge >= 6.'; $lang->admin->safe->modeRuleList[2] = 'Beinhaltet Groß und Kleinbuchstaben, Ziffern sowie Sonderzeichen. Länge >= 10.'; $lang->admin->safe->reasonList['weak'] = 'Bekannte Schwache Passwörter'; @@ -87,5 +87,6 @@ $lang->admin->safe->loginCaptchaList[0] = 'Nein'; $lang->admin->safe->resetPWDList[1] = 'ON'; $lang->admin->safe->resetPWDList[0] = 'Off'; -$lang->admin->safe->noticeMode = 'Password will be checked when a user logs in, or a user is added or edited.'; -$lang->admin->safe->noticeStrong = ''; +$lang->admin->safe->noticeMode = 'The password will be checked when creating and modifying user information, and changing passwords.'; +$lang->admin->safe->noticeWeakMode = 'The password will be checked when logging into the system, creating and modifying user information, and changing passwords.'; +$lang->admin->safe->noticeStrong = 'The longer the password, the more letters, numbers, or special characters it contains, and the less repetitive the password, the more secure it is!'; diff --git a/module/admin/lang/en.php b/module/admin/lang/en.php index afeddcd82c..ae785bc4f2 100644 --- a/module/admin/lang/en.php +++ b/module/admin/lang/en.php @@ -69,7 +69,7 @@ $lang->admin->safe->modeList[0] = 'I don\'t care.'; $lang->admin->safe->modeList[1] = 'Medium'; $lang->admin->safe->modeList[2] = 'Strong'; -$lang->admin->safe->modeRuleList[1] = ' >= 6 upper and lower case, and numbers'; +$lang->admin->safe->modeRuleList[1] = ' >= 6 upper and lower case, and numbers.'; $lang->admin->safe->modeRuleList[2] = ' >= 10 upper and lower case, numbers and special characters.'; $lang->admin->safe->reasonList['weak'] = 'Common Weak Password'; @@ -87,5 +87,6 @@ $lang->admin->safe->loginCaptchaList[0] = 'No'; $lang->admin->safe->resetPWDList[1] = 'ON'; $lang->admin->safe->resetPWDList[0] = 'Off'; -$lang->admin->safe->noticeMode = 'Password will be checked when a user logs in, or a user is added or edited.'; -$lang->admin->safe->noticeStrong = ''; +$lang->admin->safe->noticeMode = 'The password will be checked when creating and modifying user information, and changing passwords.'; +$lang->admin->safe->noticeWeakMode = 'The password will be checked when logging into the system, creating and modifying user information, and changing passwords.'; +$lang->admin->safe->noticeStrong = 'The longer the password, the more letters, numbers, or special characters it contains, and the less repetitive the password, the more secure it is!'; diff --git a/module/admin/lang/fr.php b/module/admin/lang/fr.php index eee000d75c..f3bb4993ad 100644 --- a/module/admin/lang/fr.php +++ b/module/admin/lang/fr.php @@ -69,8 +69,8 @@ $lang->admin->safe->modeList[0] = "Contrôle Modéré"; $lang->admin->safe->modeList[1] = 'Contrôle Moyen'; $lang->admin->safe->modeList[2] = 'Contrôle Fort'; -$lang->admin->safe->modeRuleList[1] = ' >= 6 Majuscules, minuscules et chiffres'; -$lang->admin->safe->modeRuleList[2] = ' >= 10 Majuscules, minuscules, chiffres et caractères spéciaux'; +$lang->admin->safe->modeRuleList[1] = ' >= 6 Majuscules, minuscules et chiffres.'; +$lang->admin->safe->modeRuleList[2] = ' >= 10 Majuscules, minuscules, chiffres et caractères spéciaux.'; $lang->admin->safe->reasonList['weak'] = 'Mots de passe faibles courants'; $lang->admin->safe->reasonList['account'] = 'Identique au compte'; @@ -87,5 +87,6 @@ $lang->admin->safe->loginCaptchaList[0] = 'Non'; $lang->admin->safe->resetPWDList[1] = 'ON'; $lang->admin->safe->resetPWDList[0] = 'Off'; -$lang->admin->safe->noticeMode = "Le mot de passe sera vérifié quand un utilisateur se connectera ou qu'un utilisateur sera créé ou modifier."; -$lang->admin->safe->noticeStrong = ''; +$lang->admin->safe->noticeMode = "Le mot de passe sera vérifié lors de la création et de la modification des coordonnées de l'utilisateur, et du changement de mot de passe."; +$lang->admin->safe->noticeWeakMode = "Le mot de passe sera vérifié lors de la connexion au système, de la création et de la modification des coordonnées de l'utilisateur, et du changement de mot de passe."; +$lang->admin->safe->noticeStrong = "Le mot de passe est d'autant plus sécurisé qu'il est long, qu'il contient plus de lettres, de chiffres ou de caractères spéciaux, et que les lettres du mot de passe sont peu répétitives !"; diff --git a/module/admin/lang/zh-cn.php b/module/admin/lang/zh-cn.php index 24d5afd21a..b0d8e6a8ee 100644 --- a/module/admin/lang/zh-cn.php +++ b/module/admin/lang/zh-cn.php @@ -87,5 +87,6 @@ $lang->admin->safe->loginCaptchaList[0] = '否'; $lang->admin->safe->resetPWDList[1] = '开启'; $lang->admin->safe->resetPWDList[0] = '关闭'; -$lang->admin->safe->noticeMode = '系统会在登录、创建和修改用户、修改密码的时候检查用户口令。'; -$lang->admin->safe->noticeStrong = '密码长度越长,含有大写字母或数字或特殊符号越多,密码字母越不重复,安全度越强!'; +$lang->admin->safe->noticeMode = '系统会在创建和修改用户、修改密码的时候检查用户口令。'; +$lang->admin->safe->noticeWeakMode = '系统会在登录、创建和修改用户、修改密码的时候检查用户口令。'; +$lang->admin->safe->noticeStrong = '密码长度越长,含有大写字母或数字或特殊符号越多,密码字母越不重复,安全度越强!'; diff --git a/module/admin/view/safe.html.php b/module/admin/view/safe.html.php index bffeeff81c..ad335dd1d7 100644 --- a/module/admin/view/safe.html.php +++ b/module/admin/view/safe.html.php @@ -40,7 +40,7 @@ admin->safe->password?> admin->safe->modeList, isset($config->safe->mode) ? $config->safe->mode : 0, "onclick=showModeRule(this.value)")?> - admin->safe->noticeMode?> + safe->changeWeak) ? $lang->admin->safe->noticeWeakMode : $lang->admin->safe->noticeMode;?> diff --git a/module/common/view/gantt.html.php b/module/common/view/gantt.html.php index ec81e3d8c0..76ec9eca20 100644 --- a/module/common/view/gantt.html.php +++ b/module/common/view/gantt.html.php @@ -16,6 +16,7 @@ if($currentLang != 'en') js::import($jsRoot . 'dhtmlxgantt/lang/' . $currentLang ?>