feat: add "Update via proxy" translation to English and Chinese locales

This commit is contained in:
Tunglies
2025-06-01 19:40:38 +08:00
parent 6810b1f221
commit 929abb3c04
3 changed files with 15 additions and 13 deletions

View File

@@ -345,7 +345,7 @@ export const ProfileItem = (props: Props) => {
},
{ label: "Open File", handler: onOpenFile, disabled: false },
{ label: "Update", handler: () => onUpdate(0), disabled: false },
{ label: "Update(Proxy)", handler: () => onUpdate(2), disabled: false },
{ label: "Update via proxy", handler: () => onUpdate(2), disabled: false },
{
label: "Delete",
handler: () => {

View File

@@ -153,6 +153,7 @@
"Edit File": "Edit File",
"Open File": "Open File",
"Update": "Update",
"Update via proxy": "Update via proxy",
"Confirm deletion": "Confirm deletion",
"This operation is not reversible": "This operation is not reversible",
"Script Console": "Script Console",

View File

@@ -153,6 +153,7 @@
"Edit File": "编辑文件",
"Open File": "打开文件",
"Update": "更新",
"Update via proxy": "更新(通过代理)",
"Confirm deletion": "确认删除",
"This operation is not reversible": "此操作不可逆",
"Script Console": "脚本控制台输出",