From 0c88a36a8131f364e09795d6bc289a93279cd8ec Mon Sep 17 00:00:00 2001 From: LuoXingchen935 <42908923+LuoXingchen935@users.noreply.github.com> Date: Tue, 22 Jul 2025 09:40:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=AD=A3=E5=88=99=E8=A1=A8?= =?UTF-8?q?=E8=BE=BE=E5=BC=8F=E6=B5=8B=E8=AF=95=E5=99=A8=E3=80=81=E6=AD=A3?= =?UTF-8?q?=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F=E5=A4=87=E5=BF=98=E5=BD=95?= =?UTF-8?q?=E5=92=8COutlook=E5=AE=89=E5=85=A8=E9=93=BE=E6=8E=A5=E8=A7=A3?= =?UTF-8?q?=E7=A0=81=E5=99=A8=E7=9A=84=E6=9C=AC=E5=9C=B0=E5=8C=96=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en.yml | 27 +++++++++++++++++++++++++++ locales/zh.yml | 29 ++++++++++++++++++++++++++++- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index d03d80d3..b08b6b22 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -392,3 +392,30 @@ tools: text-to-binary: title: Text to ASCII binary description: Convert text to its ASCII binary representation and vice-versa. + + email-normalizer: + title: Email normalizer + description: Normalize email addresses to a standard format for easier comparison. Useful for deduplication and data cleaning. + + markdown-to-html: + title: Markdown to HTML + description: Convert Markdown to Html and allow to print (as PDF) + + xml-to-json: + title: XML to JSON + description: Convert XML to JSON。 + + json-to-xml: + title: JSON to XML + description: Convert JSON to XML。 + regex-tester: + title: Regex Tester + description: Test your regular expressions with sample text. + + regex-memo: + title: Regex cheatsheet + description: Javascript Regex/Regular Expression cheatsheet + + safelink-decoder: + title: Outlook Safelink decoder + description: Decode Outlook SafeLink links \ No newline at end of file diff --git a/locales/zh.yml b/locales/zh.yml index 97968eb5..5f0ba53b 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -188,7 +188,7 @@ tools: toml-to-yaml: title: TOML 到 YAML - description: Parse and convert TOML to YAML. + description: 解析TOML并将其转换为YAML。 math-evaluator: title: 数学计算器 @@ -388,3 +388,30 @@ tools: text-to-binary: title: 文本到 ASCII 二进制 description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 + + email-normalizer: + title: 电子邮件规范化工具 + description: 将电子邮件地址规范化为标准格式,以便于比较。对去重和数据清理很有用。 + + markdown-to-html: + title: 将 Markdown 转换为 HTML + description: 将 Markdown 转换为 HTML并允许打印(以PDF格式)。 + + xml-to-json: + title: XML 转 JSON + description: 将 XML 转换为 JSON。 + + json-to-xml: + title: JSON 转 XML + description: 将 JSON 转换为 XML。 + regex-tester: + title: 正则表达式测试器 + description: 使用实例文本测试您的正则表达式。 + + regex-memo: + title: 正则表达式速查表 + description: JavaScript 正则表达式速查表。 + + safelink-decoder: + title: Outlook 安全链接解码器 + description: 解码 Outlook 安全链接。 \ No newline at end of file