mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
feat: add duplicate detection modes and UI enhancements for managing duplicates
This commit is contained in:
@@ -450,6 +450,11 @@ const zhCN: Record<string, string> = {
|
||||
"txt_favorite": "收藏",
|
||||
"txt_favorites": "收藏",
|
||||
"txt_duplicates": "重复项",
|
||||
"txt_duplicate_detection_mode": "匹配方式",
|
||||
"txt_duplicate_mode_exact": "完全相同",
|
||||
"txt_duplicate_mode_login_site": "网站+账号+密码",
|
||||
"txt_duplicate_mode_login_credentials": "账号+密码",
|
||||
"txt_duplicate_mode_password": "密码复用",
|
||||
"txt_field": "字段",
|
||||
"txt_field_label": "字段标签",
|
||||
"txt_field_label_is_required": "字段标签不能为空",
|
||||
|
||||
Reference in New Issue
Block a user