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