Merge 070a772bce into 07eea0f484
				
					
				
			This commit is contained in:
		
						commit
						5107d4753e
					
				| @ -98,7 +98,7 @@ tools: | |||||||
| 
 | 
 | ||||||
|   svg-placeholder-generator: |   svg-placeholder-generator: | ||||||
|     title: SVG 占位符生成器 |     title: SVG 占位符生成器 | ||||||
|     description: 生成 svg 图像以用作应用程序中的占位符。 |     description: 生成 SVG 图像以用作应用程序中的占位符。 | ||||||
| 
 | 
 | ||||||
|   json-to-csv: |   json-to-csv: | ||||||
|     title: JSON 转 CSV |     title: JSON 转 CSV | ||||||
| @ -110,15 +110,15 @@ tools: | |||||||
| 
 | 
 | ||||||
|   keycode-info: |   keycode-info: | ||||||
|     title: Keycode 信息 |     title: Keycode 信息 | ||||||
|     description: 查找任何按下的键的javascript键代码、代码、位置和修饰符。 |     description: 查找任何按下的键的 JavaScript 键代码、代码、位置和修饰符。 | ||||||
| 
 | 
 | ||||||
|   emoji-picker: |   emoji-picker: | ||||||
|     title: Emoji 选择器 |     title: Emoji 选择器 | ||||||
|     description: 轻松复制和粘贴Emoji表情符号,并获得每个表情符号的unicode和code points值. |     description: 轻松复制和粘贴 Emoji 表情符号,并获得每个表情符号的 Unicode 和 Code points 值。 | ||||||
| 
 | 
 | ||||||
|   color-converter: |   color-converter: | ||||||
|     title: Color 选择器 |     title: Color 选择器 | ||||||
|     description: 在不同格式(十六进制、rgb、hsl和css名称)之间转换颜色 |     description: 在不同格式(十六进制、rgb、hsl和css名称)之间转换颜色。 | ||||||
|   bcrypt: |   bcrypt: | ||||||
|     title: 加密 |     title: 加密 | ||||||
|     description: 使用bcrypt对文本字符串进行哈希和比较。Bcrypt是一个基于Blowfish密码的密码哈希函数。 |     description: 使用bcrypt对文本字符串进行哈希和比较。Bcrypt是一个基于Blowfish密码的密码哈希函数。 | ||||||
| @ -141,11 +141,11 @@ tools: | |||||||
| 
 | 
 | ||||||
|   git-memo: |   git-memo: | ||||||
|     title: Git 备忘录 |     title: Git 备忘录 | ||||||
|     description: Git是一种去中心化的版本管理软件。使用此备忘单,您可以快速访问最常见的git命令. |     description: Git 是一种去中心化的版本管理软件。使用此备忘单,您可以快速访问最常见的 Git 命令. | ||||||
| 
 | 
 | ||||||
|   slugify-string: |   slugify-string: | ||||||
|     title: 打乱字符串 |     title: 打乱字符串 | ||||||
|     description: 确保字符串 url、文件名和 id 安全。 |     description: 确保字符串 URL、文件名和 id 安全。 | ||||||
| 
 | 
 | ||||||
|   encryption: |   encryption: | ||||||
|     title: 加密/解密文本 |     title: 加密/解密文本 | ||||||
| @ -168,7 +168,7 @@ tools: | |||||||
|     description: 将罗马数字转换为数字,并将数字转换为罗马数字。 |     description: 将罗马数字转换为数字,并将数字转换为罗马数字。 | ||||||
| 
 | 
 | ||||||
|   hmac-generator: |   hmac-generator: | ||||||
|     title: Hmac 生成器 |     title: HMAC 生成器 | ||||||
|     description: 使用密钥和您喜欢的哈希函数计算基于哈希的消息身份验证代码(HMAC)。 |     description: 使用密钥和您喜欢的哈希函数计算基于哈希的消息身份验证代码(HMAC)。 | ||||||
| 
 | 
 | ||||||
|   bip39-generator: |   bip39-generator: | ||||||
| @ -188,7 +188,7 @@ tools: | |||||||
| 
 | 
 | ||||||
|   toml-to-yaml: |   toml-to-yaml: | ||||||
|     title: TOML 到 YAML |     title: TOML 到 YAML | ||||||
|     description: Parse and convert TOML to YAML. |     description: 解析 TOML 并将其转换为 YAML。 | ||||||
| 
 | 
 | ||||||
|   math-evaluator: |   math-evaluator: | ||||||
|     title: 数学计算器 |     title: 数学计算器 | ||||||
| @ -200,7 +200,7 @@ tools: | |||||||
| 
 | 
 | ||||||
