From 62a2438d21995a55a77c39d89ec16b9ba4fba022 Mon Sep 17 00:00:00 2001 From: CF3B5 Date: Tue, 16 Jul 2024 12:41:48 +0800 Subject: [PATCH] fix language file --- src/locales/en.json | 2 +- src/locales/zh.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index cdcea65ec..f2d43034d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1026,7 +1026,6 @@ "Add": "add", "AddGroup": "add Group", "AvailableMacros": "Available Macros", - "MacroAliasName": "Macro Alias Name", "ChangeMacroColor": "Change the color of the button.", "Color": "Color", "CountMacros": "no Macros added | {count} Macro | {count} Macros", @@ -1040,6 +1039,7 @@ "General": "General", "Group": "Group", "GroupMacros": "Group Macros", + "MacroAliasName": "Macro Alias Name", "Macrogroups": "Groups", "Macros": "Macros", "Management": "Management", diff --git a/src/locales/zh.json b/src/locales/zh.json index 1783902a0..48c36ce19 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -1022,7 +1022,6 @@ "Add": "添加", "AddGroup": "添加分组", "AvailableMacros": "可用宏", - "MacroAliasName": "宏别名", "ChangeMacroColor": "修改按钮颜色。", "Color": "颜色", "CountMacros": "没有添加宏 | {count}个宏 | {count}个宏", @@ -1036,6 +1035,7 @@ "General": "常规设置", "Group": "分组", "GroupMacros": "宏分组", + "MacroAliasName": "宏别名", "Macrogroups": "分组", "Macros": "宏", "Management": "管理",