diff options
author | 2024-02-05 18:06:36 +0800 | |
---|---|---|
committer | 2024-02-05 11:06:36 +0100 | |
commit | 9c6b12225e5e18a92442a079ff1f4776f14db188 (patch) | |
tree | 0d045395980e45e18e3ccdd374ec814eaae1874e /src/tools/text-to-binary | |
parent | 7f5fa001473bca4c2a7cf7952c7586546e9da9a8 (diff) | |
download | it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.tar.gz it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.tar.zst it-tools-9c6b12225e5e18a92442a079ff1f4776f14db188.zip |
feat(i18n): added zh tools translations (#874)
Diffstat (limited to 'src/tools/text-to-binary')
-rw-r--r-- | src/tools/text-to-binary/locales/zh.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/text-to-binary/locales/zh.yml b/src/tools/text-to-binary/locales/zh.yml index e69de29..a30f942 100644 --- a/src/tools/text-to-binary/locales/zh.yml +++ b/src/tools/text-to-binary/locales/zh.yml @@ -0,0 +1,4 @@ +tools: + text-to-binary: + title: 文本到 ASCII 二进制 + description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。 |