|   url-parser: |   url-parser: | ||||||
|     title: Url 分析器 |     title: Url 分析器 | ||||||
|     description: 解析url字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…) |     description: 解析 Url 字符串以获取所有不同的部分(协议、来源、参数、端口、用户名密码…) | ||||||
| 
 | 
 | ||||||
|   iban-validator-and-parser: |   iban-validator-and-parser: | ||||||
|     title: IBAN 验证器和解析器 |     title: IBAN 验证器和解析器 | ||||||
| @ -219,8 +219,8 @@ tools: | |||||||
|     description: 更改字符串的大小写并在不同格式之间进行选择 |     description: 更改字符串的大小写并在不同格式之间进行选择 | ||||||
| 
 | 
 | ||||||
|   html-entities: |   html-entities: | ||||||
|     title: 转义html实体 |     title: 转义 HTML 实体 | ||||||
|     description: 转义或unescape html实体(将<、>、&、“和\'替换为其html版本) |     description: 转义或取消转义 HTML 实体(将<、>、&、“和\'替换为其 HTML 版本) | ||||||
| 
 | 
 | ||||||
|   json-prettify: |   json-prettify: | ||||||
|     title: JSON 美化和格式化 |     title: JSON 美化和格式化 | ||||||
| @ -228,15 +228,15 @@ tools: | |||||||
| 
 | 
 | ||||||
|   docker-run-to-docker-compose-converter: |   docker-run-to-docker-compose-converter: | ||||||
|     title: Docker Run 到 docker-compose 转换器 |     title: Docker Run 到 docker-compose 转换器 | ||||||
|     description: 将 docker run 命令行转换为 docker-compose 文件! |     description: 将 docker run 命令行转换为 docker-compose 文件! | ||||||
| 
 | 
 | ||||||
|   mac-address-lookup: |   mac-address-lookup: | ||||||
|     title: MAC 地址查找 |     title: MAC 地址查找 | ||||||
|     description: 通过设备的 MAC 地址查找设备的供应商和制造商。 |     description: 通过设备的 MAC 地址查找设备的供应商和制造商。 | ||||||
| 
 | 
 | ||||||
|   mime-types: |   mime-types: | ||||||
|     title: mime类型 |     title: MIME 类型 | ||||||
|     description: 将mime类型转换为扩展,反之亦然。 |     description: 将 MIME 类型转换为扩展,反之亦然。 | ||||||
| 
 | 
 | ||||||
|   toml-to-json: |   toml-to-json: | ||||||
|     title: TOML 到 JSON |     title: TOML 到 JSON | ||||||
| @ -244,15 +244,15 @@ tools: | |||||||
| 
 | 
 | ||||||
|   lorem-ipsum-generator: |   lorem-ipsum-generator: | ||||||
|     title: Lorem ipsum 生成器 |     title: Lorem ipsum 生成器 | ||||||
|     description: Lorem ipsum是一种占位符文本,通常用于演示文档或字体的视觉形式,而不依赖于有意义的内容 |     description: Lorem ipsum 是一种占位符文本,通常用于演示文档或字体的视觉形式,而不依赖于有意义的内容。 | ||||||
| 
 | 
 | ||||||
|   qrcode-generator: |   qrcode-generator: | ||||||
|     title: 二维码生成器 |     title: 二维码生成器 | ||||||
|     description: 生成并下载url或文本的QR代码,并自定义背景和前景颜色。 |     description: 生成并下载 URL 或文本的 QR 代码,并自定义背景和前景颜色。 | ||||||
| 
 | 
 | ||||||
|   wifi-qrcode-generator: |   wifi-qrcode-generator: | ||||||
|     title: WiFi 二维码生成器 |     title: Wi-Fi 二维码生成器 | ||||||
|     description: 生成和下载QR码以快速连接到WiFi网络。 |     description: 生成和下载 QR 码以快速连接到 Wi-Fi 网络。 | ||||||
| 
 | 
 | ||||||
|   xml-formatter: |   xml-formatter: | ||||||
|     title: XML 格式化 |     title: XML 格式化 | ||||||
| @ -280,18 +280,19 @@ tools: | |||||||
| 
 | 
 | ||||||
|   mac-address-generator: |   mac-address-generator: | ||||||
|     title: MAC 地址生成器 |     title: MAC 地址生成器 | ||||||
|     description: 输入数量和前缀。MAC地址将以您选择的大小写(大写或小写)生成 |     description: 输入数量和前缀。MAC 地址将以您选择的大小写(大写或小写)生成。 | ||||||
| 
 | 
 | ||||||
|   json-diff: |   json-diff: | ||||||
|     title: JSON 差异比较 |     title: JSON 差异比较 | ||||||
|     description: 比较两个 JSON 对象并获得它们之间的差异。 |     description: 比较两个 JSON 对象并获得它们之间的差异。 | ||||||
|  | 
 | ||||||
|   jwt-parser: |   jwt-parser: | ||||||
|     title: JWT 解析器 |     title: JWT 解析器 | ||||||
|     description: 解析和解码JSON Web Token(jwt)并显示其内容。 |     description: 解析和解码 JSON Web Token(JWT)并显示其内容。 | ||||||
| 
 | 
 | ||||||
|   date-converter: |   date-converter: | ||||||
|     title: 日期时间转换器 |     title: 日期时间转换器 | ||||||
|     description: 将日期和时间转换为各种不同的格式 |     description: 将日期和时间转换为各种不同的格式。 | ||||||
| 
 | 
 | ||||||
|   phone-parser-and-formatter: |   phone-parser-and-formatter: | ||||||
|     title: 电话分析器和格式化程序 |     title: 电话分析器和格式化程序 | ||||||
| @ -303,7 +304,7 @@ tools: | |||||||
| 
 | 
 | ||||||
|   og-meta-generator: |   og-meta-generator: | ||||||
|     title: 开放式图形元生成器 |     title: 开放式图形元生成器 | ||||||
|     description: 为您的网站生成开放式图形和社交html元标记。 |     description: 为您的网站生成开放式图形和社交 HTML 元标记。 | ||||||
| 
 | 
 | ||||||
|   ipv6-ula-generator: |   ipv6-ula-generator: | ||||||
|     title: IPv6 ULA 生成器 |     title: IPv6 ULA 生成器 | ||||||
| @ -350,12 +351,12 @@ tools: | |||||||
|     description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的 UUID 数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。 |     description: 通用唯一标识符(UUID)是一个128位数字,用于标识计算机系统中的信息。可能的 UUID 数量为16^32,即2^128或约3.4x10^38(这是一个很大的数字!)。 | ||||||
| 
 | 
 | ||||||
|   ipv4-address-converter: |   ipv4-address-converter: | ||||||
|     title: Ipv4地址转换器 |     title: IPv4 地址转换器 | ||||||
|     description: 在ipv6中,将ip地址转换为十进制、二进制、十六进制或事件 |     description: 将 IP 地址转换为十进制、二进制、十六进制或 IPv6 中的事件。 | ||||||
| 
 | 
 | ||||||
|   text-statistics: |   text-statistics: | ||||||
|     title: 文本统计 |     title: 文本统计 | ||||||
|     description: 获取有关文本、字符数、字数、大小等的信息 |     description: 获取有关文本、字符数、字数、大小等的信息。 | ||||||
| 
 | 
 | ||||||
|   text-to-nato-alphabet: |   text-to-nato-alphabet: | ||||||
|     title: 文本转北约字母表 |     title: 文本转北约字母表 | ||||||
| @ -363,11 +364,11 @@ tools: | |||||||
| 
 | 
 | ||||||
|   basic-auth-generator: |   basic-auth-generator: | ||||||
|     title: 基本身份验证生成器 |     title: 基本身份验证生成器 | ||||||
|     description: 从用户名和密码生成 base64 基本身份验证标头。 |     description: 从用户名和密码生成 Base64 基本身份验证标头。 | ||||||
| 
 | 
 | ||||||
|   text-to-unicode: |   text-to-unicode: | ||||||
|     title: 文本转 Unicode |     title: 文本转 Unicode | ||||||
|     description: 解析文本并将其转换为 unicode,反之亦然 |     description: 解析文本并将其转换为 Unicode,反之亦然。 | ||||||
| 
 | 
 | ||||||
|   ipv4-range-expander: |   ipv4-range-expander: | ||||||
|     title: IPv4 范围扩展器 |     title: IPv4 范围扩展器 | ||||||
| @ -382,8 +383,8 @@ tools: | |||||||
|     description: 为多因素身份验证生成和验证基于时间的 OTP(一次性密码)。 |     description: 为多因素身份验证生成和验证基于时间的 OTP(一次性密码)。 | ||||||
| 
 | 
 | ||||||
|   url-encoder: |   url-encoder: | ||||||
|     title: 编码/解码url格式的字符串 |     title: 编码/解码 URL 格式的字符串 | ||||||
|     description: 编码为url编码格式(也称为“百分比编码”)或从中解码。 |     description: 编码为 URL 编码格式(也称为“百分比编码”)或从中解码。 | ||||||
| 
 | 
 | ||||||
|   text-to-binary: |   text-to-binary: | ||||||
|     title: 文本到 ASCII 二进制 |     title: 文本到 ASCII 二进制 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user