mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-23 05:50:14 +00:00
feat: add duplicate detection modes and UI enhancements for managing duplicates
This commit is contained in:
@@ -450,6 +450,11 @@ const en: Record<string, string> = {
|
||||
"txt_favorite": "Favorite",
|
||||
"txt_favorites": "Favorites",
|
||||
"txt_duplicates": "Duplicates",
|
||||
"txt_duplicate_detection_mode": "Match by",
|
||||
"txt_duplicate_mode_exact": "Exact item",
|
||||
"txt_duplicate_mode_login_site": "Site + username + password",
|
||||
"txt_duplicate_mode_login_credentials": "Username + password",
|
||||
"txt_duplicate_mode_password": "Reused password",
|
||||
"txt_field": "Field",
|
||||
"txt_field_label": "Field Label",
|
||||
"txt_field_label_is_required": "Field label is required.",
|
||||
|
||||
@@ -450,6 +450,11 @@ const es: Record<string, string> = {
|
||||
"txt_favorite": "Favorito",
|
||||
"txt_favorites": "Favoritos",
|
||||
"txt_duplicates": "Duplicados",
|
||||
"txt_duplicate_detection_mode": "Coincidir por",
|
||||
"txt_duplicate_mode_exact": "Elemento exacto",
|
||||
"txt_duplicate_mode_login_site": "Sitio + usuario + contraseña",
|
||||
"txt_duplicate_mode_login_credentials": "Usuario + contraseña",
|
||||
"txt_duplicate_mode_password": "Contraseña reutilizada",
|
||||
"txt_field": "Campo",
|
||||
"txt_field_label": "Etiqueta del campo",
|
||||
"txt_field_label_is_required": "La etiqueta del campo es obligatoria.",
|
||||
|
||||
@@ -450,6 +450,11 @@ const ru: 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": "Метка поля обязательна.",
|
||||
|
||||
@@ -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": "字段标签不能为空",
|
||||
|
||||
@@ -450,6 +450,11 @@ const zhTW: 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