D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
zh-CN
/
components
/
Filename :
password.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'meter.title' => '密码强度', 'meter.description' => '若要提升密码强度:', 'meter.yourPasswordIsStrong' => '您的密码强度适中,加长可以调高密码长度。', 'meter.verdictVeryWeak' => '很弱', 'meter.verdictWeak' => '弱', 'meter.verdictMedium' => '适中', 'meter.verdictStrong' => '强', 'meter.verdictVeryStrong' => '非常强', 'generator.generate' => '生成', 'generator.show' => '显示', 'generator.hide' => '隐藏', 'suggestions.l33t' => "避免可预测的字母替换,如“@”代替“a”。", 'suggestions.reverseWords' => '避免常用词的反向拼写。', 'suggestions.allUppercase' => '有些字母大写,但不是所有字母。', 'suggestions.capitalization' => '不止第一个字母大写。', 'suggestions.dates' => '避免与您相关的日期和年份。', 'suggestions.recentYears' => '避免最近的年份。', 'suggestions.associatedYears' => '避免与您相关联的年份。', 'suggestions.sequences' => '避免常用的字符序列。', 'suggestions.repeated' => '避免重复的词和字符。', 'suggestions.longerKeyboardPattern' => '使用更长的键盘模式,并多次改变打字方向。', 'suggestions.anotherWord' => '再添加一些不太常见的词。', 'suggestions.useWords' => '使用多个词,但要避免使用常用的短语。', 'suggestions.noNeed' => '您可以不使用符号、数字或大写字母来创建高强度密码。', 'suggestions.pwned' => '如果您在其他地方使用此密码,应将其更改。', ];