From 4e8ed95ea643c8c4fe78fad5fb4c08917e5031b0 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E7=AE=80=E4=BD=93=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E7=89=88=E6=9C=AC=20=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E5=8F=AA=E4=BD=BF=E7=94=A8=E2=80=9C=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _locales/en/messages.json | 4 ++++ _locales/{zh-CN => zh-Hans}/messages.json | 12 ++++++++++-- _locales/zh/messages.json | 1 - 3 files changed, 14 insertions(+), 3 deletions(-) rename _locales/{zh-CN => zh-Hans}/messages.json (70%) delete mode 100644 _locales/zh/messages.json diff --git a/_locales/en/messages.json b/_locales/en/messages.json index dc65da5..6b0b66d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -27,5 +27,9 @@ "GUI_error_stop": { "message": "The web browser can not open this page.", "description": "Error message when opening the HTML page directly" + }, + "GUI_credits_0": { + "message": "Made with love.", + "description": "credits #0" } } diff --git a/_locales/zh-CN/messages.json b/_locales/zh-Hans/messages.json similarity index 70% rename from _locales/zh-CN/messages.json rename to _locales/zh-Hans/messages.json index 7f89a8b..724c9dc 100644 --- a/_locales/zh-CN/messages.json +++ b/_locales/zh-Hans/messages.json @@ -1,6 +1,6 @@ { "config": { - "message": "zh-CN" + "message": "zh" }, "manifest_name": { "message": "购物人类智能", @@ -23,5 +23,13 @@ "description": "版本号码" } } - } + }, + "GUI_error_stop": { + "message": "浏览器无法打开网页。", + "description": "禁止扩展程序外打开 HTML 文件" + }, + "GUI_credits_0": { + "message": "亲爱的马老师…", + "description": "credits #0" + } } diff --git a/_locales/zh/messages.json b/_locales/zh/messages.json deleted file mode 100644 index c2c5cce..0000000 --- a/_locales/zh/messages.json +++ /dev/null @@ -1 +0,0 @@ -{ "config": { "message": "zh" }, "manifest_name": { "message": "购物人类智能", "description": "扩展程序名字" }, "manifest_description": { "message": "用人类智能榜您谨慎地买东西!", "description": "扩展程序的简介" }, "GUI_welcome_headline": { "message": "欢迎使用购物人类智能!", "description": "欢迎信息" }, "GUI_welcome_headline": { "message": "本浏览器有 $manifest_version$ 版本的。", "description": "版本简介", "placeholders": { "manifest_version": { "content": "$1", "description": "版本号码" } } }, "GUI_error_stop": { "message": "浏览器无法打开网页。", "description": "禁止扩展程序外打开 HTML 文件" } } \ No newline at end of file