Welcome to mirror list, hosted at ThFree Co, Russian Federation.

commands.i18n.json « out « git « extensions « cht « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7ef0b15a46bdbc9722cf6ed6244a9c257c07091 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"tag at": "位於 {0} 的標記",
	"remote branch at": "位於 {0} 的遠端分支",
	"create branch": "$(plus) 建立新的分支",
	"repourl": "儲存庫 URL",
	"parent": "父目錄",
	"cloning": "正在複製 Git 儲存庫...",
	"openrepo": "開啟儲存庫",
	"proposeopen": "要開啟複製的儲存庫嗎?",
	"path to init": "資料夾路徑",
	"provide path": "請提供資料夾路徑以初始化 Git 存放庫",
	"HEAD not available": "'{0}' 的 HEAD 版本無法使用。",
	"confirm stage files with merge conflicts": "確定要暫存 {0} 個有合併衝突的檔案嗎?",
	"confirm stage file with merge conflicts": "確定要暫存有合併衝突的 {0} 嗎?",
	"yes": "是",
	"confirm revert": "確定要還原您在 {0} 中選取的變更嗎?",
	"revert": "還原變更",
	"discard": "捨棄變更",
	"confirm delete": "您確定要刪除'{0}'嗎?",
	"delete file": "刪除檔案",
	"confirm discard": "確定要捨棄 {0} 中的變更嗎?",
	"confirm discard multiple": "確定要捨棄 {0} 檔案中的變更嗎?",
	"warn untracked": "這會刪除 {0} 個未追蹤的檔案!",
	"confirm discard all single": "確定要捨棄 {0} 中的變更嗎?",
	"confirm discard all": "確定要捨棄在 {0} 個檔案中的所有變更嗎? 此動作無法復原! 您會永遠失去目前的工作集。",
	"discardAll multiple": "捨棄1個檔案",
	"discardAll": "捨棄所有 {0} 檔案",
	"confirm delete multiple": "確定要刪除 {0} 個檔案嗎?",
	"delete files": "刪除檔案",
	"there are untracked files single": "下列未追蹤檔案若被捨棄,將會從磁碟中刪除: {0}。",
	"there are untracked files": "有 {0} 個未追蹤檔案若被捨棄,將會從磁碟中刪除。",
	"confirm discard all 2": "{0}\n\n這項動作無法復原,您會永久失去目前的工作集。",
	"yes discard tracked": "捨棄 1 個追蹤的檔案",
	"yes discard tracked multiple": "捨棄 {0} 個追蹤的檔案",
	"no staged changes": "沒有暫存變更進行提交\n\n您希望自動暫存您所有變更並直接提交?",
	"always": "永遠",
	"no changes": "沒有任何變更要認可。",
	"commit message": "認可訊息",
	"provide commit message": "請提供認可訊息",
	"select a ref to checkout": "選擇參考進行簽出",
	"branch name": "分支名稱",
	"provide branch name": "請提供分支名稱",
	"select branch to delete": "選擇分支進行刪除",
	"confirm force delete branch": "分支 '{0}' 尚未完整合併. 確定刪除嗎?",
	"delete branch": "刪除分支",
	"select a branch to merge from": "選擇要合併的分支。",
	"merge conflicts": "合併衝突。提交前請解決衝突。",
	"tag name": "標籤名稱",
	"provide tag name": "請提供標籤名稱",
	"tag message": "訊息",
	"provide tag message": "請提供訊息以標註標籤",
	"no remotes to pull": "您的儲存庫未設定要提取的遠端來源。",
	"pick remote pull repo": "挑選要將分支提取出的遠端",
	"no remotes to push": "您的儲存庫未設定要推送的遠端目標。",
	"push with tags success": "已成功使用標籤推送。",
	"nobranch": "請簽出分支以推送到遠端。",
	"pick remote": "挑選要發行分支 '{0}' 的目標遠端:",
	"sync is unpredictable": "此動作會將認可發送至 '{0}' 及從中提取認可。",
	"ok": "確定",
	"never again": "確定不要再顯示",
	"no remotes to publish": "您的儲存庫未設定要發行的遠端目標。",
	"no changes stash": "沒有變更可供隱藏。",
	"provide stash message": "可選擇提供隱藏訊息",
	"stash message": "隱藏訊息",
	"no stashes": "沒有要隱藏可供還原。",
	"pick stash to pop": "請挑選要快顯的隱藏",
	"clean repo": "請先清除您的本地儲存庫工作區再簽出。",
	"cant push": "無法將參考推送到遠端。請先執行 [提取] 以整合您的變更。",
	"git error details": "Git: {0}",
	"git error": "Git 錯誤",
	"open git log": "開啟 Git 記錄"
}