From 231b67f55a637746468fd63f61a410d67d51bc1f Mon Sep 17 00:00:00 2001 From: Eric Trenkel Date: Sun, 13 Aug 2023 11:57:31 +0200 Subject: [PATCH] Fixed chinese translation of "snippet" (#204) * Changed "Quick actions" to "snippets" * Changed Community Actions to Snippets * Version bump * Version bump * Changed snippet to code snippet --- lib/i18n/zh_CN.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/i18n/zh_CN.json b/lib/i18n/zh_CN.json index 15d8be6..15c1b6e 100644 --- a/lib/i18n/zh_CN.json +++ b/lib/i18n/zh_CN.json @@ -77,7 +77,7 @@ "startdirectorypath-text": "起始目录路径", "wsldefaultuser-text": "(可选)要使用的 WSL 默认用户", "emptyfieldsfordefault-text": "(如果您的 WSL 版本不支持,请清空默认字段)", - "runquickaction-text": "运行片段", + "runquickaction-text": "运行代码片段", "upload-text": "上传", "startstopserving-text": "开始/停止在网络上提供服务", "startedserving-text": "正在网络上为 %s 提供服务", @@ -90,15 +90,15 @@ "yesoverride-text": "是的,同步(覆盖)", "settingname-text": "设置名称", "yourcodehere-text": "填入你的代码", - "addquickaction-text": "添加片段", - "addquickactioninfo-text": "添加片段,您将在此处看到它。", + "addquickaction-text": "添加代码片段", + "addquickactioninfo-text": "添加代码片段,您将在此处看到它。", "newversion-text": "有新版本可用", "downloadnow-text": "现在下载", "orcheck-text": "或检查", "windowsstore-text": "Windows 商店", "homepage-text": "主界面", "about-text": "关于此软件", - "managequickactions-text": "管理片段", + "managequickactions-text": "管理代码片段", "addinstance-text": "添加实例", "editwslconfig-text": "直接编辑 .wslconfig", "stopwsl-text": "停止 WSL", @@ -124,7 +124,7 @@ "addcommunityactions-text": "添加社区快速操作", "done-text": "完成", "search-text": "搜索", - "shareyourquickaction-text": "分享你的片段", + "shareyourquickaction-text": "分享你的代码片段", "wslsettings-text": "WSL 设置", "boot-text": "启动", "automount-text": "自动挂载",