This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp_zh.arb
891 lines (891 loc) · 30.8 KB
/
app_zh.arb
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
{
"nextButtonLabel": "下一步",
"@nextButtonLabel": {},
"backButtonLabel": "返回",
"@backButtonLabel": {},
"instanceFieldHint": "实例",
"@instanceFieldHint": {},
"timeDifferenceHours": "{hours}时",
"@timeDifferenceHours": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"loginButtonLabel": "登录",
"@loginButtonLabel": {},
"submitButtonTooltip": "提交",
"@submitButtonTooltip": {},
"niy": "尚未实施",
"@niy": {},
"accountRequiredToContinue": "若要继续,您需要登录至少一个实例。",
"@accountRequiredToContinue": {},
"settingsDisabled": "已禁用",
"@settingsDisabled": {},
"creditsTitle": "鸣谢",
"@creditsTitle": {},
"failedToLaunchUrl": "无法打开网址",
"@failedToLaunchUrl": {},
"authNoUrlAllowed": "请仅提供域名",
"@authNoUrlAllowed": {},
"usernameFieldHint": "用户名",
"@usernameFieldHint": {},
"passwordFieldHint": "密码",
"@passwordFieldHint": {},
"registerButtonLabel": "注册",
"@registerButtonLabel": {},
"unsupportedInstanceTitle": "目前不支持此实例类型",
"@unsupportedInstanceTitle": {},
"unsupportedInstanceDescriptionCORS": "Kaiteki Web 目前不支持 {api},因为您的浏览器会阻止来自其他网站的对实例的请求。欲了解更多信息,请访问 ",
"@unsupportedInstanceDescriptionCORS": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"addAccountButtonLabel": "添加帐号",
"@addAccountButtonLabel": {},
"themeSystem": "系统默认",
"@themeSystem": {},
"creditsLicenses": "开源许可证",
"@creditsLicenses": {},
"creditsGithubRepo": "GitHub 仓库",
"@creditsGithubRepo": {},
"creditsWebsite": "网站",
"@creditsWebsite": {},
"postRepeated": "已转发",
"@postRepeated": {
"description": "Gets prepended with repeater's display name"
},
"openInBrowserLabel": "在浏览器中打开",
"@openInBrowserLabel": {},
"visibilityFollowersOnly": "仅关注者",
"@visibilityFollowersOnly": {},
"visibilityPublic": "公开",
"@visibilityPublic": {},
"visibilityDirectDescription": "对提及的用户可见",
"@visibilityDirectDescription": {},
"visibilityFollowersOnlyDescription": "关注者可见",
"@visibilityFollowersOnlyDescription": {},
"visibilityUnlistedDescription": "对所有人可见,但不会出现在公共时间线上",
"@visibilityUnlistedDescription": {},
"visibilityPublicDescription": "所有人可见",
"@visibilityPublicDescription": {},
"formattingPlain": "纯文本",
"@formattingPlain": {},
"refresh": "刷新",
"@refresh": {},
"attachmentNoDescription": "无描述",
"@attachmentNoDescription": {},
"attachmentDownloadButtonLabel": "下载附件",
"@attachmentDownloadButtonLabel": {},
"attachmentDownloadInProgress": "正在下载附件…",
"@attachmentDownloadInProgress": {},
"attachmentDownloadSuccessful": "已下载 {fileName}",
"@attachmentDownloadSuccessful": {
"placeholders": {
"fileName": {
"description": "The name of the file that the user has downloaded",
"example": "image.jpg"
}
}
},
"attachmentDownloadDialogTitle": "下载附件",
"@attachmentDownloadDialogTitle": {},
"creditsTelegramChannel": "Telegram 频道",
"@creditsTelegramChannel": {},
"discardDraftDialogTitle": "丢弃草稿?",
"@discardDraftDialogTitle": {},
"postBookmarkFailed": "无法在书签中添加或移除帖文",
"@postBookmarkFailed": {},
"postFavoriteFailed": "无法取消/收藏帖文",
"@postFavoriteFailed": {},
"postRepeatFailed": "取消/转发帖文失败",
"@postRepeatFailed": {},
"postRemoveFromBookmarks": "取消书签",
"@postRemoveFromBookmarks": {},
"postAddToBookmarks": "添加书签",
"@postAddToBookmarks": {},
"bookmarksTab": "书签",
"@bookmarksTab": {},
"reportLabel": "举报",
"@reportLabel": {},
"reportsTitle": "已提交举报",
"@reportsTitle": {},
"accountSettingsTitle": "帐号设定",
"@accountSettingsTitle": {},
"timelineHomeDescription": "来自您和您关注的人的帖文",
"@timelineHomeDescription": {},
"copiedToClipboard": "已复制到剪贴板",
"@copiedToClipboard": {},
"visibilityCircle": "圈子",
"@visibilityCircle": {},
"visibilityCircleDescription": "对您圈子中的用户可见",
"@visibilityCircleDescription": {},
"pageViewTitle": "{current} 中 {total}",
"@pageViewTitle": {
"placeholders": {
"current": {
"description": "The current number of the page",
"example": "2"
},
"total": {
"description": "The total amount of pages available",
"example": "10"
}
}
},
"emojiUnicodeGroupSmileysEmotion": "笑脸和情感",
"@emojiUnicodeGroupSmileysEmotion": {},
"emojiUnicodeGroupPeopleBody": "人与身体",
"@emojiUnicodeGroupPeopleBody": {},
"emojiUnicodeGroupAnimalsNature": "动物与自然",
"@emojiUnicodeGroupAnimalsNature": {},
"emojiUnicodeGroupFoodDrink": "食物和饮料",
"@emojiUnicodeGroupFoodDrink": {},
"emojiUnicodeGroupTravelPlaces": "旅游与地点",
"@emojiUnicodeGroupTravelPlaces": {},
"emojiUnicodeGroupActivities": "活动",
"@emojiUnicodeGroupActivities": {},
"emojiUnicodeGroupObjects": "物体",
"@emojiUnicodeGroupObjects": {},
"emojiUnicodeGroupSymbols": "符号",
"@emojiUnicodeGroupSymbols": {},
"emojiUnicodeGroupFlags": "旗帜",
"@emojiUnicodeGroupFlags": {},
"useSystemColorScheme": "使用系统配色方案",
"@useSystemColorScheme": {},
"timeDifferenceWeeks": "{weeks}周",
"@timeDifferenceWeeks": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceYears": "{years}年",
"@timeDifferenceYears": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"timeDifferenceSeconds": "{seconds}秒",
"@timeDifferenceSeconds": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"timeDifferenceDays": "{days}日",
"@timeDifferenceDays": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"apiTypeDialog_title": "无法检测实例类型",
"@apiTypeDialog_title": {},
"apiTypeDialog_missing": "是不是少了什么?",
"@apiTypeDialog_missing": {},
"mfaTitle": "双因素身份验证",
"@mfaTitle": {},
"abortButtonLabel": "中止",
"@abortButtonLabel": {},
"chooseButtonLabel": "选择",
"@chooseButtonLabel": {},
"visibilityButtonTooltip": "更改发帖可见范围",
"@visibilityButtonTooltip": {},
"attachButtonTooltip": "附加",
"@attachButtonTooltip": {},
"emojiButtonTooltip": "插入表情符号",
"@emojiButtonTooltip": {},
"formattingButtonTooltip": "更改格式",
"@formattingButtonTooltip": {},
"aboutInstanceTitle": "关于 {instance}",
"@aboutInstanceTitle": {
"placeholders": {
"instance": {
"description": "Domain/hostname of the instance",
"example": "fedi.absturztau.be"
}
}
},
"aboutBackendTitle": "关于 {api}",
"@aboutBackendTitle": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"rules": "规则",
"@rules": {},
"rulesLearnMore": "了解更多有关规则",
"@rulesLearnMore": {},
"postPreviewTitle": "预览",
"@postPreviewTitle": {},
"postPreviewWaiting": "开始撰写帖文以查看预览!",
"@postPreviewWaiting": {},
"postSubmissionSent": "帖文已发送",
"@postSubmissionSent": {},
"empty": "空空如也……",
"@empty": {},
"postsTab": "帖文",
"@postsTab": {},
"followersTab": "追随者",
"@followersTab": {},
"chatsTab": "聊天",
"@chatsTab": {},
"settingsHideSensitivePosts": "隐藏敏感帖文",
"@settingsHideSensitivePosts": {},
"settingsSensitivePosts": "敏感帖文",
"@settingsSensitivePosts": {},
"settingsSubjectPosts": "带主题的帖文",
"@settingsSubjectPosts": {},
"settingsGeneral": "通用",
"@settingsGeneral": {},
"settingsProfile": "个人资料",
"@settingsProfile": {},
"settingsSecurity": "安全",
"@settingsSecurity": {},
"settingsFiltering": "过滤",
"@settingsFiltering": {},
"settingsNotifications": "通知",
"@settingsNotifications": {},
"settingsImportExport": "数据导入/导出",
"@settingsImportExport": {},
"settingsMutesBlocks": "静音与屏蔽",
"@settingsMutesBlocks": {},
"settingsKaiteki": "Kaiteki 设置",
"@settingsKaiteki": {},
"settingsCustomization": "定制化",
"@settingsCustomization": {},
"settingsTabs": "标签页",
"@settingsTabs": {},
"settingsDebugMaintenance": "调试维护",
"@settingsDebugMaintenance": {},
"authNoInstance": "请输入实例",
"@authNoInstance": {},
"authNoPassword": "请输入密码",
"@authNoPassword": {},
"authNoUsername": "请输入用户名",
"@authNoUsername": {},
"authDuplicate": "已经有一个具有相同实例和用户名的帐号",
"@authDuplicate": {},
"authOAuthPending": "等待 OAuth 完成…",
"@authOAuthPending": {
"description": "Kaiteki is waiting for an external website to confirm an authorization request"
},
"loginTitle": "登录实例",
"@loginTitle": {},
"loginTitleInstance": "登录 {instance}",
"@loginTitleInstance": {
"placeholders": {
"instance": {
"description": "Instance name",
"example": "'the wired' or as fallback 'letsalllovela.in'"
}
}
},
"emailFieldHint": "电子邮件地址",
"@emailFieldHint": {},
"repeatPasswordFieldHint": "重复输入密码",
"@repeatPasswordFieldHint": {},
"authPasswordNoMatch": "密码必须匹配",
"@authPasswordNoMatch": {},
"forgotPasswordButtonLabel": "忘记密码",
"@forgotPasswordButtonLabel": {},
"createAccountButtonLabel": "创建一个新账户",
"@createAccountButtonLabel": {},
"existingAccountButtonLabel": "使用现有帐号登录",
"@existingAccountButtonLabel": {},
"threadRetrievalFailed": "未能检索同主题帖文",
"@threadRetrievalFailed": {},
"conversationTitle": "对话",
"@conversationTitle": {
"description": "Title used for conversation/thread page"
},
"emptyAccounts": "无帐号",
"@emptyAccounts": {
"description": "Placeholder text used if user doesn't have any accounts"
},
"manageAccountsTitle": "管理帐号",
"@manageAccountsTitle": {},
"accountRemovalConfirmationTitle": "移除帐号?",
"@accountRemovalConfirmationTitle": {},
"accountRemovalConfirmationDescription": "如果您移除此帐号,您将必须稍后登录才能再次使用它。",
"@accountRemovalConfirmationDescription": {},
"switchListTileTextOn": "开启",
"@switchListTileTextOn": {},
"switchListTileTextOff": "关闭",
"@switchListTileTextOff": {},
"filteringIncludeSensitive": "包括标记为敏感的帖文",
"@filteringIncludeSensitive": {},
"filteringIncludeSubject": "包括有主题的帖文",
"@filteringIncludeSubject": {},
"filteringSensitiveTitle": "过滤敏感帖文",
"@filteringSensitiveTitle": {},
"composeButtonLabel": "撰写",
"@composeButtonLabel": {},
"composeDialogTitle": "撰写新帖文",
"@composeDialogTitle": {},
"composeDialogTitleReply": "回复 ",
"@composeDialogTitleReply": {
"description": "Title used when compose dialog is shown for writing a reply. Gets appended with replyee's display name"
},
"discardButtonTooltip": "丢弃",
"@discardButtonTooltip": {},
"theme": "主题",
"@theme": {},
"selectThemeTitle": "选择主题",
"@selectThemeTitle": {},
"themeLight": "浅色",
"@themeLight": {},
"themeDark": "深色",
"@themeDark": {},
"attachmentUnsupported": "不受支持的附件",
"@attachmentUnsupported": {},
"viewOnlineButtonLabel": "在线查看",
"@viewOnlineButtonLabel": {
"description": "Button label used when certain content can't be displayed in Kaiteki but might able to in a web browser instead (e.g. videos)."
},
"timeDifferenceMinutes": "{minutes}分",
"@timeDifferenceMinutes": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"replyTo": "回复",
"@replyTo": {
"description": "Gets appended with replyee's display name"
},
"timeDifferenceNow": "刚刚",
"@timeDifferenceNow": {
"description": "Text used to display an event that just happened"
},
"visibilityDirect": "私信",
"@visibilityDirect": {},
"visibilityUnlisted": "不公开",
"@visibilityUnlisted": {},
"attachFilesButtonLabel": "附加文件",
"@attachFilesButtonLabel": {},
"formattingMfm": "Misskey 适配 Markdown",
"@formattingMfm": {},
"takePictureButtonLabel": "拍照",
"@takePictureButtonLabel": {},
"createPollButtonLabel": "创建投票",
"@createPollButtonLabel": {},
"recordVoiceButtonLabel": "录音",
"@recordVoiceButtonLabel": {},
"timelineRetrievalFailed": "获取时间轴失败",
"@timelineRetrievalFailed": {},
"searchButtonLabel": "搜索",
"@searchButtonLabel": {},
"discardDraftDialogDescription": "您确定要舍弃此草稿吗?",
"@discardDraftDialogDescription": {},
"discardButtonLabel": "丢弃",
"@discardButtonLabel": {},
"keepWritingButtonLabel": "继续撰写",
"@keepWritingButtonLabel": {},
"refreshTimelineButtonLabel": "刷新",
"@refreshTimelineButtonLabel": {},
"postBookmarkAdded": "书签已添加",
"@postBookmarkAdded": {},
"postBookmarkRemoved": "书签已移除",
"@postBookmarkRemoved": {},
"timelineLocal": "本站",
"@timelineLocal": {},
"timelineFederated": "跨站",
"@timelineFederated": {},
"timelineHybrid": "社交",
"@timelineHybrid": {},
"timelineDirectMessages": "私信",
"@timelineDirectMessages": {},
"timelineBookmarks": "书签",
"@timelineBookmarks": {},
"timelineFederatedDescription": "来自联邦宇宙所有人的帖文",
"@timelineFederatedDescription": {},
"timelineLocalDescription": "您实例上每个人的帖文",
"@timelineLocalDescription": {},
"timelineDirectMessagesDescription": "直接发送给其他人的帖文",
"@timelineDirectMessagesDescription": {},
"timelineBookmarksDescription": "您已加入书签的帖文",
"@timelineBookmarksDescription": {},
"keyboardShortcuts": "键盘快捷键",
"@keyboardShortcuts": {},
"keyboardShortcutsOpenDialog": "显示键盘快捷键",
"@keyboardShortcutsOpenDialog": {},
"keyboardShortcutsReplyToPost": "回复帖文",
"@keyboardShortcutsReplyToPost": {},
"keyboardShortcutsFavoritePost": "喜欢帖文",
"@keyboardShortcutsFavoritePost": {},
"keyboardShortcutsRepeatPost": "转发帖文",
"@keyboardShortcutsRepeatPost": {},
"keyboardShortcutsBookmarkPost": "将帖文加入书签",
"@keyboardShortcutsBookmarkPost": {},
"keyboardShortcutsSubmitPost": "提交帖文",
"@keyboardShortcutsSubmitPost": {},
"keyboardShortcutsRefreshView": "刷新视图",
"@keyboardShortcutsRefreshView": {},
"keyboardShortcutsGoToSettings": "转到设置",
"@keyboardShortcutsGoToSettings": {},
"keyboardShortcutsGoToNotifications": "转到通知",
"@keyboardShortcutsGoToNotifications": {},
"keyboardShortcutsGoToBookmarks": "转到书签",
"@keyboardShortcutsGoToBookmarks": {},
"keyboardShortcutsGoToHome": "转到首页",
"@keyboardShortcutsGoToHome": {},
"keyboardShortcutsPostShortcuts": "发帖快捷方式",
"@keyboardShortcutsPostShortcuts": {},
"keyboardShortcutsNavigation": "导航",
"@keyboardShortcutsNavigation": {},
"keyboardShortcutsComposePost": "撰写新帖文",
"@keyboardShortcutsComposePost": {},
"closeButtonLabel": "关闭",
"@closeButtonLabel": {},
"authInstructions": "要添加帐号,请输入您要使用的网站地址。",
"@authInstructions": {},
"mfaInstructions": "此帐号使用多重身份验证,请在下方输入验证码:",
"@mfaInstructions": {},
"directMessagesTitle": "私信",
"@directMessagesTitle": {},
"listsTitle": "列表",
"@listsTitle": {},
"trendsTitle": "热门",
"@trendsTitle": {},
"bookmarksEmpty": "没有书签",
"@bookmarksEmpty": {},
"favoritesEmpty": "暂无喜欢",
"@favoritesEmpty": {},
"repeatsEmpty": "无转发",
"@repeatsEmpty": {},
"repeateesTitle": "转发的人",
"@repeateesTitle": {},
"favoriteesTitle": "喜欢的人",
"@favoriteesTitle": {},
"useMaterialYou": "使用 Material You",
"@useMaterialYou": {},
"settingsLocale": "语言",
"@settingsLocale": {},
"selectLocaleTitle": "选择语言",
"@selectLocaleTitle": {},
"languageName": "简体中文",
"@languageName": {},
"localeSystem": "系统默认",
"@localeSystem": {},
"postPinned": "已置顶",
"@postPinned": {},
"noMorePosts": "已到底",
"@noMorePosts": {},
"timelineBubble": "局域",
"@timelineBubble": {},
"timelineBubbleDescription": "来自相邻实例的帖文",
"@timelineBubbleDescription": {},
"showAltTextTooltip": "显示替代文本",
"@showAltTextTooltip": {},
"copyAttachmentUrl": "复制附件地址",
"@copyAttachmentUrl": {},
"composeBodyHint": "刚刚降落在洛杉矶",
"@composeBodyHint": {},
"postSubmissionFailed": "帖文发送失败",
"@postSubmissionFailed": {},
"postSubmissionSending": "正在发送帖文",
"@postSubmissionSending": {},
"settings": "设置",
"@settings": {},
"settingsAbout": "关于 Kaiteki",
"@settingsAbout": {},
"welcome": "欢迎来到 Kaiteki!",
"@welcome": {},
"mfaNoCode": "请输入验证码",
"@mfaNoCode": {},
"okButtonLabel": "OK",
"@okButtonLabel": {},
"cancelButtonLabel": "取消",
"@cancelButtonLabel": {},
"verifyButtonLabel": "验证",
"@verifyButtonLabel": {},
"removeButtonLabel": "移除",
"@removeButtonLabel": {},
"followingTab": "正在关注",
"@followingTab": {},
"notificationsTab": "通知",
"@notificationsTab": {},
"apiTypeDialog_description": "Kaiteki 试图找出实例正在运行的软件,但无法弄清楚。请从下方选择正确的实例后端。",
"@apiTypeDialog_description": {},
"viewPostButtonLabel": "查看帖文",
"@viewPostButtonLabel": {},
"continueAnywayButtonLabel": "仍然继续",
"@continueAnywayButtonLabel": {},
"emojiRetrievalFailed": "无法检索表情符号",
"@emojiRetrievalFailed": {},
"visibilityLocal": "本站",
"@visibilityLocal": {},
"settingsEmojiSize": "表情符号大小",
"@settingsEmojiSize": {},
"settingsEmojisHeader": "表情符号",
"@settingsEmojisHeader": {},
"settingsWellbeing": "社交健康",
"@settingsWellbeing": {},
"settingsContentWarningBehavior": "内容警告行为",
"@settingsContentWarningBehavior": {},
"contentWarningBehaviorCollapse": "折叠",
"@contentWarningBehaviorCollapse": {},
"contentWarningBehaviorExpand": "展开",
"@contentWarningBehaviorExpand": {},
"contentWarningBehaviorCollapseDescription": "带有内容警告的帖文始终被折叠",
"@contentWarningBehaviorCollapseDescription": {},
"settingsBadgesHeader": "标识",
"@settingsBadgesHeader": {},
"settingsUseNeutralBadgeColors": "使用中性的标识颜色",
"@settingsUseNeutralBadgeColors": {},
"settingsExperiments": "实验功能",
"@settingsExperiments": {},
"settingsExperimentsDescription": "试试 Kaiteki 的实验功能!",
"@settingsExperimentsDescription": {},
"sendFeedbackButton": "发送反馈",
"@sendFeedbackButton": {},
"settingsThirdPartyServices": "第三方服务",
"@settingsThirdPartyServices": {},
"contentWarningButtonLabelEnable": "启用内容警告",
"@contentWarningButtonLabelEnable": {},
"settingsSquareEmojis": "方形表情符号",
"@settingsSquareEmojis": {},
"visibilityLocalDescription": "对同一实例上的用户可见",
"@visibilityLocalDescription": {},
"settingsAvatarRoundness": "头像圆度",
"@settingsAvatarRoundness": {},
"contentWarningButtonLabelDisable": "禁用内容警告",
"@contentWarningButtonLabelDisable": {},
"composeContentWarningHint": "内容警告(可选)",
"@composeContentWarningHint": {},
"settingsAvatarsHeader": "头像",
"@settingsAvatarsHeader": {},
"contentWarningBehaviorAutomaticDescription": "如果帖文的内容警告包含敏感词,帖文将被折叠。",
"@contentWarningBehaviorAutomaticDescription": {},
"contentWarningBehaviorAutomatic": "自动",
"@contentWarningBehaviorAutomatic": {},
"contentWarningBehaviorExpandDescription": "帖文始终被展开。内容警告会被视为主题。",
"@contentWarningBehaviorExpandDescription": {},
"settingsHidePostMetrics": "隐藏帖文指标",
"@settingsHidePostMetrics": {},
"settingsHidePostMetricsDescription": "隐藏帖文的回复、收藏、转发的数量",
"@settingsHidePostMetricsDescription": {},
"undoTranslateButton": "显示原始文本",
"@undoTranslateButton": {},
"translateButton": "翻译",
"@translateButton": {},
"shareButtonLabel": "分享",
"@shareButtonLabel": {},
"repeatButtonLabel": "转发",
"@repeatButtonLabel": {},
"bookmarkButtonLabel": "添加书签",
"@bookmarkButtonLabel": {},
"replyButtonLabel": "回复",
"@replyButtonLabel": {},
"favoriteButtonLabel": "喜欢",
"@favoriteButtonLabel": {},
"deleteButtonLabel": "删除",
"@deleteButtonLabel": {},
"editButtonLabel": "编辑",
"@editButtonLabel": {},
"reactButtonLabel": "表情回应",
"@reactButtonLabel": {},
"settingsAccessibility": "无障碍",
"@settingsAccessibility": {},
"visibilityMutuals": "仅限彼此",
"@visibilityMutuals": {},
"visibilityMutualsDescription": "对您所关注和关注您的用户可见",
"@visibilityMutualsDescription": {},
"timelineFollowing": "正在关注",
"@timelineFollowing": {},
"homeTab": "主页",
"@homeTab": {},
"prideSettingsHeader": "自豪",
"@prideSettingsHeader": {},
"prideFlag": "自豪旗帜",
"@prideFlag": {},
"enablePrideFlag": "启用自豪",
"@enablePrideFlag": {},
"messagesTab": "消息",
"@messagesTab": {},
"finishButtonLabel": "完成",
"@finishButtonLabel": {},
"listsTab": "列表",
"@listsTab": {},
"exceptionShowJson": "显示 JSON",
"@exceptionShowJson": {},
"exceptionReportOnGitHub": "在 GitHub 上报告",
"@exceptionReportOnGitHub": {},
"attachmentAltTextFallback": "未提供描述",
"@attachmentAltTextFallback": {},
"exceptionReasonGeneric": "出错了",
"@exceptionReasonGeneric": {},
"exceptionReasonUnauthorized": "出错了",
"@exceptionReasonUnauthorized": {},
"exceptionReasonServerError": "服务器内部错误",
"@exceptionReasonServerError": {},
"exceptionReasonForbidden": "被禁用",
"@exceptionReasonForbidden": {},
"exceptionReasonParseError": "无法解析响应",
"@exceptionReasonParseError": {},
"postLengthExceededDialogTitle": "您的帖文过长",
"@postLengthExceededDialogTitle": {},
"postLengthExceededDialogDescription": "帖文长度超过 {characterLimit}字符上限",
"@postLengthExceededDialogDescription": {
"placeholders": {
"characterLimit": {
"description": "Maximum number of characters in the post",
"example": "150"
}
}
},
"pollOptionVoteCount": "{count} 条投票",
"@pollOptionVoteCount": {},
"pollTotalVotesMultiple": "共有 {voterCount} 人投了 {voteCount} 票",
"@pollTotalVotesMultiple": {},
"pollTotalVotes": "共有 {voteCount} 票",
"@pollTotalVotes": {},
"copyToClipboardButtonTooltip": "复制到剪贴板",
"@copyToClipboardButtonTooltip": {},
"usersTab": "用户",
"@usersTab": {},
"searchUsersNoResults": "未找到用户",
"@searchUsersNoResults": {},
"searchPostsNoResults": "未找到帖文",
"@searchPostsNoResults": {},
"searchEmojisNoResults": "未找到表情符号",
"@searchEmojisNoResults": {},
"noRecentlyUsedEmojis": "此处尚未有表情...",
"@noRecentlyUsedEmojis": {},
"postAnywayButtonLabel": "无论如何都要发送",
"@postAnywayButtonLabel": {
"description": "Used in confirmation dialogs"
},
"missingDescriptionDialogTitle": "您的附件缺少替代文本",
"@missingDescriptionDialogTitle": {},
"customEmojisTab": "自定义",
"@customEmojisTab": {},
"exceptionDialogTitle": "异常详情",
"@exceptionDialogTitle": {},
"findUserDialogTitle": "查找用户",
"@findUserDialogTitle": {},
"findUserDialogHint": "搜索用户",
"@findUserDialogHint": {},
"retryButtonLabel": "重试",
"@retryButtonLabel": {},
"proceedButtonLabel": "继续",
"@proceedButtonLabel": {},
"showDetailsButtonLabel": "显示细节",
"@showDetailsButtonLabel": {},
"missingDescriptionDialogDescription": "替代文本可以让无法看到附件的用户了解附件内容。请考虑添加它以 ",
"@missingDescriptionDialogDescription": {},
"recentEmojisTab": "最近使用",
"@recentEmojisTab": {},
"showStackTrace": "显示堆栈跟踪",
"@showStackTrace": {},
"applyButtonLabel": "应用",
"@applyButtonLabel": {},
"changeAltText": "更改替代文本",
"@changeAltText": {
"description": "Refers to attachment descriptions"
},
"altText": "替代文本",
"@altText": {},
"removeAttachmentButtonLabel": "移除附件",
"@removeAttachmentButtonLabel": {},
"unfollowButtonLabel": "取消关注",
"@unfollowButtonLabel": {},
"followButtonLabel": "关注",
"@followButtonLabel": {},
"pendingFollowRequestButtonLabel": "待通过",
"@pendingFollowRequestButtonLabel": {},
"editProfileButtonLabel": "编辑个人资料",
"@editProfileButtonLabel": {},
"userJoinDate": "加入于 {date}",
"@userJoinDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"userBirthDate": "出生于 {date}",
"@userBirthDate": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMMMMd"
}
}
},
"shareSheetFormatLink": "链接",
"@shareSheetFormatLink": {},
"shareSheetFormatRemoteLink": "{host} 上的链接",
"@shareSheetFormatRemoteLink": {},
"shareSheetFormatContent": "内容",
"@shareSheetFormatContent": {},
"misskeyCalendarToday": "今天",
"@misskeyCalendarToday": {},
"misskeyCalendarYear": "年",
"@misskeyCalendarYear": {},
"misskeyCalendarMonth": "月",
"@misskeyCalendarMonth": {},
"chatPreviewAttachments": "{attachmentCount} 个附件",
"@chatPreviewAttachments": {},
"createButtonLabel": "创建",
"@createButtonLabel": {},
"renameButtonLabel": "重命名",
"@renameButtonLabel": {},
"settingsTweaks": "微调",
"@settingsTweaks": {},
"themeSpirit": "精神",
"@themeSpirit": {},
"themeCare": "关怀",
"@themeCare": {},
"themeComfort": "舒适",
"@themeComfort": {},
"themeAffection": "爱情",
"@themeAffection": {},
"themeJoy": "快乐",
"@themeJoy": {},
"themeCompassion": "同情",
"@themeCompassion": {},
"themeSerenity": "宁静",
"@themeSerenity": {},
"favoriteCount": "{count} 次收藏",
"@favoriteCount": {},
"bookmarkCount": "{count} 条书签",
"@bookmarkCount": {},
"repeatCount": "{count} 次转发",
"@repeatCount": {},
"replyCount": "{count} 条回复",
"@replyCount": {},
"featuredTab": "精选",
"@featuredTab": {},
"searchHashtagsNoResults": "未找到话题标签",
"@searchHashtagsNoResults": {},
"pollOptionCount": "{count} 个选项",
"@pollOptionCount": {},
"openInMenuItemLabel": "打开于…",
"@openInMenuItemLabel": {},
"peopleDialogTitle": "人们",
"@peopleDialogTitle": {},
"peopleDialogButtonLabel": "查看相关人员",
"@peopleDialogButtonLabel": {
"description": "Placeholder button label for opening the people dialog, when no people counts are available"
},
"favoritesTab": "收藏",
"@favoritesTab": {},
"mediaTab": "媒体",
"@mediaTab": {},
"followingCount": "{count, plural, other {{count} 正在跟随}}",
"@followingCount": {
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
},
"timeDifferenceDaysLong": "{days, plural, =1 {1 天前} other {{days} 天前}}",
"@timeDifferenceDaysLong": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"timeDifferenceWeeksLong": "{weeks, plural, =1 {1 周前} other {{weeks} 周前}}",
"@timeDifferenceWeeksLong": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceYearsLong": "{years, plural, =1 {1 年前} other {{years} 年前}}",
"@timeDifferenceYearsLong": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"timeDifferenceSecondsLong": "{seconds, plural, =1 {1 秒前} other {{seconds} 秒前}}",
"@timeDifferenceSecondsLong": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"followerCount": "{count, plural, =1 {1 跟随者} other {{count} 跟随者}}",
"@followerCount": {
"placeholders": {
"count": {
"type": "int",
"format": "compact"
}
}
},
"timeDifferenceMinutesLong": "{minutes, plural, =1 {1 分钟前} other {{minutes} 分钟前}}",
"@timeDifferenceMinutesLong": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"timeDifferenceHoursLong": "{hours, plural, =1 {1 小时前} other {{hours} 小时前}}",
"@timeDifferenceHoursLong": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"timeDifferenceNowLong": "现在",
"@timeDifferenceNowLong": {
"description": "Text used to display an event that just happened"
},
"missingAltTextOnRepeatDialogTitle": "转发帖文?",
"@missingAltTextOnRepeatDialogTitle": {},
"missingAltTextOnRepeatDialogDescription": "您要分享的帖文带有不含替代文本的附件。",
"@missingAltTextOnRepeatDialogDescription": {}
}