forked from msmkls/gitkraken-chinese-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings_9.3.0.json
3304 lines (3304 loc) · 235 KB
/
strings_9.3.0.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": {
"ProductName": "<%= productName %>",
"AboutProduct": "关于<%= productName %>",
"VersionNumber": "版本<%= version %>(<%= bitness %>位)",
"ViewReleaseNotes": "查看发行说明",
"CheckingForUpdates": "正在检查更新...",
"RestartAndInstallUpdate": "重启并安装更新",
"CheckForUpdateWithLastCheckedTime": "检查更新<%= updateLastCheckedTime %>",
"UpdateAvailableWithVersion": "可用更新(<%= updateAvailableVersion %>)",
"UpdateDownloadedShowFile": "更新已下载(显示文件)",
"UpdateErroredAtTime": "更新错误<%= updateErrorTime %>",
"DownloadingUpdate": "正在下载更新...",
"Preferences": "首选项...",
"&Preferences": "首选项(&P)...",
"Services": "服务",
"Hide": "隐藏GitKraken",
"HideOthers": "隐藏其他",
"ShowAll": "显示全部",
"Quit": "退出GitKraken",
"E&xit": "退出(&X)",
"File": "文件",
"&File": "文件(&F)",
"NewTab": "新标签",
"New&Tab": "新标签",
"CloneRepo": "克隆存储库",
"Clo&neRepo": "克隆存储库(&N)",
"InitRepo": "初始化存储库",
"&InitRepo": "初始化存储库(&I)",
"OpenRepo": "打开存储库",
"&OpenRepo": "打开存储库(&O)",
"OpenRepoInExternalEditor": "在外部编辑器中打开仓库",
"OpenRepoInNamedExternalEditor": "Open Repo in {0}",
"OpenRepoInExternal&Editor": "在外部和编辑器中打开仓库",
"Open&Terminal": "打开终端(&T)",
"OpenTerminal": "打开终端",
"OpenInFileManager": "在文件管理器中打开",
"ReopenClosedTab": "重新打开关闭的标签页",
"ReopenClosed&Tab": "重新打开已关闭&标签",
"SignIntoDifferentAccount": "登录其他帐户",
"Edit": "编辑",
"&Edit": "编辑(&E)",
"Undo": "撤消",
"&Undo": "撤消(&U)",
"Redo": "重做",
"&Redo": "重做(&R)",
"Cut": "剪切",
"&Cut": "剪切(&C)",
"Copy": "复制",
"C&opy": "复制(&O)",
"Paste": "粘贴",
"&Paste": "粘贴(&P)",
"SelectAll": "全选",
"Select&All": "全选(&A)",
"View": "查看",
"&View": "查看(&V)",
"ToggleFullScreen": "切换全屏",
"Toggle&FullScreen": "切换全屏(&F)",
"Developer": "开发者",
"SupportLogs": "支持日志",
"RunTests": "运行测试...",
"ToggleDeveloperTools": "切换开发者工具",
"ToggleDeveloper&Tools": "切换开发者工具(&T)",
"ToggleMainProcessDeveloperTools": "切换主流程开发人员工具",
"ToggleMainProcessDeveloper&Tools": "切换主进程开发人员和工具",
"PrintPerformanceTimingsToTerminal": "打印到终端的性能时序",
"Tabs": "标签",
"CloseTab": "关闭标签",
"SelectNextTab": "选择下一个标签",
"SelectPreviousTab": "选择上一个标签",
"OpenTabsList": "开放标签列表",
"SelectTab1": "选择标签1",
"SelectTab2": "选择标签2",
"SelectTab3": "选择标签3",
"SelectTab4": "选择标签4",
"SelectTab5": "选择标签5",
"SelectTab6": "选择标签6",
"SelectTab7": "选择标签7",
"SelectTab8": "选择标签8",
"SelectTab9": "选择标签9",
"Favorites": "收藏夹",
"OpenFavorite1": "打开收藏夹仓库1",
"OpenFavorite2": "打开收藏夹仓库2",
"OpenFavorite3": "打开收藏夹仓库3",
"OpenFavorite4": "打开收藏夹仓库4",
"OpenFavorite5": "打开收藏夹仓库5",
"OpenFavorite6": "打开收藏夹仓库6",
"OpenFavorite7": "打开收藏夹仓库7",
"OpenFavorite8": "打开收藏夹仓库8",
"OpenFavorite9": "打开收藏夹仓库9",
"ShowDetailPanel": "显示提交细节面板",
"ShowLeftPanel": "左面板显示",
"ShowToolbar": "显示工具栏",
"Window": "窗口",
"Minimize": "最小化",
"Zoom": "缩放",
"Help": "帮助",
"&Help": "帮助(&H)",
"ViewSupportDocs": "查看支持文档",
"ViewErrorLogs": "查看错误日志",
"ViewPerformanceLogs": "查看性能日志",
"ViewActivityLogs": "查看活动日志",
"KeyboardShortcuts": "键盘快捷键",
"OpenFuzzyFinder": "打开模糊查找器",
"FollowUsOnTwitter": "在推特上关注我们"
},
"strings": {
"About-OpenSource": "它使用了一些优秀的开源项目:",
"About-Libgit2License": "GitKraken在GNU公共许可证下通过NodeGit使用libgit2库, 并带有链接异常",
"About-OpenSourceLicenses": "依赖开源许可证",
"About-AllRightsReserved": "保留所有权利",
"About-Version": "GitKraken版本{0}",
"Application": "应用",
"Bytes": "字节",
"By": "{0}由",
"NoMatches": "不匹配",
"NoFilterMatches": "无结果匹配滤波器",
"QuitGitKraken": "退出GitKraken",
"Done": "完成",
"Or": "或",
"OpenInFileManager": "Open in file manager",
"Repo-Close": "关闭存储库",
"Repo-Delete": "删除存储库",
"Repo-Open": "打开存储库",
"Repo-OpenInDefaultTerminal": "打开默认的外部终端",
"Repo-OpenInTerminalTab": "在终端选项卡中打开此回购",
"Registration-ChangeEmail": "使用其他账户登录",
"Registration-CheckStatus": "检查状态",
"Registration-PrivateRepoDetected": "这似乎是一个私人存储库",
"Registration-PrivateRepoDetectedContent": "GitKraken的免费版本不支持打开私有或自托管存储库。",
"Registration-CreateAccount": "为GitKraken创建一个账户",
"Registration-CreatingAccount": "创建账户...",
"Registration-EmailAddress": "邮件地址",
"Registration-EnterEmailAddress": "请输入邮件地址",
"Registration-EnterName": "请输入名称",
"Registration-SelfHostedLoginFailedDueToNoLicense": "您的帐户没有有效的GitKraken自托管许可证。",
"Registration-ForgotPassword": "我忘记了密码",
"Registration-GoBackToSelfHostedConfiguration": "更改GitKraken自托管服务器的URL",
"Registration-LdapUsername": "用户名",
"Registration-Name": "名字",
"Registration-ServerConnectionError": "无法连接到服务器。",
"Registration-SignInWithGitHub": "使用GitHub登录",
"Registration-SignInWithGoogle": "用谷歌登录",
"Registration-SuccessfullyRegistered": "您的电子邮件地址已经通过验证!",
"Registration-HaveNotRegistered": "您尚未通过电子邮件地址验证",
"Registration-iHaveReadAndAgreeToThe": "我已阅读并同意",
"Registration-iAgree": "我同意",
"Registration-Password": "密码",
"Registration-ConfirmPassword": "确认密码",
"Registration-ResendEmail": "重发邮件",
"Registration-ResendingEmail": "发送...",
"Registration-Failed": "无法连接到服务器",
"Registration-FailedExtra": "请稍后再试。",
"Registration-FailedExtraDaysLeft": "请在{0}天内重试, 以便继续使用GitKraken。",
"Registration-EULA": "最终用户许可协议",
"Registration-EULAAbbreviated": "EULA",
"Registration-EULAUpdateTitle": "最终用户许可协议更新",
"Registration-EULAFirstTimeMessage": "即将完成!我们只需要确保您同意我们的EULA。",
"Registration-EULAUpdateMessage": "最终用户许可协议已更新。您必须同意新版本才能继续使用GitKraken。",
"Registration-EULALoadFailed": "EULA加载失败",
"Registration-PasswordIsGood": "这是一个很好的密码!",
"Registration-PasswordStrength0": "很弱",
"Registration-PasswordStrength1": "弱",
"Registration-PasswordStrength2": "中等",
"Registration-PasswordStrength3": "强",
"Registration-PasswordStrength4": "非常强",
"Registration-PasswordStrengthPrefix": "密码强度:",
"Registration-PasswordTooShort": "密码长度必须至少为{0}个字符。",
"Registration-ProLicenseExpiredTitle": "许可证已过期",
"Registration-StudentLicenseExpiredTitle": "学生许可证已过期",
"Registration-ProLicenseExpiredBody1": "您的GitKraken许可证已经过期。请更新您的订阅,以便继续将GitKraken用于商业用途。",
"Registration-StudentLicenseExpiredBody1-1": "您的GitKraken Pro的GitHub学生许可证已过期。您有几种选择:",
"Registration-StudentLicenseExpiredBody1-2": "If you're sure you still have student status with GitHub, you'll need to {0} again to verify your license.",
"Registration-StudentLicenseExpiredBody1-2Button": "使用GitHub登录",
"Registration-StudentLicenseExpiredBody1-3": "If you need to renew your student status with GitHub, {0}. You can use the free version in the meantime.",
"Registration-StudentLicenseExpiredBody1-3Button": "访问GitHub教育网站",
"Registration-StudentLicenseExpiredBody1-4": "If you're interested in a premium license, {0}.",
"Registration-StudentLicenseExpiredBody1-4Button": "查看GitKraken计划",
"Registration-StudentLicenseExpiredBody1-5": "Otherwise, you can {0}.",
"Registration-StudentLicenseExpiredBody1-5Button": "切换到免费许可证",
"Registration-ProLicenseExpiredBody2-1": "您正在使用非商业用途的GitKraken免费版。合并冲突编辑器、配置文件、GitHub企业版、GitLab自建主机,Bitbucket服务器和Azure开发运维集成等专业功能已被禁用。",
"Registration-ProLicenseExpiredBody2-2": "您可以随时从主菜单或访问{0}续订。",
"Registration-StudentLicenseExpiredBody2-2": "You can subscribe at any time from the main menu, or by visiting {0}.",
"Registration-ProLicenseExpiredCancel": "切换到非商业用途",
"Registration-ProLicenseExpiredGoToShop": "续订",
"Registration-UseGitKraken": "使用GitKraken",
"Registration-ValidateConfirmPassword": "密码不匹配。",
"Registration-ValidateField": "此字段是必需的。",
"Registration-ValidateEmail": "请输入正确的邮件地址。",
"Registration-ValidateEULA": "您必须同意最终用户许可协议。",
"Registration-VerifyEmailTitle": "请验证您的邮件地址",
"Registration-VerifyEmailBody": "我们还没有收到{0}的验证信息。继续使用GitKraken请通过发到该地址的邮件中的链接完成身份验证。",
"Registration-CantFindEmail": "没找到邮件?",
"Registration-IncorrectEmail": "账户不正确?",
"Registration-XDaysToActivate": "{0}天激活",
"Registration-1DayToActivate": "1天激活",
"Registration-Login": "登录",
"Registration-LoggingIn": "正在登录...",
"Registration-CreateAccountTitle": "创建账户",
"Registration-LoginTitle": "欢迎来到GitKraken",
"Registration-GoToLoginLeadin": "已经有账户了?",
"Registration-GoToLogin": "登录",
"Registration-ManualInput": "手动输入OAuth令牌",
"Registration-OrSeparatorLine": "或",
"Role-Admin": "管理",
"Role-Billing": "账单联系",
"Role-Owner": "老板",
"SelfHostedConfiguration-Title": "配置GitKraken自托管",
"SelfHostedConfiguration-EnterHostname": "请粘贴在GitKraken下载页面上提供的URL:",
"SelfHostedConfiguration-CouldNotConnect": "无法连接到服务器。",
"SelfHostedConfiguration-CouldNotParseURL": "无法解析给定的URL。",
"Status-Pending": "等待",
"LicenseExpirationWarning-NDays": "License expires in {0} days",
"LicenseExpirationWarning-Tomorrow": "许可证在1天后过期!",
"LicenseExpirationWarning-Today": "许可证在不到一天的时间内到期!",
"Standalone-LicenseConfigurationTitle": "企业许可证",
"Standalone-LicenseInfoForActive": "{1}用户的{0}许可",
"Standalone-LicenseInfoForActiveExpiresSoon": "{1}用户的{0}许可。{2}天后过期",
"Standalone-LicenseInfoExpiresTomorrow": "{1}用户的{0}许可。{2}天后过期",
"Standalone-LicenseInfoExpiresToday": "{1}用户的{0}许可。今天过期",
"Standalone-LicenseInfoExpired": "{1}用户的{0}许可。已过期",
"Standalone-Unlicensed": "未经授权",
"Standalone-LicensedTo": "授权于",
"Standalone-NumberOfUsers": "用户数量",
"Standalone-Expires": "过期",
"Standalone-DateExpired": "{0}已过期",
"Standalone-GitKrakenIsUnlicensed": "这份GitKraken副本是未经授权的。",
"Standalone-SavedLicenseIsInvalid": "磁盘上的许可证无效。",
"Standalone-AddAValidLicense": "添加有效的许可证文件以继续。",
"Standalone-AddALicense": "添加许可证文件以继续。",
"Standalone-UpdateLicense": "更新许可证",
"Standalone-AddLicense": "添加许可证",
"Standalone-UpdatedLicenseWasExpired": "您选择的许可证文件已过期。",
"Standalone-UpdatedLicenseFailedToUpdate": "当我们尝试使用所选的许可证时出错了。",
"Standalone-UpdatedLicenseWasInvalid": "您选择的许可证文件无效。",
"Standalone-UpdatedLicenseWasNotFound": "找不到您选择的许可证文件。",
"Standalone-BadSelectedLicense": "许可证更新失败",
"Standalone-LicenseSuccessfullyUpdated": "许可证已成功更新",
"AnnotatedTag": "带注释的标签",
"Apply": "应用",
"Author": "作者",
"Branch": "分支",
"branch": "分支",
"Close": "关闭",
"Commit": "提交",
"Create": "创建",
"DeletingWithEllipsis": "删除中...",
"AuthoredLabel": "创作于",
"CoauthorsLabel": "共同作者:",
"CommitterLabel": "承诺的",
"CommitLabel": "提交:",
"ParentLabel": "父:",
"CheckingOutBranch": "正在检出分支",
"ConnectingWithEllipsis": "正在连接...",
"DiscardAllChanges": "丢弃所有改动",
"Filter": "筛选器",
"GeneratingWithEllipsis": "正在生成...",
"LoadingDiffWithEllipsis": "正在加载差异...",
"LoadingWithEllipsis": "载入中...",
"Local": "本地",
"Log": "记录",
"New": "新",
"Optional": "(可选)",
"Parent": "父",
"Parents": "父",
"Pop": "弹出",
"Pull": "拉取",
"Push": "推送",
"Redo": "重做",
"Repo": "存储库",
"Repository": "资料库",
"repository": "资料库",
"Save": "保存",
"Selected": "选择",
"DontSave": "不保存",
"ToggleHideLabel": "隐藏",
"ToggleSoloLabel": "独奏",
"ShowAll": "显示全部",
"SoloBranch": "将此分支设置为独奏模式",
"UnsoloAll": "退出独奏模式",
"SuccessWithBang": "成功!",
"Stage": "暂存",
"Staged": "已暂存",
"Stash": "贮藏",
"Tag": "标签",
"Undo": "撤消",
"Uninitialized": "未初始化",
"Unstage": "取消暂存",
"Unstaged": "未暂存",
"Cli": "终端",
"UpstreamBranch": "上游分支",
"ViewAllRepositories": "查看所有存储库",
"ViewReleaseNotes": "查看发行说明",
"ViewSupportDocs": "View Support Documentation",
"WorkInProgressOnBranchAbbr": "WIP于{0}",
"Zoom": "缩放",
"FreeBadgeTooltip": "许可用于开源项目。单击以查看计划。",
"Stash-ApplyWithUncommittedChangesPrompt": "您有未提交的改动。确定要应用贮藏区并覆盖改动吗?",
"StashMessage-Checkout": "在检出\"{0}\"之前自动贮藏",
"StashMessage-CherryPick": "在摘取\"{0}\"之前自动贮藏",
"StashMessage-Merge": "在合并\"{0}\"和\"{1}\"之前自动贮藏",
"StashMessage-Rebase": "在变基\"{0}\"之前自动贮藏",
"StashMessage-Revert": "在还原\"{0}\"之前自动贮藏",
"Ignore": "忽略",
"IgnoreFile": "忽略'{0}'",
"IgnoreNFiles": "忽略{0}个文件",
"AllFilesWithSameExtension": "所有扩展名为'{0}'的文件",
"AllFilesInFolder": "'{0}/'下的所有文件",
"IgnoreAllFilesInFolder": "忽略'{0}/'下的所有文件",
"File-AlreadyExists": "文件'{0}'已存在",
"File-Blame": "文件追责",
"File-CanOnlyEditText": "只能编辑文本文件",
"File-CouldNotOpenInEditor": "无法在编辑器中打开文件",
"File-CouldNotCreate": "无法创建文件",
"File-CouldNotCreateOutOfRepo": "无法在存储库之外创建文件!",
"File-Create": "创建文件",
"File-Created": "已创建'{0}'",
"File-Delete": "删除文件",
"File-Deleted": "已删除'{0}'",
"File-DoesNotExist": "文件不存在",
"File-ConfirmDeletePath": "您确定要删除'{0}'吗?",
"File-Open": "打开文件",
"File-Edit": "编辑文件",
"File-OpenInDefaultProgram": "在默认程序中打开文件",
"File-OpenInDefaultEditor": "在外部编辑器中打开",
"File-OpenInNamedEditor": "Open in {0}",
"File-OpenWithName": "打开{0}",
"File-Reset": "丢弃改动",
"File-ShowFolderContents": "在文件夹中打开",
"File-ShowFolderContentsMac": "在Finder中打开",
"File-ShowInFolder": "在文件夹中显示",
"File-ShowInFolderMac": "在Finder中显示",
"File-ShowInFolderMacWithName": "在Finder中显示{0}",
"File-ShowInFolderWithName": "在文件夹中显示{0}",
"File-StatusAdded": "已添加",
"File-StatusDeleted": "已删除",
"File-StatusRenamed": "已重名",
"File-StatusRenamedFrom": "从",
"File-StatusRenamedTo": "到",
"File-UnstageAndRemove": "取消暂存并删除文件",
"Folder-NewFile": "在此文件夹中创建文件",
"Folder-MarkConflictedFilesAsResolved": "标记所有为已解决的",
"Folder-Open": "打开文件夹",
"Folder-StageAll": "暂存文件夹",
"Folder-UnstageAll": "取消暂存文件夹",
"Folder-DiscardAllChanges": "丢弃文件夹中的所有改动",
"FileHistory": "文件历史记录",
"FileHistory-AuthorInfo": "由{0}在{1}上创作",
"FileHistory-CannotLinkToGraph": "此提交在关系图上不可见",
"FileHistory-CommitShaCopied": "提交SHA复制!",
"FileHistory-End": "历史结尾",
"FileHistory-LinkToGraph": "在关系图中查看{0}",
"FileHistory-BlameButtonLabel": "追责",
"FileHistory-ShowBlame": "显示追责细节",
"FileHistory-UnknownAuthorName": "未知",
"FuzzyFinder-DefaultPlaceHolder": "搜索命令和操作(例如打开存储库)",
"FuzzyFinder-BlamePlaceholder": "搜索文件以查看谁做了什么(即其追责)",
"FuzzyFinder-CheckoutPlaceholder": "搜索要检出的分支",
"FuzzyFinder-CloseTab": "关闭标签",
"FuzzyFinder-CreateAnnotatedTag": "创建带注释的标签",
"FuzzyFinder-CreateBranch": "创建分支",
"FuzzyFinder-CreateFilePlaceholder": "输入新文件名",
"FuzzyFinder-CreateTag": "创建标签",
"FuzzyFinder-DeleteFilePlaceholder": "搜索要删除的文件",
"FuzzyFinder-EditFilePlaceholder": "搜索要编辑的文件",
"FuzzyFinder-DevPlaceholder": "订购Chipotle",
"FuzzyFinder-HistoryPlaceholder": "搜索文件以查看其历史/追责",
"FuzzyFinder-OpenInDefaultEditor": "在外部编辑器中打开",
"FuzzyFinder-OpenFilePlaceholder": "搜索要打开的文件",
"FuzzyFinder-OpenRepoPlaceholder": "搜索要打开的存储库",
"FuzzyFinder-RenameBranch": "重命名分支",
"FuzzyFinder-SearchCommitsPlaceholder": "使用消息, ID, 作者搜索提交",
"FuzzyFinder-SwitchProfilePlaceholder": "搜索要切换到的配置文件",
"FuzzyFinder-ViewFilePlaceholder": "搜索要查看的文件",
"FuzzyFinder-BlameFilePrefix": "追责",
"FuzzyFinder-CheckoutRefPrefix": "检出",
"FuzzyFinder-ConfigureGitFlow": "配置Git工作流",
"FuzzyFinder-ConfigureGpgSigning": "配置GPG签名",
"FuzzyFinder-ConfigureLfs": "配置LFS",
"FuzzyFinder-CreateFileKeywords": "创建新文件",
"FuzzyFinder-DeleteFilePrefix": "删除文件",
"FuzzyFinder-EditFilePrefix": "编辑文件",
"FuzzyFinder-StartPullRequest": "开始拉取请求",
"FuzzyFinder-StartPullRequestKeywords": "新创建拉取请求",
"FuzzyFinder-DevPrefix": "开发",
"FuzzyFinder-DiscardAllKeywords": "全部重置",
"FuzzyFinder-FileHistoryPrefix": "历史",
"FuzzyFinder-InitRepoKeywords": "初始化",
"FuzzyFinder-OpenGitFlowPanel": "Git工作流",
"FuzzyFinder-OpenFile": "打开文件",
"FuzzyFinder-OpenFileInExternalCompareTool": "在外部差异/合并工具中打开",
"FuzzyFinder-OpenInFileManagerKeywords": "文件夹资源管理器查找程序",
"FuzzyFinder-OpenInTerminalKeywords": "命令行控制台",
"FuzzyFinder-OpenRepoPrefix": "打开存储库",
"FuzzyFinder-OpenShell": "打开一个新的Terminal选项卡",
"FuzzyFinder-OpenShellKeywords": "命令行shell终端提示符",
"FuzzyFinder-RepoPrefix": "存储库管理:",
"FuzzyFinder-SearchCommits": "搜索提交",
"FuzzyFinder-Settings": "设置",
"FuzzyFinder-SettingsKeywords": "偏好选项",
"FuzzyFinder-StashPrefix": "贮藏区:",
"FuzzyFinder-SwitchProfile": "切换到配置文件",
"FuzzyFinder-ToggleSyntaxHighlighting": "切换语法高亮",
"FuzzyFinder-ToggleToolbarLabels": "切换工具栏标签",
"FuzzyFinder-ViewFile": "查看文件",
"FuzzyFinder-ViewErrorLogs": "查看错误日志",
"FuzzyFinder-ViewPerformanceLogs": "查看性能日志",
"FuzzyFinder-ViewReleaseNotes": "查看发行说明",
"FuzzyFinder-ViewReleaseNotesKeywords": "补丁说明变更日志",
"FuzzyFinder-ViewWorkingDirectoryChanges": "查看工作目录改动",
"FuzzyFinder-ViewWorkingDirectoryChangesKeywords": "更改wip workdir工作",
"CommitSearch-ClearFilter": "清晰的过滤器",
"CommitSearch-Placeholder": "查找提交",
"CommitSearch-ResultsText": "{0} of {1}",
"CommitSearch-NoResults": "0结果",
"CommitSearch-NoAuthorsFound": "没有发现作者",
"CommitFilter-FilterPlaceholder": "根据团队或作者筛选图表",
"CommitFilter-Authors": "作者",
"CommitFilter-Teams": "团队",
"GARLIC-RequestCancelledFromCredentialChange": "请求被取消,{0}的证书已更改",
"GitHook-ExitCode": "退出代码:{0}",
"GitHook-ExitedSuccessfully": "{0}: Exited with code 0",
"GitHooks-ExitedSuccessfully": "Git Hooks exited with code 0: {0}",
"GitHooks-Failed": "多个Git挂钩失败",
"GitHook-HookFailed": "{0}失败",
"GitHook-PermissionDenied": "{0}没有执行权限!",
"GitHook-PrePushDidNotRun": "预推送钩子未运行",
"GitHook-PrePushDidNotRunReason": "由于{1}, 无法执行{0}",
"GitHook-FailedToRun": "Git Hook无法运行。",
"LeftPanel-CheckedOut": "检出",
"LeftPanel-ClearFilter": "清除筛选器",
"LeftPanel-Collapse": "折叠面板",
"LeftPanel-FilterCommits": "筛选器({0} + {1} + f)",
"LeftPanel-Filtering": "筛选中",
"LeftPanel-Expand": "展开面板",
"LeftPanel-Hide": "在关系图中隐藏",
"LeftPanel-Show": "在关系图中显示",
"LeftPanel-StopSoloing": "停止此分支的独奏模式",
"LeftPanelAddUserForkRow-YouHaveAFork": "You have a fork of this repo",
"LeftPanelAddUserForkRow-AddRemoteButtonLabel": "添加",
"LeftPanelAddUserForkRow-AddThisFork": "Add this fork as a remote",
"TextOperation-Cut": "剪切",
"TextOperation-Copy": "复制",
"TextOperation-CopyFileContentsToClipboard": "将文件内容复制到剪贴板",
"TextOperation-CopySuccess": "已复制!",
"TextOperation-Paste": "粘贴",
"TextOperation-Delete": "删除",
"TextOperation-SelectAll": "全选",
"ResizePanel": "调整面板大小",
"FastForwardBranchToBranch": "快进分支{0}到分支{1}",
"MergedBranchToRef": "将分支'{0}'合并到{1}中",
"MergedRemoteBranchToRef": "将远程跟踪分支'{0}'合并到{1}中",
"MergedTagToRef": "将标签'{0}'合并到{1}中",
"MergedBranchToMaster": "合并分支'{0}'",
"MergedRemoteBranchToMaster": "合并远程跟踪分支'{0}'",
"MergedTagToMaster": "合并标签'{0}'",
"MergeConflictMessageSingular": "尝试合并到{0}时发现1个文件冲突",
"MergeConflictMessagePlural": "尝试合并到{1}时发现{0}个文件冲突",
"ExternalDiffTool": "外部差异工具",
"ExternalMergeTool": "外部合并工具",
"OpenInDiffTool": "在差异工具中打开",
"OpenInMergeTool": "在合并工具中打开",
"OpenIn": "使用{0}打开",
"MarkAllResolved": "全部标记为已解决",
"MarkNResolved": "标记{0}为已解决",
"MarkAsConflicted": "标记为未解决",
"MarkAsResolved": "标记为已解决",
"MarkNConflicted": "标记{0}为未解决",
"UnsupportedRebaseMessage": "此存储库正在另一个应用程序中运行变基",
"ViewExternalEditorSettings": "查看外部编辑器设置",
"ViewDiffToolSettings": "查看差异工具设置",
"ViewMergeToolSettings": "查看合并工具设置",
"ViewShPathSettings": "查看设置",
"ViewTerminalSettings": "查看终端设置",
"DiscardThisHunk": "丢弃区块的改动",
"DiscardThisLine": "丢弃此行的改动",
"DiscardNChanges": "丢弃{0}个文件中的改动",
"RefCreatedMessage": "{0}: {1}已创建在{2}",
"StageAllChanges": "暂存所有改动",
"StageNChanges": "暂存{0}个文件",
"StageSelectedLines": "暂存已选中的行",
"StageThisFile": "暂存文件",
"StageThisChange": "暂存此改动",
"StageThisHunk": "暂存区块",
"StageThisLine": "暂存此行",
"UnstageAllChanges": "取消暂存的所有改动",
"UnstageNChanges": "取消暂存{0}个文件",
"UnstageThisFile": "取消暂存文件",
"UnstageThisChange": "取消暂存这个改动",
"UnstageThisHunk": "取消暂存区块",
"UnstageThisLine": "取消暂存此行",
"StageFilemodeChange": "暂存文件模式改动",
"UnstageFilemodeChange": "取消暂存文件模式改动",
"WindowsFilemodeChangeWarning": "可能已对GitKraken以外的索引进行了文件模式更改。",
"WindowsFilemodeChangeWarningConfigEnabled": "您在git配置中启用了文件模式更改!在Windows中,工作目录中的文件似乎具有-x,因此此处显示文件模式更改。",
"OKButtonLabel": "确定",
"CancelButtonLabel": "取消",
"YesButtonLabel": "是",
"NoButtonLabel": "否",
"ExitPreferencesButtonLabel": "退出首选项",
"PreviousButtonLabel": "上一个",
"NextButtonLabel": "下一个",
"BrowseButtonLabel": "浏览",
"SubmitButtonLabel": "提交",
"GenerateButtonLabel": "生成",
"LogInButtonLabel": "登录",
"OpenNowButtonLabel": "立即打开",
"InitializeButtonLabel": "初始化",
"DeleteButtonLabel": "删除",
"DeleteAndCommitLabel": "删除并提交",
"DiscardUnstagedChangesButtonLabel": "丢弃未暂存的改动",
"UnstageAndRemoveButtonLabel": "取消暂存并删除",
"ResetAllButtonLabel": "重置所有",
"ResetFileButtonLabel": "重置文件",
"ResetFilesButtonLabel": "重置文件",
"SaveAncesor": "保存上级",
"CommitAndMergeButtonLabel": "合并后提交",
"DropCommitButtonLabel": "删除提交",
"DropCommitsButtonLabel": "删除提交",
"AbortMergeButtonLabel": "中止合并",
"StartRebaseButtonLabel": "开始变基",
"ContinueRebaseButtonLabel": "继续变基",
"AbortRebaseButtonLabel": "中止变基",
"SkipCommitButtonLabel": "跳过提交",
"CommitButtonLabelStageFiles": "请暂存要提交的文件/改动",
"CommitButtonLabelAddMessage": "请输入提交消息",
"CommitButtonLabelPlural": "提交{0}个文件的改动",
"CommitButtonLabelSingular": "提交1个文件的改动",
"ForcePushButtonLabel": "强制推送",
"LinuxUpdate-StatusBar-AvailableStatus": "更新可用({0})",
"LinuxUpdate-Notification-AvailableStatus": "下载更新",
"LinuxUpdate-DownloadDebUpdateButtonLabel": ".deb",
"LinuxUpdate-DownloadRpmUpdateButtonLabel": ".rpm",
"LinuxUpdate-DownloadTarGzUpdateButtonLabel": ".tar.gz",
"LinuxUpdate-Downloaded": "已完成下载 {0}",
"LinuxUpdate-Downloading": "正在下载 {0}...",
"LinuxUpdate-FailedTryAgain": "更新失败。再试一次。",
"LinuxUpdate-ShowDownloadedUpdateButtonLabel": "更新就绪(显示文件)",
"LinuxUpdate-SomethingWentWrong": "下载更新时出错",
"LinuxUpdate-TryAgain": "再试一次",
"LinuxUpdate-DownloadFromGitKraken": "从GitKraken.com下载",
"AutoUpdate-StatusBar-RestartGitKrakenAndInstallUpdateButtonLabel": "准备更新(重启GitKraken)",
"AutoUpdate-Notification-RestartGitKrakenAndInstallUpdateButtonLabel": "恢复和更新",
"AmendPreviousCommitButtonLabel": "修改最后一次提交",
"AmendOrRewordPreviousCommitMessageButtonLabel": "更新讯息",
"AmendPreviousCommitMessageTip": "单击此处修改提交消息",
"RewordCommitMessageTooltip": "单击以改写您的提交消息",
"RewordCommitMessageHelperText": "Rewording this commit message will cause {0} commits to be rebased.",
"RewordInputTitle": "R词提交消息",
"CancelAmendPreviousCommitMessageButtonLabel": "停止修改",
"CancelRewordPreviousCommitMessageButtonLabel": "取消改写",
"RefreshTokenLabel": "刷新令牌",
"RetryWithoutOAuthLabel": "无OAuth重试",
"UpgradeGitKrakenButtonLabel": "升级GitKraken",
"UpgradeToProButtonLabel": "升级到GitKraken专业版",
"SeePlansButtonLabel": "查看GitKraken计划",
"StartTrialButtonLabel": "GitKraken专业版免费试用",
"TrialStatus": "GitKraken专业版的试用期剩余{0} - 立即升级",
"ConfirmButtonLabel": "确认",
"RemoveButtonLabel": "移除",
"Option-None": "<无>",
"Option-UseMergeTool": "<使用合并工具>",
"ActivityLogButtonTooltip": "活动记录",
"UndoValidButtonTooltip": "撤消{0}",
"RedoValidButtonTooltip": "重做{0}",
"UndoCannotButtonTooltip": "无法撤消",
"RedoCannotButtonTooltip": "无法重做",
"UndoInvalidButtonTooltip": "无法撤消{0}。目前只支持提交、检出和某些丢弃操作。",
"RedoInvalidButtonTooltip": "无可重做的撤消",
"RefreshButtonTooltip": "刷新",
"SetAsDefaultOptionTooltip": "设置为默认值",
"DefaultOptionTooltip": "默认",
"PushButtonTooltip": "推送",
"PushToButtonTooltip": "Push to {0}",
"PullOptionsMessage": "选择在单击此按钮时默认执行的拉取/推送操作",
"PullOptions-FetchAll": "获取所有",
"PullOptions-Merge": "拉取(快进优先)",
"PullOptions-FastForwardOnly": "拉取(仅快进)",
"PullOptions-Rebase": "拉取(变基)",
"StashButtonTooltip": "贮藏",
"ApplyStashButtonTooltip": "应用贮藏区",
"PopStashButtonTooltip": "弹出贮藏区",
"OrderChipotleButtonTooltip": "星期四吃葡萄",
"SearchCommitsTooltip": "搜索提交({0} + f)",
"FuzzyFinderButtonTooltip": "命令面板({0}+ P)",
"Rebasing-LoadingOverlayLabel": "变基",
"Rebasing-CommitLabel": "从{1}重新变基提交{0}",
"Rebasing-AutoStashLabel": "自动贮藏未提交的改动",
"Rebasing-PoppingAutoStashLabel": "弹出自动贮藏的改动",
"ReflogAction": "使用reflog消息\"{0}\"的操作",
"ReflogActionCommit": "提交\"{0}\"",
"ReflogActionCommitAmend": "提交修订\"{0}\"",
"ReflogActionCheckout": "从\"{0}\"检出到\"{1}\"",
"ReflogActionReset": "重置为\"{0}\"",
"ReflogActionSaveOne": "丢弃\"{0}\"",
"ReflogActionSaveMany": "丢弃\"{0}\"和其他{1}个文件",
"ReflogActionSaveUnknown": "丢弃",
"ReflogActionDeleteBranchTracking": "删除分支\"{0}\"跟踪\"{1}\"",
"ReflogActionDeleteBranch": "删除分支\"{0}\"",
"ReflogActionRemoveRemote": "删除远程\"{0}\"",
"ConflictsHeader-Into": "成",
"ConflictsHeader-Merging": "合并",
"ConflictsHeader-Onto": "到",
"ConflictsHeader-Rebasing": "变基",
"ContextMenu-AddToDictionary": "添加到字典",
"ContextMenu-AmendOrRewordCommitMessage": "编辑提交消息",
"ContextMenu-AnnotateTag": "批注{0}",
"ContextMenu-CheckoutBranch": "检出{0}",
"ContextMenu-CheckoutCommit": "签出此提交",
"ContextMenu-CherrypickCommit": "摘取提交",
"ContextMenu-CreateAnnotatedTag": "在此处创建带注释的标签",
"ContextMenu-CloseTab": "关闭标签",
"ContextMenu-CloseOtherTabs": "关闭其他标签",
"ContextMenu-CloseTabsRight": "关闭右侧的标签",
"ContextMenu-CommitNotInGraph": "无法跳转到图形中,因为它不可见。",
"ContextMenu-CopyBranchName": "将分支名称复制到剪贴板",
"ContextMenu-CopyDeepLinkFailed": "复制deep link失败",
"ContextMenu-CopyDeepLinkFailedMissingInfo": "没有找到提交sha,分支名称或标签名称。",
"ContextMenu-CopyDeepLinkFailedNoFirstCommitSha": "没有为回购找到第一次提交。",
"ContextMenu-CopyDeepLinkFailedNoRemoteUrl": "无法找到远程url。",
"ContextMenu-CopyDeepLinkForBranch": "复制链接到分支:{0}",
"ContextMenu-CopyDeepLinkForCommit": "将链接复制到这个提交",
"ContextMenu-CopyDeepLinkForCommitOnRemote": "将链接复制到远程提交:{0}",
"ContextMenu-CopyDeepLinkForRemote": "复制链接到远程:{0}",
"ContextMenu-CopyDeepLinkForTag": "复制链接到这个标签",
"ContextMenu-CopyDeepLinkForTagOnRemote": "远程复制链接到这个标签:{0}",
"ContextMenu-CopyDeepLinkOnRemote": "在远程:{0}",
"ContextMenu-OpenGijLinkFailed": "无法打开Jira链接",
"ContextMenu-OpenGijLinkFailedMissingInfo": "没有找到commit。",
"ContextMenu-OpenGijLinkFailedNoFirstCommitSha": "没有为回购找到第一次提交。",
"ContextMenu-OpenGijLinkFailedMissingResource": "请先选择一个Jira项目。",
"ContextMenu-OpenGijLinkForCommit": "打开Jira这个承诺",
"ContextMenu-OpenGijLinkForCommitFileDiff": "打开Jira这个文件diff",
"ContextMenu-OpenGijLinkForCommitFileDiffOnInstance": "打开Jira到这个文件diff实例:{0}",
"ContextMenu-OpenGijLinkForCommitOnInstance": "打开Jira,提交实例:{0}",
"ContextMenu-CopyFilePath": "将文件路径复制到剪贴板",
"ContextMenu-CopyCommitSha": "将sha复制到剪贴板",
"ContextMenu-CopyTagName": "将标签名称复制到剪贴板",
"ContextMenu-CreateBranchHere": "在此处创建分支",
"ContextMenu-CreateTagHere": "在此处创建标签",
"ContextMenu-DeleteLocalAndRemoteBranches": "删除{0}和{1}",
"ContextMenu-DeleteAll": "删除所有\"{0}\"分支 (本地和远程)",
"ContextMenu-DeleteBranch": "删除{0}",
"ContextMenu-Delete1BranchInFolder": "删除文件夹\"{0}\"中的1个分支",
"ContextMenu-DeleteNBranchesInFolder": "在文件夹\"{1} \"中删除{0}个分支",
"ContextMenu-DeleteNLocalBranches": "Delete {0} local branches",
"ContextMenu-DeleteNStashes": "Delete {0} stashes",
"ContextMenu-DeleteProjectGroup": "从列表中删除",
"ContextMenu-DeleteTagXLocally": "从本地删除{0}",
"ContextMenu-DeleteTagFromRemote": "从远程删除标签",
"ContextMenu-DeleteTagXFromRemoteY": "从{1}删除{0}",
"ContextMenu-DeleteTagXFromAllRemotes": "从所有远程中删除{0}",
"ContextMenu-DropCommit": "删除提交",
"ContextMenu-DropCommits": "Drop {0} commits",
"ContextMenu-EditProjectGroup": "编辑标签",
"ContextMenu-EditRemote": "编辑{0}",
"ContextMenu-FastForward": "快进{0}到{1}",
"ContextMenu-FavoriteRepository": "将存储库添加到收藏夹",
"ContextMenu-FetchRemote": "获取{0}",
"ContextMenu-ForkRemoteOnService": "Fork {0} ({1}) on {2}",
"ContextMenu-GitHubActionDelete": "删除工作流程",
"ContextMenu-GitHubActionEdit": "编辑工作流程",
"ContextMenu-GoToParentCommit": "跳转以提交图形",
"ContextMenu-HideAllStashes": "隐藏所有贮藏区",
"ContextMenu-HideAllTags": "隐藏所有标签",
"ContextMenu-HideNStashes": "隐藏三尺的{0}",
"ContextMenu-HideNLocalBranches": "{0}隐藏分支",
"ContextMenu-IssueCheckoutBranchFrom": "Checkout branch from {0}",
"ContextMenu-IssueCreateBranchGitFlowFeature": "Gitflow:创建功能分支",
"ContextMenu-IssueCreateBranchGitFlowHotfix": "Gitflow:创建修补程序分支",
"ContextMenu-IssueCreateBranchGitFlowRelease": "Gitflow:创建发布分支",
"ContextMenu-IssueCopyCardLink": "复制卡链接",
"ContextMenu-IssueCopyIssueLink": "复制问题链接",
"ContextMenu-IssueViewIssueInGitHub": "View issue in GitHub",
"ContextMenu-IssueViewIssueInGitHubEnterprise": "View issue in GitHub Enterprise",
"ContextMenu-IssueViewIssueInGitLab": "在GitLab中查看问题",
"ContextMenu-IssueViewCardInGKBoards": "在GitKraken板上查看卡",
"ContextMenu-IssueViewCardInTrello": "在Trello中查看卡",
"ContextMenu-IssueViewIssueInIssueTracker": "在问题跟踪器中查看问题",
"ContextMenu-IssueViewIssueInJira": "查看Jira的问题",
"ContextMenu-IssueViewCardX": "View card {0}",
"ContextMenu-IssueViewIssueX": "View issue {0}",
"ContextMenu-IssueViewCardXInBrowser": "View card {0} in browser",
"ContextMenu-IssueViewIssueXInBrowser": "View issue {0} in browser",
"ContextMenu-IssueTrackerFilterRemoveFilter": "删除此过滤器",
"ContextMenu-IssueTrackerFilterEditFilter": "编辑此过滤器",
"ContextMenu-IssueTrackerFilterMoveDown": "向下移动此过滤器",
"ContextMenu-IssueTrackerFilterMoveUp": "向上移动此过滤器",
"ContextMenu-MergeBranchIntoBranch": "将 {0}合并到{1}",
"ContextMenu-MoveCommitDown": "下移提交",
"ContextMenu-MoveCommitUp": "向上提交",
"ContextMenu-MoveXCommitsDown": "Move {0} commits down",
"ContextMenu-MoveXCommitsUp": "Move {0} commits up",
"ContextMenu-PickCommit": "选择提交",
"ContextMenu-PushAndStartPullRequestToRef": "推送{0}并在{1}上创建拉取请求",
"ContextMenu-PushAndStartPullRequest": "推送{0}创建拉取请求",
"ContextMenu-PushTagToRemote": "将标签推送到远程",
"ContextMenu-PushXToEllipses": "将{0}推送到...",
"ContextMenu-PushXToAllRemotes": "将{0}推送到所有远程",
"ContextMenu-PushXToY": "将{0}推送到{1}",
"ContextMenu-RebaseBranchOntoBranch": "变基{0}于{1}",
"ContextMenu-RebaseBranchOntoBranchInteractively": "Interactive Rebase {0} onto {1}",
"ContextMenu-RebaseXChildrenOfShaInteractively": "Interactive Rebase {0} children of {1}",
"ContextMenu-RemoveRemote": "删除{0}",
"ContextMenu-RenameBranch": "重命名{0}",
"ContextMenu-ReopenClosedTab": "重新打开关闭的标签页",
"ContextMenu-ResetBranchToThisCommit": "将{0}重置为此提交",
"ContextMenu-ResetSoftWithHint": "软 - 保持所有本地改动",
"ContextMenu-ResetMixedWithHint": "混合 - 保持工作副本并重置索引",
"ContextMenu-ResetHardWithHint": "强行 - 丢弃所有改动过的工作副本",
"ContextMenu-RevertCommit": "还原提交",
"ContextMenu-RewordCommit": "重新提交密码",
"ContextMenu-SetUpstream": "设置上游",
"ContextMenu-ShowAllStashes": "显示所有贮藏区",
"ContextMenu-ShowAllTags": "显示所有标签",
"ContextMenu-ShowNLocalBranches": "{0}的分支",
"ContextMenu-SoloNLocalBranches": "独奏{0}分支",
"ContextMenu-ShowNStashes": "{0}池",
"ContextMenu-SquashCommit": "壁球提交",
"ContextMenu-StartPullRequestFromY": "从{0}创建拉取请求",
"ContextMenu-StartPullRequestToX": "创建拉取请求到{0}",
"ContextMenu-StartPullRequestToXFromY": "创建从{1}到{0}的拉取请求",
"ContextMenu-StashApply": "应用贮藏区",
"ContextMenu-StashDelete": "删除贮藏区",
"ContextMenu-StashPop": "弹出贮藏区",
"ContextMenu-StopSoloingNLocalBranches": "停止单独使用{0}分支",
"ContextMenu-SquashXCommits": "合并{0}个提交",
"ContextMenu-UnfavoriteRepository": "取消收藏存储库",
"ContextMenu-ViewServiceRemoteInBrowser": "在{1}上查看{0}",
"StashDeletion-Complete": "Stash 删除完成",
"StashDeletion-SuccessfullyDeletedNStashes": "Successfully deleted {0} out of {1} stashes.",
"Toolbar-CloseSubmodule": "关闭子模块",
"Toolbar-CloseRepository": "关闭存储库",
"Toolbar-PushNotAvailableInDetachedHead": "处于分离HEAD状态时,推送不可用",
"Toolbar-PullMergeNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(如果可能的话,快进)不可用",
"Toolbar-PullFastForwardOnlyNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(仅快进)不可用",
"Toolbar-PullRebaseNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(重新设置)不可用",
"BreadCrumbs-FavoritesHeader": "收藏夹",
"BreadCrumbs-RecentsHeader": "最近打开的",
"Profile-AddAProfile": "添加配置文件",
"Profile-AddProfile": "添加配置文件",
"Profile-AuthorEmail": "作者电子邮件",
"Profile-AuthorEmail-Placeholder": "输入您将在编写提交时使用的电子邮件",
"Profile-AuthorName": "作者姓名",
"Profile-AuthorName-Placeholder": "输入编写提交时将使用的名称",
"Profile-ConfirmDelete": "是, 删除此配置文件",
"Profile-CopySettingsFromCurrentProfile": "从当前配置文件复制设置",
"Profile-CreateAProfile": "创建一个配置文件",
"Profile-CreateProfile": "创建概要文件",
"Profile-CurrentProfile": "当前资料",
"Profile-Delete": "删除",
"Profile-DeleteLower": "删除",
"Profile-DeleteProfile": "删除",
"Profile-DeleteProfileWarning": "这一行动无法挽回",
"Profile-Description": "GitKraken使用配置文件来存储应用程序首选项以及git配置信息。安装后设置的首选项设置为默认配置文件。在GitKraken Pro中, 您可以创建其他配置文件, 并在不同的项目、工作环境等之间快速切换。",
"Profile-Description-FreeAddendum": "你是免费的。{0}创建多个配置文件。",
"Profile-Description-UpgradeLinkText": "升级你的计划",
"Profile-EditProfile": "编辑配置文件",
"Profile-ExplainLocal": "这个配置文件只能在这台机器上访问",
"Profile-ExplainSync": "“本地”配置文件只能在这台机器上访问。“同步”配置文件将与您的帐户同步,并可在任何机器上使用。",
"Profile-ExplainSyncModal": "同步一个配置文件,以访问它登录到你的GitKraken帐户上的任何机器",
"Profile-FinishEditing": "请先完成文件的编辑,然后再添加或更改配置文件",
"Profile-Local": "当地的",
"Profile-ManageAccount": "账户管理",
"Profile-MyProfiles": "我的配置文件",
"Profile-Organization": "组织",
"Profile-ProfileName": "配置文件名称",
"Profile-ProfileType": "概要文件类型",
"Profile-ReferralRewards": "推荐奖励",
"Profile-RequiresPro": "需要专业版才能添加或切换配置文件, 请单击此处升级。",
"Profile-SaveChanges": "保存改动",
"Profile-SelectIcon": "请选择一个图标",
"Profile-SwitchToThisProfile": "切换到此个人资料",
"Profile-SyncChanges": "保持我的.gitconfig与配置文件同步更新",
"Profile-SyncChangesSub": "选中后, GitKraken 将使用当前配置文件中的用户名和电子邮件地址更新您的全局git配置。",
"Profile-Synced": "同步",
"Profile-Type": "类型",
"Profile-Unlock": "通过升级到专业版解锁配置文件切换",
"ProfileAccountMenu-Account": "账户",
"ProfileAccountMenu-CommitSignature": "提交签名",
"ProfileAccountMenu-ManageAccount": "管理帐户",
"ProfileAccountMenu-ManageProfiles": "管理配置文件",
"ProfileAccountMenu-NoProfiles": "没有配置文件",
"ProfileAccountMenu-NoProfileSelected": "没有配置文件选择",
"ProfileAccountMenu-Organization": "组织",
"ProfileAccountMenu-SignIntoDifferentAccount": "登录一个不同的账户",
"Profiles": "配置文件",
"RefBar-GroupGitFlow": "GIT工作流",
"RefBar-GroupGitHubAction": "行动",
"RefBar-GroupGitHub": "GITHUB",
"RefBar-GroupGitHubEnterprise": "GITHUB ENTERPRISE",
"RefBar-GroupGitLab": "吉比特实验室",
"RefBar-GroupGitLabSelfManaged": "GITLAB自管理",
"RefBar-GroupGKBoards": "技工板",
"RefBar-GroupGKBoardsShort": "GK板",
"RefBar-GroupIssueTracker": "问题",
"RefBar-GroupJira": "JIRA问题",
"RefBar-GroupTeamVisibility": "团队",
"RefBar-GroupTrello": "TRELLO",
"RefBar-GroupLocal": "本地",
"RefBar-GroupRemote": "远程",
"RefBar-GroupPullRequests": "拉取请求",
"RefBar-GroupStashes": "贮藏区",
"RefBar-GroupSubmodules": "子模块",
"RefBar-GroupTags": "标签",
"RefBar-NAhead": "超前{0}",
"RefBar-NBehind": "落后{0}",
"RefBar-NavigateToTag": "导航到标签",
"RefBar-StatusViewing": "查看",
"RefBar-StatusSoloing": "独奏",
"RefBar-AddRemote": "添加远程",
"RefBar-AddGitHubAction": "添加GitHub操作",
"RefBar-OpenGitFlow": "打开Git工作流",
"RefBar-AddSubmodule": "添加子模块",
"Refbar-BranchActions": "分支操作",
"RefBar-TagActions": "标签操作",
"Repo-SuccessfullyCreatedRepo": "创建存储库成功",
"PullRequest-SuccessfullyCreatePullRequest": "创建拉取请求成功",
"ViewOnHostingService": "在 {0} 上查看",
"GitHubActionBar-Menu": "GitHub动作动作",
"PullRequestBar-Assignees": "负责人",
"PullRequestBar-Reviewers": "评审",
"PullRequestBar-Labels": "标签",
"PullRequestBar-Opened": "已打开:{0}",
"PullRequestBar-Updated": "已更新:{0}",
"PullRequestBar-CreatePullRequest": "创建拉取请求",
"PullRequestBar-Menu": "拉请求操作",
"PullRequestBar-UnknownPullRequestHead": "私有存储库(拒绝访问)",
"PullRequestBar-UnknownPullRequestOwnerLogin": "未知的用户名(访问被拒绝)",
"PullRequestBar-ViewPullRequestInBrowser": "在{2}上查看拉取请求 {0} {1}",
"PullRequestBar-CopyPullRequestLink": "Copy link for pull request {0}{1}",
"PullRequestBar-ViewContinuousIntegrationResultInBrowser": "查看{0}的最新版本",
"PullRequestBar-AddPullRequestRemote": "将{0}添加为远程",
"PullRequestBar-AddPullRequestRemoteAndCheckoutPRHead": "将{0}添加为远程并检出",
"PullRequestFilter-CancelLabel": "取消",
"PullRequestFilter-CreateFilter": "创建一个过滤器",
"PullRequestFilter-CreateFilterLabel": "创建Pull请求过滤器",
"PullRequestFilter-EditFilter": "编辑这个过滤器",
"PullRequestFilter-EditFilterLabel": "编辑拉取请求过滤器",
"PullRequestFilter-FilterLabel": "过滤器将请求",
"PullRequestFilter-FilterQueryPlaceholder": "输入一个查询来过滤拉取请求",
"PullRequestFilter-MoveDown": "把这个过滤器往下移动",
"PullRequestFilter-MoveUp": "把这个滤镜向上移动",
"PullRequestFilter-NameLabel": "过滤器的名字",
"PullRequestFilter-NamePlaceholder": "为这个过滤器输入一个名称",
"PullRequestFilter-RemoveFilter": "删除这个过滤器",
"PullRequestFilter-RemoveFilterLabel": "删除",
"PullRequestFilter-RemoveFilterPrompt": "要删除“{0}”滤镜吗?",
"PullRequestFilter-SearchPlaceholder": "搜索请求",
"PullRequestFilter-SyntaxAssignee": "受让人",
"PullRequestFilter-SyntaxAssigneeLabel": "受让人:",
"PullRequestFilter-SyntaxAuthorLabel": "作者:",
"PullRequestFilter-SyntaxBaseLabel": "基础:",
"PullRequestFilter-SyntaxBranchName": "branch_name",
"PullRequestFilter-SyntaxChangesRequested": "changes_requested",
"PullRequestFilter-SyntaxCreatedLabel": "创建:",
"PullRequestFilter-SyntaxDisplayName": "display_name",
"PullRequestFilter-SyntaxDraftLabel": "草案:",
"PullRequestFilter-SyntaxFailure": "失败",
"PullRequestFilter-SyntaxFalse": "假",
"PullRequestFilter-SyntaxHeadLabel": "负责人:",
"PullRequestFilter-SyntaxInvolves": "涉及到",
"PullRequestFilter-SyntaxInolvesLabel": "包括:",
"PullRequestFilter-SyntaxLabel": "标签",
"PullRequestFilter-SyntaxLabelLabel": "标签:",
"PullRequestFilter-SyntaxLabelName": "label_name",
"PullRequestFilter-SyntaxMilestone": "里程碑",
"PullRequestFilter-SyntaxMilestoneLabel": "里程碑",
"PullRequestFilter-SyntaxMilestoneName": "milestone_name",
"PullRequestFilter-SyntaxNone": "没有一个",
"PullRequestFilter-SyntaxNoLabel": "没有价值:",
"PullRequestFilter-SyntaxPending": "等待",
"PullRequestFilter-SyntaxReferenceLink": "支持网站",
"PullRequestFilter-SyntaxReferenceTitle": "Pull请求过滤器语法",
"PullRequestFilter-SyntaxReferenceSubTitle": "在{0}上阅读更多关于过滤拉取请求的内容。",
"PullRequestFilter-SyntaxReview": "审查",
"PullRequestFilter-SyntaxReviewApproved": "批准",
"PullRequestFilter-SyntaxReviewLabel": "审核状态:",
"PullRequestFilter-SyntaxReviewRequested": "review-requested",
"PullRequestFilter-SyntaxReviewedByLabel": "审核:",
"PullRequestFilter-SyntaxReviewersLabel": "要求评审人员:",
"PullRequestFilter-SyntaxStatus": "状态",
"PullRequestFilter-SyntaxStatusLabel": "状态:",
"PullRequestFilter-SyntaxSuccess": "成功",
"PullRequestFilter-SyntaxTrue": "真正的",
"PullRequestFilter-SyntaxUpdatedLabel": "更新:",
"PullRequestFilter-SyntaxUserName": "user_name",
"PullRequestPanel-AddAssignee": "添加负责人...",
"PullRequestPanel-AddAssignees": "添加负责人...",
"PullRequestPanel-AddLabels": "添加标签...",
"PullRequestPanel-AddReviewers": "添加评审人...",
"PullRequestPanel-AddTemplate": "添加模板...",
"PullRequestPanel-AllCards": "所有卡",
"PullRequestPanel-Assignee": "负责人",
"PullRequestPanel-Assignees": "负责人",
"PullRequestPanel-CardsLinkedTo": "卡链接到",
"PullRequestPanel-Description": "描述",
"PullRequestPanel-EditOnService": "使用{0}进行修改",
"PullRequestPanel-FromRepo": "源存储库",
"PullRequestPanel-GloCard": "GitKraken卡",
"PullRequestPanel-RemoveGloCard": "取出GitKraken卡",
"PullRequestPanel-OpenGloCard": "打开GitKraken卡",
"PullRequestPanel-HideFiles": "隐藏档案",
"PullRequestPanel-Labels": "标签",
"PullRequestPanel-MergeConflictDetected": "检测到合并冲突",
"PullRequestPanel-NoAssigneesFound": "未找到负责人",
"PullRequestPanel-NoCardsFound": "找不到卡",
"PullRequestPanel-NoLabelsFound": "未找到标签",
"PullRequestPanel-NoReviewersFound": "未找到评审人",
"PullRequestPanel-NoTemplatesFound": "找不到模板",
"PullRequestPanel-PullRequestTitle": "拉请求标题",
"PullRequestPanel-PullRequestDescription": "拉请求描述",
"PullRequestPanel-Repo": "存储库",
"PullRequestPanel-Reviewers": "评审",
"PullRequestPanel-SearchCards": "搜索卡...",
"PullRequestPanel-SearchingCards": "正在搜寻卡片...",
"PullRequestPanel-ShowFiles": "显示档案",
"PullRequestPanel-SubmitAsDraft": "提交的草案",
"PullRequestPanel-Template": "模板",
"PullRequestPanel-Title": "标题",
"PullRequestPanel-ToRepo": "目标存储库",
"PullRequestPanel-TypeToSearch": "开始输入搜索GitKraken卡...",
"PullRequestPanel-AzureDevopsEditPullRequestWarning": "如果您选择在Azure开发运维上进行编辑, 您的拉请求标题/描述将不会转移到Azure开发运维",
"PullRequestPanel-GitHubEditPullRequestWarning": "如果您选择在GitHub上编辑, 拉取请求的审阅者将不会传送到GitHub。",
"PullRequestPanel-GitHubDraftPullRequestTooltip": "在GitHub免费的公共存储库和GitHub团队和GitHub企业云的公共和私有存储库中,都可以找到pull请求的草稿。",
"PullRequestTooltip-WantsToMerge": "想要合并",
"PullRequestTooltip-Into": "到",
"PullRequestTooltip-BuildStatus": "构建状态:",
"PullRequestTooltip-ChecksOK": "检查{0}/{1}正常",
"PullRequestTooltip-ChecksOKChangesRequested": "{0} /{1}检查OK,更改请求",
"PullRequestTooltip-ChecksOKReviewPending": "{0} /{1}检查OK,审查未决",
"PullRequestTooltip-ChecksOKReviewSuccess": "{0} /{1}检查OK,没有未完成的审查或要求的更改",
"PullRequestTooltip-ChangesRequested": "变更请求",
"PullRequestTooltip-ReviewPending": "回顾等待",
"PullRequestTooltip-ReviewSuccess": "没有悬而未决的审查或变更请求",
"PullRequestTooltip-UnknownRequester": "[未知]",
"ContinuousIntegrationTooltip-SomeChecksFailed": "某些检查失败",
"ContinuousIntegrationTooltip-SomeChecksPending": "某些检查挂起",
"ContinuousIntegrationTooltip-AllChecksPassed": "已通过所有检查",
"IssueTooltip-Description": "描述",
"IssueTooltip-Labels": "标签",
"IssueTooltip-List": "清单",
"IssueTooltip-Milestone": "里程碑",
"IssueTooltip-Milestones": "大事记",
"IssueTooltip-MilestoneDueDate": "Due {0}",
"IssueTooltip-Reporter": "记者",
"IssueTooltip-Status": "状态",
"IssueTooltip-Column": "柱",
"IssueTooltip-None": "没有",
"IssueViewPanel-Branches": "分行",
"IssueViewPanel-BaseNewBranchOn": "建立新分支",
"IssueViewPanel-Checklists": "检查清单",
"IssueViewPanel-ClearMember": "清除会员",
"IssueViewPanel-ClearMembers": "清除成员",
"IssueViewPanel-CollapseReplies": "collapse {0} replies",
"IssueViewPanel-CollapseReply": "collapse {0} reply",
"IssueViewPanel-Column": "柱",
"IssueViewPanel-CreateBranch": "创建分支",
"IssueViewPanel-CreatedBy": "由...制作",
"IssueViewPanel-DueDate": "截止日期",
"IssueViewPanel-DuplicateFilterName": "过滤器名称重复",
"IssueViewPanel-List": "清单",
"IssueViewPanel-NameLabel": "筛选器名称",
"IssueViewPanel-OpenCardInBrowser": "在浏览器中打开卡",
"IssueViewPanel-OpenIssueInBrowser": "浏览器中的未解决问题",
"IssueViewPanel-ReplyToComment": "回复评论",
"IssueViewPanel-ReplyToThread": "回复主题",
"IssueViewPanel-ShowReplies": "show {0} replies",
"IssueViewPanel-ShowReply": "show {0} reply",
"IssueViewPanel-State": "州",
"IssueViewPanel-Status": "状态",
"IssueViewPanel-StatusInvalidTransition": "无效的状态转换",
"IssueViewPanel-TaskLists": "任务清单",
"Jira-OpenGitIntegrationForJira": "查看Git集成Jira",
"Jira-GIJHeading": "Git集成Jira + GitKraken",
"Jira-GIJMessage": "Jira的Git集成允许开发人员直接在Jira中审查分支、提交和拉请求。这个应用程序安装在你的Jira实例和GitKraken Jira集成连接,你将能够快速导航查看文件和提交在GitKraken和Jira之间的差异。",
"Jira-GIJIsInstalled": "应用程序安装在你的Jira实例",
"Jira-GIJNotInstalled": "请管理员在你的Jira实例上安装这个应用程序",
"JiraFilterForm-JqlError": "JQL错误",
"JiraFilterForm-JqlLabel": "查询(JQL)",
"JiraFilterForm-JqlEmpty": "JQL不能为空",
"JiraFilterForm-JqlMissingProject": "JQL must contain 'project = \"{0}\"'",
"JiraFilterForm-JqlPlaceholder": "输入一个JQL查询",
"JiraFilterForm-ValidateError": "无法使用Jira验证查询",
"MemberMenu-AreYouSureRemoveMember": "您确定要从您的组织中删除“{0}”吗?",
"MemberMenu-CurrentOwner": "当前所有者",
"MemberMenu-EmailsDontMatch": "电子邮件不匹配",
"MemberMenu-MakeAdmin": "让{0}成为管理员",
"MemberMenu-MakeBilling": "使{0}成为计费联系人",
"MemberMenu-MakeUser": "使{0}成为用户",
"MemberMenu-NewOwner": "新主人",
"MemberMenu-PleaseTypeNewOwnersEmail": "请在这里输入新主人的电子邮件",
"MemberMenu-RemoveMember": "删除成员",
"MemberMenu-RemoveMemberWithABoard": "“{0}”拥有1个板,必须转移给一个新的所有者。",
"MemberMenu-RemoveMemberWithBoards": "“{0}”拥有的{1}板必须被转移给一个新的所有者。",
"MemberMenu-TransferOwnership": "所有权转移",