forked from msmkls/gitkraken-chinese-up
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings_9.4.0.json
4445 lines (4186 loc) · 302 KB
/
strings_9.4.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": "在 {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)",
"Reload Window": "重新加载窗口",
"Relaunch GitKraken": "重启 GitKraken",
"&Relaunch GitKraken": "重启 GitKraken(&R)",
"ToggleFullScreen": "切换全屏",
"Toggle&FullScreen": "切换全屏(&F)",
"Developer": "开发者",
"SupportLogs": "支持日志",
"RunTests": "运行测试...",
"ToggleDeveloperTools": "切换开发者工具",
"ToggleDeveloper&Tools": "切换开发者工具(&T)",
"ToggleMainProcessDeveloperTools": "切换主流程开发人员工具",
"ToggleMainProcessDeveloper&Tools": "切换主进程开发人员和工具",
"ToggleRequestHandlerDeveloperTools": "切换请求处理程序流程开发人员和工具",
"ToggleRequestHandlerDeveloper&Tools": "切换请求处理程序流程开发人员和工具(&T)",
"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": "显示工具栏",
"ShowTerminalPanel": "显示终端面板",
"Window": "窗口",
"Minimize": "最小化",
"Zoom": "缩放",
"Help": "帮助",
"&Help": "帮助(&H)",
"ViewSupportDocs": "查看支持文档",
"ViewErrorLogs": "查看错误日志",
"ViewPerformanceLogs": "查看性能日志",
"ViewActivityLogs": "查看活动日志",
"ContactSupport": "联系支持",
"BrowseSubmitFeatureRequests": "浏览或提交功能请求",
"KeyboardShortcuts": "键盘快捷键",
"OpenFuzzyFinder": "打开模糊查找器",
"FollowUsOnTwitter": "在推特上关注我们"
},
"strings": {
"About-OpenSource": "它使用了一些优秀的开源项目:",
"About-Libgit2License": "GitKraken在GNU公共许可证下通过NodeGit使用libgit2库, 并带有链接异常",
"About-OpenSourceLicenses": "依赖开源许可证",
"About-Company": "Axosoft有限责任公司 DBA GitKraken",
"About-AllRightsReserved": "保留所有权利",
"About-Version": "GitKraken版本{0}",
"Application": "应用",
"Bytes": "字节",
"By": "{0}由",
"NoMatches": "不匹配",
"NoFilterMatches": "无结果匹配滤波器",
"QuitGitKraken": "退出GitKraken",
"Done": "完成",
"Or": "或",
"OpenInFileManager": "在文件管理中打开",
"Repo-Close": "关闭存储库",
"Repo-Delete": "删除存储库",
"Repo-Open": "打开存储库",
"Repo-OpenInDefaultTerminal": "打开默认的外部终端",
"Repo-OpenInTerminalTab": "在终端选项卡中打开此存储库",
"Repo-OpenEmbeddedTerminal": "切换终端面板",
"Registration-ChangeEmail": "使用其他账户登录",
"Registration-CheckStatus": "检查状态",
"Registration-PrivateRepoDetected": "这似乎是一个私人存储库",
"Registration-PrivateRepoDetectedFreeContent": "GitKraken客户端的免费版本不支持打开私人或自托管存储库。升级以打开此存储库。",
"Registration-PrivateRepoDetectedUnregisteredContent": "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-AzureTextUnderIcon": "Azure DevOps",
"Registration-BitbucketTextUnderIcon": "Bitbucket",
"Registration-GitLabTextUnderIcon": "GitLab",
"Registration-GitHubTextUnderIcon": "GitHub",
"Registration-SelectAzureOrg": "选择Azure组织",
"Registration-SignInWithAzure": "使用Azure DevOps登录",
"Registration-SignUpWithAzure": "注册Azure DevOps",
"Registration-SignInWithBitbucket": "使用Bitbucket登录",
"Registration-SignUpWithBitbucket": "注册Bitbucket",
"Registration-SignInWithGitHub": "使用GitHub登录",
"Registration-SignUpWithGitHub": "注册GitHub",
"Registration-SignInWithGitLab": "使用GitLab登录",
"Registration-SignUpWithGitLab": "注册GitLab",
"Registration-SignInWithSSO": "使用SSO登录",
"Registration-SignUpWithSSO": "注册SSO",
"Registration-CheckForSSOProvider": "检查SSO提供程序",
"Registration-SelectSSOProvider": "选择SSO提供程序",
"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": "如果你确定你仍然是GitHub的学生,你需要再次 {0} 来验证你的许可证。",
"Registration-StudentLicenseExpiredBody1-2Button": "使用GitHub登录",
"Registration-StudentLicenseExpiredBody1-3": "如果您需要使用GitHub更新您的学生身份,请 {0}。在此期间,您可以使用免费版本。",
"Registration-StudentLicenseExpiredBody1-3Button": "访问GitHub教育网站",
"Registration-StudentLicenseExpiredBody1-4": "如果您对高级许可证感兴趣,请 {0}。",
"Registration-StudentLicenseExpiredBody1-4Button": "查看GitKraken计划",
"Registration-StudentLicenseExpiredBody1-5": "否则,您可以 {0}。",
"Registration-StudentLicenseExpiredBody1-5Button": "切换到免费许可证",
"Registration-ProLicenseExpiredBody2-1": "您正在使用非商业用途的GitKraken免费版。合并冲突编辑器、配置文件、GitHub企业版、GitLab自建主机,Bitbucket服务器和Azure开发运维集成等专业功能已被禁用。",
"Registration-ProLicenseExpiredBody2-2": "您可以随时从主菜单或访问{0}续订。",
"Registration-StudentLicenseExpiredBody2-2": "您可以随时从主菜单或访问 {0}进行订阅。",
"Registration-ProLicenseExpiredCancel": "切换到非商业用途",
"Registration-ProLicenseExpiredGoToShop": "续订",
"Registration-UseGitKraken": "使用GitKraken",
"Registration-ValidateConfirmPassword": "密码不匹配。",
"Registration-ValidateField": "此字段是必需的。",
"Registration-ValidateEmail": "请输入正确的邮件地址。",
"Registration-ValidateEULA": "您必须同意最终用户许可协议。",
"Registration-VerifyEmailForTrialButton": "验证电子邮件来免费试用",
"Registration-VerifyEmailLabel": "已验证?",
"Registration-VerifyEmailTitle": "请验证您的邮件地址",
"Registration-VerifyEmailBody": "我们还没有收到{0}的验证信息。继续使用GitKraken请通过发到该地址的邮件中的链接完成身份验证。",
"Registration-CantFindEmail": "没找到邮件?",
"Registration-IncorrectEmail": "账户不正确?",
"Registration-DesireToUnregister": "还没有准备好免费试用吗?",
"Registration-LogOutButton": "注销",
"Registration-XDaysToActivate": "{0}天激活",
"Registration-1DayToActivate": "1天激活",
"Registration-Login": "登录",
"Registration-LoggingIn": "正在登录...",
"Registration-CreateAccountTitle": "创建账户",
"Registration-LoginTitle": "欢迎来到GitKraken",
"Registration-LoginWithSSO": "使用 {0} 登录",
"Registration-NoProviders": "找不到此电子邮件地址的提供商。请尝试其他电子邮件地址或联系您的已知提供商",
"Registration-GoToLoginLeadin": "已经有账户了?",
"Registration-GoToSignUpLeadin": "没有帐户? ",
"Registration-GoToLogin": "登录",
"Registration-GoToSignUp": "注册。",
"Registration-ManualInput": "手动输入OAuth令牌",
"Registration-OrSeparatorLine": "或",
"Registration-NotUsingHostingService": "不使用托管服务?",
"Registration-SignUpForTrialTitle": "注册并解锁更多功能",
"Registration-SignUpTitle": "注册您的托管服务",
"Registration-SignInTitle": "使用您的托管服务登录",
"Registration-SignUpForTrialDescription1": "创建免费的云工作区,并开始免费试用,在 {0} 天内访问私人转发和多个配置文件等付费功能。",
"Registration-SignInWithEmail": "使用电子邮件登录",
"Registration-SignUpWithEmail": "使用电子邮件注册",
"Registration-SignIn": "登记",
"Registration-SignUp": "注册",
"Registration-Purchase": "购买",
"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": "提交",
"Comments": "解释",
"Create": "创建",
"DeletingWithEllipsis": "删除中...",
"Draft": "草稿",
"AuthoredLabel": "创作于",
"CoauthorsLabel": "共同作者:",
"CommitterLabel": "承诺的",
"CommitLabel": "提交:",
"CommitLabelBadge": "承诺:",
"ParentLabel": "父项:",
"CheckingOutBranch": "正在检出分支",
"ConnectingWithEllipsis": "正在连接...",
"DiscardAllChanges": "丢弃所有改动",
"Filter": "筛选器",
"GeneratingWithEllipsis": "正在生成...",
"Likes": "Likes",
"LoadingDiffWithEllipsis": "正在加载差异...",
"LoadingWithEllipsis": "载入中...",
"Local": "本地",
"Log": "记录",
"New": "新",
"Optional": "(可选)",
"Parent": "父",
"Parents": "父",
"Pop": "弹出",
"Preview": "预览",
"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": "查看支持文档",
"WorkInProgressOnBranchAbbr": "WIP于{0}",
"Zoom": "缩放",
"License-Individual": "个人",
"License-Pro": "专业版",
"License-Teams": "团队",
"License-Enterprise": "企业",
"LicenseBadge-Free": "免费版",
"LicenseBadge-Individual": "个人版",
"LicenseBadge-Enterprise": "企业版",
"LicenseBadge-Teams": "团队版",
"LicenseBadge-Pro": "专业版",
"LicenseBadge-Trial": "试验版",
"LicenseBadge-SelfHosted": "自托管",
"LicenseBadge-Standalone": "无服务框架",
"FreeBadgeTooltip": "许可用于开源项目。单击以查看计划。",
"Stash-ApplyWithUncommittedChangesPrompt": "您有未提交的改动。确定要应用贮藏区并覆盖改动吗?",
"Stash-PartialStashSelectedPath": "这将把所有暂存和未暂存的更改隐藏在 \"{0}\" 中。你确定要将所有更改都保存在文件中吗?",
"Stash-PartialStashSelectedPaths": "这将把所有暂存和未暂存的更改隐藏在选定的文件中。是否确实要隐藏所有选定的文件?",
"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-CouldNotOpenFileName": "无法打开 {0}",
"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-CherryPickFromStash": "使用贮藏文件夹",
"Folder-NewFile": "在此文件夹中创建文件",
"Folder-MarkConflictedFilesAsResolved": "标记所有为已解决的",
"Folder-Open": "打开文件夹",
"Folder-StageAll": "暂存文件夹",
"Folder-StashAll": "贮藏文件夹",
"Folder-UnstageAll": "取消暂存文件夹",
"Folder-DiscardAllChanges": "丢弃文件夹中的所有改动",
"Folder-ExportChangesToPatch": "根据目录中的更改创建修补程序",
"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": "使用消息, SHA, 作者搜索提交",
"FuzzyFinder-SwitchProfilePlaceholder": "搜索要切换到的配置文件",
"FuzzyFinder-SwitchThemePlaceholder": "搜索要切换到的主题",
"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-OpenWorkspaces": "打开工作区",
"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工作",
"FuzzyFinder-GenerateCommitMessage": "生成提交消息",
"FuzzyFinder-GenerateCommitMessageKeywords": "chatgpt openai",
"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": "Git 钩子退出代码:{0}",
"GitHook-ExitedSuccessfully": "{0}: 退出代码0",
"GitHooks-ExitedSuccessfully": "Git 钩子退出代码0: {0}",
"GitHooks-Failed": "多个Git钩子失败",
"GitHook-HookFailed": "{0}失败",
"GitHook-PermissionDenied": "{0}没有执行权限!",
"GitHook-PrePushDidNotRun": "预推送钩子未运行",
"GitHook-PrePushDidNotRunReason": "由于{1}, 无法执行{0}",
"GitHook-FailedToRun": "Git 钩子无法运行。",
"LeftPanel-CheckedOut": "检出",
"LeftPanel-ClearFilter": "清除筛选器",
"LeftPanel-Collapse": "折叠面板",
"LeftPanel-FilterCommits": "筛选器({0} + {1} + f)",
"LeftPanel-Filtering": "筛选中",
"LeftPanel-Expand": "展开面板",
"LeftPanel-Hide": "在关系图中隐藏",
"LeftPanel-Show": "在关系图中显示",
"LeftPanel-StopSoloing": "停止此分支的单独模式",
"LeftPanelAddUserForkRow-YouHaveAFork": "你有一个此存储库的复制",
"LeftPanelAddUserForkRow-AddRemoteButtonLabel": "添加",
"LeftPanelAddUserForkRow-AddThisFork": "将此复制添加为远程",
"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}打开",
"OpenSingleRepoIn": "在{0}中打开",
"OpenSingleRepoInMenuItem": "在{0}中打开存储库",
"OpenAllInWorkspace": "在{0}工作区中全部打开",
"OpenAllInWorkspaceMenuItem": "在{0}工作区中打开所有存储库",
"OpenXIn": "在{1}工作区中打开{0}",
"OpenXInMenuItem": "在{1}工作区中打开{0}个存储库",
"MarkAllResolved": "全部标记为已解决",
"MarkNResolved": "标记{0}为已解决",
"MarkAsConflicted": "标记为未解决",
"MarkAsResolved": "标记为已解决",
"MarkNConflicted": "标记{0}为未解决",
"TakeIncoming": "接收传入 ({0})",
"TakeCurrent": "获取当前 ({0})",
"TakeIncomingNFiles": "接收传入的 ({0}) {1}个文件",
"TakeCurrentNFiles": "获取当前的({0}) {1}个文件",
"UnsupportedRebaseMessage": "此存储库正在另一个应用程序中运行变基",
"ViewExternalEditorSettings": "查看外部编辑器设置",
"ViewDiffToolSettings": "查看差异工具设置",
"ViewMergeToolSettings": "查看合并工具设置",
"ViewShPathSettings": "查看设置",
"ViewTerminalSettings": "查看终端设置",
"CherryPickFileFromStash": "使用贮藏的文件",
"CherryPickNFilesFromStash": "使用贮藏中的 {0} 个文件",
"DiscardThisHunk": "丢弃区块的改动",
"DiscardThisLine": "丢弃此行的改动",
"DiscardNChanges": "丢弃{0}个文件中的改动",
"RefCreatedMessage": "{0}: {1}已创建在{2}",
"StashThisFile": "贮藏文件",
"StashNFiles": "贮藏{0}个文件",
"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个文件的改动",
"CommitButtonLabelSkipHooks": "跳过钩子并提交",
"ForcePushButtonLabel": "强制推送",
"SupportButtonLabel": "支持",
"Communication-SupportFormSubject": "GitKraken客户端支持请求",
"Communication-FeedbackFormSubject": "GitKraken客户反馈",
"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": "单击此处修改提交消息",
"AmendStashMessageTip": "单击以修改您的贮藏消息",
"RewordCommitMessageTooltip": "单击以改写您的提交消息",
"RewordCommitMessageHelperText": "改写此提交消息将导致{0} 提交变基.",
"RewordInputTitle": "改写提交消息",
"CancelAmendPreviousCommitMessageButtonLabel": "取消修正",
"CancelRewordPreviousCommitMessageButtonLabel": "取消改写",
"RefreshTokenLabel": "刷新令牌",
"RetryWithoutOAuthLabel": "无OAuth重试",
"UpgradeGitKrakenButtonLabel": "升级GitKraken",
"UpgradeToProButtonLabel": "升级到GitKraken专业版",
"SeePlansButtonLabel": "查看GitKraken计划",
"StartTrialButtonLabel": "GitKraken专业版免费试用",
"TrialStatus": "GitKraken专业版的试用期剩余{0} - 立即升级",
"SelectPlaceholder": "选择...",
"SignIntoMyAccount": "登录我的帐户",
"ConfirmButtonLabel": "确认",
"RemoveButtonLabel": "移除",
"Option-None": "<无>",
"Option-UseMergeTool": "<使用合并工具>",
"ActivityLogButtonTooltip": "活动记录",
"UndoValidButtonTooltip": "撤消{0}",
"RedoValidButtonTooltip": "重做{0}",
"UndoCannotButtonTooltip": "无法撤消",
"RedoCannotButtonTooltip": "无法重做",
"UndoInvalidButtonTooltip": "无法撤消{0}。目前只支持提交、检出和某些丢弃操作。",
"RedoInvalidButtonTooltip": "无可重做的撤消",
"RefreshButtonTooltip": "刷新",
"SetAsDefaultOptionTooltip": "设置为默认值",
"DefaultOptionTooltip": "默认",
"PushButtonTooltip": "推送",
"PushToButtonTooltip": "推送到{0}",
"PullOptionsMessage": "选择在单击此按钮时默认执行的拉取/推送操作",
"PullOptions-FetchAll": "获取所有",
"PullOptions-Merge": "拉取(快进优先)",
"PullOptions-FastForwardOnly": "拉取(仅快进)",
"PullOptions-Rebase": "拉取(变基)",
"StashButtonTooltip": "贮藏",
"ApplyStashButtonTooltip": "应用贮藏区",
"PopStashButtonTooltip": "弹出贮藏区",
"OrderChipotleButtonTooltip": "Chipotle Thursday",
"SearchCommitsTooltip": "搜索提交({0} + f)",
"CliButtonTooltip-terminalPanel": "显示/隐藏终端",
"FuzzyFinderButtonTooltip": "命令面板({0}+ P)",
"KeyBindingsTooltip": "键盘快捷键 ({0} + /)",
"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": "into",
"ConflictsHeader-Merging": "合并",
"ConflictsHeader-Onto": "onto",
"ConflictsHeader-Rebasing": "变基",
"ContextMenu-AddToDictionary": "添加到字典",
"ContextMenu-AmendOrRewordCommitMessage": "编辑提交消息",
"ContextMenu-AmendStashMessage": "编辑贮藏消息",
"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": "删除 {0} 个本地分支",
"ContextMenu-DeleteNStashes": "删除 {0} 个贮藏",
"ContextMenu-DeleteProjectGroup": "从列表中删除",
"ContextMenu-DeleteTagXLocally": "从本地删除{0}",
"ContextMenu-DeleteTagFromRemote": "从远程删除标签",
"ContextMenu-DeleteTagXFromRemoteY": "从{1}删除{0}",
"ContextMenu-DeleteTagXFromAllRemotes": "从所有远程中删除{0}",
"ContextMenu-DropCommit": "删除提交",
"ContextMenu-DropCommits": "删除{0}个提交",
"ContextMenu-EditProjectGroup": "编辑标签",
"ContextMenu-EditRemote": "编辑{0}",
"ContextMenu-FastForward": "快进{0}到{1}",
"ContextMenu-FavoriteRepository": "将存储库添加到收藏夹",
"ContextMenu-FetchRemote": "获取{0}",
"ContextMenu-ForkRemoteOnService": "复制{2}上的{0} ({1})",
"ContextMenu-GitHubActionDelete": "删除工作流程",
"ContextMenu-GitHubActionEdit": "编辑工作流程",
"ContextMenu-GoToParentCommit": "跳转以提交图形",
"ContextMenu-HideAllStashes": "隐藏所有贮藏",
"ContextMenu-HideAllTags": "隐藏所有标签",
"ContextMenu-HideNStashes": "隐藏{0}个贮藏",
"ContextMenu-HideNLocalBranches": "隐藏{0}个分支",
"ContextMenu-IssueCheckoutBranchFrom": "从{0}检出分支",
"ContextMenu-IssueCreateBranchGitFlowFeature": "Git工作流:创建功能分支",
"ContextMenu-IssueCreateBranchGitFlowHotfix": "Git工作流:创建修补程序分支",
"ContextMenu-IssueCreateBranchGitFlowRelease": "Git工作流:创建发布分支",
"ContextMenu-IssueCopyCardLink": "复制卡链接",
"ContextMenu-IssueCopyIssueLink": "复制问题链接",
"ContextMenu-IssueViewIssueInGitHub": "在GitHub中查看问题",
"ContextMenu-IssueViewIssueInGitHubEnterprise": "在GitHub 企业版中查看问题",
"ContextMenu-IssueViewIssueInGitLab": "在GitLab中查看问题",
"ContextMenu-IssueViewCardInGKBoards": "在GitKraken板上查看卡",
"ContextMenu-IssueViewCardInTrello": "在Trello中查看卡",
"ContextMenu-IssueViewIssueInIssueTracker": "在问题跟踪器中查看问题",
"ContextMenu-IssueViewIssueInJira": "查看Jira的问题",
"ContextMenu-IssueViewCardX": "查看card {0}",
"ContextMenu-IssueViewIssueX": "查看问题 {0}",
"ContextMenu-IssueViewCardXInBrowser": "在浏览器查看卡 {0} ",
"ContextMenu-IssueViewIssueXInBrowser": "在浏览器查看问题 {0} ",
"ContextMenu-IssueTrackerFilterRemoveFilter": "删除此过滤器",
"ContextMenu-IssueTrackerFilterEditFilter": "编辑此过滤器",
"ContextMenu-IssueTrackerFilterMoveDown": "向下移动此过滤器",
"ContextMenu-IssueTrackerFilterMoveUp": "向上移动此过滤器",
"ContextMenu-LeftPanelMaximizeThisSection": "最大化此分区",
"ContextMenu-LeftPanelGitFlow": "Git工作流",
"ContextMenu-LeftPanelGitHubActions": "GitHub操作",
"ContextMenu-LeftPanelGitHubIssues": "GitHub问题",
"ContextMenu-LeftPanelGitHubEnterpriseIssues": "GitHub问题",
"ContextMenu-LeftPanelGitLabIssues": "GitLab问题",
"ContextMenu-LeftPanelGitLabSelfManagedIssues": "GitLab问题",
"ContextMenu-LeftPanelGKBoards": "GitKraken板",
"ContextMenu-LeftPanelIssues": "问题",
"ContextMenu-LeftPanelJiraIssues": "Jira问题",
"ContextMenu-LeftPanelLocal": "本地",
"ContextMenu-LeftPanelPullRequests": "拉取请求",
"ContextMenu-LeftPanelRemote": "远程",
"ContextMenu-LeftPanelStashes": "贮藏",
"ContextMenu-LeftPanelSubmodules": "子模块",
"ContextMenu-LeftPanelTags": "标签",
"ContextMenu-LeftPanelTeams": "团队",
"ContextMenu-LeftPanelTrello": "Trello",
"ContextMenu-MergeBranchIntoBranch": "将 {0}合并到{1}",
"ContextMenu-MoveCommitDown": "下移提交",
"ContextMenu-MoveCommitUp": "向上提交",
"ContextMenu-MoveXCommitsDown": "下移 {0} 个提交",
"ContextMenu-MoveXCommitsUp": "上移 {0} 个提交",
"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": "交互式变基 {1} 到 {0}",
"ContextMenu-RebaseXChildrenOfShaInteractively": "交互式变基 {1} 的 {0} 个孩子",
"ContextMenu-RemoveRemote": "删除{0}",
"ContextMenu-RenameBranch": "重命名{0}",
"ContextMenu-RenameTab": "重命名标签页",
"ContextMenu-AliasRepo": "修改存储库别名",
"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": "贮藏删除完成",
"StashDeletion-SuccessfullyDeletedNStashes": "已成功删除 {1} 个贮藏中的 {0} 个。",
"Toolbar-CloseSubmodule": "关闭子模块",
"Toolbar-CloseRepository": "关闭存储库",
"Toolbar-PushNotAvailableInDetachedHead": "处于分离HEAD状态时,推送不可用",
"Toolbar-PullMergeNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(如果可能的话,快进)不可用",
"Toolbar-PullFastForwardOnlyNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(仅快进)不可用",
"Toolbar-PullRebaseNotAvailableInDetachedHead": "处于分离HEAD状态时,Pull(重新设置)不可用",
"BreadCrumbs-FavoritesHeader": "收藏夹",
"BreadCrumbs-ManageWorkspaces": "管理工作区",
"BreadCrumbs-ViewWorkspace": "查看工作区",
"BreadCrumbs-OpenAWorkspaceHintHeader": "打开一个工作区",
"BreadCrumbs-AddRepoToWorkspaceHintHeader": "将此存储库添加到工作区",
"BreadCrumbs-AddReposProjectToWorkspaceHintHeader": "将Azure项目添加到工作区",
"BreadCrumbs-WorkspacesCount": "{0} 个工作区",
"BreadCrumbs-WorkspacesHeader": "工作区 / {0}",
"BreadCrumbs-RecentsHeader": "最近打开的",
"Profile-AddAProfile": "添加配置文件",
"Profile-AddProfile": "添加配置文件",
"Profile-AuthorEmail": "作者电子邮件",
"Profile-AuthorEmail-Placeholder": "输入您将在编写提交时使用的电子邮件",
"Profile-AuthorName": "作者姓名",
"Profile-AuthorName-Placeholder": "输入编写提交时将使用的名称",
"Profile-ConfirmDelete": "是, 删除此配置文件",
"Profile-CreateOrganization": "创建组织",
"Profile-RegisterToCreateOrg": "开始免费试用,邀请您的团队成员并在工作区上进行协作",
"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-Description-NoAccountAddendum": "{0}创建多个配置文件,或 {1}。",
"Profile-Description-RegisterLinkText": "开始免费试用",
"Profile-Description-LoginLinkText": "登录",
"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-RequiresTrial": "开始免费试用,在多个配置文件中保存您的偏好",
"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": "登录一个不同的账户",
"ProfileAccountMenu-SignIn": "登录",
"Profiles": "配置文件",
"RefBar-FilterIconToolTip": "筛选的结果",
"RefBar-GroupGitFlow": "GIT工作流",
"RefBar-GroupGitHubAction": "GIT工作流",
"RefBar-GroupGitHub": "GITHUB",
"RefBar-GroupGitHubEnterprise": "GITHUB 企业版",
"RefBar-GroupGitLab": "吉比特实验室",
"RefBar-GroupGitLabSelfManaged": "GITLAB自管理",
"RefBar-GroupGKBoards": "GITKRAKEN 板",
"RefBar-GroupGKBoardsShort": "GK板",
"RefBar-GroupIssueTracker": "问题",
"RefBar-GroupJira": "JIRA问题",
"RefBar-GroupTeamVisibility": "团队",
"RefBar-GroupTrello": "TRELLO",
"RefBar-GroupLocal": "本地",
"RefBar-GroupRemote": "远程",
"RefBar-GroupPullRequests": "拉取请求",
"RefBar-GroupStashes": "贮藏区",
"RefBar-GroupSubmodules": "子模块",