Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
29 changes: 28 additions & 1 deletion locales/zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ tools:

toml-to-yaml:
title: TOML 到 YAML
description: Parse and convert TOML to YAML.
description: 解析TOML并将其转换为YAML。

math-evaluator:
title: 数学计算器
Expand Down Expand Up @@ -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 安全链接。
Loading