From ecc35fdd5db5e06d67ab0cc5d9a1f2d562e6808e Mon Sep 17 00:00:00 2001 From: dragonish Date: Mon, 23 Feb 2026 17:13:30 +0800 Subject: [PATCH] i18n(zh): fix incorrect translation in yaml-to-json-converter --- locales/zh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/zh.yml b/locales/zh.yml index 6ccac9938f..0855fed02e 100644 --- a/locales/zh.yml +++ b/locales/zh.yml @@ -877,7 +877,7 @@ tools: input-label-your-yaml: 您的YAML input-placeholder-paste-your-yaml-here: 在此粘贴YAML... output-label-json-from-your-yaml: 由您的YAML转换的JSON - label-nestify-a-b-c-to-nested-objects: Nestify('abc' 为嵌套对象) + label-nestify-a-b-c-to-nested-objects: 嵌套化(将'a.b.c'转为嵌套对象) uuid-generator: title: UUID生成器 description: 通用唯一标识符(UUID)是128位数字,用于在计算机系统中标识信息。可能的UUID数量为16^32(即2^128,约3.4×10^38,数量极其庞大)。