Skip to content

Commit

Permalink
build(release): update build
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 25, 2022
1 parent 3b858be commit 959588a
Show file tree
Hide file tree
Showing 4 changed files with 3,728 additions and 19 deletions.
Binary file modified plugin-dev-out/zh.jar
Binary file not shown.
36 changes: 18 additions & 18 deletions plugin-dev-raw/zh/messages/GitBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ errors.message.item=\n\
errors.message=Git 操作以多個錯誤結束: {0}

# suppress inspection "UnusedProperty": used by 3-party plugins
fetch.action.name=提取
fetch.action.name=獲取
fetch.pruned.obsolete.remote.references=刪除過時的遠端 {0,choice,1#引用|2#引用}: {1}

# suppress inspection "UnusedProperty": used by 3-party plugins
Expand Down Expand Up @@ -528,7 +528,7 @@ git.add.to.exclude.file.action.description=將條目添加到 .git/info/exclude
git.open.exclude.file.action.text=打開 .git/info/exclude
git.open.exclude.file.action.description=在編輯器中打開 .git/info/exclude

git.fetch.progress=正在提取
git.fetch.progress=正在獲取

action.CopyPathFromRepositoryRootProvider.text=倉庫根路徑
action.git4idea.commands.TestGitHttpLoginDialogAction.text=測試 Git 登錄對話框
Expand All @@ -549,7 +549,7 @@ action.Git.Rebase.Abort.text=中止變基
action.Git.Rebase.text=變基…
action.Git.Rebase.operation.name=變基
action.Git.Pull.text=拉取…
action.Git.Fetch.text=提取
action.Git.Fetch.text=獲取
action.Git.Clone.text=克隆…
action.Git.Configure.Remotes.text=管理遠端…
action.Git.Reset.text=重置 HEAD…
Expand All @@ -573,7 +573,7 @@ action.Git.Rename.Local.Branch.description=重命名本地分支
action.Git.New.Branch.description=僅選擇一個分支以繼續創建新分支
action.Git.New.Branch.dialog.title=從 {0} 創建分支
action.Git.Update.Selected.text=更新所選內容
action.Git.Update.Selected.description=從跟踪的遠端提取並使用 {1} 或像 `git fetch branch:branch` 一樣的快進(如果可能)更新所選{0,choice,1#分支|2#分支}
action.Git.Update.Selected.description=從跟踪的遠端獲取並使用 {1} 或像 `git fetch branch:branch` 一樣的快進(如果可能)更新所選{0,choice,1#分支|2#分支}
action.Git.Update.Selected.description.already.running=更新已在執行
action.Git.Update.Selected.description.select.non.current=僅選擇非當前分支
action.Git.Update.Selected.description.tracking.not.configured=沒有為所選{0,choice,1#分支|2#分支}配置跟踪分支
Expand All @@ -588,8 +588,8 @@ action.Git.Show.My.Branches.description.not.all.roots.indexed=並沒有為所有
action.Git.Show.My.Branches.description.not.graph.ready=該日志尚未就緒,請稍候。
action.Git.Show.My.Branches.description.is.my.branch=如果分支的所有獨佔提交都是由“我”(即當前 Git 作者)執行的,則此分支為“我的”。
action.Git.Show.My.Branches.description.calculating.branches.progress=正在計算我的分支
action.Git.Fetch.title=提取所有遠端
action.Git.Fetch.description.fetch.in.progress=正在提取
action.Git.Fetch.title=獲取所有遠端
action.Git.Fetch.description.fetch.in.progress=正在獲取
action.Git.Toggle.Favorite.title=標記/取消標記為收藏項
action.Git.Loading.Branches.progress=正在載入分支…
group.Git.Log.Branches.Settings.text=分支窗格設定
Expand Down Expand Up @@ -658,7 +658,7 @@ settings.push.dialog=為提交和推送顯示推送對話框
settings.push.dialog.for.protected.branches=僅在提交到受保護分支時顯示推送對話框
settings.protected.branched=受保護分支:
settings.synchronize.branch.protection.rules=從 GitHub 載入分支保護規則
settings.synchronize.branch.protection.rules.description=將 GitHub 規則添加到本地規則中,並在每次提取時進行同步
settings.synchronize.branch.protection.rules.description=將 GitHub 規則添加到本地規則中,並在每次獲取時進行同步
settings.credential.helper=使用憑據幫助程序
settings.filter.update.info=按路徑過濾“更新專案”資訊:
settings.explicitly.check=顯式檢查遠端上的傳入提交:
Expand Down Expand Up @@ -708,8 +708,8 @@ push.notification.description.rejected=推送到 {0} 被拒
push.notification.description.up.to.date=所有內容都已處於最新狀態
push.notification.force.push.anyway.action=仍然強制推送
push.notification.force.push.progress.title.pushing=正在推送…
push.notification.force.with.lease.help.description.first=Force-with-lease 推送阻止重寫尚未提取到本地倉庫的遠端更改
push.notification.force.with.lease.help.description.second=提取最新變更,以確認能否安全丟棄變更並重複執行推送操作
push.notification.force.with.lease.help.description.first=Force-with-lease 推送阻止重寫尚未獲取到本地倉庫的遠端更改
push.notification.force.with.lease.help.description.second=獲取最新變更,以確認能否安全丟棄變更並重複執行推送操作
push.notification.force.with.lease.help=何為 Force-with-Lease?
push.notification.partially.failed.title=推送部分失敗
push.notification.partially.rejected.title=推送部分被拒
Expand Down Expand Up @@ -854,8 +854,8 @@ repositories=倉庫
common.remote.branches=公共遠端分支
common.local.branches=公共本地分支
update.checks.not.supported.git.2.9.required=不支持更新檢查。需要 Git 2.9 及以上版本
action.fetch.text=提取
fetching=正在提取
action.fetch.text=獲取
fetching=正在獲取
branches.current.branch=當前分支
branches.tracking.branch.doesn.t.configured.for.s=沒有為 {0} 配置跟踪分支
branches.update.is.already.running=更新已在執行
Expand Down Expand Up @@ -1242,8 +1242,8 @@ error.git.version.check.failed=執行 ''git --version'' 時出錯。退出程式

local.changes.save.policy.stash=儲藏
local.changes.save.policy.shelve=擱置
notification.title.fetch.failure=提取失敗
notification.title.fetch.success=提取成功
notification.title.fetch.failure=獲取失敗
notification.title.fetch.success=獲取成功
title.sudo.command.install.git=安裝 Git

activity.name.unstash=取消儲藏
Expand Down Expand Up @@ -1319,12 +1319,12 @@ dialog.message.untracked.files.will.be.overwritten.by.operation=這些未跟踪
button.rollback=回滾
button.don.t.rollback=不回滾
progress.title.update=更新
notification.content.fetched.successfully=已成功提取
notification.content.fetch.cancelled.by.user=使用者取消了提取
notification.content.fetch.failed.couldn.t.authorize=提取失敗: 授權錯誤
notification.content.fetched.successfully=已成功獲取
notification.content.fetch.cancelled.by.user=使用者取消了獲取
notification.content.fetch.failed.couldn.t.authorize=獲取失敗: 授權錯誤
notification.content.couldn.t.authorize=授權錯誤
notification.title.fetch.failed=提取失敗
notification.title.fetch.details=提取詳細資訊
notification.title.fetch.failed=獲取失敗
notification.title.fetch.details=獲取詳細資訊
notification.title.couldn.t.reset.merge=無法中止合併操作
notification.title.error.merging=合併錯誤
progress.text.merging.repository=正在合併 {0}…
Expand Down
2 changes: 1 addition & 1 deletion plugin-dev-raw/zh/messages/GithubBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rebase.action.description=相對於來源變基 GitHub 復刻倉庫
rebase.process=正在變基 GitHub 復刻…
rebase.process.adding.github.parent.as.remote.host=正在將 GitHub 父項添加為遠端主機…
rebase.process.configuring.upstream.remote=正在配置上游遠端…
rebase.process.fetching.upstream=正在提取上游
rebase.process.fetching.upstream=正在獲取上游
rebase.process.operation.title=正在變基
rebase.process.rebasing.branch.onto=正在將當前分支變基到 ''{0}''…
rebase.process.rebasing.onto=正在變基到 ''{0}''…
Expand Down
Loading

0 comments on commit 959588a

Please sign in to comment.