forked from yk47g/gitkraken-chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings_7.3.2.json
2269 lines (2267 loc) · 137 KB
/
strings_7.3.2.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"languageOption": {
"label": "English (US)",
"value": "en-us"
},
"menuStrings": {
"ToggleDeveloperTools":"切换开发者工具",
"OpenInFileManager":"在文件管理器中打开",
"E&xit":"退出(&X)",
"&Cut":"剪切(&C)",
"ViewActivityLogs":"查看活动日志",
"CheckingForUpdates":"正在检查更新...",
"Developer":"开发者",
"Open&Terminal":"打开终端(&T)",
"ViewErrorLogs":"查看错误日志",
"Favorites":"收藏夹",
"OpenRepoInExternalEditor":"在外部编辑器中打开仓库",
"Copy":"复制",
"&Preferences":"首选项(&P)...",
"OpenRepo":"打开存储库",
"ShowAll":"显示全部",
"ToggleFullScreen":"切换全屏",
"VersionNumber":"版本<%= version %>(<%= bitness %>位)",
"UpdateAvailableWithVersion":"可用更新(<%= updateAvailableVersion %>)",
"UpdateAvailableDownloadDeb":"下载.deb文件",
"OpenFavorite2":"打开收藏夹仓库2",
"SelectTab5":"选择标签5",
"UpdateAvailableDownloadTargz":"下载.tar.gz文件",
"AboutProduct":"关于<%= productName %>",
"SelectTab9":"选择标签9",
"FollowUsOnTwitter":"在推特上关注我们",
"Help":"帮助",
"ToggleDeveloper&Tools":"切换开发者工具(&T)",
"SelectAll":"全选",
"SelectTab4":"选择标签4",
"Paste":"粘贴",
"&Paste":"粘贴(&P)",
"Services":"服务",
"ProductName":"<%= productName %>",
"DownloadUpdate":"下载更新",
"UpdateAvailableDownloadRpm":"下载.rpm文件",
"OpenFavorite9":"打开收藏夹仓库9",
"OpenFavorite8":"打开收藏夹仓库8",
"SelectTab1":"选择标签1",
"OpenFavorite3":"打开收藏夹仓库3",
"CloseTab":"关闭标签",
"OpenFavorite1":"打开收藏夹仓库1",
"Toggle&FullScreen":"切换全屏(&F)",
"OpenFavorite6":"打开收藏夹仓库6",
"OpenFavorite5":"打开收藏夹仓库5",
"OpenFavorite4":"打开收藏夹仓库4",
"DownloadingUpdate":"正在下载更新...",
"New&Tab":"新标签",
"ReopenClosed&Tab":"重新打开已关闭&标签",
"KeyboardShortcuts":"键盘快捷键",
"SelectTab8":"选择标签8",
"NewTab":"新标签",
"C&opy":"复制(&O)",
"&Help":"帮助(&H)",
"RunTestsWithCoverage":"使用覆盖率运行测试...",
"&InitRepo":"初始化存储库(&I)",
"Quit":"退出GitKraken",
"Preferences":"首选项...",
"ViewPerformanceLogs":"查看性能日志",
"UpdateErroredAtTime":"更新错误<%= updateErrorTime %>",
"CheckForUpdateWithLastCheckedTime":"检查更新<%= updateLastCheckedTime %>",
"Tabs":"标签",
"&Undo":"撤消(&U)",
"SelectTab2":"选择标签2",
"OpenRepoInExternal&Editor":"在外部和编辑器中打开仓库",
"Hide":"隐藏GitKraken",
"Redo":"重做",
"File":"文件",
"Minimize":"最小化",
"SelectTab7":"选择标签7",
"SelectPreviousTab":"选择上一个标签",
"RunTests":"运行测试...",
"SendUsFeedback":"向我们发送反馈",
"GetSupport":"获取支持",
"Edit":"编辑",
"SupportLogs":"支持日志",
"OpenTerminal":"打开终端",
"SelectTab3":"选择标签3",
"CloneRepo":"克隆存储库",
"ToggleReactPerfRecording":"启动/停止响应性能记录",
"PrintPerformanceTimingsToTerminal":"打印到终端的性能时序",
"&Reload":"重新加载(&R)",
"ViewReleaseNotes":"查看发行说明",
"HideOthers":"隐藏其他",
"ViewSupportDocs":"查看支持文档",
"Clo&neRepo":"克隆存储库(&N)",
"OpenRepoInNamedExternalEditor":"Open Repo in {0}",
"Cut":"剪切",
"Window":"窗口",
"&Redo":"重做(&R)",
"&OpenRepo":"打开存储库(&O)",
"&View":"查看(&V)",
"OpenFuzzyFinder":"打开模糊查找器",
"OpenFavorite7":"打开收藏夹仓库7",
"SelectTab6":"选择标签6",
"ReopenClosedTab":"重新打开关闭的标签页",
"Reload":"重新加载",
"Undo":"撤消",
"&Edit":"编辑(&E)",
"&File":"文件(&F)",
"View":"查看",
"SelectNextTab":"选择下一个标签",
"RestartAndInstallUpdate":"重启并安装更新",
"RunSystemTests":"运行系统测试...",
"UpdateDownloadedShowFile":"更新已下载(显示文件)",
"Zoom":"缩放",
"InitRepo":"初始化存储库",
"SignIntoDifferentAccount":"登录其他帐户",
"Select&All":"全选(&A)"
},
"strings": {
"SSHConfig-SSHKeySaveLocation":"SSH密钥保存位置",
"PullRequestPanel-Assignees":"负责人",
"RemoteForm-ForkNotFound":"You have not yet forked {0} on {1}.",
"RightPanel-NChangesOn":"{0}文件改动",
"ErrorMessage-GitHubEnterpriseTooOld":"GitKraken不再支持您的GitHub Enterprise实例。请要求您的网络管理员更新您的GitHub Enterprise服务器。",
"Error-CherrypickFailed":"摘取失败",
"Profile-SyncChanges":"保持我的.gitconfig与配置文件同步更新",
"DropCommitsButtonLabel":"删除提交",
"Error-InotifyLimitReached":"通知上限错误",
"BreadCrumbs-FavoritesHeader":"收藏夹",
"Create":"创建",
"NewTabView-JoinSlackCommunity":"加入GitKraken Slack社区",
"CloneRepo-RepoToCloneViaService":"要克隆的存储库",
"IssueTrackerError-IncorrectVersionGitLab":"低于13.1的GitLab自我管理版本不支持问题跟踪。",
"Submodule-PathConflict":"Submodule {0} cannot be initialized because a submodule is already initalized at {1}",
"SaveFileButtonLabel":"保存文件",
"Repo-ClearFromRecentRepositories":"清除最近的存储库中的{0}",
"NewTabView-CloneRepo":"克隆仓库",
"Submodule-FormUpdateStrategy":"更新策略",
"LeftPanel-Expand":"展开面板",
"CommitDetailPanel-AndTheWIP":"和WIP",
"LicenseExpirationWarning-NDays":"License expires in {0} days",
"IssueTrackerFilterForm-SubmitLabel":"创建过滤器",
"RefBar-NAhead":"超前{0}",
"Submodule-FormMerge":"合并",
"Profile-Unlock":"通过升级到专业版解锁配置文件切换",
"Error-GpgKeyGenFailed":"GPG密钥生成失败",
"ContextMenu-IssueViewCardInGKBoards":"在GitKraken板上查看卡",
"Services-SSHKeyTooltip":"使用GitKraken将SSH密钥添加到 {0}。在与{0} SSH存储库交互时, GitKraken将使用该密钥。",
"ViewOnHostingService":"在 {0} 上查看",
"FuzzyFinder-DevPrefix":"开发",
"Error-InvalidPAT":"Your Personal Access Token for {0} was rejected. The token may have been revoked, or it may not have enough scopes.",
"ErrorMessage-RemoteAccessDenied":"访问被拒绝。请确保您有权限在远程执行该操作, 然后重试。",
"ConfirmationMessage-RebaseRequiresCheckout":"要启动变基,必须签出分支\" {0} \"。您现在要这样做吗?",
"FileViewPanel-FileView":"文件视图",
"Standalone-Unlicensed":"未经授权",
"RemoteForm-RemoteName":"名称",
"Registration-EULAFirstTimeMessage":"即将完成!我们只需要确保您同意我们的EULA。",
"ContextMenu-CreateBranchHere":"在此处创建分支",
"PromptForDeleteRepo-Delete":"删除存储库",
"KeyBinding-JumpToPreviousTab":"跳至上一个打开的标签",
"ReleaseNotesTab-LoadingReleaseNotes":"加载发行说明",
"Submodule-CheckingOut":"正在检出子模块{0}",
"ConfirmationMessage-DiscardUnstagedChangesToFile":"这将丢弃对“{0}”的未暂存改动。你确定要继续吗?",
"Notification-FeedbackSent":"反馈已发送",
"Timeline-NWeeksAgo":"{0}周前",
"Registration-GoToLoginLeadin":"已经有账户了?",
"File-StatusDeleted":"已删除",
"IssueTrackerForm-AddIssueButtonLabelDisabledNoProject":"请选择一个项目来创建问题。",
"PullRequestPanel-ShowFiles":"显示档案",
"PullOptions-FetchAll":"获取所有",
"GitFlow-StartRelease":"启始发布",
"Standalone-LicenseInfoForActiveExpiresSoon":"{1}用户的{0}许可。{2}天后过期",
"CancelRewordPreviousCommitMessageButtonLabel":"取消改写",
"FileHistory-AuthorInfo":"由{0}在{1}上创作",
"UnstageNChanges":"取消暂存{0}个文件",
"AbortCherrypickButtonLabel":"中止摘取",
"ContextMenu-ShowAllTags":"显示所有标签",
"GeneralPreferences-AutoFetchIntervalWarningWithLfs":"如果您有许多可见的远程, 这可能会影响性能。LFS 对象将不会自动获取。",
"DiscardUnstagedChangesButtonLabel":"丢弃未暂存的改动",
"Merge-Reset":"清除选择",
"Lfs-AllFilesWithSameExtension":"跟踪具有扩展名 \"{0}\" 的所有文件",
"Error-RepoAlreadyExistsOnAccount":"存储库已存在于该账户",
"Registration-ServerConnectionError":"无法连接到服务器。",
"ExternalMergeTool":"外部合并工具",
"StashMessage-Merge":"在合并\"{0}\"和\"{1}\"之前自动贮藏",
"CommitTemplates-Summary":"摘要",
"Trial-StartXDayTrial":"Start {0}-Day Pro Trial",
"Shop-ShopTitle":"账户管理",
"IssueViewPanel-Milestones":"大事记",
"FuzzyFinder-Settings":"设置",
"Lfs-HasNotBeenInitialized":"LFS未使用{0}进行初始化",
"Services-BitbucketServerUpgradeToPro":"升级到GitKraken专业版并享与BitBucket服务器相同的集成,就像使用Bitbucket.org一样",
"GitFlow-CannotFinishReleaseMissingMaster":"{0}分支必须完结发布",
"IssueTrackerFilterForm-EditGKBoardsFilter":"编辑GitKraken板过滤器",
"PullRequestPanel-NoAssigneesFound":"未找到负责人",
"Standalone-AddAValidLicense":"添加有效的许可证文件以继续。",
"PullRequestBar-JustNow":"刚才",
"GitFlow-CannotFinishHotfixMissingRef":"无热修复可完结",
"Registration-StudentLicenseExpiredBody1-2Button":"使用GitHub登录",
"ErrorMessage-CannotOpenFileCompareToolForMergedDiffs":"当前在关系图中已选中两个以上的提交",
"RedoCannotButtonTooltip":"无法重做",
"IssueTrackerDefaultFilter-MyCards":"我的卡",
"PullRequestBar-Opened":"已打开:{0}",
"Standalone-AddLicense":"添加许可证",
"Submodule-CommitMessageDeleted":"已移除子模块{0}",
"GitFlow-Init-Success":"Git工作流初始化成功",
"Registration-PasswordStrength4":"非常强",
"FileViewPanel-NextDiff":"下一个更改",
"Registration-VerifyEmailTitle":"请验证您的邮件地址",
"Submodule-Status-AddedInitialized":"您的子模块已添加和初始化, 但未提交。",
"RemoteForm-RemoteAccessTypeLabel":"访问",
"Repo-Delete":"删除存储库",
"Profile-SaveChanges":"保存改动",
"IssueViewPanel-BaseNewBranchOn":"建立新分支",
"GitFlow-RebaseOnDevelop":"变基为{0}",
"IssueTracker-Issue":"问题",
"Services-DeleteSSHKey":"删除本地",
"KeyBinding-JumpToSpecificTab":"跳至特定标签",
"NewTabView-ReadGloBoardsDocumentation":"阅读GitKraken主板文档",
"NewTabView-OnHostingService":"on {0}",
"Services-AppKey":"应用程式金钥",
"DeleteAndCommitLabel":"删除并提交",
"JiraFilterForm-JqlEmpty":"JQL不能为空",
"IssueTrackerCreateForm-NoMatch":"没有匹配",
"ContextMenu-ViewServiceRemoteInBrowser":"在{1}上查看{0}",
"GitFlow-Develop":"开发",
"IssueTrackerFilterForm-CreateTrelloFilterFailed":"创建Trello过滤器失败",
"Registration-StudentLicenseExpiredTitle":"学生许可证已过期",
"NewTabView-OpenGlo":"打开GitKraken板",
"ContextMenu-MoveXCommitsUp":"Move {0} commits up",
"Merge-NoAncestorFile":"没有上级文件",
"PullRequestPanel-Description":"描述",
"IssueTracker-UpgradeToCreateAnIssueMessage":"升级GitKraken以创建问题。",
"KeyBinding-OpenNewTab":"开启新分页",
"IssueTrackerFilterForm-EditIssueTrackerFilter":"编辑问题跟踪过滤器",
"OptIntoAnalyticsCancelButtonLabel":"不发送数据",
"Stage":"暂存",
"ContextMenu-CherrypickCommit":"摘取提交",
"ApplyStashError-CloseDetailPanel":"要应用贮藏区,请保存您改动并重试。",
"Folder-MarkConflictedFilesAsResolved":"标记所有为已解决的",
"StashMessage-Checkout":"在检出\"{0}\"之前自动贮藏",
"Error-UnstageSelectionFailed":"取消暂存所选项失败",
"LoadingWithEllipsis":"载入中...",
"GitFlow-CannotStartReleaseMissingDevelop":"{0}分支必须启始发布",
"Gpg-VerificationInfoBadsig":"验证失败,因为签名无效",
"RemoteForm-BitbucketServer":"Bitbucket服务器",
"RightPanel-NCommitsSelected":"{0}个已选中的提交",
"Submodule-Edit":"编辑子模块",
"CloseRepo-CloseFailed":"关闭失败",
"ErrorMessage-RemoteAccessDeniedOrgWarning":"如果{0}是{1}上的组织, 你可能可能需要为GitKraken**请求或授予访问权限**。",
"PromptForCreds-InvalidLogin":"登录无效。请重试:",
"RemoveButtonLabel":"移除",
"ViewShPathSettings":"查看设置",
"ContextMenu-CopyTagName":"将标签名称复制到剪贴板",
"Profile-SetUpYourProfile":"设置您的配置文件",
"KeyBindingFilter-Placeholder":"过滤快捷方式({0} + F)",
"IssueTracker-ViewOnlyPermissionCommentMessageCard":"您无权对此卡发表评论。",
"IssueTrackerError-StatusEditFailed":"无法更新状态",
"PullRequestBar-Updated":"已更新:{0}",
"ContextMenu-CopyCommitId":"将提交ID复制到剪贴板",
"CoauthorsLabel":"共同作者:",
"GPGPreferences":"GPG",
"Services-AuthenticationGeneral":"常规",
"DiscardAllChanges":"丢弃所有改动",
"Error-UnableToMergeInApp":"文件需要外部合并工具来解决",
"Rebasing-PoppingAutoStashLabel":"弹出自动贮藏的改动",
"PullRequestBar-UnknownPullRequestHead":"私有存储库(拒绝访问)",
"PullRequestPanel-OpenGloCard":"打开GitKraken卡",
"IssueTrackerFilterForm-LabelName":"label_name",
"NewTabView-GitKraken":"GitKraken Git GUI",
"PromptForCreds-EnterUsernameInvalid":"用户名{0}不正确。请重试:",
"Error-GpgAnnotateFailedNotEnabled":"无法签名带注释的标签,因为未配置GPG签名密钥",
"Error-OpenRepoInExternalEditorNoRepo":"您必须打开一个存储库才能打开它的外部编辑器",
"IssueTrackerCreateForm-StatusLabel":"状态",
"InitRepo-InitARepo":"初始化存储库",
"FileViewPanel-InlineView":"内联视图",
"NewTabView-FavoriteRepos":"最喜欢的仓库",
"IssueTrackerError-CommentEditFailed":"无法更新评论",
"ContinuousIntegrationTooltip-AllChecksPassed":"已通过所有检查",
"GeneralPreferences-GitConfigDefault":"Git Config默认",
"IssueTrackerCreateForm-SummaryLabel":"摘要",
"GeneralPreferences-AutoFetchInterval":"自动获取间隔",
"Registration-StudentLicenseExpiredBody1-4":"If you're interested in a premium license, {0}.",
"Registration-StudentLicenseExpiredBody1-5Button":"切换到免费许可证",
"FileViewPanel-SplitView":"拆分视图",
"SaveAndStageEditorChanges-Message":"您是否要在暂存之前保存改动, 或者只暂存已保存到磁盘的部分?",
"KeyBinding-SelectNextTopological":"选择分支中的下一个项目",
"Error-BranchNameMayNotContainSpaces":"分支名称中不允许有空格",
"Gpg-VerificationInfoMismatchedEmail":"验证失败,因为提交者电子邮件与该密钥关联的任何电子邮件都不匹配",
"ErrorMessage-SshKeyNotFound":"未找到SSH密钥。请在“首选项->认证”中配置一个。",
"File-DoesNotExist":"文件不存在",
"Gpg-VerificationKeyId":"密钥ID:",
"FuzzyFinder-ViewReleaseNotes":"查看发行说明",
"DropCommitButtonLabel":"删除提交",
"IssueTrackerFilterForm-FilterTextPlaceholder":"输入查询以过滤卡。空白查询将返回板上的所有卡。",
"PullRequestPanel-AzureDevopsEditPullRequestWarning":"如果您选择在Azure开发运维上进行编辑, 您的拉请求标题/描述将不会转移到Azure开发运维",
"AmendPreviousCommitMessageTip":"单击此处修改提交消息",
"ResetFilesButtonLabel":"重置文件",
"FuzzyFinder-OpenInDefaultEditor":"在外部编辑器中打开",
"Notification-AlreadyUpToDate":"已经是最新的",
"RightPanel-1ChangeOn":"1个文件改动",
"PromptForCreds-IncorrectServiceSSHPassphrase":"{0}的SSH密钥密码错误。请重试:",
"Registration-StudentLicenseExpiredBody1-4Button":"查看GitKraken计划",
"ErrorFallback-ConfirmationMessage":"您的错误报告已提交。谢谢!",
"Submodule-CouldNotShowCurrent":"在初始化子模块之前无法解决子模块{0}中的合并冲突",
"IssueTrackerCreateForm-MembersPlaceholder":"搜索成员",
"ErrorMessage-RemoteNotFoundWithName":"无法连接到'{0}'。请仔细检查您的远程URL,并确保您有权限在远程执行该操作,然后重试。",
"UnstageThisChange":"取消暂存这个改动",
"JiraFilterForm-JqlMissingProject":"JQL must contain 'project = \"{0}\"'",
"Submodule-CommitMessageUpdated":"已更新子模块{0}",
"IssueTrackerFilterForm-SyntaxReferenceSubTitleLinkText":"支持网站",
"IssueTrackerFilterForm-ListLabel":"清单:",
"ContextMenu-IssueCheckoutBranchFrom":"Checkout branch from {0}",
"IssueTracker-Members":"会员",
"ContextMenu-GoToParentCommit":"跳转以提交图形",
"GeneralPreferences":"常规",
"PushButtonTooltip":"推送",
"IssueTrackerError-JiraPeoplePermissionError":"您无权浏览Jira上的用户和组",
"Registration-StudentLicenseExpiredBody1-3Button":"访问GitHub教育网站",
"Error-MissingAzureDevopsCreateBranchPermission":"缺少此远程的“创建分支”权限",
"ConfirmationMessage-RebaseRequiresStashAndCheckout":"要开始变基, 您需要贮藏改动并检出分支\"{0}\"。是否立即执行?",
"Error-BitbucketServerForbidden":"Bitbucket服务器:请求被拒绝,因为您或您的令牌权限不足",
"RemoteForm-Url":"URL",
"Error-MergeFailed":"合并失败",
"MarkAsConflicted":"标记为未解决",
"RefreshTokenLabel":"刷新令牌",
"GitFlow-CannotFinishHotfixMissingDevelop":"{0}分支必须完结热修复",
"MergingIntoNamed":"合并到{0}",
"FreeUserLicense":"自由",
"IssueTrackerCreateForm-SuccessfullyCreatedCardOnGitLab":"在GitLab上成功创建问题",
"UndoRedo-RedoFailed":"重做失败",
"ModifySubmodule-Submit":"编辑此子模块",
"GitHubActionForm-WorkflowName":"工作流程名称",
"Standalone-LicenseInfoExpiresToday":"{1}用户的{0}许可。今天过期",
"IssueTracker-Jira":"Jira",
"Lfs-TrackingPatternPlaceholder":"请输入模式(例如: *.Zip)",
"GitFlow-FinishHotfix":"完结热修复",
"Author":"作者",
"StagingPanel-WarningDetachedHeadState":"您处于独立的HEAD状态",
"RightPanel-ViewChanges":"查看改动",
"View-ActivityLog":"活动记录",
"IssueTrackerFilterForm-CreateGKBoardsFilterFailed":"无法创建GitKraken板过滤器",
"IssueTracker-GKBoards":"GitKraken板",
"FuzzyFinder-OpenInTerminalKeywords":"命令行控制台",
"PullRequestBar-Menu":"拉请求操作",
"Standalone-LicensedTo":"授权于",
"InitRepo-HostingServiceAccessLabel":"访问",
"FuzzyFinder-DeleteFilePrefix":"删除文件",
"Registration-Register":"注册",
"PullRequestBar-HourAgo":"{0}小时前",
"ErrorMessage-UnstageFilemodeFailedWithReason":"无法取消暂存{0}的文件模式, 原因如下: {1}",
"About-BuiltBy":"GitKraken由Axosoft在阳光明媚的亚利桑那州斯科茨代尔建造",
"IssueTracker-DefaultIssueTrackerTypeLabel":"将其用作所有存储库的默认值",
"PullRequestPanel-NoCardsFound":"找不到卡",
"IssueTooltip-Labels":"标签",
"GitFlow-VersionTag":"版本标签",
"RemoteForm-AddUserRemote":"添加此远程仓库",
"Merge-SaveWithConflicts":"创建冲突区块",
"Profile-ManageProfiles":"管理个人资料",
"IssueViewPanel-NotificationsOn":"通知开启",
"Push":"推送",
"Standalone-LicenseSuccessfullyUpdated":"许可证已成功更新",
"PullRequestPanel-GitHubEditPullRequestWarning":"如果您选择在GitHub上编辑, 拉取请求的审阅者将不会传送到GitHub。",
"File-CanOnlyEditText":"只能编辑文本文件",
"SaveAndStageEditorChanges-SaveAndStage":"保存并暂存",
"RefZone-EnterBranchName":"输入分支名称",
"StageThisFile":"暂存文件",
"Registration-PasswordTooShort":"密码长度必须至少为{0}个字符。",
"ConfirmationMessage-Delete1LocalBranchInFolder":"这是一个破坏性操作, 确实要在\"{0}\"中删除1个本地分支?",
"Merge-NoImage":"无图片",
"GitFlow-StartReleaseSuccess":"发布已启始: '{0}'",
"IssueTracker-RefreshCards":"刷新卡",
"OpenRepo-FavoritesSubtext":"拖放以重新排序收藏夹并配置快捷方式",
"ConfirmationMessage-PersistConflictToDisk":"你确定要保存它吗?",
"Error-PushUpdateReferenceFailed":"推送到{0}失败: {1}",
"EditorPreferences-EOLCharacter":"行尾字符",
"View-ZoomReset":"复位",
"GeneralPreferences-CustomTerminalCmdHelp":"打开新终端窗口时将执行该命令。关键字%d将被替换为存储库路径",
"GeneralPreferences-AutoPrune":"自动裁剪",
"IssueTrackerFilterForm-CreateIssueTrackerFilterFailed":"无法创建问题跟踪过滤器",
"FastForwardBranchToBranch":"快进分支{0}到分支{1}",
"Submodule-Initializing":"初始化子模块",
"IssueTrackerFilterForm-MilestoneName":"milestone_name",
"IgnoreAllFilesInFolder":"忽略'{0}/'下的所有文件",
"ConfirmationMessage-DeleteGitFlowRef":"这个分支是Git工作流所必需的。确定要删除\"{0}\"吗?",
"About-TermsOfService":"服务条款",
"Uninitialized":"未初始化",
"PromptNewBranchAtRemote-ResetLocal":"将本地重置到此处",
"SaveAncesor":"保存上级",
"KeyBindingHeader-UI":"用户界面",
"Profile-MyProfiles":"我的配置文件",
"View-RepositoryManagement":"存储库管理",
"Profile-EditProfile":"编辑配置文件",
"Ignore":"忽略",
"ContextMenu-PushTagToRemote":"将标签推送到远程",
"ErrorMessage-CannotApplyStashWhenFilesAreStaged":"有任何暂存时都不能应用贮藏。请先贮藏、提交或取消暂存。",
"CreateStashError-CloseDetailPanel":"如果要贮藏, 请保存改动并重试。",
"View-ZoomUp":"放大",
"FuzzyFinder-ViewFilePlaceholder":"搜索要查看的文件",
"ConfirmationMessage-ImmediatelyCommitCherryPick":"是否立即提交摘取的改动?",
"InitRepo-HostingServiceCloneAfterInitLabel":"初始化后克隆",
"IssueTrackerCreateForm-SuccessfullyCreatedIssue":"成功创建问题",
"IssueTracker-UnsupportedJiraFieldMessage":"无法创建此类型的问题,因为Jira要求GitKraken当前不支持以下字段:",
"RefBar-GroupStashes":"贮藏区",
"OpenRepo-IsOpenIndicator":"(已打开)",
"File-ShowFolderContents":"在文件夹中打开",
"Submodule-FormCommit":"提交改动",
"Registration-EULA":"最终用户许可协议",
"Error-UnkownFetchErrorForResource":"尝试获取{0}时出现未知错误",
"Services-AddedDate":"{0}已添加",
"GeneralPreferences-UseCustomTerminalCmd":"使用自定义终端命令",
"Submodule-InitializingProgress":"初始化子模块{0}({1})",
"InitRepo-HostingServiceRepoDescriptionLabel":"描述",
"StashMessage-Revert":"在还原\"{0}\"之前自动贮藏",
"Standalone-UpdatedLicenseFailedToUpdate":"当我们尝试使用所选的许可证时出错了。",
"NewTabView-NewGloBoard":"新的GitKraken板",
"Services-RemoveAndDeleteSSHKey":"移除并删除",
"IssueTrackerCreateForm-CreateNewIssue":"创刊号",
"SelfHostedConfiguration-CouldNotConnect":"无法连接到服务器。",
"IssueTrackerFilterForm-EditedDateLabel":"编辑日期:",
"File-StatusRenamed":"已重名",
"SaveAndStageEditorChanges-StageSavedChangesOnly":"仅暂存已保存的改动",
"RefZone-LocalRefLabel":"本地",
"CreateFork-ForkSuccessfullyCreated":"Fork successfully created on {0}",
"ContextMenu-DeleteAll":"删除所有\"{0}\"分支 (本地和远程)",
"GeneralPreferences-UseSameDiffTool":"使用合并工具作为比较工具",
"PullRequestBar-ViewContinuousIntegrationResultInBrowser":"查看{0}的最新版本",
"KeyBinding-OpenFileInExternalDiffOrMergeTool":"使用外部差异/合并工具打开已选中的文件",
"IssueViewPanel-Notifications":"通知事项",
"ContextMenu-CheckoutBranch":"检出{0}",
"ErrorMessage-BranchNameConflictsWithDirectory":"无法创建引用\"{0}\",因为它的名称与现有的引用冲突",
"SuccessWithBang":"成功!",
"PullRequestBar-AddPullRequestRemote":"将{0}添加为远程",
"IssueTrackerCreateForm-NameLabel":"名称",
"DiffPanel-EmptyFile":"空文件",
"IssueTracker-SaveDetail":"保存",
"GetSupport-DefaultSubject":"GitKraken的支持问题({0})",
"PullRequestBar-CopyPullRequestLink":"Copy link for pull request {0}{1}",
"Standalone-BadSelectedLicense":"许可证更新失败",
"IssueTrackerFilterForm-EditTrelloFilter":"编辑Trello筛选器",
"PullRequestBar-MinuteAgo":"{0}分钟前",
"View-KeyBindings":"键盘快捷键",
"NotificationLocation-LocationUpdated":"通知位置已更新",
"IssueTrackerFilterForm-CreateGKBoardsFilter":"创建GitKraken板过滤器",
"ToggleSoloLabel":"独奏",
"CommitDiffSection-NFilesAdded":"{0}添加",
"FileSavePrompt-Message":"是否保存对{0}所做的改动?",
"NotificationMessage-RefToRef":"{0}到{1}",
"IssueTracker-YesLabel":"是",
"PullRequestPanel-Title":"标题",
"Services-PersonalAccessTokenTooltip":"GitKraken可以使用个人访问令牌连接到企业服务器, 并简化应用程序中的操作. 单击 <i class=\"zmdi zmdi-help-outline color-accent\"> </i> 了解如何执行。",
"Issues":"问题",
"ContextMenu-StashApply":"应用贮藏区",
"GPGPreferences-GpgSignTags":"默认情况下签署标签",
"Registration-CreateAccount":"为GitKraken创建一个账户",
"Lfs-ViewGitattributes":"在编辑器中查看.gitattributes",
"PullRequestPanel-AddReviewers":"添加评审人...",
"PromptForCreds-EnterPasswordForUrlWithUsername":"Enter password for {0}:",
"RightPanel-FilterFiles":"过滤文件",
"IssueTrackerError-TrelloTokenExpired":"Trello令牌已过期",
"Registration-PasswordStrength2":"中等",
"GitConfig-AutoCRLF":"自动行尾字符",
"SendUsFeedback-Feedback":"反馈",
"IssueTracker-GitHubSyncedBoardBlocksCreateMessage":"这是GitHub同步板。请导航到GitKraken板以创建卡。",
"IssueTrackerPreferences-OpenPreferences":"打开首选项",
"IssueTooltip-Column":"柱",
"File-ShowInFolderMac":"在Finder中显示",
"View-ActivityLog-HookTitle":"Hook: {0}",
"ContextMenu-MoveCommitUp":"向上提交",
"GitHook-HookFailed":"{0}失败",
"Registration-ForgotPassword":"我忘记了密码",
"PullRequest-SuccessfullyCreatePullRequest":"创建拉取请求成功",
"FileNodeListControls-TreeView":"树状",
"FileHistory-CannotLinkToGraph":"此提交在关系图上不可见",
"CommitAllChangesShortcutTip":"使用Shift-Enter提交所有改动",
"File-CouldNotCreate":"无法创建文件",
"IndividualLicenseCamelCase":"个人",
"Submodule-InitializeSpecific":"初始化{0}",
"KeyBinding-SelectFirst":"选择第一个元素",
"GitHubActionsTemplates-AdditionalTemplatesCategory":"其他模板",
"MergeConflictMessagePlural":"尝试合并到{1}时发现{0}个文件冲突",
"FuzzyFinder-OpenRepoInExternalEditor":"在外部编辑器中打开仓库",
"ProvideFeedback-SendUsFeedback":"向我们发送反馈",
"Services-SSHKeyRemovalSuccessful":"SSH密钥已从{0}中删除。",
"ContextMenu-RebaseXChildrenOfShaInteractively":"Interactive Rebase {0} children of {1}",
"IssueTracker-Card":"卡",
"IssueViewPanel-NameLabel":"筛选器名称",
"ContextMenu-IssueViewIssueX":"View issue {0}",
"Registration-ShowMoreOptions":"显示更多选项",
"Refbar-BranchActions":"分支操作",
"TextOperation-Paste":"粘贴",
"Submodule-PathExistsPrompt":"路径{0}已存在,是否删除它?",
"CommitMessage-DescriptionPlaceholder":"描述",
"UnstageAndRemoveButtonLabel":"取消暂存并删除",
"GPGPreferences-GpgGenerateKeyHelp":"这将创建一个4096位密钥,其名称和电子邮件地址在您当前的个人资料中\n,有效期为2年。\n这还将被设置为您的有效签名密钥。",
"IssueTrackerFilterForm-NamePlaceholder":"输入此过滤器的名称",
"IssueTrackerError-MembersEditFailed":"无法更新成员",
"EditorPreferences-NoFontsFound":"找不到字体",
"PendingInteractiveRebasePanel-StartRebase":"开始变基",
"PullRequestPanel-SearchCards":"搜索卡...",
"Services-WaitingForAuthorizationTooltip":"正在等待与 {0} 建立的连接。单击此处再次尝试连接。",
"Merge-Commit":"提交",
"UndoRedo-RedoSuccessful":"重做成功",
"Registration-SelfHostedLoginFailedDueToNoLicense":"您的帐户没有有效的GitKraken自托管许可证。",
"FileViewPanel-IgnoreWhiteSpace":"忽略空格",
"GeneralPreferences-DefaultTerminal":"默认终端",
"Error-UpdateInteractiveRebaseStepsFailed":"更新基准步骤失败",
"IssueTrackerError-NameEditFailed":"无法更新名称",
"FileContentsPanel-EmptyDiff":"该文件尚未改动。",
"TextOperation-CopySuccess":"已复制!",
"RefBar-AddRemote":"添加远程",
"IssueTrackerFilterForm-ListName":"列表名称",
"Merge-DontTake":"删除此行",
"SSHConfig-GenerateNewKeyHelp":"这将创建新的密钥并配置GitKraken以使用它们",
"Gpg-VerificationTrust":"相信:",
"Error-AddSSHKeyToServiceFailed":"SSH密钥连接失败",
"Notification-AnnotatedSuccessfully":"批注成功",
"Services-RemoveConfig":"删除",
"ErrorMessage-UpdateHunkFailedWithReason":"无法更新{0}的区块, 原因如下: {1}",
"LeftPanel-Collapse":"折叠面板",
"Submodule-DeletePrompt":"这是一种破坏性的操作, 确定要删除 \"{0}\"吗?",
"OpenRepoError-CloseDetailPanel":"要打开另一个存储库, 请保存改动并重试。",
"ConfirmationMessage-CreateCommitForMerge":"是否立即提交合并的改动?",
"Profile-ReferralRewards":"推荐奖励",
"Services-Error-HostDomainUnreachable":"无法访问指定的主机",
"GitFlow-Init-NoRepo":"必须打开一个存储库才能初始化 Git 流。",
"Error-Diff3DoesNotExist":"找不到要执行操作的差异",
"ContextMenu-SquashCommit":"壁球提交",
"Lfs-FetchHeader":"获取",
"IssueTrackerCreateForm-AssigneesPlaceholder":"搜索受让人",
"NotificationLocation-BottomLeft":"左下方",
"ErrorMessage-StagePathsFailedWithReason":"无法暂存路径, 原因如下: {0}",
"Keybinding-OpenRepoInTerminal":"在终端中打开存储库",
"JiraFilterForm-ValidateError":"无法使用Jira验证查询",
"IssueTrackerFilterForm-ColumnName":"column_name",
"ProvideFeedback-GetSupport":"获得支持",
"IssueViewPanel-Tasks":"任务",
"Registration-EnterEmailAddress":"请输入邮件地址",
"IssueTrackerFilterForm-CustomEditedDateLabel":"在过去几天内编辑:",
"RightPanel-MergeConflictsDetected":"检测到合并冲突",
"Registration-CheckStatus":"检查状态",
"GeneralPreferences-ShowAllCommitsInGraphWarning":"启用此选项可能会对性能产生不利影响。",
"KeyBinding-FilterBranches":"筛选左侧面板",
"Error-MergeAbortFailed":"中止合并失败",
"Services-Disconnect":"断开",
"UnstageThisHunk":"取消暂存区块",
"Error-CloseDetailPanel":"请保存您的改动, 然后重试。",
"IssueTrackerError-InvalidCredentials":"无效证件",
"Graph-Preferences":"首选项",
"Merge-UpgradeText":"编辑文件输出",
"RightPanel-UnsupportedRebase":"外部变基正在进行中",
"GetSupport-ForDocumentationAndTutorials":" 有关文档和教程!",
"SendUsFeedback-DefaultSubject":"关于GitKraken({0})的反馈",
"Version6LegacyTrial-Feature1":"打开私人存储库的能力",
"RightPanel-ViewConflict":"查看冲突",
"ErrorMessage-UpdateDiffFailedWithReason":"无法更新差异, 原因如下: {0}",
"GitHook-PrePushDidNotRun":"预推送钩子未运行",
"File-OpenInDefaultProgram":"在默认程序中打开文件",
"TrelloFilterForm-BoardWarningMessage":"结果已由选定的木板过滤,因此不需要\" board:\"参数。",
"StageAllChanges":"暂存所有改动",
"About-OpenSource":"它使用了一些优秀的开源项目:",
"FuzzyFinder-JoinTheLightSlashDarkSide":"加入暗/亮侧",
"Error-ConflictDetected":"检测到冲突",
"ErrorMessage-DiffToolNotFound":"未找到配置的差异工具",
"FuzzyFinder-CreateAnnotatedTag":"创建带注释的标签",
"IssueTracker-UpgradeToCreateACardMessage":"升级GitKraken以创建卡。",
"Standalone-AddALicense":"添加许可证文件以继续。",
"FileNodeListControls-SortByNameLabel":"按文件名排序",
"RefBar-GroupGitLabSelfManaged":"GITLAB自管理",
"GitFlow":"Git工作流",
"InitRepo-GitIgnoreTypeaheadPlaceholder":"开始输入以搜索模板",
"UIPreferences":"用户界面",
"ErrorMessage-FailedToLaunchDiffTool":"未找到在git config中设置的差异工具\"{0}\"。",
"PromptForTagAnnotation-Placeholder":"批注消息",
"RebaseError-CloseDetailPanel":"如果要变基, 请保存改动并重试。",
"Error-StageSelectionFailed":"暂存所选路径失败",
"FuzzyFinder-OpenGitFlowPanel":"Git工作流",
"Standalone-NumberOfUsers":"用户数量",
"PullRequestTooltip-UnknownRequester":"[未知]",
"UncommittedFileList-UnconflictedFilesTitleSummary":"已解析文件({0})",
"PendingInteractiveRebasePanel-MoveCommitDownTooltip":"下移提交",
"Registration-ProLicenseExpiredBody2-1":"您正在使用非商业用途的GitKraken免费版。合并冲突编辑器、配置文件、GitHub企业版、GitLab自建主机,Bitbucket服务器和Azure开发运维集成等专业功能已被禁用。",
"ReflogActionReset":"重置为\"{0}\"",
"PromptIgnore-Message":"是否忽略'{0}'?",
"Registration-ProLicenseExpiredBody2-2":"您可以随时从主菜单或访问{0}续订。",
"FuzzyFinder-ConfigureGitFlow":"配置Git工作流",
"RemoteForm-RemoteDescriptionLabel":"描述",
"StashBar-Menu":"贮藏操作",
"Lfs-AddTrackingPattern":"添加跟踪模式",
"Submodule-Initialize":"初始化",
"Error-BranchNameEmpty":"必须填写分支名称",
"Notification-GpgCopyPublicKeySuccessfully":"GPG公钥成功复制",
"IssueTrackerCreateForm-DescriptionLabel":"描述",
"Notification-SubmoduleCreatedSuccessful":"子模块已创建",
"ContextMenu-DeleteTagFromRemote":"从远程删除标签",
"OpenRepo-NoReposFavorited":"没有收藏的存储库。",
"PullRequestPanel-Template":"模板",
"File-DeleteInWorkDir":"删除工作目录文件",
"UpstreamBranch":"上游分支",
"WorkDirMessageInput-WIPPlaceholder":"// WIP",
"Lfs-Checkout":"检出所有LFS文件",
"Submodule-Menu":"子模块操作",
"File-Create":"创建文件",
"FuzzyFinder-CheckoutPlaceholder":"搜索要检出的分支",
"GitHook-PrePushDidNotRunReason":"由于{1}, 无法执行{0}",
"IssueTracker-SelectATracker":"选择此仓库的问题跟踪器",
"CommitTemplates-TitleLimitHelpText":"使用为提交摘要分配的 {0}/{1} 个字符",
"MergedRemoteBranchToMaster":"合并远程跟踪分支'{0}'",
"PullRequestPanel-AddTemplate":"添加模板...",
"ContextMenu-IssueTrackerFilterRemoveFilter":"删除此过滤器",
"IssueTrackerFilterForm-EditGitLabFilterFailed":"编辑GitLab过滤器失败",
"IssueTrackerFilterForm-IssueTrackerSyntaxReferenceSubTitle":"Read more about filtering issue trackers on the {0}.",
"Error-RebaseAbortFailed":"中止变基失败",
"StagingPanel-ShowMoreFiles":"显示下一个{0}({1}以上)",
"ErrorMessage-SshKeyNotSupported":"配置的SSH密钥的格式无效。请确保您的密钥有效并且是RSA类型密钥。",
"Editor-OverwriteContentsOnDiskOrDiscardQuestion":"文件已在GitKraken之外修改。要放弃改动, 还是覆盖文件?",
"Gpg-VerificationInfoValid":"验证成功完成",
"IssueTrackerCreateForm-ListLabel":"清单",
"LeftPanel-ClearFilter":"清除筛选器",
"GitFlow-Branches":"分支",
"PromptForDeleteRepo-Message":"是否永久删除存储库{0}?",
"Services-GenerateATokenOn":"在{0}上生成令牌",
"IssueTracker-JiraServer":"Jira服务器",
"Folder-Open":"打开文件夹",
"File-ShowInFolderWithName":"在文件夹中显示{0}",
"Trial-TrialStartedModalContent":"您可以在{0}天内使用GitKraken专业版的功能。例如:",
"Services-AddToService":"添加{0}",
"RefBar-OpenGitFlow":"打开Git工作流",
"RemoteForm-SearchService":"搜索{0}",
"System-OperationCancelled":"操作被用户取消",
"ContextMenu-RemoveRemote":"删除{0}",
"MarkAllResolved":"全部标记为已解决",
"File-StatusRenamedTo":"到",
"Registration-ProLicenseExpiredCancel":"切换到非商业用途",
"LinuxUpdate-SomethingWentWrong":"下载更新时出错",
"PullRequestBar-Reviewers":"评审",
"Error-GenerateSSHKeyAndAddToServiceFailed":"SSH密钥创建失败",
"Services-UsingNone":"未检测到 SSH 设置。可以将 SSH 密钥添加到下面的 {0}。",
"RemoteForm-NewRemoteName":"远端名称",
"RebaseAbortError-CloseDetailPanel":"要中止变基, 请保存更改并重试。",
"Registration-ResendingEmail":"发送...",
"PullRequestPanel-GloCard":"GitKraken卡",
"NewTabView-StartHostedRepo":"启动托管存储库:",
"Services-PersonalAccessTokenGenerate":"创建{0}的访问令牌",
"Lfs-NewPattern":"添加新模式",
"Services-AddKey":"将密钥添加到{0}",
"ContextMenu-GitHubActionDelete":"删除工作流程",
"Services-OAuthToken":"OAuth令牌",
"IssueTracker-RemoveFilterPrompt":"Do you want to remove the \"{0}\" filter?",
"GitFlow-Init":"初始化Git工作流",
"GitFlow-CannotStartFeatureMissingDevelop":"{0}分支必须启始功能",
"Services-SaveToken":"保存令牌",
"Registration-Password":"密码",
"IssueViewPanel-CreatedBy":"由...制作",
"Error-RemoveSSHKeyFromServiceFailed":"SSH密钥断开失败",
"Services-Connected":"已连接",
"Services-Info":"设置SSH并继续登录以优化您的体验。GitKraken可以为每个服务设置不同的SSH密钥。",
"Repo-Open":"打开存储库",
"UIPreferences-Language":"语言",
"OpenIn":"使用{0}打开",
"Staged":"已暂存",
"Profile-ChangeEmail":"使用其他账户登录",
"Notification-SubmoduleDeletedSuccessful":"子模块已删除",
"FuzzyFinder-SwitchProfilePlaceholder":"搜索要切换到的配置文件",
"NewTabView-ProvideFeedback":"提供反馈意见",
"Registration-HaveNotRegistered":"您尚未通过电子邮件地址验证",
"ContextMenu-MergeBranchIntoBranch":"将 {0}合并到{1}",
"IssueViewPanel-Description":"描述",
"KeyBinding-UnstageAll":"取消暂存所有文件",
"Submodule-Status-Dirty":"此子模块中存在未提交的改动。",
"OpenRepo-RecentlyOpened":"最近打开的",
"Submodule-FormNone":"无",
"Profile-Unregistered":"未注册",
"ParentLabel":"父:",
"RemoteForm-TooManyServiceRemotesWarningNForks":"我们正在检索与此存储库关联的{0}个分叉。从{1}获取URL可能会更快",
"IssueTrackerError-FetchingIssuesFailed":"提取问题失败",
"RightPanel-View1FileConflictInWorkingDirectory":"1工作目录中的文件冲突",
"RefBar-GroupGKBoards":"技工板",
"IssueTrackerFilterForm-EditGitLabFilter":"编辑GitLab过滤器",
"RefreshButtonTooltip":"刷新",
"DropStashError-CloseDetailPanel":"要删除贮藏区, 请保存改动并重试。",
"IssueTrackerFilterForm-TrelloSyntaxReferenceTitle":"Trello过滤器语法",
"GetSupport":"获得支持",
"FileHistory-FileView":"文件视图",
"RefBar-NavigateToBranch":"导航到分支",
"ConfirmationMessage-MergeConflictStashAndCheckout":"检测到合并冲突。要继续合并, 必须贮藏所有改动并检出分支{0}。是否立即执行?",
"Services-CannotDisconnectLoginService":"当{0}被用于登录GitKraken时, 不能断开连接。",
"RewordCommitMessageHelperText":"Rewording this commit message will cause {0} commits to be rebased.",
"LogInButtonLabel":"登录",
"Save":"保存",
"Lfs-SuccessCheckout":"LFS检出成功",
"Error-ResetFailed":"重置失败",
"FuzzyFinder-OpenFileInExternalCompareTool":"在外部差异/合并工具中打开",
"PromptNewBranchAtRemote-BranchNamePlaceholder":"分支名称",
"IssueTracker-ViewOnlyPermissionMessageIssue":"您无权编辑此问题。",
"IssueViewPanel-CollapseReplies":"collapse {0} replies",
"Error-GitConfigUpdate":"无法更新git配置",
"StashMessage-Amend":"在修改\"{0}\"之前自动贮藏",
"Services-GenerateAndAddSSHKey":"生成SSH密钥并添加到{0}",
"FuzzyFinder-DevPlaceholder":"订购Chipotle",
"UndoRedo-UndoSuccessful":"撤消成功",
"StageSelectedLines":"暂存已选中的行",
"Error-CouldNotWriteToRepo":"该文件无法写入存储库",
"Error-GitFlowStartReleaseFailed":"启始发布“{0}”失败",
"GitHook-PermissionDenied":"{0}没有执行权限!",
"ViewAllRepositories":"查看所有存储库",
"IssueTrackerDefaultFilter-MyIssues":"我的问题",
"SSH":"SSH协议",
"FuzzyFinder-CreateFileKeywords":"创建新文件",
"IssueViewPanel-AddCommentSubmitLabel":"添加评论",
"RightPanel-ViewNFileConflictsInWorkingDirectory":"工作目录中 {0} 文件冲突",
"ChangeRepo-InitRepo":"初始化",
"ConfirmationMessage-DeleteConfigLock":"无法锁定.git/config, 因为锁已经存在。可能正在使用另一个程序正在改动存储库。是否要删除此存储库的配置锁以便对其进行修改?",
"Option-None":"<无>",
"ErrorMessage-StageSelectionFailedWithReason":"无法暂存{0}的选择项, 原因如下: {1}",
"DeletingWithEllipsis":"删除中...",
"UnstageFilemodeChange":"取消暂存文件模式改动",
"IssueTooltip-Milestones":"大事记",
"GitFlow-Prefixes":"前缀",
"Repo-OpenInTerminal":"在终端中打开",
"LicenseExpirationWarning-Today":"许可证在不到一天的时间内到期!",
"UncommittedFileList-StagedFilesTitleSummary":"已暂存文件({0})",
"FileHistory-LinkToGraph":"在关系图中查看{0}",
"ContextMenu-CloseTab":"关闭标签",
"Notification-SupportSent":"支持已发送",
"RemoteForm-RefreshButtonTooltip":"刷新",
"ErrorFallback-ReportError":"报告错误",
"LinuxUpdate-DownloadRpmUpdateButtonLabel":".rpm",
"AmendOrRewordPreviousCommitMessageButtonLabel":"更新讯息",
"GitHubActionForm-AddGitHubWorkflowButtonLabel":"创建工作流程",
"ContinuousIntegrationTooltip-SomeChecksFailed":"某些检查失败",
"StageThisHunk":"暂存区块",
"ErrorMessage-RemoteRefBehindRemote":"您的远程分支已过期。请在推送前拉取{0}。",
"Registration-FailedExtra":"请稍后再试。",
"GPGPreferences-GpgGenerateKey":"生成新的GPG密钥",
"Services-HostDomain":"主机域",
"PullRequestBar-ViewPullRequestInBrowser":"在{2}上查看拉取请求 {0} {1}",
"StageNChanges":"暂存{0}个文件",
"Services-ServiceConnectionSuccessfulMessage":"在克隆或添加远程时, GitKraken将帮助您查找{0}上的内容。我们还将使用您的SSH配置来获取和推送;或者, 您可以在\"服务\"菜单中设置一个{0}特定的SSH密钥。",
"RemoteForm-AddRemote":"添加远程",
"KeyBinding-Unstage":"取消暂存当前文件",
"Registration-IncorrectEmail":"账户不正确?",
"RefBar-GroupGitLabSelfManagedShort":"智通SM",
"Submodule-FormCurrentRevision":"当前修订版",
"Registration-ProLicenseExpiredGoToShop":"续订",
"IssueViewPanel-Column":"柱",
"PullRequestTooltip-ChecksOK":"检查{0}/{1}正常",
"SendUsFeedback-CantRespondToAllFeedback":"当 GitKraken 团队阅读所有反馈时, 我们无法回复大多数反馈电子邮件。",
"IssueTooltip-Description":"描述",
"RefBar-GroupLocal":"本地",
"Optional":"(可选)",
"PromptDeletedFileConflict-Message":"{0}已在{1}中改动, 但在{2}中已被删除",
"Lfs-CheckoutHeader":"检出",
"PullOptions-FastForwardOnly":"拉取(仅快进)",
"Registration-EmailAddress":"邮件地址",
"OpenNowButtonLabel":"立即打开",
"KeyBinding-CreateBranch":"创建分支",
"CommitDetailPanel-MergeConflictTitle":"合并冲突",
"GeneralPreferences-LongpathsHelp":"默认情况下,Windows仅支持少于260个字符的文件路径。启用对更长文件路径的支持。",
"InitRepo-CreateRepoAndCloneButtonLabel":"创建存储库并克隆",
"GitFlow-CannotFinishReleaseMissingRef":"无发布可完结",
"Merge-TakeLeftOnly":"仅使用A",
"ContextMenu-IssueTrackerFilterEditFilter":"编辑此过滤器",
"Services-CopySSHPublicKeyToClipboard":"将公钥复制到剪贴板",
"File-Delete":"删除文件",
"IgnoreFile":"忽略'{0}'",
"PullRequestBar-DaysAgo":"{0}天前",
"repository":"资料库",
"ContextMenu-ResetHardWithHint":"强行 - 丢弃所有改动过的工作副本",
"IssueViewPanel-CreateBranch":"创建分支",
"Submodule":"子模块",
"FuzzyFinder-DefaultPlaceHolder":"搜索命令和操作(例如打开存储库)",
"RemoteForm-PublicRepo":"公共仓库",
"Error-RemoteRefusedToDelete":"推送到{0}失败: 无法删除远程分支",
"Registration-ProLicenseExpiredBody1":"您的GitKraken许可证已经过期。请更新您的订阅,以便继续将GitKraken用于商业用途。",
"MergedRemoteBranchToRef":"将远程跟踪分支'{0}'合并到{1}中",
"Pull":"拉取",
"Merge-AutoResolved":"合并工具自动解决冲突",
"GeneralPreferences-WindowsShPathLocation":"sh.exe的路径",
"StageFilemodeChange":"暂存文件模式改动",
"PromptForMerge-SaveMergeWithUnresolvedConflicts":"您有未解决的冲突。您想怎样继续?",
"Submodule-Status-OutOfSync":"子模块与{0}不同步。",
"IssueTrackerError-CreateCommentFailed":"创建评论失败",
"ErrorMessage-NoExternalEditorSet":"您的设置中没有配置外部编辑器",
"DateAuthored":"作者日期",
"EditorPreferences-EOLCharacterCRLF":"CRLF",
"TextOperation-Copy":"复制",
"SendMessageButtonLabel":"发送",
"File-UnstageAndRemove":"取消暂存并删除文件",
"ProvideFeedbackButtonLabel":"反馈",
"MergeConflictsPanel-1ConflictMustBeResolved":"请在继续之前解决1个冲突",
"Profile-ConfirmDelete":"是, 删除此配置文件",
"InitRepo-HostingServiceProjectLabel":"项目",
"File-ConfirmDeletePath":"您确定要删除'{0}'吗?",
"KeyBindingHeader-Navigation":"导航",
"Standalone-UpdatedLicenseWasExpired":"您选择的许可证文件已过期。",
"GitFlow-CannotFinishHotfixMissingBoth":"{0}和{1}分支必须完结热修复",
"ErrorMessage-ConflictsPreventStashApplication":"{0}个冲突阻止了应用贮藏区。",
"Notification-GpgKeyGenSuccess":"GPG密钥创建成功",
"ContextMenu-RebaseBranchOntoBranchInteractively":"Interactive Rebase {0} onto {1}",
"CheckoutError-CloseDetailPanel":"如果要检出, 请保存改动并重试。",
"PullRequestBar-Labels":"标签",
"Trial-ProFeatures":"专业功能",
"GeneralPreferences-MaxCommitsToShowInGraph":"图中的最大提交数",
"Trial-AnyKindOfTrialTrialEndedModalContinueUsingFree":"No thanks, I'll continue without {0}.",
"ContextMenu-DeleteNBranchesInFolder":"在文件夹\"{1} \"中删除{0}个分支",
"Error-SendFeedbackFailure":"无法发送反馈!请稍后再试。",
"GeneralPreferences-DeleteOrigAfterMerge":"合并后删除\".orig\"文件",
"UnstageThisLine":"取消暂存此行",
"ContextMenu-StartPullRequestToX":"创建拉取请求到{0}",
"Lfs-Prune":"剪裁本地LFS存储库",
"GitHubActionForm-WorkflowFileName":"文档名称",
"IssueTrackerFilterForm-EditTrelloFilterFailed":"无法编辑Trello过滤器",
"GeneralPreferences-MergeToolHelp":"选设置用于解决合并冲突的应用程序",
"FileViewPanel-ToggleSplitView":"切换拆分视图",
"GitFlow-Exit":"退出Git工作流",
"FuzzyFinder-ViewReleaseNotesKeywords":"补丁说明变更日志",
"Registration-Success":"已将邮件发送到{0}。要继续使用GitKraken, 您需要在{1}天内验证您的邮件地址。",
"Submodule-FormWorkdirRevision":"已检出提交",
"Services-EditConfig":"编辑",
"PromptForCreds-IncorrectSSHPassphrase":"SSH密钥密码错误。请重试:",
"Profile-Description":"GitKraken使用配置文件来存储应用程序首选项以及git配置信息。安装后设置的首选项设置为默认配置文件。在GitKraken Pro中, 您可以创建其他配置文件, 并在不同的项目、工作环境等之间快速切换。",
"Submodule-DirInIndex":"索引中的路径\"{0}\"已作为目录存在。",
"GitHubActionsTemplates-CCPPWithMake":"使用Make的C / C ++",
"Error-RepoDeleteFailed":"存储库删除失败",
"Registration-PasswordStrength3":"强",
"ContextMenu-PushXToEllipses":"将{0}推送到...",
"KeyBinding-SelectLast":"选择最后一个元素",
"KeyBinding-Stage":"暂存当前文件",
"UnstageThisFile":"取消暂存文件",
"Error-AnnotateTagFailed":"标签批注失败",
"IssueTrackerError-IncorrectVersion":"不支持问题跟踪器版本",
"Error-GpgNoSmartCard":"找不到GPG智能卡",
"GPGPreferences-CopyPublicKey":"复制GPG公钥",
"ErrorMessage-NeedUpgradedPermissionsButton":"提升权限",
"IssueViewPanel-List":"清单",
"Error-GenerateDiff3Failed":"生成冲突的差异失败",
"Notification-RevertSuccessful":"还原成功",
"Lfs-SuccessPush":"LFS推进成功",
"OpenRepo-SearchBarPlaceholder":"按名称过滤仓库",
"GeneralPreferences-RememberTabs":"记住标签",
"FuzzyFinder-ViewFile":"查看文件",
"LinuxUpdate-Downloaded":"已完成下载 {0}",
"SelfHostedConfiguration-CouldNotParseURL":"无法解析给定的URL。",
"PendingInteractiveRebasePanel-CancelRebase":"取消变基",
"Services-LeaveBlank":"建议此字段留空",
"Services-AccessToken":"访问令牌",
"IssueViewPanel-DueDate":"截止日期",
"PromptDeletedFileConflict-KeepAncestor":"保留原始版本",
"ContextMenu-RevertCommit":"还原提交",
"View-AutoUpdate-Downloading":"正在下载更新",
"GitFlow-Finish":"完结",
"IssueTracker-UpgradeToEditACardMessage":"升级GitKraken以编辑卡片。",
"Error-RebaseAutoUnstashFailed":"弹出自动贮藏区失败",
"AllFilesWithSameExtension":"所有扩展名为'{0}'的文件",
"BreadCrumbs-RecentsHeader":"最近打开的",
"Error-DiscardSelectionFailed":"丢弃所选项失败",
"ErrorMessage-InotifyLimitReached":"此存储库禁用了文件监视。请增加您的通知限制并重新打开此存储库。",
"InitRepo-CreateRepoTarget":"初始化",
"PullRequestBar-MinutesAgo":"{0}分钟前",
"IssueTrackerError-TrelloRateLimit":"超过Trello API速率限制",
"ViewDiffToolSettings":"查看差异工具设置",
"GeneralPreferences-MaxCommitsToShowInGraphWarning":"增大此值可能会对性能产生不利影响。",
"SkipCommitButtonLabel":"跳过提交",
"FuzzyFinder-ConfigureGpgSigning":"配置GPG签名",
"GitLabFilterForm-FilterError":"过滤错误",
"ContextMenu-ShowAllStashes":"显示所有贮藏区",
"Submodule-Fetching":"正在获取子模块{0}",
"TabsBar-NewTabTitle":"新标签",
"CommitDiffSection-NFilesDeleted":"{0}删除",
"GitHook-ExitedSuccessfully":"{0}: Exited with code 0",
"GitHubActionBar-Menu":"GitHub动作动作",
"ResetAllButtonLabel":"重置所有",
"IssueTrackerCreateForm-LabelsLabel":"标签",
"StartRebaseButtonLabel":"开始变基",
"ContextMenu-HideAllStashes":"隐藏所有贮藏区",
"ReflogActionDeleteBranch":"删除分支\"{0}\"",
"IssueTrackerForm-AddIssueButtonLabel":"创建问题",
"PullRequestPanel-RemoveGloCard":"取出GitKraken卡",
"Error-CreatingStashError":"创建贮藏区错误",
"KeyBinding-FocusCommitMessage":"焦点提交消息",
"IssueTracker-SelectBoardToCreateFilter":"选择一个板来创建过滤器",
"OpenRepo-AddProjectFolder":"添加项目文件夹",
"IssueTracker-RemoveFilterLabel":"去掉",
"Error-GpgNotFound":"找不到GPG二进制文件",
"UnstageSelectedLines":"取消暂存已选中的行",
"Registration-SignInWithExistingGKAccount":"或使用现有的GitKraken账户登录",
"LeftPanel-Hide":"在关系图中隐藏",
"ErrorMessage-TerminalCommandNotConfigured":"设置中没有配置终端。是否立即配置终端?",
"RightPanel-ViewConflicts":"查看冲突",
"FileHistory-CommitShaCopied":"提交SHA复制!",
"ContextMenu-UnfavoriteRepository":"取消收藏存储库",
"Lfs-Fetch":"获取所有LFS文件",
"IssueTrackerFilterForm-DueDateLabel":"截止日期:",
"Error-RenameNeedsLocalBranch":"必须检出一个本地分支!",
"Registration-FailedExtraDaysLeft":"请在{0}天内重试, 以便继续使用GitKraken。",
"PromptForCreds-RememberMe":"保存验证信息",
"UndoCannotButtonTooltip":"无法撤消",
"GeneralPreferences-WindowsShPathLocationHelp":"只有在使用Git钩子时才需要指定sh.exe的路径。\nsh.exe可以在Git for Windows的安装路径下找到\n它通常位于Program Files\\Git\\bin。\n如果找不到它, 则可能需要安装Git for Windows。",
"MergedBranchToRef":"将分支'{0}'合并到{1}中",
"KeyBinding-SearchCommits":"搜索提交",
"FileViewPanel-PreviousDiff":"上一个更改",
"ErrorMessage-UnrecognizedAllowedTypes":"无法识别此格式: {0}",
"IssueTrackerSearch-Cards":"搜索卡",
"ContextMenu-FastForward":"快进{0}到{1}",
"ErrorMessage-RemoteRefDoesNotExistOnHostingServiceForPR":"拉取请求的源和/或目标在远程上不存在。请获取您的远程仓库以对其进行更新,然后按缺少的分支。",
"IssueTrackerError-ColumnEditFailed":"无法更新列",
"GPGPreferences-GpgBinPathTitle":"gpg的路径",
"ToolbarButton-TimelinesDropdownFilterPlaceholder":"筛选时间表",
"Error-GpgNoKeyConfigured":"未配置GPG密钥",
"GitFlow-FinishRelease":"完结发布",
"IssueTracker-Connected":"连接的",
"ErrorMessage-1ConflictPreventsCheckout":"1个冲突阻止了检出。\n请先提交, 贮藏或丢弃改动。",
"OpenRepo-AddProjectFolderTooltip":"添加一个文件夹, 您可以在其中保存多个存储库, 因此GitKraken可以帮助您快速打开它们",
"ViewAuthenticationSettings":"查看设置",
"PullRequestPanel-AddLabels":"添加标签...",
"EditorPreferences-WordWrap":"文字换行",
"MarkNConflicted":"标记{0}为未解决",
"IssueTrackerFilterForm-OperatorsLabel":"常用运算符:",
"RightPanel-View1FileChangeInWorkingDirectory":"1工作目录中的文件改动",
"NewTabView-GloBoards":"GitKraken板",
"Error-DeleteFailedWithNamesTagForRemote":"删除失败: {1}的{0}",
"Registration-PasswordStrengthPrefix":"密码强度:",
"Error-CheckoutFailed":"检出失败",
"DiffImage-ErrorLoadingImage":"加载图片时出错。",
"ErrorMessage-RenameRefToRefFailed":"无法将{0}重命名为'{1}'",
"Trial-AnyKindOfTrialEndedModalTitle":"您的GitKraken试用已结束",
"FuzzyFinder-FileHistoryPrefix":"历史",
"CloneRepo-ClonedRepoName":"完整路径",
"File-StatusAdded":"已添加",
"Notification-PushedSuccessfully":"推送成功",
"Error-GitLabMergeRequestsDisabled":"此存储库已禁用合并请求",
"ContextMenu-ResetMixedWithHint":"混合 - 保持工作副本并重置索引",
"Trial-PremiumFeatures":"高级功能",
"FuzzyFinder-ViewWorkingDirectoryChangesKeywords":"更改wip workdir工作",
"Submodule-Creating":"正在添加子模块",
"PendingInteractiveRebasePanel-UpdateMessage":"更新讯息",
"NewTabView-RecentRepos":"最近的仓库",
"Registration-EULAUpdateMessage":"最终用户许可协议已更新。您必须同意新版本才能继续使用GitKraken。",
"ContextMenu-IssueViewCardXInBrowser":"View card {0} in browser",
"Error-BitbucketServerGeneric":"Bitbucket服务器:{0}",
"Standalone-GitKrakenIsUnlicensed":"这份GitKraken副本是未经授权的。",
"Submodule-Create":"添加子模块",
"RemoteForm-AddRemoteButtonLabel":"添加远程",
"Error":"错误",
"ToolbarButton-GloDropdownMessage":"单击此仓库上的“ Boards”按钮时,选择要打开的默认木板",
"View-ToggleLeftPanel":"切换左侧面板",
"IssueTrackerFilterForm-CreateJiraFilterFailed":"创建Jira过滤器失败",
"TextOperation-CopyFileContentsToClipboard":"将文件内容复制到剪贴板",
"CommitSearch-Placeholder":"查找提交",
"InitRepo-HostingServiceAccountLabel":"账户",
"FileContentsPanel-Binary":"二进制文件",
"BranchButtonTooltip":"分支",
"ContextMenu-DropCommit":"删除提交",
"IssueTrackerCreateForm-DescriptionPlaceholder":"输入描述",
"Toolbar-PullFastForwardOnlyNotAvailableInDetachedHead":"处于分离HEAD状态时,Pull(仅快进)不可用",
"IssueTooltip-MilestoneDueDate":"Due {0}",
"ErrorMessage-RateLimitExceededFor":"Rate limit exceeded for {0}",
"PromptForRebase-ConfirmDropXCommits":"Are you sure you want to drop {0} commits?",
"IssueTooltip-None":"没有",
"ParentRepo":"父存储库",
"PromptForCreds-GpgPassphrase":"输入您的GPG密码",
"PullRequestBar-AddPullRequestRemoteAndCheckoutPRHead":"将{0}添加为远程并检出",
"Error-OpenRepoInTerminalFailed":"在终端中打开存储库失败",
"Commit":"提交",
"Lfs-ErrorCheckout":"LFS检出时发生错误",
"UIPreferences-ShowGloToolbarButton":"在工具栏中显示GitKraken板按钮",
"Error-PullRequestFailed":"拉取请求创建失败",
"ContextMenu-AmendOrRewordCommitMessage":"编辑提交消息",
"ErrorMessage-NoDiffToolSet":"在您的设置中没有配置差异工具",
"Standalone-UpdatedLicenseWasNotFound":"找不到您选择的许可证文件。",
"IssueTracker-MaximumIssues":"Filter maximum is {0} issues",
"ErrorMessage-GitLabUnknown":"未知的GitLab出现集成错误",
"RefBar-GroupRemote":"远程",
"KeyBinding-FuzzyFinderHistory":"搜索文件以查看其历史记录/追责",
"IssueTrackerCreateForm-NamePlaceholder":"输入名字",
"Repo-Close":"关闭存储库",
"Services-WaitingForAuthorization":"正在等待授权...",
"Shop-OpenInBrowser":"在浏览器中打开",
"ErrorMessage-NoAncestorAvailableToWriteToDisk":"无法将无上级或未解决的冲突保存到磁盘",
"FuzzyFinder-OpenRepoPlaceholder":"搜索要打开的存储库",
"ReflogActionSaveMany":"丢弃\"{0}\"和其他{1}个文件",
"NotificationMessage-CherrypickWasNoop":"然而, 当前分支已经包含摘取了的提交中的所有改动。",
"EditorPreferences-EOLCharacterLF":"LF",
"Registration-iHaveReadAndAgreeToThe":"我已阅读并同意",
"Lfs-Push":"推送所有LFS文件",
"PullRequestTooltip-BuildStatus":"构建状态:",
"Submodule-Status-Deleted":"您已删除此子模块, 需要提交改动。",
"UIPreferences-NotificationLocation":"通知位置",
"ContextMenu-HideAllTags":"隐藏所有标签",
"SoloBranch":"将此分支设置为独奏模式",
"RefBar-TagActions":"标签操作",
"WindowsFilemodeChangeWarning":"可能已对GitKraken以外的索引进行了文件模式更改。",
"ErrorMessage-CannotDeleteCheckedOutBranch":"无法删除当前检出了的分支。请先切换分支。",
"IssueTrackerFilterForm-CustomDueDateLabel":"在接下来的天数内到期:",
"FuzzyFinder-ViewErrorLogs":"查看错误日志",
"Repo":"存储库",
"File-CouldNotOpenInEditor":"无法在编辑器中打开文件",
"ContinuousIntegrationTooltip-SomeChecksPending":"某些检查挂起",
"ErrorMessage-UnknownFailure":"未知失败。",
"IssueTrackerFilterForm-NameLabel":"名称:",
"ErrorMessage-UnstagePathsFailedWithReason":"无法取消暂存路径, 原因如下: {0}",
"File-ShowInFolder":"在文件夹中显示",