-
Notifications
You must be signed in to change notification settings - Fork 118
/
strings_10.5.0.json
4930 lines (4930 loc) · 358 KB
/
strings_10.5.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 %>(<%= arch %> <%= bitness %> 位)",
"ViewReleaseNotes": "查看发行说明",
"InstallGitKrakenCli": "安装 GitKraken CLI",
"CheckingForUpdates": "检查更新中...",
"RestartAndInstallUpdate": "重新启动并安装更新",
"CheckForUpdateWithLastCheckedTime": "检查更新 <%= updateLastCheckedTime %>",
"UpdateAvailableWithVersion": "有可用更新(<%= updateAvailableVersion %>)",
"UpdateDownloadedShowFile": "已下载更新(显示文件)",
"UpdateErroredAtTime": "更新错误 <%= updateErrorTime %>",
"DownloadingUpdate": "正在下载更新...",
"Preferences": "偏好设置...",
"&Preferences": "&偏好设置...",
"Services": "服务",
"Hide": "隐藏 GitKraken",
"HideOthers": "隐藏其他",
"ShowAll": "显示全部",
"Quit": "退出 GitKraken",
"E&xit": "E&xit",
"File": "文件",
"&File": "&文件",
"NewTab": "新建标签页",
"New&Tab": "新建标签&页",
"CloneRepo": "克隆仓库",
"Clo&neRepo": "克&隆仓库",
"InitRepo": "初始化仓库",
"&InitRepo": "&初始化仓库",
"OpenRepo": "打开仓库",
"&OpenRepo": "&打开仓库",
"OpenRepoInExternalEditor": "在外部编辑器中打开仓库",
"OpenRepoInNamedExternalEditor": "在 {0} 中打开仓库",
"OpenRepoInExternal&Editor": "在外部编辑&器中打开仓库",
"Open&Terminal": "打开外部终端",
"OpenTerminal": "打开外部终端",
"OpenInFileManager": "在文件管理器中打开",
"ReopenClosedTab": "重新打开关闭的标签页",
"ReopenClosed&Tab": "重新打开关闭的&标签页",
"SignIntoDifferentAccount": "登录不同账户",
"Edit": "编辑",
"&Edit": "&编辑",
"Undo": "撤销",
"&Undo": "&撤销",
"Redo": "重做",
"&Redo": "&重做",
"Cut": "剪切",
"&Cut": "&剪切",
"Copy": "复制",
"C&opy": "复&制",
"Paste": "粘贴",
"&Paste": "&粘贴",
"SelectAll": "全选",
"Select&All": "全&选",
"View": "视图",
"&View": "&视图",
"ReloadWindow": "重新加载窗口",
"RelaunchGitKraken": "重新启动 GitKraken 桌面版",
"&RelaunchGitKraken": "&重新启动 GitKraken 桌面版",
"ToggleFullScreen": "切换全屏",
"Toggle&FullScreen": "切换&全屏",
"Developer": "开发者",
"SupportLogs": "支持日志",
"RunTests": "运行测试...",
"ToggleDeveloperTools": "切换开发者工具",
"ToggleDeveloper&Tools": "切换开发者&工具",
"ToggleMainProcessDeveloperTools": "切换主进程开发者工具",
"ToggleMainProcessDeveloper&Tools": "切换主进程开发者&工具",
"ToggleRequestHandlerDeveloperTools": "切换请求处理程序开发者工具",
"ToggleRequestHandlerDeveloper&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": "显示工具栏",
"ShowTerminalPanel": "显示终端面板",
"Window": "窗口",
"Minimize": "最小化",
"Zoom": "缩放",
"Help": "帮助",
"&Help": "&帮助",
"ViewSupportDocs": "查看支持文档",
"ViewErrorLogs": "查看错误日志",
"ViewPerformanceLogs": "查看性能日志",
"ViewActivityLogs": "查看活动日志",
"ContactSupport": "联系支持",
"BrowseSubmitFeatureRequests": "浏览或提交功能请求",
"KeyboardShortcuts": "键盘快捷键",
"OpenFuzzyFinder": "打开命令面板",
"FollowUsOnTwitter": "关注我们的 Twitter"
},
"strings": {
"About-OpenSource": "GitKraken 客户端使用了一些优秀的开源项目:",
"About-Libgit2License": "libgit2 库通过 NodeGit 使用 GNU 公共许可证(带链接例外条款)",
"About-OpenSourceLicenses": "依赖的开源许可证",
"About-Company": "Axosoft, LLC DBA GitKraken",
"About-AllRightsReserved": "保留所有权利",
"About-Version": "GitKraken 客户端版本 {0}",
"Application": "应用程序",
"Bytes": "字节",
"By": "由 {0} 提供",
"NoMatches": "没有匹配项",
"NoFilterMatches": "没有与筛选条件匹配的结果",
"QuitGitKraken": "退出 GitKraken",
"Done": "完成",
"Or": "或者",
"OpenInFileManager": "在文件管理器中打开",
"Update": "更新",
"SelectAll": "全选",
"UnSelectAll": "取消全选",
"GitKrakenDotDev": "GitKraken.dev",
"DontShowThisAgain": "不再显示此消息",
"Repo-Close": "关闭仓库",
"Repo-Delete": "删除仓库",
"Repo-GitMaintenanceLabel": "GitKraken 正在优化存储库以提高性能。这在较大的存储库上可能需要几分钟。",
"Repo-GitMaintenanceFailed-Title": "存储库维护失败",
"Repo-GitMaintenanceFailed-Message": "在尝试执行存储库维护时出现问题。",
"Repo-GitMaintenanceSuccess-Title": "存储库维护完成",
"Repo-Open": "打开仓库",
"Repo-OpenInDefaultTerminal": "在默认外部终端中打开",
"Repo-OpenInTerminalTab": "在终端标签页中打开此仓库",
"Repo-OpenEmbeddedTerminal": "切换终端面板",
"Prompt-DoNotAskAgain": "不要再问了",
"Registration-ChangeEmail": "登录不同账户",
"Registration-CheckStatus": "检查状态",
"Registration-GetStartedCreateYourAccount": "开始 - 创建您的账户",
"Registration-NoCreditCardRequired": "无需信用卡",
"Registration-OpenYourPrivateRepository": "打开您的私有库",
"Registration-OrCloseGraphView": "或关闭图形视图",
"Registration-OrCloseRepository": "或关闭库",
"Registration-PrivateRepoDetected": "这似乎是一个私有仓库",
"Registration-PrivateRepoDetectedFreeContent": "GitKraken 客户端的免费计划不支持打开私有或自托管仓库。升级以打开此仓库。",
"Registration-PrivateRepoDetectedFreeContentCli": "GitKraken 客户端的免费计划不支持打开私有或自托管仓库的图形视图。升级以打开此仓库。",
"Registration-PrivateRepoDetectedUnregisteredContent": "打开私有或自托管仓库需要许可证。创建 GitKraken 账户以免费试用以打开此仓库。",
"Registration-PrivateRepoDetectedUnregisteredContentCli": "使用私有或自托管仓库的图形视图需要许可证。创建 GitKraken 账户以免费试用以打开此仓库。",
"Registration-PrivateRepoDetectedUnregisteredTrialAvailableContent": "打开私有或自托管仓库需要许可证。通过打开此仓库,您可以免费访问此仓库和其他私有仓库 {0} 天。之后,您可以在创建新的 GitKraken 账户时开始免费的 {1} 天试用。",
"Registration-PrivateRepoDetectedUnregisteredTrialAvailableContentCli": "使用私有或自托管仓库的图形视图需要许可证。通过打开此仓库,您可以免费访问此仓库和其他私有仓库 {0} 天。之后,您可以在创建新的 GitKraken 账户时开始免费的 {1} 天试用。",
"Registration-PrivateRepoDetectedUnregisteredSuperchargeContent": "通过开始免费的{0}天试用来增强Git并解锁所有功能。私有库或自托管库所需。",
"Registration-StartUnregisteredTrialButtonLabel": "开始免费 {0} 天私有仓库访问",
"Registration-StartRegisteredTrialButtonLabel": "开始免费 {0} 天试用",
"Registration-SignUpForRegisteredTrialButtonLabel": "注册免费 {0} 天试用",
"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-SignInWithGoogle": "使用 Google 登录",
"Registration-SignInWithSSO": "使用 SSO 登录",
"Registration-SignUpWithSSO": "使用 SSO 注册",
"Registration-CheckForSSOProvider": "检查 SSO 提供商",
"Registration-SelectSSOProvider": "选择 SSO 提供商",
"Registration-SignUpWithGoogle": "使用 Google 注册",
"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": "就快完成了!我们只需要确保您同意我们的最终用户许可协议。",
"Registration-EULAUpdateMessage": "最终用户许可协议已更新。您必须同意新版本才能继续使用 GitKraken。",
"Registration-EULALoadFailed": "加载最终用户许可协议失败",
"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 DevOps 集成的功能。",
"Registration-ProLicenseExpiredBody2-2": "您可以随时从主菜单或访问 {0} 续订您的订阅。",
"Registration-StudentLicenseExpiredBody2-2": "您可以随时从主菜单或访问 {0} 订阅。",
"Registration-ProLicenseExpiredCancel": "取消订阅",
"Registration-ProLicenseExpiredGoToShop": "续订订阅",
"Registration-UseGitKraken": "使用 GitKraken",
"Registration-ValidateConfirmPassword": "密码必须匹配。",
"Registration-ValidateField": "此字段为必填项。",
"Registration-ValidateEmail": "必须使用有效的电子邮件。",
"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-LoginTitle": "欢迎使用 GitKraken",
"Registration-LoginWithSSO": "使用 {0} 登录",
"Registration-GenericProviderName": "提供商",
"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": "许可证将在 {0} 天后过期",
"LicenseExpirationWarning-Tomorrow": "许可证将在 1 天后过期!",
"LicenseExpirationWarning-Today": "许可证将在不到一天后过期!",
"Standalone-LicenseConfigurationTitle": "无服务器许可证",
"Standalone-LicenseInfoForActive": "授权给 {0},用户数为 {1}",
"Standalone-LicenseInfoForActiveExpiresSoon": "授权给 {0},用户数为 {1}。在 {2} 天后到期",
"Standalone-LicenseInfoExpiresTomorrow": "授权给 {0},用户数为 {1}。在 {2} 天后到期",
"Standalone-LicenseInfoExpiresToday": "授权给 {0},用户数为 {1}。今天到期",
"Standalone-LicenseInfoExpired": "授权给 {0},用户数为 {1}。已过期",
"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": "分支",
"Cancel": "取消",
"Clear": "清除",
"Close": "关闭",
"Commit": "提交",
"Comments": "评论",
"Create": "创建",
"DeletingWithEllipsis": "正在删除...",
"Draft": "草稿",
"AuthoredLabel": "编写",
"CoauthorsLabel": "协作者:",
"CommitterLabel": "提交",
"CommitLabel": "提交:",
"CommitLabelBadge": "提交:",
"ParentLabel": "父级:",
"ParentLabelBadge": "父级:",
"CheckingOutBranch": "检出分支",
"ConnectingWithEllipsis": "连接中...",
"DiscardAllChanges": "放弃所有更改",
"HostingService": "托管服务",
"SelectHostingService": "选择托管服务",
"Fetch": "获取",
"Filter": "过滤器",
"GeneratingWithEllipsis": "生成中...",
"GPG": "GPG",
"Likes": "点赞",
"LoadingDiffWithEllipsis": "加载差异...",
"LoadingWithEllipsis": "加载中...",
"Local": "本地",
"Log": "日志",
"MergeRequest": "合并请求 ",
"MergeRequests": "合并请求列表 ",
"MergeRequestAllCaps": "合并请求 ",
"MergeRequestsAllCaps": "合并请求列表 ",
"MergeRequestAbbreviationSingular": "合并请求 (MR) ",
"MergeRequestAbbreviationPlural": "合并请求 (MRs) ",
"New": "新建",
"Optional": "(可选)",
"Parent": "父级",
"Parents": "父级",
"PerformXOrY": "{0} 或 {1}",
"Pop": "弹出",
"Preview": "预览",
"Project": "项目",
"PullRequestAbbreviationSingular": "拉取请求 (PR) ",
"PullRequestAbbreviationPlural": "拉取请求列表 (PRs) ",
"Pull": "拉取",
"PullRequest": "拉取请求 ",
"PullRequests": "拉取请求列表 ",
"PullRequestAllCaps": "进行中的工作 ",
"PullRequestsAllCaps": "强制移除工作树 ",
"Push": "推送",
"Redo": "重做",
"Repo": "仓库",
"RepoX": "Repo: {0}",
"Repository": "仓库",
"repository": "仓库",
"Save": "保存",
"Search": "搜索",
"Selected": "已选择",
"DontSave": "不保存",
"ToggleHideLabel": "隐藏",
"ToggleSoloLabel": "独立显示",
"UpgradeGitKrakenButtonLabel": "升级 GitKraken",
"UpgradeNowLabel": "立刻更新",
"UpgradeToProButtonLabel": "升级到 GitKraken Pro",
"ShowAll": "显示全部",
"SoloBranch": "仅显示此分支",
"UnsoloAll": "取消所有独立显示",
"SuccessWithBang": "成功!",
"Stage": "暂存",
"Staged": "已暂存",
"Stash": "贮藏",
"Tag": "标签",
"Undo": "撤销",
"Uninitialized": "未初始化",
"Unstage": "取消暂存",
"Unstaged": "未暂存",
"Cli": "终端",
"UpstreamBranch": "上游分支",
"ViewAllRepositories": "查看所有仓库",
"ViewReleaseNotes": "查看发布说明",
"ViewSupportDocs": "查看支持文档",
"WIPs": "工作树 ",
"WorkInProgressOnBranchAbbr": "分支 {0} 上的工作进行中",
"Zoom": "缩放",
"License-Free": "免费",
"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-PatchApply": "在应用 \"{0}\" 补丁前自动贮藏",
"StashMessage-Rebase": "在 \"{0}\" 变基前自动贮藏",
"StashMessage-RebaseOnto": "在 \"{1}\" 上将 \"{0}\" 重新基于时自动存储",
"StashMessage-Reset": "重置前自动暂存",
"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-OpenInDefaultEditorMenuItem": "在外部编辑器中打开",
"File-OpenInNamedEditor": "在 {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-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-InitializeLfsOnThisRepo": "在此存储库上初始化 LFS",
"FuzzyFinder-OpenInDefaultEditor": "在外部编辑器中打开",
"FuzzyFinder-OpenFilePlaceholder": "搜索要打开的文件",
"FuzzyFinder-OpenRepoPlaceholder": "搜索要打开的存储库",
"FuzzyFinder-RenameBranch": "重命名分支",
"FuzzyFinder-RepoMaintenance": "执行存储库维护",
"FuzzyFinder-SearchCommitsPlaceholder": "按消息、SHA 或作者搜索提交",
"FuzzyFinder-StageAllChanges": "暂存所有更改",
"FuzzyFinder-SwitchProfilePlaceholder": "搜索要切换到的配置文件",
"FuzzyFinder-SwitchThemePlaceholder": "搜索要切换到的主题",
"FuzzyFinder-UnstageAllChanges": "取消暂存所有更改",
"FuzzyFinder-ViewFilePlaceholder": "搜索要查看的文件",
"FuzzyFinder-BlameFilePrefix": "责任",
"FuzzyFinder-CheckoutRefPrefix": "检出",
"FuzzyFinder-ConfigureGitFlow": "配置 Gitflow",
"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": "Gitflow",
"FuzzyFinder-OpenFile": "打开文件",
"FuzzyFinder-OpenFileInExternalCompareTool": "在外部差异 / 合并工具中打开",
"FuzzyFinder-OpenInFileManagerKeywords": "文件夹资源管理器",
"FuzzyFinder-OpenInTerminalKeywords": "命令行控制台",
"FuzzyFinder-OpenWorkspaces": "打开工作区",
"FuzzyFinder-OpenRepoPrefix": "打开存储库",
"FuzzyFinder-OpenShell": "打开新的终端选项卡",
"FuzzyFinder-OpenShellKeywords": "命令行 shell 终端提示",
"FuzzyFinder-SearchCommits": "搜索提交",
"FuzzyFinder-Settings": "设置",
"FuzzyFinder-SettingsKeywords": "偏好选项",
"FuzzyFinder-ShareWipAsCloudPatch": "将未提交的更改共享为 Cloud Patch",
"FuzzyFinder-ShareWipAsCloudPatchKeywords": "WIP 工作目录云补丁",
"FuzzyFinder-ShareCommitAsCloudPatch": "将提交共享为 Cloud Patch",
"FuzzyFinder-ShareStashAsCloudPatch": "将贮藏的更改共享为 Cloud Patch",
"FuzzyFinder-ShareCommitsAsCloudPatch": "将提交共享为 Cloud Patch",
"FuzzyFinder-StashPrefix": "贮藏:",
"FuzzyFinder-SwitchProfile": "切换到配置文件",
"FuzzyFinder-SwitchTheme": "切换主题",
"FuzzyFinder-ToggleSyntaxHighlighting": "切换语法高亮",
"FuzzyFinder-ToggleToolbarLabels": "切换工具栏标签",
"FuzzyFinder-ViewFile": "查看文件",
"FuzzyFinder-ViewErrorLogs": "查看错误日志",
"FuzzyFinder-ViewPerformanceLogs": "查看性能日志",
"FuzzyFinder-ViewReleaseNotes": "查看发布说明",
"FuzzyFinder-ViewReleaseNotesKeywords": "补丁说明变更日志",
"FuzzyFinder-ViewWorkingDirectoryChanges": "查看工作目录更改",
"FuzzyFinder-ViewWorkingDirectoryChangesKeywords": "更改 WIP 工作目录",
"FuzzyFinder-GenerateCommitMessage": "生成提交消息",
"FuzzyFinder-GenerateCommitMessageKeywords": "chatgpt openai",
"CommitSearch-ClearFilter": "清除过滤器",
"CommitSearch-Placeholder": "查找提交",
"CommitSearch-ResultsText": "{0} 条结果,共 {1} 条",
"CommitSearch-NoResults": "无结果",
"CommitSearch-NoAuthorsFound": "未找到作者",
"CommitSearch-Indexing": "索引中",
"CommitFilter-FilterPlaceholder": "按团队或作者过滤图表",
"CommitFilter-AuthorsInOrg": "{0} 的成员",
"CommitFilter-AuthorsNotInOrg": "作者不在您的组织中",
"CommitFilter-Authors": "作者",
"CommitFilter-Teams": "团队",
"GARLIC-RequestCancelledFromCredentialChange": "请求已取消,{0} 的凭据已更改",
"GitHook-ExitCode": "Git Hook 退出,代码为 {0}",
"GitHook-ExitedSuccessfully": "{0}:退出代码为 0",
"GitHooks-ExitedSuccessfully": "Git Hooks 退出代码为 0:{0}",
"GitHooks-Failed": "多个 Git 钩子失败",
"GitHook-HookFailed": "{0} 失败",
"GitHook-PermissionDenied": "{0} 不可执行!",
"GitHook-PrePushDidNotRun": "预推送挂钩未运行",
"GitHook-PrePushDidNotRunReason": "{0} 不存在于 {1} 上",
"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": "调整面板大小",
"Hide": "隐藏",
"Show": "显示",
"FastForwardBranchToBranch": "快速转发分支 {0} 到分支 {1}",
"MergedBranchToRef": "合并分支 '{0}' 到 {1}",
"MergedRemoteBranchToRef": "合并远程跟踪分支 '{0}' 到 {1}",
"MergedTagToRef": "合并标签 '{0}' 到 {1}",
"MergedBranchToMaster": "合并分支 '{0}'",
"MergedRemoteBranchToMaster": "合并远程跟踪分支 '{0}'",
"MergedTagToMaster": "合并标签 '{0}'",
"MergeConflictMessageSingular": "在尝试合并到 {0} 时找到一个文件冲突",
"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} 个文件",
"UnsupportedRebaseMessageNodeGit": "此存储库中的变基是通过外部应用程序或 Git 可执行文件启动的。",
"UnsupportedRebaseMessageGitExecutable": "此存储库中的变基是通过使用 NodeGit 库启动的。",
"UnknownUnsupportedRebaseMessage": "此存储库中启动的变基操作不受支持",
"ViewExternalEditorSettings": "查看外部编辑器设置",
"ViewDiffToolSettings": "查看差异工具设置",
"ViewMergeToolSettings": "查看合并工具设置",
"ViewShPathSettings": "查看设置",
"ViewTerminalSettings": "查看外部终端设置",
"AbortMergeButtonLabel": "中止合并",
"AbortRebaseButtonLabel": "中止变基",
"AmendOrRewordPreviousCommitMessageButtonLabel": "更新消息",
"AmendPreviousCommitMessageTip": "单击以修改您的提交消息",
"AmendStashMessageTip": "单击以修改您的贮藏消息",
"AutoUpdate-Notification-RestartGitKrakenAndInstallUpdateButtonLabel": "重新启动并更新",
"AutoUpdate-StatusBar-RestartGitKrakenAndInstallUpdateButtonLabel": "准备好更新 (重新启动 GitKraken)",
"BrowseButtonLabel": "浏览",
"CancelAmendPreviousCommitMessageButtonLabel": "取消修订",
"CancelButtonLabel": "取消",
"CancelCreateSharedPatchButtonLabel": "取消补丁创建",
"CancelRewordPreviousCommitMessageButtonLabel": "取消重写",
"CherryPickFileFromStash": "应用贮藏的文件",
"CherryPickNFilesFromStash": "从贮藏中应用 {0} 个文件",
"CommitAndMergeButtonLabel": "提交并合并",
"CommitButtonLabelAddMessage": "键入要提交的消息",
"CommitButtonLabelSingular": "提交 1 个文件的更改",
"CommitButtonLabelPlural": "提交 {0} 个文件的更改",
"AmendPreviousCommitButtonLabel": "修订上一次提交",
"CommitButtonLabelCheckboxAmend": "修改上一次提交",
"CommitButtonLabelPushSuffix": "并推送",
"CommitButtonLabelSkipHooksSuffix": "(跳过钩子)",
"CommitButtonLabelCheckboxPushAfterCommitting": "提交后推送",
"CommitButtonLabelCheckboxSkipHooks": "跳过 Git 钩子",
"CommitButtonLabelStageFiles": "暂存文件/更改以提交",
"Communication-SupportFormSubject": "GitKraken 客户端支持请求",
"ContinueRebaseButtonLabel": "继续变基",
"CreateSharedPatchButtonLabel": "创建补丁",
"DefaultYourOrgNameLowercase": "您的组织",
"DeleteAndCommitLabel": "删除并提交",
"DeleteButtonLabel": "删除",
"DisabledMergeButtonLabel": "无需合并更改",
"DiscardNChanges": "丢弃 {0} 个更改",
"DiscardThisHunk": "丢弃块",
"DiscardThisLine": "丢弃此行",
"DiscardUnstagedChangesButtonLabel": "放弃未暂存的更改",
"DismissButtonLabel": "解除",
"DropCommitButtonLabel": "删除提交",
"DropCommitsButtonLabel": "删除提交",
"ExitPreferencesButtonLabel": "退出偏好设置",
"FinishButtonLabel": "Finish",
"ForcePushButtonLabel": "强制推送",
"ForcePushWithLeaseButtonLabel": "强制推送",
"ForcePushWithoutLeaseButtonLabel": "强制推送",
"ForceRemoveWorktreeButtonLabel": "(无操作) ",
"GenerateButtonLabel": "生成",
"GetSpecialPriceButtonLabel": "获取特价",
"InitializeButtonLabel": "初始化",
"LinuxUpdate-DownloadDebUpdateButtonLabel": ".deb",
"LinuxUpdate-DownloadFromGitKraken": "从 GitKraken.com 下载",
"LinuxUpdate-DownloadRpmUpdateButtonLabel": ".rpm",
"LinuxUpdate-DownloadTarGzUpdateButtonLabel": ".tar.gz",
"LinuxUpdate-Downloaded": "已完成下载 {0}",
"LinuxUpdate-Downloading": "正在下载 {0}...",
"LinuxUpdate-FailedTryAgain": "更新失败。请重试。",
"LinuxUpdate-Notification-AvailableStatus": "下载更新",
"LinuxUpdate-ShowDownloadedUpdateButtonLabel": "已下载更新 (显示文件)",
"LinuxUpdate-SomethingWentWrong": "下载更新时出现问题",
"LinuxUpdate-StatusBar-AvailableStatus": "有可用更新 ({0})",
"LinuxUpdate-TryAgain": "重试",
"LogInButtonLabel": "登录",
"NextButtonLabel": "下一个",
"NoButtonLabel": "否",
"OKButtonLabel": "确定",
"OpenNowButtonLabel": "立即打开",
"PreviousButtonLabel": "上一个",
"ProceedButtonLabel": "继续",
"RefCreatedMessage": "{0}:{1} 已创建于 {2}",
"ResetAllButtonLabel": "重置全部",
"ResetFileButtonLabel": "重置文件",
"ResetFilesButtonLabel": "重置文件",
"RetryWithoutOAuthLabel": "重新尝试无 OAuth",
"RewordCommitMessageHelperText": "重写此提交消息将导致重新排序 {0} 个提交。",
"RewordCommitMessageTooltip": "单击以重写您的提交消息",
"RewordInputTitle": "重写提交消息",
"SaveAncestor": "保存祖先",
"SeePlansButtonLabel": "查看 GitKraken 计划",
"SelectPlaceholder": "选择...",
"SignIntoMyAccount": "登录我的帐户",
"SkipCommitButtonLabel": "跳过提交",
"StageAllChanges": "暂存所有更改",
"StageFilemodeChange": "暂存文件模式更改",
"StageNChangesButtonLabel": "Stage {0} Files",
"StageNChangesMenu": "Stage {0} files",
"StageSelectedLines": "暂存所选行",
"StageThisChange": "暂存此更改",
"StageThisFile": "暂存文件",
"StageThisHunk": "暂存块",
"StageThisLine": "暂存此行",
"StartRebaseButtonLabel": "是的,开始变基",
"StartTrialButtonLabel": "开始免费试用",
"StashNFiles": "贮藏 {0} 个文件",
"StashThisFile": "贮藏文件",
"SubmitButtonLabel": "提交",
"SupportButtonLabel": "支持",
"TrialStatus1Day": "GitKraken 试用剩余 1 天 - 立即升级",
"TrialStatusXDays": "GitKraken 试用剩余 {0} 天 - 立即升级",
"UnregisteredTrialStatus1Day": "免费私人存储库访问剩余 1 天 - 注册以开始 {0} 天试用",
"UnregisteredTrialStatusXDays": "免费私人存储库访问剩余 {1} 天 - 注册以开始 {0} 天试用",
"UnstageAllChanges": "取消暂存所有更改",
"UnstageAndRemoveButtonLabel": "取消暂存并删除",
"UnstageFilemodeChange": "取消暂存文件模式更改",
"UnstageNChangesButtonLabel": "Unstage {0} Files",
"UnstageNChangesMenu": "Unstage {0} files",
"UnstageThisChange": "取消暂存此更改",
"UnstageThisFile": "取消暂存文件",
"UnstageThisHunk": "取消暂存块",
"UnstageThisLine": "取消暂存此行",
"WindowsFilemodeChangeWarning": "可能已在 GitKraken 外更改索引的文件模式。",
"WindowsFilemodeChangeWarningConfigEnabled": "您在 git 配置中启用了文件模式更改!在 Windows 中,工作目录中的文件似乎具有 -x,因此文件模式更改显示在这里。",
"YesButtonLabel": "是",
"ConfirmButtonLabel": "确认",
"RemoveButtonLabel": "删除",
"Option-None": "<无>",
"Option-UseMergeTool": "<使用合并工具>",
"ActivityLogButtonTooltip": "活动日志",
"UndoValidButtonTooltip": "撤销 {0}",
"RedoValidButtonTooltip": "重做 {0}",
"UndoCannotButtonTooltip": "无法撤销",
"RedoCannotButtonTooltip": "无法重做",
"UndoInvalidButtonTooltip": "无法撤销 {0}。当前仅支持提交(带有父级)、检出和某些丢弃操作。",
"RedoInvalidButtonTooltip": "找不到要重做的最近的撤销",
"RefreshButtonTooltip": "刷新",
"RefreshTokenLabel": "刷新令牌",
"SetAsDefaultOptionTooltip": "设为默认",
"DefaultOptionTooltip": "默认",
"PushButtonTooltip": "推送",
"PushToButtonTooltip": "推送到 {0}",
"PullOptionsMessage": "选择单击此按钮时要执行的默认拉取/获取操作",
"PullOptions-FetchAll": "获取全部",
"PullOptions-Merge": "拉取(如果可能,快进)",
"PullOptions-FastForwardOnly": "拉取(仅快进)",
"PullOptions-Rebase": "拉取(变基)",
"StashButtonTooltip": "贮藏",
"ApplyStashButtonTooltip": "应用贮藏",
"PopStashButtonTooltip": "弹出贮藏",
"OrderChipotleButtonTooltip": "Chipotle 星期四",
"SearchCommitsTooltip": "搜索提交 ({0} + F)",
"CliButtonTooltip-terminalPanel": "显示/隐藏终端",
"FuzzyFinderButtonTooltip": "命令面板 ({0} + P)",
"KeyBindingsTooltip": "键盘快捷键 ({0} + /)",
"Rebasing-LoadingOverlayLabel": "变基中",
"Rebasing-CommitLabel": "变基提交 {0}/{1}",
"Rebasing-AutoStashLabel": "正在储藏未提交的更改",
"Rebasing-PoppingAutoStashLabel": "正在弹出自动储藏的更改",
"ReflogAction": "使用 reflog 消息 \"{0}\" 执行的操作",
"ReflogActionCommit": "提交 \"{0}\"",
"ReflogActionCommitAmend": "修订提交 \"{0}\"",
"ReflogActionCheckout": "从 \"{0}\" 切换到 \"{1}\"",
"ReflogActionReset": "重置为 \"{0}\"",
"ReflogActionSaveOne": "丢弃 \"{0}\"",
"ReflogActionSaveMany": "丢弃 \"{0}\" 和其他 {1} 个文件",
"ReflogActionSaveUnknown": "丢弃",
"ReflogActionDeleteBranchTracking": "删除跟踪 \"{1}\" 的分支 \"{0}\"",
"ReflogActionDeleteBranch": "删除分支 \"{0}\"",
"ReflogActionRemoveRemote": "删除远程 \"{0}\"",
"ConflictsHeader-Merging": "合并中",
"ConflictsHeader-Rebasing": "变基中",
"ContextMenu-AddToDictionary": "添加到字典",
"ContextMenu-AmendOrRewordCommitMessage": "编辑提交消息",
"ContextMenu-AmendStashMessage": "编辑储藏消息",
"ContextMenu-AnnotateTag": "注解 {0}",
"ContextMenu-CheckoutBranch": "检出 {0}",
"ContextMenu-CheckoutCommit": "检出此提交",
"ContextMenu-CherrypickCommit": "挑选提交",
"ContextMenu-CreateAnnotatedTag": "在此处创建注解标签",
"ContextMenu-CreateWorktreeFromBranch": "从{0}创建工作树",
"ContextMenu-CreateWorktreeFromCommit": "从此提交创建工作树",
"ContextMenu-CloseTab": "关闭标签页",
"ContextMenu-CloseOtherTabs": "关闭其他标签页",
"ContextMenu-CloseTabsRight": "关闭右侧标签页",
"ContextMenu-CommitNotInGraph": "无法跳转到图表中的提交,因为它不可见。",
"ContextMenu-CompareAgainstWorkingCopy": "将提交与工作目录进行比较",
"ContextMenu-CopyBranchName": "复制分支名称",
"ContextMenu-CopyDeepLinkFailed": "无法复制深度链接",
"ContextMenu-CopyDeepLinkFailedMissingInfo": "找不到提交 SHA、分支名称或标签名称。",
"ContextMenu-CopyDeepLinkFailedNoFirstCommitSha": "找不到仓库的第一个提交 SHA。",
"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": "找不到提交 SHA。",
"ContextMenu-OpenGijLinkFailedNoFirstCommitSha": "找不到仓库的第一个提交 SHA。",
"ContextMenu-OpenGijLinkFailedMissingResource": "请先选择一个 Jira 项目。",
"ContextMenu-OpenGijLinkForCommit": "打开 Jira 到此提交",
"ContextMenu-OpenGijLinkForCommitFileDiff": "打开 Jira 到此文件差异",
"ContextMenu-OpenGijLinkForCommitFileDiffOnInstance": "在实例 {0} 中打开 Jira 到此文件差异",
"ContextMenu-OpenGijLinkForCommitOnInstance": "在实例 {0} 中打开 Jira 到此提交",
"ContextMenu-OpenWorktreeFromBranch": "从{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-DeleteTagXLocally": "本地删除 {0}",
"ContextMenu-DeleteTagFromRemote": "从远程删除标签",
"ContextMenu-DeleteTagXFromRemoteY": "从 {1} 删除 {0}",
"ContextMenu-DeleteTagXFromAllRemotes": "从所有远程删除 {0}",
"ContextMenu-DropCommit": "丢弃提交",
"ContextMenu-DropCommits": "丢弃 {0} 个提交",
"ContextMenu-EditRemote": "编辑 {0}",
"ContextMenu-ExportStashToCloudPatch": "分享储藏为 Cloud Patch",
"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": "Gitflow:创建特性分支",
"ContextMenu-IssueCreateBranchGitFlowHotfix": "Gitflow:创建热修复分支",
"ContextMenu-IssueCreateBranchGitFlowRelease": "Gitflow:创建发布分支",
"ContextMenu-IssueCopyCardLink": "复制卡链接",
"ContextMenu-IssueCopyIssueLink": "复制问题链接",
"ContextMenu-IssueViewIssueInGitHub": "在 GitHub 中查看问题",
"ContextMenu-IssueViewIssueInGitHubEnterprise": "在 GitHub Enterprise Server 中查看问题",
"ContextMenu-IssueViewIssueInGitLab": "在 GitLab 中查看问题",
"ContextMenu-IssueViewCardInTrello": "在 Trello 中查看卡",
"ContextMenu-IssueViewIssueInIssueTracker": "在问题跟踪器中查看问题",
"ContextMenu-IssueViewIssueInJira": "在 Jira 中查看问题",
"ContextMenu-IssueViewCardX": "查看卡 {0}",
"ContextMenu-IssueViewIssueX": "查看问题 {0}",
"ContextMenu-IssueViewCardXInBrowser": "在浏览器中查看卡 {0}",
"ContextMenu-IssueViewIssueXInBrowser": "在浏览器中查看问题 {0}",
"ContextMenu-IssueTrackerFilterRemoveFilter": "移除此筛选器",
"ContextMenu-IssueTrackerFilterEditFilter": "编辑此筛选器",
"ContextMenu-IssueTrackerFilterMoveDown": "将此筛选器下移",
"ContextMenu-IssueTrackerFilterMoveUp": "将此筛选器上移",
"ContextMenu-LeftPanelMaximizeThisSection": "最大化此部分",
"ContextMenu-LeftPanelCloudPatches": "云补丁",
"ContextMenu-LeftPanelGitFlow": "Gitflow",
"ContextMenu-LeftPanelGitHubActions": "GitHub Actions",
"ContextMenu-LeftPanelGitHubIssues": "GitHub 问题",
"ContextMenu-LeftPanelGitHubEnterpriseIssues": "GitHub 问题",
"ContextMenu-LeftPanelGitLabIssues": "GitLab 问题",
"ContextMenu-LeftPanelGitLabSelfManagedIssues": "GitLab 问题",
"ContextMenu-LeftPanelIssues": "问题",
"ContextMenu-LeftPanelJiraIssues": "Jira 问题",
"ContextMenu-LeftPanelLocal": "本地",
"ContextMenu-LeftPanelPullRequests": "拉取请求",
"ContextMenu-LeftPanelRemote": "远程",
"ContextMenu-LeftPanelStashes": "隐藏的更改",
"ContextMenu-LeftPanelSubmodules": "子模块",
"ContextMenu-LeftPanelTags": "标签",
"ContextMenu-LeftPanelTeams": "团队",
"ContextMenu-LeftPanelTrello": "Trello",
"ContextMenu-LeftPanelWorktrees": "关闭工作树 ",
"ContextMenu-MergeBranchIntoBranch": "将 {0} 合并到 {1}",
"ContextMenu-MoveCommitDown": "将提交向下移动",
"ContextMenu-MoveCommitUp": "将提交向上移动",
"ContextMenu-MoveXCommitsDown": "将 {0} 个提交向下移动",
"ContextMenu-MoveXCommitsUp": "将 {0} 个提交向上移动",
"ContextMenu-NoItems": "工作树列表 ",
"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": "交互式变基 {0} 到 {1}",
"ContextMenu-RebaseXChildrenOfShaInteractively": "交互式变基 {0} 的子提交 {1}",
"ContextMenu-RefNotDisplayed": "显示不了其他 {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": "成功删除 {0} 个隐藏的更改,共 {1} 个。",
"Toolbar-CloseSubmodule": "关闭子模块",
"Toolbar-CloseRepository": "关闭仓库",
"Toolbar-CloseWorktree": "添加新的工作树 ",
"Toolbar-PushNotAvailableInDetachedHead": "在游离 HEAD 状态下无法推送",
"Toolbar-PullMergeNotAvailableInDetachedHead": "在游离 HEAD 状态下无法拉取(如果可能的话快进)",
"Toolbar-PullFastForwardOnlyNotAvailableInDetachedHead": "在游离 HEAD 状态下无法拉取(仅快进)",
"Toolbar-PullRebaseNotAvailableInDetachedHead": "在游离 HEAD 状态下无法拉取(变基)",
"BreadCrumbs-FavoritesHeader": "收藏夹",
"BreadCrumbs-RecentsHeader": "最近打开",
"Profile-AddAProfile": "添加配置文件",
"Profile-AddProfile": "添加配置文件",
"Profile-AuthorEmail": "作者电子邮件",
"Profile-AuthorName": "作者名称",
"Profile-ConfirmDelete": "您确定要{0}此配置文件吗?",
"Profile-CreateOrganization": "创建组织",
"Profile-RegisterToCreateOrg": "开始免费试用,邀请团队成员并在工作区上协作",
"Profile-CopySettingsFromCurrentProfile": "从当前配置文件复制设置",
"Profile-CurrentProfile": "当前配置文件",
"Profile-Delete": "删除",
"Profile-DeleteLower": "删除",
"Profile-DeleteProfile": "删除配置文件",
"Profile-DeleteProfileWarning": "此操作无法撤销",
"Profile-Description": "GitKraken 使用配置文件存储您的应用程序首选项以及 git 配置信息。您安装后设置的首选项将设置为您的默认配置文件。Pro 计划允许您创建额外的配置文件,并在不同的工作环境之间快速切换。",
"Profile-Description-FreeAddendum": "以创建多个配置文件。",
"Profile-Description-UpgradeLinkText": "升级您的计划",
"Profile-Description-NoAccountAddendum": "以创建多个配置文件,或者{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-RequiresPro": "升级以添加或切换配置文件",
"Profile-RequiresTrial": "开始免费试用,以跨多个配置文件保存您的首选项",
"Profile-SaveChanges": "保存更改",
"Profile-SelectIcon": "选择配置文件图标",
"Profile-SwitchToThisProfile": "切换到此配置文件",
"Profile-SyncChanges": "保持我的 .gitconfig 更新为我的 GitKraken 配置文件首选项",
"Profile-SyncChangesSub": "勾选后,GitKraken 将更新全局 .gitconfig 以匹配 GitKraken 首选项,包括提交作者姓名和电子邮件,以及任何 GPG 设置。",
"Profile-Synced": "已同步",
"Profile-Type": "类型",
"ProfileAccountMenu-Account": "账户",
"ProfileAccountMenu-CommitSignature": "提交签名",
"ProfileAccountMenu-ManageAccount": "管理账户",
"ProfileAccountMenu-ManageProfiles": "管理配置文件",
"ProfileAccountMenu-NoProfiles": "无配置文件",
"ProfileAccountMenu-NoProfileSelected": "未选择配置文件",
"ProfileAccountMenu-Organization": "组织",
"ProfileAccountMenu-SignIntoDifferentAccount": "登录到其他账户",
"ProfileAccountMenu-SignIn": "登录",
"Profiles": "配置文件",
"RefBar-FilterIconToolTip": "过滤结果",