diff --git a/_locales/en/messages.json b/_locales/en/messages.json index b744830..897836d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -45,5 +45,30 @@ "GUI_title_preferences": { "message": "ShopAI Settings", "description": "Welcome message" + }, + "term_preferences": { + "message": "Settings" + }, + "term_about": { + "message": "About" + }, + "term_filters": { + "message": "Filters" + }, + "term_apply": { + "message": "Apply" + }, + "term_cancel": { + "message": "Cancel" + }, + "error_fileNotFound": { + "message": "This build is broken, as a file could not be found. The error is as follows: $error_msg$", + "description": "The error message when a file couldn't be found", + "placeholders": { + "error_msg": { + "content": "$1", + "description": "The error message" + } + } } } diff --git a/_locales/zh-Hans/messages.json b/_locales/zh-Hans/messages.json index fc34ddd..d72f6e7 100644 --- a/_locales/zh-Hans/messages.json +++ b/_locales/zh-Hans/messages.json @@ -45,5 +45,30 @@ "GUI_title_preferences": { "message": "购物人类智能设置", "description": "设置网页的题目" - } + }, + "term_preferences": { + "message": "设置" + }, + "term_about": { + "message": "关于" + }, + "term_filters": { + "message": "过滤器" + }, + "term_apply": { + "message": "应用" + }, + "term_cancel": { + "message": "取消" + }, + "error_fileNotFound": { + "message": "找不到一个文件!错误是: $error_msg$", + "description": "找不到文件错误的信息", + "placeholders": { + "error_msg": { + "content": "$1", + "description": "错误信息" + } + } + } }