From af40fd476ec175fd5b54ad735ec5755165c7bc1d Mon Sep 17 00:00:00 2001 From: tabris Date: Wed, 22 Mar 2023 01:36:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=F0=9F=8C=90=20Chinese=20translat?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit !. update UpProject and DownProject translation --- pkg/i18n/chinese.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/i18n/chinese.go b/pkg/i18n/chinese.go index 79482389..aa125f0b 100644 --- a/pkg/i18n/chinese.go +++ b/pkg/i18n/chinese.go @@ -57,9 +57,9 @@ func chineseSet() TranslationSet { PreviousContext: "上一个选项卡", NextContext: "下一个选项卡", // Attach: "连接/附加", - ViewLogs: "查看日志", - // UpProject: "向上", - // DownProject: "向下", + ViewLogs: "查看日志", + UpProject: "创建并启动容器", + DownProject: "停止并移除容器", RemoveImage: "移除镜像", RemoveVolume: "移除卷", RemoveNetwork: "移除网络",