We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4133635 commit ce27e48Copy full SHA for ce27e48
options/locale/locale_zh-CN.ini
@@ -695,6 +695,7 @@ editor.delete=删除 '%s'
695
editor.commit_message_desc=添加一个可选的扩展描述...
696
editor.commit_directly_to_this_branch=直接提交至 <strong class="branch-name">%s</strong> 分支。
697
editor.create_new_branch=为此提交创建一个 <strong>新的分支</strong> 并发起合并请求。
698
+editor.propose_file_change=提议文件更改
699
editor.new_branch_name_desc=新的分支名称...
700
editor.cancel=取消
701
editor.filename_cannot_be_empty=文件名不能为空。
@@ -1405,6 +1406,8 @@ branch.deleted_by=删除人:%s
1405
1406
branch.restore_success=分支 '%s' 已恢复。
1407
branch.restore_failed=未能还原分支%s。
1408
branch.protected_deletion_failed=分支 '%s' 已被保护,不可删除。
1409
+branch.restore=恢复分支 '%s'
1410
+branch.download=下载分支 '%s'
1411
1412
topic.manage_topics=管理主题
1413
topic.done=保存
0 commit comments