D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
zh-TW
/
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' => '如果您在其他地方使用此密碼,應將其更改。', ];