mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -297,7 +297,7 @@ const messages: Record<Locale, Record<string, string>> = {
|
||||
txt_bulk_archive_failed: "Bulk archive failed",
|
||||
txt_bulk_unarchive_failed: "Bulk unarchive failed",
|
||||
txt_unarchive: "Unarchive",
|
||||
txt_delete_selected: "Delete Selected",
|
||||
txt_delete_selected: "Delete",
|
||||
txt_delete_selected_items: "Delete Selected Items",
|
||||
txt_delete_selected_items_permanently: "Delete Selected Items Permanently",
|
||||
txt_delete_send_failed: "Delete send failed",
|
||||
@@ -885,7 +885,7 @@ const zhCNOverrides: Record<string, string> = {
|
||||
txt_copy_link: '复制链接',
|
||||
txt_select_all: '全选',
|
||||
txt_select_duplicate_items: '选择重复项',
|
||||
txt_delete_selected: '删除所选',
|
||||
txt_delete_selected: '删除',
|
||||
txt_all_items: '所有项目',
|
||||
txt_favorites: '收藏',
|
||||
txt_duplicates: '重复项',
|
||||
|
||||
Reference in New Issue
Block a user