From f56f3dd176998e0efaa6a0100253fbfbe5aea747 Mon Sep 17 00:00:00 2001 From: BoT Date: Fri, 30 Jul 2021 01:35:35 +0800 Subject: [PATCH] Translate chinese (#383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * translate_Chinese * translate_Chinese * Improve simplified Chinese translation, modify simplified Chinese and traditional Chinese file names Signed-off-by: Ray * Improve simplified Chinese translation, modify simplified Chinese and traditional Chinese file names。 Signed-off-by: Ray --- i18n/{cn.toml => zh-cn.toml} | 32 ++++++++++++++++---------------- i18n/{zh.toml => zh-tw.toml} | 0 2 files changed, 16 insertions(+), 16 deletions(-) rename i18n/{cn.toml => zh-cn.toml} (76%) rename i18n/{zh.toml => zh-tw.toml} (100%) diff --git a/i18n/cn.toml b/i18n/zh-cn.toml similarity index 76% rename from i18n/cn.toml rename to i18n/zh-cn.toml index aca17f7..b99d6c9 100644 --- a/i18n/cn.toml +++ b/i18n/zh-cn.toml @@ -77,29 +77,29 @@ other = "查看更多" [show_less] other = "显示较少" -# [responsibilities] -# other = "Responsibilities:" +[responsibilities] +other = "职责:" -# [present] -# other = "Present" +[present] +other = "至今" -# [comments_javascript] -# other = "Please enable JavaScript to view the" +[comments_javascript] +other = "请启用 JavaScript 以查看" -# [comments_by] -# other = "comments powered by" +[comments_by] +other = "评论支持 by" -# [read] -# other = "Read" +[read] +other = "阅读" -# [project_star] -# other = "Star" +[project_star] +other = "Star" -# [project_details] -# other = "Details" +[project_details] +other = "详情" -# [err_404] -# other = "The page you are looking for is not there yet." +[err_404] +other = "您查找的页面已私奔。" [more] other = "更多的" diff --git a/i18n/zh.toml b/i18n/zh-tw.toml similarity index 100% rename from i18n/zh.toml rename to i18n/zh-tw.toml