This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathzh-cn.json
1335 lines (1335 loc) · 82.5 KB
/
zh-cn.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
{
"Login": {
"title": "登录",
"loginClasic": "经典登录",
"usernameEmail": "用户名 / Email地址",
"usernameRequired": "请输入您的用户名",
"usernameMinimun": "最小3个字符",
"usernameInvalid": "错误的用户名",
"usernamewrong": "用户名或者密码错误",
"password": "密码",
"passwordRequired": " 请输入您的密码",
"remember": "记住我的登录",
"loginButton": "现在登录",
"forgotPassword": "忘记密码",
"resendActivateMail": "重新发送激活邮件",
"error": "错误",
"emailVerfied": "电子邮箱已验证",
"resend": "重新发送",
"RecoveryPwd": {
"title": "重置密码",
"email":"用户名 / Email地址",
"recover": "恢复",
"backLogin": "返回登录",
"changePwd": "修改密码",
"password": "密码",
"passwordRequired": " 请输入密码",
"passwordPattern": " 最小6个字符, 1个大写字母, 1个小写字母, 1个数字",
"repeatPassword": "重复密码",
"passwordMissmatch": "两次输入的密码不匹配",
"saveButton": "保存",
"checkMail": "密码恢复邮件已经发送到您的邮箱,请检查您的电子邮件",
"errorRecovery": "密码恢复错误",
"passwordUpdate": "已更新您的密码",
"errorUpdate": "更新密码错误"
}
},
"Register": {
"title": "注册用户",
"loginClasic": "经典登录",
"userName": "用户名...",
"usernameRequired": "请输入您的用户名",
"usernameMinimun": "最小3个字符",
"firstName": "姓...",
"firstNameRequired": "请输入您的姓",
"lasName": "名...",
"lasNameRequired": "请输入您的名",
"email": "Email...",
"emailRequired": "请输入您的Email地址",
"emailMismatch": "Email mismatch",
"emailIncalid": "您输入的Email是不正确的",
"password": "密码...",
"passwordRequired": "请输入您的密码",
"passwordPattern": "最小6个字符, 1个大写字母, 1个小写字母, 1个数字",
"passwprdRepeatInput": "重复您的密码...",
"passwordRepeat": " 请重复输入您的密码",
"passwordMissmatch": "两次输入的密码不匹配",
"iAgree": "我同意",
"termsConditions": "网站条款和条约",
"login": "登录",
"getStart": "开始旅程",
"hackTools": "Hacker操作已检测,请遵守网站条款。",
"checkEmail": "请检查您的Email",
"error": "错误",
"repeatEmail": "Repeat Email..."
},
"Profile": {
"MyProfile":{
"title": "我的档案",
"aboutMe": "关于我:",
"name": "名字:",
"location": "所在地域:",
"memberSince": "注册会员时间:",
"description": "描述",
"readMore": "获取更多信息",
"readLess": "获取稍许信息",
"editProfileButton": "编辑档案",
"walletTitle": "钱包",
"wallet": "钱包",
"saveWalletButton": "保存钱包",
"walletNotifySave": "钱包已经保存.",
"walletNotifyEmpty":"请填写空栏.",
"socialTitle": "社交",
"editProfileTitle": "编辑档案",
"editProfileSubTitle": "请完成您的档案",
"editProfileUsername": "用户名",
"editProfileUsernameMinimunCharacter": "The user name must contain a minimum of 3 characters, without spaces or special characters",
"editProfileUsernamePattern": " 用户名可以包含以下字符:A-Z, a-z, 0-9 和 _ ",
"editProfilePhone": "移动电话号码",
"editProfilePhoneInvalid": "不正确的电话号码",
"editProfileEmail": "Email",
"editProfileFirstname": "姓",
"editProfileFirstnameRequired": "请输入您的姓",
"editProfileLastname": "名",
"editProfileLastnameRequired": "请输入您的名",
"editProfileCity": "城市",
"editProfileInvalidCity": "不正确的城市名",
"editProfileCountry": "国家",
"editProfileWebsite": "个人网站",
"editProfileInvalidWebsite": "不正确的网站URL",
"editProfileInvalidFacebook": "不正确的Facebook URL",
"editProfileInvalidTwitter": "不正确的Twitter URL",
"editProfileInvalidInstagram": "不正确的Instagram URL",
"editProfileInvalidSoundcloud": "Invalid SoundCloud url",
"editProfileInvalidTwitch": "Invalid Twitch url",
"editProfileInvalidvVk": "Invalid Vk url",
"editProfileInvalidMusicoin": "Invalid Musicoin url",
"editProfileInvalidGoogle": "不正确的Google plus URL",
"editProfileInvalidTumblr": "不正确的Tumblr URL",
"editProfileInvalidPinterest": "不正确的Pinterest URL",
"editProfileSomethingAboutYou": "告诉我们一点关于您的介绍...",
"editProfileUpdateButton": "更新档案",
"editProfileCancelButton": "取消",
"editProfileNotifySave": "档案已更新",
"editProfileNotifyError": "更新档案错误",
"editProfileChangePasswordTitle": "更改密码",
"editProfileOldPassword": "旧密码",
"editProfileNewPassword": "新密码",
"editProfileNewPasswordPattern": "最小6个字符, 1个大写字母, 1个小写字母, 1个数字",
"editProfileRepeatNewPassword": "重复密码",
"editProfileRepeatNewPasswordRequired": "请重复您输入的密码",
"editProfileRepeatNewPasswordMissmatch": "两次输入的密码不匹配",
"editProfileUpdatePasswordButton": "密码已更新 ",
"editProfilePasswordNotifyError": "更新密码错误",
"editProfilePasswordNotifyDifferent": "更新密码错误: 密码不一致",
"editProfilePasswordNotifyInsert": "更新密码错误: 插入密码",
"editProfilePasswordNotifyPasswordEqual": "更新密码错误: 新旧密码相同",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消",
"myProfile": "我的档案",
"playlist": "播放列表",
"publications": "发布",
"live": "直播",
"subscriptions": "订阅",
"security": "安全",
"language": "我的语言",
"saveLanguage": "保存语言",
"languageSelect": "语言",
"textEditorPlaceholder" : "请输入内容...",
"editProfilePasswordNotifySave": "Password saved successfully",
"purchases": "My purchases",
"singularProfilePurchase": "Purchase",
"profilePurchase": "Purchase",
"noPurchase": "There are no purchases",
"subscribers": "Subscribers",
"imageTooSmall":"The selected image is too small and could produce undesired results. For optimal result it is recommended that you chose a larger image.if you want to keep the selected image, click on (+) button to resize it.",
"requiredFields": "Required fields"
},
"MyPurchases": {
"channelStay": "Channel Stay",
"channelStayText1": "Is the simplest way to promote your content by maintaining your visiting users within your channel.",
"channelStayText2": "When you aquiere",
"channelStayText3": "all related content shown to the visitor will be selected from your own channel.",
"channelStayText4": "is a monthly service for your whole channel and costs 5 TUBES per month.",
"channelStayButton": "Yes, I want Channel Stay",
"channelStaySwalTitle": "Purchase channel stay",
"channelStaySwalText1": "Yes, I want to keep the visiting users in my channel.",
"channelStaySwalText2": "Purchase channel costs 5 TUBES",
"channelStaySwalConfirmButton": "Yes, I want channel stay",
"channelStaySwalCancelButton": "No, thank you",
"perMonth": "Per month",
"perUse": "Per use",
"monthly": "Monthly",
"monthlyCost": "Monthly costs 1000 Tube",
"purchaseBuy": "Buy",
"purchaseCancel": "Cancel",
"Uses": "uses"
},
"MyPlaylists":{
"title": "My playlists",
"editPlaylistTitle": "标题",
"editPlaylistDescription": "描述",
"editPlaylistSaveButton": "保存",
"editPlaylistDeleteButton": "删除",
"editPlaylistCloseButton": "Close playlist",
"editPlaylistEmpty": "播放列表是空的",
"newPlaylist": "新建播放列表",
"newPlaylistTitle": "标题",
"newPlaylistDescription": "描述",
"newPlaylistSaveButton": "保存",
"deletePlaylistTitle": "您确定么 ?",
"deletePlaylistText": "该操作会永久删除您的播放列表",
"deletePlaylistConfirmButton": "是的, 删除它!",
"deletePlaylistCancelButton": "取消",
"deletePlaylistTitleConfirm": "已删除!",
"deletePlaylistTextConfirm": "您的播放列表已删除",
"updatePlaylistTitle": "已更新!",
"updatePlaylistText": "您的播放列表信息已更新",
"updatePlaylistName": "请输入名称",
"deleteVideoPlaylistTitle": "您确定么 ?",
"deleteVideoPlaylistText": "该操作会删除您的视频",
"deleteVideoPlaylistConfirmButton": "是的, 删除它!",
"deleteVideoPlaylistCancelButton": "取消",
"deleteVideoPlaylistTitleConfirm": "已删除!",
"deleteVideoPlaylistTextConfirm": "您的文件已经删除",
"VideoPlaylistButton": "确定",
"noPlaylists": "没有我的播放列表"
},
"Publications":{
"singularTitle": "Upload",
"title": "Uploads",
"views": "预览",
"edit": "编辑",
"delete": "删除",
"deletePublicationTitle": "您确定么 ?",
"deletePublicationText": "这将会取消您的发布",
"deletePublicationConfirmButton": "是的,取消发布!",
"deletePublicationCancelButton": "取消",
"deletePublicationNotify": "您的视频已经被移除",
"deletePublicationNotifyError": "错误",
"videoInfoError": "获取视频信息错误",
"noUploads": "没有您的上传",
"editVideo": "Edit video",
"makePrimaryVideo": "Set as primary video"
},
"LiveStreams": {
"title": "我的直播",
"views": "预览",
"edit": "编辑",
"noLiveStreams": "没有您的直播"
},
"Subscriptions": {
"singularTitle": "Subscription",
"title": "订阅",
"subscriptionsButton": "订阅",
"unSubscriptionsButton": "取消订阅",
"noSubscriptions": "没有您的订阅"
},
"Subscribers": {
"singularTitle": "Subscriber",
"title": "Subscribers",
"subscriptionsButton": "Subscribe",
"unSubscriptionsButton": "Unsubscribe",
"noSubscriptions": "There are no subscribers"
},
"Security": {
"title": "安全",
"authentication": "二次验证",
"qr": "扫描二维码",
"code": "代码",
"twoFactorEnabled": "开启",
"twoFactorDisabled": "禁止",
"nsfwEnabled": "NSFW enabled",
"nsfwDisabled" : "NSFW disabled",
"activateAuthenticationTitle": "注意",
"activateAuthenticationText": "在此之前请确保您已经扫描了您的二维码!",
"activateAuthenticationConfirmButton": "确定",
"activateAuthenticationDeleteButton": "取消",
"nsfw": "Not safe for work (NSFW)",
"enableNsfw": "Are you sure that you want to enable NSFW (Not Safe For Work) content?",
"settings": "Settings",
"membership": "Membership",
"advertMessage": "It's very important that you save this recovery key in case you lose access to the Authenticator App:"
}
},
"Dashboard": {
"views": "预览",
"likes": "点赞",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"live":"Live",
"ago": "ago",
"recomended":"Recommended",
"newest": "Newest",
"trending": "Trending",
"viewAll": "View all"
},
"Trending": {
"views": "预览",
"likes": "点赞",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"live":"Live"
},
"Newcomers": {
"views": "预览",
"likes": "点赞",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"live":"Live"
},
"Live": {
"views": "预览",
"likes": "点赞",
"noLivestreams": "没有直播",
"live":"Live"
},
"MediaEdit": {
"title": "编辑媒体",
"snapshotButon": "截图",
"thumbnailButton": "选择缩略图",
"videoTitle": "视频标题",
"videoTitleError": "视频标题最少5个字符",
"videoTag": "请添加一个标签",
"videoPrivacy": "隐私",
"videoCategory": "分类",
"videoLanguage": "语言",
"videoAgeVerification": "年龄验证",
"videoUnpublishButton": "取消发布",
"videoCancelButton": "取消",
"videoUpdateButton": "更新",
"videoPublishButton": "发布",
"videoInputRequired": "必填",
"videoUpdateDataNotify": "您的信息已经成功更新..",
"videoUpdateDataNotifyError": "更新错误",
"videoUpdateDataRequired":"请填写必填项目",
"videoRemoved": "您的视频已经被删除",
"videoError": "错误",
"videoRemovedConfirmTitle": "您确定么 ?",
"videoRemovedConfirmText": "这将会取消您的发布",
"videoRemovedConfirmButton": "是的,取消发布!",
"videoRemovedConfirmCancel": "取消",
"videoPlaceholderEditor": "请在此添加描述...",
"uploadingImage": "Uploading image",
"imageUploaded": "Image uploaded",
"protectedContent": "Protected Content"
},
"Broadcast": {
"Setings": {
"title": "设置",
"Key": "Key",
"streamTitle": "直播标题",
"delete": "删除",
"edit": "编辑",
"noKey": "找不到任何Key",
"generateNewKey": "创建新的Key",
"yourStreamingUrl": "您的直播地址",
"yourStreamingKey": "您的直播Key",
"copyClipBoard": "复制您的Key",
"cancel": "取消",
"save": "保存",
"upload": "上传",
"error": "错误",
"ok": "确定",
"requiredFile": "您必须确保必填项都已经填好",
"requiredLoginTitle": "请登录!",
"requiredLoginText": "请登录使用该功能",
"saved": "您的数据已经被成功保存",
"savedKey":"您的个人Key已更新",
"copiedClipBoard": "您的直播Key已经复制到剪切板",
"copiedClipBoardTransmission": "您的播放地址已经复制到剪切板",
"confirmDeleteTitle": "删除直播Key",
"confirmDeleteText": "您确定删除直播Key么 ?",
"confirmDeleteButton": "删除",
"textEditorPlaceholder": "请输入内容...",
"showhidden": "Show / Hide key "
},
"Tutorial": {
"title": "快速教程",
"1pTutorial": "设置您的直播请点击 \"创建新的Key\" 按钮。",
"2pTutorial": "您将会得到您的直播URL和您的直播Key。",
"3pTutorial": "或者选择一个您已经存在的Key然后单击 \"编辑\".",
"4pTutorial": "设置您视频的缩略图请点击 \"上传\" 按钮, 选择一个媒体文件并且打开",
"5pTutorial": "在直播标题里命名您的直播频道, 用文本编辑器写下一段直播描述。",
"6pTutorial": "这就是你需要做的全部,点击保存按钮就可以了。",
"7pTutorial": "打开在线流媒体软件开始您的直播吧。",
"8pTutorial": "打开在线流媒体直播软件,切换到设置,选择STREAM选项卡,更改Stream类型到“自定义流媒体服务器”。 粘贴入您的直播URL,粘贴入您的直播Key,应用该设置。",
"9pTutorial": "您将会从bit.tube设置中得到一个直播URL和直播Key,点击复制到剪切板符号复制。",
"10pTutorial": "设置您的流媒体直播软件场景,开始您的直播。",
"11pTutorial": "这就是您在Bit.Tube开始直播所需要做的事情。",
"titleStream": "直播软件",
"1pTutorialStream": "您可以在Bit.Tub平台开始您的直播,需要使用一些特定的软件。直播内容与版权所有者的IPBC钱包地址关联,我们在此给您提供如下软件选择,您只要选择其中之一开始您的直播旅程!",
"2pTutorialStream": "开源在线流媒体直播软件",
"3pTutorialStream": "开源在线流媒体直播软件就是我们所了解的直播软件,一般用C语言或者C++语言编写,可以进行一系列的转码解码、场景控制等等,提供在线直播服务。",
"4pTutorialStream": "Gameshow",
"5pTutorialStream": "付费使用的流媒体游戏直播软件,易于使用并且内置特效系统。 ",
"6pTutorialStream": "无论您选择或者设置任何模版,您的直播都会看上去非常专业,相信您自己。",
"7pTutorialStream": "XSplit Gamecaster",
"8pTutorialStream": "最简单的方法开始您的视频直播或者游戏录像。您可以使用XSplit Gamecaster来分享您玩游戏的过程,分享您游戏的喜悦,只需要点一下就可以了。",
"9pTutorialStream": "Vmix",
"10pTutorialStream": "拥有广泛的应用群体,vMix是一个为视频播客们提供的专业视频直播软件,支持各种视频质量,视频流媒体分享各种SD HD甚至4K高清视频或者图片PPT等。",
"dowloadButton": "下载"
},
"CreateKey":{
"noWallet": "You don't have a wallet",
"noWalletText": "In this way, you will not receive any revenue for this broadcast",
"cancelWalletButton" : "Cancel",
"createWalletButton": "Create Wallet"
}
},
"Play": {
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"views": "预览",
"viewers": "观众",
"donate": "打赏",
"likes": "点赞",
"writeComment": "写评论",
"addPlaylist": "添加播放列表",
"embedCode": "获取嵌入代码",
"reportVideo": "报告视频",
"share": "分享",
"editVideo": "编辑视频",
"subscribe": "订阅",
"unSubscribe": "取消订阅",
"showMore": "获取更多信息",
"showLess": "获取稍许信息",
"commentButton": "评论",
"cancel": "取消",
"singularComments": "comment",
"comments": "评论",
"madePost": "发表帖子",
"justNow": "刚刚",
"madeSubPost": "发表主题帖",
"replyComment": "评论回复",
"commentEdit": "编辑评论",
"edit": "编辑",
"autoPlay": "自动播放",
"next": "下一个",
"related": "相关",
"live": "Live",
"playlist": "播放列表",
"loadMore": "载入更多",
"seeAnswer": "See reply",
"seeAnswers": "See replies",
"hideAnswer": "Hide reply",
"hideAnswers": "Hide replies",
"copyClipboardIframe": "Iframe已复制到剪切板",
"copyClipboard": "复制到剪切板",
"embedVideoTitle": "嵌入视频",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消",
"deleteComentConfirmTitle": "删除评论",
"deleteComentConfirmText": "你确实要删掉这条评论么 ?",
"deleteComentConfirmButton": "确定",
"reportVideoInnapropiateContent": "不合适的内容",
"reportVideoCopyrightViolation": "版权侵犯",
"reportVideoOther": "其它",
"reportVideoCancel": "取消",
"reportVideoSend": "发送",
"textEditorPlaceholder": "请输入内容...",
"AcceptedHashesText": "已提交哈希: ",
"HashesText": "H/s: ",
"TotalHashesText": "Airtime PoV: ",
"status": "状态: ",
"localSaving": "本地IPFS存储: ",
"RTCPeers": "RTC节点: ",
"saving": "RTC存储: ",
"wallet": "钱包: ",
"CloseStats": "关闭",
"consent": "观看视频内容以赞助作者",
"consent2": "当你在观看该视频的时候,您一部分闲置的电脑资源将会为视频作者贡献加密货币哈希计算,您的贡献会激励发布者发布更好的视频内容。",
"agree": "我同意",
"innapropiateVideo": "该视频中的内容可能引起部分观众不适,请确认后继续观看。",
"working": "工作中",
"waiting": "等待中",
"tipChannel": "小提示频道",
"amount": "余额",
"2faCode": "二次验证码",
"tip": "小提示",
"close": "关闭",
"mediaReport": "视频报告",
"primaryVideo": "Set as primary video",
"abortError": "用户终止了视频回放",
"networkError": "您的网络连接好像有问题",
"decodeError": "该视频好像已被更改",
"srcError": "该视频好像已被更改",
"encryptedError": "这个视频是付费的,请购买后观看",
"offlineStream": "您的视频流好像离线了",
"popOutVideo": "弹出视频",
"cinemaMode": "Cinema mode",
"setPrimaryVideo": "Saved primary video",
"errorSavePrimaryVideo": "错误",
"copyrightReport": "Report Copyright Violation",
"yesUnpublish": "Yes unpublish",
"copyrigthTextSwal": "This video will be flagged and unpublished to undergo further review. Are you sure you want to continue?",
"iAmTheCopyright": "Yes, I am the copyright owner",
"iAmRepresentCopyright":"Yes, I represent the copyright owner",
"liveUnpublished": "Livestream unpublished",
"liveUnpublishedError": "Livestream unpublish error",
"reply": "Reply",
"delete": "Delete",
"writeReply": "Write a reply",
"reportThisVideo": "Report this video",
"ok": "ok",
"errorHash": "Can not find the selected video",
"totalAirtimeText": "PoV:"
},
"Wallet": {
"title": "概览",
"walletAdress": "钱包地址",
"balance": "余额",
"offlineWallet": "离线钱包",
"walletMaintenance": "钱包维护中",
"walletBackSoon": "钱包将会马上回来",
"transactions": "转账",
"status": "状态",
"date": "日期",
"amount": "总额",
"address": "地址",
"paymentID": "付款ID",
"contacts": "联系人",
"name": "名字",
"adress": "地址",
"close": "关闭",
"remoceContact": "移除联系人",
"addContact": "添加联系人",
"sendtoAddress" : "发送到一个地址",
"receiverAddress" : "接收者地址",
"ipbcAmount" : "Tube 总额",
"feeIPBC" : "费用(Tube)",
"anonymityLevel" : "匿名等级",
"2FACode": "二次验证码",
"send": "发送",
"cancel": "取消",
"walletKeys": "钱包Key",
"spendKey": "花销Key",
"viewKey": "查看Key",
"privatekey" : "私有Key",
"errorRemoveContact": "P请选择一个删除联系人!",
"removeContact": "联系人已删除...",
"failedRemoveContact": "移除联系人失败...",
"failedRetriveContact": "恢复联系人失败...",
"2FAInvalid": "二次验证码失败...",
"fee": "费用必须不低于0.01 IPBC",
"Anonymity": "匿名等级必须介于0 - 10",
"transactionFaild": "转账失败...",
"noTransactions": "没有任何转账信息",
"unlocked": "已解锁",
"locked" : "锁定",
"saveContact": "保存联系人",
"closeContact": "关闭",
"sedWallet": "发送",
"contactsWallet": "联系人",
"keyWallet": "Key",
"noContactsfound": "找不到联系人",
"keyHasbeencopied": "您的Key已经复制到剪切板",
"copyWalletClipboard": "您的钱包地址已经复制到剪切板",
"addnewContact": "增加新的联系人",
"mustContactName": "您必须输入联系人名!",
"invalidIPB": "无效的BitTube地址!",
"contactAdded": "联系人已添加...",
"contactAddedFail": "添加联系人失败...",
"notEnoughBalance": "没有足够的余额或者您的金额目前在锁定中",
"walletMaintenaceTitle": "Online wallet under maintenance",
"walletMaintenaceText": "The online wallet is undergoing maintenace, please try again later",
"walletDowload": "Download offline wallet",
"walletCancel": "Ok",
"copySpendKey": "Copy spend key to clipboard",
"copyViewKey": "Copy view key to clipboard"
},
"Profitcalc": {
"openCoinmarketcapButton": "打开 Coinmarketcap",
"exchanges": "交易所",
"livecoin": "Livecoin",
"last": "最后",
"high": "高点",
"low": "低点",
"OpenLivecoin": "打开 Livecoin",
"tradeOgre": "TradeOgre",
"tradeOgreOpen": "打开 TradeOgre",
"openCrex24": "打开 Crex24",
"altex": "Altex",
"noAPI" : "没有API",
"crex24": "Crex24",
"tpl_title" : "收益计算器",
"tpl_market" : "市场",
"tpl_avg_hashrate" : "平均哈希(H/s)",
"tpl_avg_watchtime" : "平均观看时间(小时)",
"tpl_dayly_views" : "日访问量",
"tpl_profit" : "收益",
"tpl_per_day" : "每天",
"tpl_per_week" : "每周",
"tpl_per_month" : "每月",
"tpl_per_year" : "每年",
"tpl_loading" : "载入中...",
"tpl_marketcap" : "市值",
"tpl_vol_usd_24h" : "USD量 (24H)",
"tpl_vol_eur_24h" : "EUR量 (24H)"
},
"Upload": {
"titleUpload": "上传一个媒体文件",
"p1Upload": "您可以上传你的媒体文件,最终的视频会有多种视频质量选择提供",
"p2Upload": "提示: 最低视频质量360P, duration less than 3 hours, size less than 5 GB",
"uploadNowButton": "现在上传",
"titleUploadYoutube": "连接到Youtube",
"p1UploadYoutube": "这里你可以直接连接到你的Youtube账户,轻松一个点击即可将你的Youtube频道导入到Bit.Tube",
"conectYoutubeButton": "现在连接",
"snapshotButon": "制作快照",
"thumbnailButton": "选择缩略图",
"videoTitle": "视频标题",
"videoTitleError": "标题需要最少5个字符",
"videoTag": "请添加一些标签",
"videoTagEnter": "请在每个标签后面回车换行",
"videoPrivacy": "隐私",
"videoCategory": "分类",
"videoLanguage": "语言",
"videoAgeVerification": "年龄验证",
"videoUnpublishButton": "取消发布",
"videoUploadButton": "上传",
"videoDiscardButton": "丢弃",
"videoPublishButton": "发布",
"videoInputRequired": "必填",
"videoPlaceholderEditor": "请在此添加描述...",
"uploadMaintenance": "我们非常抱歉的告诉您,我们的上传服务目前正在维护,请稍后尝试",
"uploadMaintenanceButton": "明白!",
"uploadNetworkFail": "There is a problem with your internet connection. Please check.",
"uploadWaiting": "等待上传列表",
"noWallet": "您还没有钱包",
"noWalletText": "您将不会获取该视频播放的收益",
"cancelWalletButton" : "Cancel",
"createWalletButton": "创建钱包",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消",
"videoAlreadyPublishedTitle": "视频已经发布!",
"videoAlreadyPublishedText": "您可以在我的档案中重新编辑该视频信息",
"videoSuccessfuly": "Your video has been successfully uploaded, you will receive a notification once your video has been published.",
"authorizationYoutube": "为防止未授权现象,请点击授权按钮然后在接下来的步骤中给您的Youtube内容授权",
"authorizeButton": "授权",
"UnauthorizeButton": "未授权",
"yourVideo":"您的Youtube视频",
"selectAll": "选择全部",
"startImport": "开始导入",
"videos": "视频",
"dataProteccion": "数据保护",
"moreVideos": "更多视频",
"allVideosAlready": "所有该频道中的视频都已经上传",
"leavePageTitle": "您确定要离开该页面么 ?",
"leavePageText": "所有您正在上传的视频将会丢失",
"leavePageButton": "是的,离开!",
"needsRemove": "Youtube授权需要删除",
"finalizeProcess": "为完成这个步骤,请登录您的Google账户管理页面完整删除信息",
"bitubeIntegrate": "BitTube与您的YouTube集成",
"areYouSure": "您确定么?",
"removeAccess": "这将会删除您与Youtube帐号的关联!",
"proceed": "是的,继续!",
"gotit": "明白!",
"allYourSelected": "您的视频上传成功,稍后将在检查发布后呈现",
"textEditorPlaceholder": "请输入内容...",
"invalidFile": "文件错误",
"informationError": "信息错误",
"transcodingError": "传输码错误",
"syncError": "同步错误",
"pinError": "PIN码错误",
"sshError": "SSH错误",
"qualityError": "视频质量太低了,请上传最少360p的视频资源",
"processing": "处理中 ",
"waitingSync": "等待同步中",
"syncing": "同步中 ",
"waitingPinning": "等待PIN码",
"pinning": "PIN码验证中 ",
"done": "完成",
"uploading": "上传中 ",
"initializing": "初始化中",
"waitingQueue": "队列等待中 ",
"downloading": "下载中",
"waitingTranscode": "等待传输码",
"internalError": "发生了一个内部错误,请稍后重试",
"areYouSureLose": "您确定么? 该操作将会丢失您未保存的任务!",
"job": "任务",
"priceInTube": "Price in TUBE",
"priceInUsd": "Price in USD",
"rental": "Rental",
"purchase": "Purchase",
"lifetime": "Lifetime",
"rental24hrs": "24 hrs",
"rental48hrs": "48 hrs",
"rental72hrs": "72 hrs",
"awaitTranscode":"VIDEO ACCEPTED, WAITING FOR PROCESSING",
"regularUploadMaintenanceText": "We are sorry, but the Upload service is temporarily undergoing maintenance.",
"regularUploadMaintenancetitle": "Upload under maintenance",
"youtubeUploadMaintenanceText": "We are sorry, but the Youtube importer service is temporarily undergoing maintenance.",
"youtubeUploadMaintenancetitle": "YouTube importer under maintenance",
"premiumContent": "Premium content",
"notPreviewed": "This video type can not be previewed.",
"selectThumbnail" : "Please, select a thumbnail before uploading.",
"videoSubcategory": "Subcategory"
},
"User": {
"subscribe": "订阅",
"unSubscribe": "取消订阅",
"myProfile": "我的档案",
"playlist": "播放列表",
"profile": "Profile",
"publications": "我的发布",
"live": "我的直播",
"subscriptions": "订阅",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消",
"Profile": {
"title": "概览",
"about": "关于",
"name": "名字",
"member": "注册会员时间",
"description": "描述",
"location": "地域",
"readMore": "获取更多信息",
"readLess": "获取稍许信息",
"social": "社交",
"newest": "newest",
"popular": "popular",
"oldest": "oldest"
},
"Publications": {
"publication": "我的发布",
"publications": "我的发布",
"noPublications": "没有您的发布",
"live": "Live",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"ReadMore": "Read more",
"showAll": "Show all",
"sortedBy": "Sorted by",
"sortBy": "Sort By",
"sortByOldest": "Oldest",
"sortByRecent": "Most recent",
"sortByPopularity": "Popularity",
"sortByRelevance" : "Relevance"
},
"LiveTv": {
"livestream": "直播",
"livestreams": "在线直播",
"noStream": "没有您的直播",
"live": "Live",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至..."
},
"Subscriptions": {
"subscriptions": "订阅",
"subscription": "subscription",
"nosubscriptions": "没有您的订阅",
"subscribe": "订阅",
"unSubscribe": "取消订阅"
},
"MyPlaylists": {
"myPlaylists": "我的播放列表",
"noPlaylists": "没有我的播放列表",
"description": "描述",
"noDescription": "没有相关描述",
"addMyPlaylist": "添加到我的播放列表",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"playlistEmpty": "这个播放列表是空的",
"yourCopyPlaylist": "你会拥有自己的一份播放列表!",
"somenthingWrong": "执行中出错了!"
}
},
"LiveChat": {
"title": "在线聊天",
"saySomething": "说点什么",
"chatUser": "聊天用户",
"block": "屏蔽",
"unblock": "取消屏蔽",
"blockFromChannel": "屏蔽频道",
"UnBlockFromChannel": "取消屏蔽频道",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消"
},
"Playlist": {
"loginProfileTitle": "请登录",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消"
},
"Result": {
"noResult": "没有找到",
"live": "Live",
"addMyPlaylist": "添加到我的播放列表",
"addPlaylists": "添加播放列表",
"newPlaylist": "新建播放列表",
"addPlaylistButton": "添加",
"addPLaylistTitle":"添加至...",
"subscribe": "订阅",
"unSubscribe": "取消订阅",
"goProfile": "转到我的档案",
"loginProfileTitle": "请登录!",
"loginProfileText": "请登录使用该功能",
"loginProfileConfirmButton": "确定",
"loginProfileCancelButton": "取消",
"playlistCloned": "Playlist had been added to your playlists",
"playlistClonedFailed": "You already cloned this playlist",
"subscribers": "subscribers"
},
"Lenguages":{
"languages_array":[
{"value": "AF", "viewValue": "南非语"},
{"value": "SQ", "viewValue": "阿尔巴尼亚语"},
{"value": "AR", "viewValue": "阿拉伯语"},
{"value": "HY", "viewValue": "亚美尼亚语"},
{"value": "AZ", "viewValue": "Azerbaijan"},
{"value": "EU", "viewValue": "巴斯克语"},
{"value": "BN", "viewValue": "孟加拉语"},
{"value": "BG", "viewValue": "保加利亚语"},
{"value": "CA", "viewValue": "加泰罗尼亚语"},
{"value": "KM", "viewValue": "柬埔寨语"},
{"value": "ZH", "viewValue": "中文(普通话)"},
{"value": "HR", "viewValue": "克罗地亚语"},
{"value": "CS", "viewValue": "捷克语"},
{"value": "DA", "viewValue": "丹麦语"},
{"value": "NL", "viewValue": "荷兰语"},
{"value": "EN", "viewValue": "英语"},
{"value": "ET", "viewValue": "爱沙尼亚语"},
{"value": "FJ", "viewValue": "斐济语"},
{"value": "FI", "viewValue": "芬兰语"},
{"value": "FR", "viewValue": "法语"},
{"value": "KA", "viewValue": "格鲁吉亚语"},
{"value": "DE", "viewValue": "德语"},
{"value": "EL", "viewValue": "希腊语"},
{"value": "GU", "viewValue": "古吉拉特语"},
{"value": "HE", "viewValue": "希伯来语"},
{"value": "HI", "viewValue": "印地语"},
{"value": "HU", "viewValue": "匈牙利语"},
{"value": "IS", "viewValue": "冰岛语"},
{"value": "ID", "viewValue": "印度尼西亚语"},
{"value": "GA", "viewValue": "爱尔兰语"},
{"value": "IT", "viewValue": "意大利语"},
{"value": "JA", "viewValue": "日语"},
{"value": "JW", "viewValue": "爪哇语"},
{"value": "KO", "viewValue": "韩语"},
{"value": "LA", "viewValue": "拉丁语"},
{"value": "LV", "viewValue": "拉脱维亚语"},
{"value": "LT", "viewValue": "立陶宛语"},
{"value": "MK", "viewValue": "马其顿语"},
{"value": "MS", "viewValue": "马来语"},
{"value": "ML", "viewValue": "马拉拉姆语"},
{"value": "MT", "viewValue": "马尔他语"},
{"value": "MI", "viewValue": "毛利语"},
{"value": "MR", "viewValue": "马拉地语"},
{"value": "MN", "viewValue": "蒙古语"},
{"value": "NE", "viewValue": "尼泊尔语"},
{"value": "NO", "viewValue": "挪威语"},
{"value": "FA", "viewValue": "波斯语"},
{"value": "PL", "viewValue": "波兰语"},
{"value": "PT", "viewValue": "葡萄牙语"},
{"value": "PA", "viewValue": "旁遮普语"},
{"value": "QU", "viewValue": "盖丘亚族语"},
{"value": "RO", "viewValue": "罗马尼亚语"},
{"value": "RU", "viewValue": "俄语"},
{"value": "SM", "viewValue": "萨摩亚语"},
{"value": "SR", "viewValue": "塞尔维亚语"},
{"value": "SK", "viewValue": "斯洛伐克语"},
{"value": "SL", "viewValue": "斯洛文尼亚语"},
{"value": "ES", "viewValue": "西班牙语"},
{"value": "SW", "viewValue": "斯瓦希里语"},
{"value": "SV", "viewValue": "瑞典语 "},
{"value": "TA", "viewValue": "泰米尔语"},
{"value": "TT", "viewValue": "鞑靼语"},
{"value": "TE", "viewValue": "泰卢固语"},
{"value": "TH", "viewValue": "泰语"},
{"value": "BO", "viewValue": "藏语"},
{"value": "TO", "viewValue": "汤加语"},
{"value": "TR", "viewValue": "土耳其语"},
{"value": "UK", "viewValue": "乌克兰语"},
{"value": "UR", "viewValue": "乌尔都语"},
{"value": "UZ", "viewValue": "乌兹别克语"},
{"value": "VI", "viewValue": "越南语"},
{"value": "CY", "viewValue": "威尔士语"},
{"value": "XH", "viewValue": "科萨语"}
]
},
"DataProteccion" : {
"data_protection_array":[
{"value": "1", "viewValue": "所有人"},
{"value": "2", "viewValue": "只有我(即将到来)"},
{"value": "3", "viewValue": "只有我跟随 (即将到来)"},
{"value": "4", "viewValue": "密码 (即将到来)"},
{"value": "5", "viewValue": "我选择 (即将到来)"},
{"value": "6", "viewValue": "不列表 (即将到来)"},
{"value": "7", "viewValue": "私密连接 (即将到来)"}
]
},
"Category": {
"category_array":[
{"value": "45", "viewValue": "成人 (non porn)"},
{"value": "43", "viewValue": "动画"},
{"value": "24", "viewValue": "文化艺术"},
{"value": "26", "viewValue": "时尚美女"},
{"value": "37", "viewValue": "汽车"},
{"value": "8", "viewValue": "电影院"},
{"value": "16", "viewValue": "训练"},
{"value": "42", "viewValue": "喜剧"},
{"value": "41", "viewValue": "加密货币"},
{"value": "12", "viewValue": "经济"},
{"value": "3", "viewValue": "网上课堂"},
{"value": "22", "viewValue": "娱乐"},
{"value": "35", "viewValue": "财经"},
{"value": "36", "viewValue": "美食"},
{"value": "18", "viewValue": "小工具和应用"},
{"value": "2", "viewValue": "游戏"},
{"value": "19", "viewValue": "健康"},
{"value": "15", "viewValue": "历史"},
{"value": "27", "viewValue": "工艺和爱好"},
{"value": "23", "viewValue": "儿童"},
{"value": "25", "viewValue": "生活方式"},
{"value": "33", "viewValue": "电影"},
{"value": "5", "viewValue": "音乐"},
{"value": "20", "viewValue": "自然"},
{"value": "9", "viewValue": "新闻"},
{"value": "29", "viewValue": "其它"},
{"value": "17", "viewValue": "PC Software/Hardware"},
{"value": "44", "viewValue": "Performing Arts"},
{"value": "39", "viewValue": "Porn"},
{"value": "40", "viewValue": "爱宠"},
{"value": "28", "viewValue": "宗教"},
{"value": "14", "viewValue": "科技"},
{"value": "31", "viewValue": "系列节目"},
{"value": "13", "viewValue": "社会问题"},
{"value": "11", "viewValue": "社会"},
{"value": "6", "viewValue": "运动"},
{"value": "38", "viewValue": "技术"},
{"value": "32", "viewValue": "预告片"},
{"value": "21", "viewValue": "旅行"},
{"value": "4", "viewValue": "电视频道"},
{"value": "7", "viewValue": "视频播客"},
{"value": "30", "viewValue": "Web摄像头"},
{"value": "34", "viewValue": "吉他调音"}
],
"category_array_xxx": [
{ "value": "3901", "viewValue": "Arab" },
{ "value": "3902", "viewValue": "Amateur" },
{ "value": "3903", "viewValue": "Asian" },
{ "value": "3904", "viewValue": "Anal" },
{ "value": "3905", "viewValue": "Babe" },
{ "value": "3906", "viewValue": "Big tits" },
{ "value": "3907", "viewValue": "Blowjob" },
{ "value": "3908", "viewValue": "Brunette" },
{ "value": "3909", "viewValue": "Bukkake" },
{ "value": "3910", "viewValue": "Big ass" },
{ "value": "3911", "viewValue": "Bondage" },
{ "value": "3912", "viewValue": "Cartoon" },
{ "value": "3913", "viewValue": "Casting" },
{ "value": "3914", "viewValue": "Creampie" },
{ "value": "3915", "viewValue": "Compilation" },
{ "value": "3916", "viewValue": "Cumshot" },
{ "value": "3917", "viewValue": "College" },
{ "value": "3918", "viewValue": "Double penetration" },
{ "value": "3919", "viewValue": "Fetish" },
{ "value": "3920", "viewValue": "Fisting" },
{ "value": "3921", "viewValue": "Gangbang" },
{ "value": "3922", "viewValue": "Gay" },
{ "value": "3923", "viewValue": "Handjob" },
{ "value": "3924", "viewValue": "Interracial" },
{ "value": "3925", "viewValue": "Lesbian" },
{ "value": "3926", "viewValue": "Latina" },
{ "value": "3927", "viewValue": "MILF" },
{ "value": "3928", "viewValue": "Massage" },
{ "value": "3929", "viewValue": "Masturbation" },
{ "value": "3930", "viewValue": "Mature" },
{ "value": "3931", "viewValue": "Old/Young" },
{ "value": "3932", "viewValue": "Orgy" },
{ "value": "3949", "viewValue": "Others" },
{ "value": "3933", "viewValue": "Pissing" },
{ "value": "3934", "viewValue": "Parody" },
{ "value": "3935", "viewValue": "Party" },
{ "value": "3936", "viewValue": "POV" },
{ "value": "3937", "viewValue": "Pornstar" },
{ "value": "3938", "viewValue": "Public" },
{ "value": "3939", "viewValue": "Role play" },
{ "value": "3940", "viewValue": "Rough sex" },
{ "value": "3941", "viewValue": "Romantic" },
{ "value": "3942", "viewValue": "Squirt" },
{ "value": "3943", "viewValue": "School" },
{ "value": "3944", "viewValue": "Sexy girls" },
{ "value": "3945", "viewValue": "Soft porn" },
{ "value": "3946", "viewValue": "Teen" },
{ "value": "3947", "viewValue": "Threesome" },
{ "value": "3948", "viewValue": "Toys" },
{ "value": "3950", "viewValue": "Virtual Reality" }
],
"category_array_adult": [
{ "value": "4501", "viewValue": "Blood Content" },
{ "value": "4504", "viewValue": "NSFW" },
{ "value": "4503", "viewValue": "Others" },
{ "value": "4502", "viewValue": "Violent Content" }
]
},
"FixedPlugin": {
"filters": "侧边栏过滤器",
"background": "侧边栏背景",
"mini": "迷你侧边栏",
"image": "侧边栏背景",
"night": "夜间模式",
"selectImage": "背景",
"sidebarStyle": "侧边栏风格",
"theme": "主题"
},
"Sidebar": {