diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index 13a0e9bf8..4ebb0b11a 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -282,5 +282,6 @@ "start time": "Start time", "success": "Success", "system user": "System user", - "user": "User" -} \ No newline at end of file + "user": "User", + "scriptLibrary": "Script Library" +} diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index a9b2b5448..4c3fdb2bb 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -282,5 +282,6 @@ "start time": "开始时间", "success": "成功", "system user": "系统用户", - "user": "用户" + "user": "用户", + "scriptLibrary": "脚本库" } \ No newline at end of file