mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-07 14:35:19 +02:00
新增正则表达式测试器、正则表达式备忘录和Outlook安全链接解码器的本地化翻译
This commit is contained in:
parent
07eea0f484
commit
0c88a36a81
2 changed files with 55 additions and 1 deletions
|
@ -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
|
|
@ -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 安全链接。
|
Loading…
Add table
Add a link
Reference in a new issue