diff options
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 9 | ||||
-rw-r--r-- | conf/locale/locale_zh-CN.ini | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 436b94df83..b241e45dd7 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -249,6 +249,15 @@ clone_this_repo = Clone this repository create_new_repo_command = Create a new repository on the command line push_exist_repo = Push an existing repository from the command line +branch = Branch +tree = Tree +branch_and_tags = Branches & Tags +branches = Branches +tags = Tags +issues = Issues +commits = Commits +releases = Releases + settings = Settings settings.options = Options settings.collaboration = Collaboration diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index da35985b80..2957cf9085 100644 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -249,6 +249,15 @@ clone_this_repo = 克隆当前仓库 create_new_repo_command = 从命令行创建一个新的仓库 push_exist_repo = 从命令行推送已经创建的仓库 +branch = 分支 +tree = 目录树 +branch_and_tags = 分支与标签 +branches = 分支列表 +tags = 标签列表 +issues = 工单管理 +commits = 提交历史 +releases = 版本发布 + settings = 仓库设置 settings.options = 基本设置 settings.collaboration = 管理协作者 |