forked from ipbc-dev/bit.tube-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-en.json
1335 lines (1333 loc) · 91.4 KB
/
en-en.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": "Login",
"loginClasic": "Or Be Classical",
"usernameEmail": "Username / Email address",
"usernameRequired": "Username is required",
"usernameMinimun": "A minimum of 3 characters is required",
"usernameInvalid": "Invalid username",
"usernamewrong": "Username or password wrong",
"password": "Password",
"passwordRequired": " Password is required",
"remember": "Remember me",
"loginButton": "Let's go",
"forgotPassword": "Forgot Password",
"resendActivateMail": "Resend activation mail",
"resend": "Resend",
"error": "Error",
"emailVerfied": "E-mail verified",
"RecoveryPwd": {
"title": "Reset password",
"email":"Username / Email address",
"recover": "Recover",
"backLogin": "Back to login",
"changePwd": "Change password",
"password": "Password",
"passwordRequired": " Password is required",
"passwordPattern": " Minimum of 6 characters, 1 uppercase letter, 1 lowercase letter, 1 number",
"repeatPassword": "Repeat Password",
"passwordMissmatch": "Passwords mismatch",
"saveButton": "Save",
"checkMail": "Password recovery started. Please check your mails",
"errorRecovery": "Error recovering password",
"passwordUpdate": "Password updated",
"errorUpdate": "Error updating"
}
},
"Register": {
"title": "Register",
"loginClasic": "Or Be Classical",
"userName": "Username...",
"usernameRequired": "Username is required",
"usernameMinimun": "Minimum of 3 characters",
"firstName": "First name...",
"firstNameRequired": "First name is required",
"lasName": "Last name...",
"lasNameRequired": "Last name is required",
"email": "Email...",
"emailRequired": "Email is required",
"emailIncalid": "Email is invalid",
"password": "Password...",
"passwordRequired": "Password is required",
"passwordPattern": "Minimum of 6 characters, 1 uppercase letter, 1 lowercase letter, 1 number",
"passwprdRepeatInput": "Repeat Password...",
"passwordRepeat": " Repeating password is required",
"passwordMissmatch": "Passwords mismatch",
"iAgree": "I agree to the",
"termsConditions": "terms and conditions",
"login": "Login",
"getStart": "Get Started",
"hackTools": "Developer tools hacker detected. Please be nice and fill out every field and accept the TOS.",
"checkEmail": "Check your email.",
"error": "Error"
},
"Profile": {
"MyProfile":{
"title": "My profile",
"aboutMe": "About me:",
"name": "Name:",
"location": "Location:",
"memberSince": "Member since:",
"description": "Description",
"readMore": "Read more",
"readLess": "Read less",
"editProfileButton": "Edit profile",
"walletTitle": "Wallet",
"wallet": "Wallet",
"saveWalletButton": "Save wallet",
"walletNotifySave": "Wallet saved.",
"walletNotifyEmpty":"Field is empty.",
"socialTitle": "Social",
"editProfileTitle": "Edit profile",
"editProfileSubTitle": "Complete your profile",
"editProfileUsername": "Username",
"editProfileUsernameMinimunCharacter": "The user name must contain a minimum of 3 characters, without spaces or special characters",
"editProfileUsernamePattern": " Username can contain A-Z, a-z, 0-9 and _ only",
"editProfilePhone": "Mobile phone",
"editProfilePhoneInvalid": "Invalid phone number",
"editProfileEmail": "Email",
"editProfileFirstname": "First name",
"editProfileFirstnameRequired": "First name is required",
"editProfileLastname": "Last name",
"editProfileLastnameRequired": "Last name is required",
"editProfileCity": "City",
"editProfileInvalidCity": "Invalid city name",
"editProfileCountry": "Country",
"editProfileWebsite": "Website",
"editProfileInvalidWebsite": "Invalid Website URL",
"editProfileInvalidFacebook": "Invalid Facebook url",
"editProfileInvalidTwitter": "Invalid Twitter url",
"editProfileInvalidInstagram": "Invalid Instagram url",
"editProfileInvalidGoogle": "Invalid Google plus url",
"editProfileInvalidTumblr": "Invalid Tumblr url",
"editProfileInvalidPinterest": "Invalid Pinterest url",
"editProfileSomethingAboutYou": "Tell us something about you...",
"editProfileUpdateButton": "Update Profile",
"editProfileCancelButton": "Cancel",
"editProfileNotifySave": "Profile updated",
"editProfileNotifyError": "Error updating",
"editProfileChangePasswordTitle": "Change password",
"editProfileOldPassword": "Old password",
"editProfileNewPassword": "New password",
"editProfileNewPasswordPattern": "Minimum of 6 characters, 1 uppercase letter, 1 lowercase letter, 1 number",
"editProfileRepeatNewPassword": "Repeat password",
"editProfileRepeatNewPasswordRequired": "Repeating password is required",
"editProfileRepeatNewPasswordMissmatch": "Passwords mismatch",
"editProfileUpdatePasswordButton": "Update password ",
"editProfilePasswordNotifyError": "Error updating",
"editProfilePasswordNotifyDifferent": "Error updating: the passwords are different",
"editProfilePasswordNotifyInsert": "Error updating: Insert the passwords",
"editProfilePasswordNotifyPasswordEqual": "Error updating: Old and new password are equals",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel",
"myProfile": "My Profile",
"playlist": "Playlists",
"publications": "Publications",
"live": "Live streams",
"subscriptions": "Subscriptions",
"security": "Security",
"language": "My language",
"saveLanguage": "Save language",
"languageSelect": "Language",
"textEditorPlaceholder" : "Enter a text...",
"editProfilePasswordNotifySave": "Password saved successfully",
"purchases": "My purchases",
"singularProfilePurchase": "Purchase",
"profilePurchase": "Purchases",
"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": "Title",
"editPlaylistDescription": "Description",
"editPlaylistSaveButton": "Save",
"editPlaylistDeleteButton": "Delete",
"editPlaylistCloseButton": "Close playlist",
"editPlaylistEmpty": "This playlist is empty.",
"newPlaylist": "New playlist",
"newPlaylistTitle": "Title",
"newPlaylistDescription": "Description",
"newPlaylistSaveButton": "Save",
"deletePlaylistTitle": "Are you sure ?",
"deletePlaylistText": "This will delete the playlist unrecoverably",
"deletePlaylistConfirmButton": "Yes, delete it!",
"deletePlaylistCancelButton": "Cancel",
"deletePlaylistTitleConfirm": "Deleted!",
"deletePlaylistTextConfirm": "Your playlist has been deleted",
"updatePlaylistTitle": "Updated!",
"updatePlaylistText": "Your playlist data has been updated",
"updatePlaylistName": "Error please enter the name",
"deleteVideoPlaylistTitle": "Are you sure ?",
"deleteVideoPlaylistText": "This will delete video from playlist",
"deleteVideoPlaylistConfirmButton": "Yes, delete it!",
"deleteVideoPlaylistCancelButton": "Cancel",
"deleteVideoPlaylistTitleConfirm": "Deleted!",
"deleteVideoPlaylistTextConfirm": "Your file has been deleted",
"VideoPlaylistButton": "Ok",
"noPlaylists": "There are no playlists"
},
"Publications":{
"singularTitle": "Upload",
"title": "Uploads",
"views": "Views",
"edit": "Edit",
"delete": "Delete",
"deletePublicationTitle": "Are you sure?",
"deletePublicationText": "This will unpublish",
"deletePublicationConfirmButton": "Yes, unpublish it!",
"deletePublicationCancelButton": "cancel",
"deletePublicationNotify": "Your video has been removed",
"deletePublicationNotifyError": "Error",
"videoInfoError": "Error getting video Info",
"noUploads": "There are no uploads",
"editVideo": "Edit video",
"makePrimaryVideo": "Set as primary video"
},
"LiveStreams": {
"title": "My Live streams",
"views": "Views",
"edit": "Edit",
"noLiveStreams": "There are no live streams"
},
"Subscriptions": {
"singularTitle": "Subscription",
"title": "Subscriptions",
"subscriptionsButton": "Subscribe",
"unSubscriptionsButton": "Unsubscribe",
"noSubscriptions": "There are no subscriptions"
},
"Subscribers": {
"singularTitle": "Subscriber",
"title": "Subscribers",
"subscriptionsButton": "Subscribe",
"unSubscriptionsButton": "Unsubscribe",
"noSubscriptions": "There are no subscribers"
},
"Security": {
"title": "Security",
"authentication": "2-Factor Authentication",
"qr": "Scan QR Code",
"code": "code",
"twoFactorEnabled": "Enabled",
"twoFactorDisabled": "Disabled",
"nsfwEnabled": "NSFW enabled",
"nsfwDisabled" : "NSFW disabled",
"activateAuthenticationTitle": "NOTICE",
"activateAuthenticationText": "Make sure you have scanned the Authentication QR Code in your Authenticator App, before you continue!",
"activateAuthenticationConfirmButton": "Ok",
"activateAuthenticationDeleteButton": "Cancel",
"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": "Views",
"likes": "Likes",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"live":"Live",
"ago": "ago",
"recomended":" Recommended",
"newest": "Newest",
"trending": "Trending",
"viewAll": "View all"
},
"Trending": {
"views": "Views",
"likes": "Likes",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"live":"Live"
},
"Newcomers": {
"views": "Views",
"likes": "Likes",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"live":"Live"
},
"Live": {
"views": "Views",
"likes": "Likes",
"noLivestreams": "No livestreams available",
"live":"Live"
},
"MediaEdit": {
"title": "Edit media",
"snapshotButon": "Take Snapshot",
"thumbnailButton": "Select Thumbnail",
"videoTitle": "Video title",
"videoTitleError": "Title needs at least 5 characters",
"videoTag": "Please add some tags",
"videoPrivacy": "Privacy",
"videoCategory": "Category",
"videoLanguage": "Language",
"videoAgeVerification": "Age verification",
"videoUnpublishButton": "Unpublish",
"videoCancelButton": "Cancel",
"videoUpdateButton": "Update",
"videoPublishButton": "Publish",
"videoInputRequired": "Required field",
"videoUpdateDataNotify": "Your data has been successfully updated..",
"videoUpdateDataNotifyError": "Error updating",
"videoUpdateDataRequired":"Please fill in the required fields",
"videoRemoved": "Your video has removed",
"videoError": "Error",
"videoRemovedConfirmTitle": "Are you sure?",
"videoRemovedConfirmText": "This will unpublish",
"videoRemovedConfirmButton": "Yes, unpublish it!",
"videoRemovedConfirmCancel": "Cancel",
"videoPlaceholderEditor": "Enter description here...",
"uploadingImage": "Uploading image",
"imageUploaded": "Image uploaded",
"protectedContent": "Protected Content"
},
"Broadcast": {
"Setings": {
"title": "Settings",
"Key": "Key",
"streamTitle": "Stream title",
"delete": "Delete",
"edit": "Edit",
"noKey": "No keys found",
"generateNewKey": "Generate new key",
"yourStreamingUrl": "Your streaming url",
"yourStreamingKey": "Your streaming key",
"copyClipBoard": "Copy streaming key to clipboard",
"cancel": "Cancel",
"save": "Save",
"upload": "Upload",
"error": "Error",
"ok": "Ok",
"requiredFile": "You have to complete the required fields",
"requiredLoginTitle": "Login required!",
"requiredLoginText": "Please login to use this feature",
"saved": "Your data has been successfully saved",
"savedKey":"Your personal key has been updated",
"copiedClipBoard": "Your streaming key has been copied to the clipboard",
"copiedClipBoardTransmission": "Your transmission URL has been copied to the clipboard",
"confirmDeleteTitle": "Delete Stream key",
"confirmDeleteText": "Are you sure that you want to delete this stream key ?",
"confirmDeleteButton": "DELETE",
"textEditorPlaceholder": "Enter a text here..."
},
"Tutorial": {
"title": "Quick tutorial",
"1pTutorial": "To set up live streaming click on the \"Generate new key\" button.",
"2pTutorial": "You will get your streaming URL and your streaming key.",
"3pTutorial": "Or choose one of your existing keys and click on \"Edit\".",
"4pTutorial": "To set up the thumbnail for your video click on the \"UPLOAD\" button, choose a media file and click open",
"5pTutorial": "Fill in the Stream title field to name your broadcast. Use the text editor to write a description.",
"6pTutorial": "This is all you have to do to set up your stream, just click SAVE.",
"7pTutorial": "Start live streaming with streaming software OBS.",
"8pTutorial": "Open OBS software, go to Settings, choose the tab STREAM, change Stream Type to custom streaming server. Paste your stream URL to URL field, Paste your streaming key to stream key field. Apply the settings. Click on OK to close the window.",
"9pTutorial": "You will get stream URL and streaming key from bit.tube settings, click on the clip symbol to copy both.",
"10pTutorial": "Set up your OBS stream with scenes, sources and all your preferred settings and start streaming.",
"11pTutorial": "This is all you have to do to start streaming with OBS on Bit.Tube.",
"titleStream": "Streaming software",
"1pTutorialStream": "You can stream your content in Bit.Tube platform by using a special sender software application. The content is associated with an BitTube wallet address identifying the copyright holder. We have made some suggestions below, just pick one of them and get started!",
"2pTutorialStream": "Open Broadcast Software",
"3pTutorialStream": "Open Broadcast Software, or known a lot better as OBS is a C and C++ programmed open source software for live streaming and recording. OBS allows a real-time capture and the user has full control about the scene composition, enconding, recording and broadcasting. In the meantime, OBS comes with a variety of plug-ins, which offer to the user a lot of freedom for setting,planning and making its broadcast.",
"4pTutorialStream": "Gameshow",
"5pTutorialStream": "A paid game streaming software which combines effectivity and ease of use in one. ",
"6pTutorialStream": "Either you choose to set your streaming from a given template or you just make your own settings using the softwares features, your broadcast will be always flawles, looking profesionnal. Perfect for pros and newbies at the same time.",
"7pTutorialStream": "XSplit Gamecaster",
"8pTutorialStream": "The world's easiest way to start streaming or recording your PC or Console games, as they say. Use XSplit Gamecaster to share your Gameplay. Just click to stream and record your special gaming moments. You can also choose XSplit Broadcaster, as an alternative for the streaming.",
"9pTutorialStream": "Vmix",
"10pTutorialStream": " Widely used, vMix is the ideal tool for broadcasting, especially for vloggers, but not only. vMix is a complete live video production software solution with features including LIVE mixing, switching, recording and LIVE streaming of SD, full HD and 4K video sources including cameras, video files, DVDs, images, Powerpoint and much much more.",
"dowloadButton": "Download"
},
"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": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"views": "views",
"viewers": "viewers",
"donate": "Donate",
"likes": "Likes",
"writeComment": "Write a comment",
"addPlaylist": "Add to playlist",
"embedCode": "Get embed code",
"reportVideo": "Report video",
"share": "Share",
"editVideo": "Edit video",
"subscribe": "Subscribe",
"unSubscribe": "Unsubscribe",
"showMore": "Show more",
"showLess": "Show less",
"commentButton": "Comment",
"cancel": "Cancel",
"singularComments": "comment",
"comments": "Comments",
"madePost": "made a post.",
"justNow": "Just now",
"madeSubPost": "made a subpost.",
"replyComment": "Comment reply",
"commentEdit": "Edit comment",
"edit": "Edit",
"autoPlay": "Autoplay",
"next": "Next",
"related": "Related",
"live": "Live",
"playlist": "Playlist",
"loadMore": "Load more",
"seeAnswer": "See reply",
"seeAnswers": "See replies",
"hideAnswer": "Hide reply",
"hideAnswers": "Hide replies",
"copyClipboardIframe": "Iframe copied to clipboard",
"copyClipboard": "Copy to clipboard",
"embedVideoTitle": "Embed Video",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel",
"deleteComentConfirmTitle": "Delete comment",
"deleteComentConfirmText": "Are you sure that you want to delete this comment ?",
"deleteComentConfirmButton": "Yes",
"reportVideoInnapropiateContent": "Inappropriate content",
"reportVideoCopyrightViolation": "Copyright violation",
"reportVideoOther": "Other",
"reportVideoCancel": "Cancel",
"reportVideoSend": "Send",
"textEditorPlaceholder": "Enter a text...",
"AcceptedHashesText": "Accepted Hashes: ",
"HashesText": "Hash/s: ",
"TotalHashesText": "Airtime PoV: ",
"status": "Status: ",
"localSaving": "Local IPFS Savings: ",
"RTCPeers": "RTC Peers: ",
"saving": "RTC Savings: ",
"wallet": "Wallet: ",
"CloseStats": "Close",
"consent": "By viewing this content you are helping its creator.",
"consent2": "While watching, an unused part of your computing power will be used for crypto-mining on behalf of the content creator.",
"agree": "I agree",
"innapropiateVideo": "This video may be inappropriate for some users. Please confirm to continue.",
"working": "Working",
"waiting": "Waiting",
"tipChannel": "Tip channel",
"amount": "Amount",
"2faCode": "2FA Code",
"tip": "Tip",
"close": "Close",
"mediaReport": "Media report",
"primaryVideo": "Set as primary video",
"abortError": "User aborted media playback",
"networkError": "There is a problem with your internet connection",
"decodeError": "This media appears to be corrupted",
"srcError": "This media appears to be corrupted",
"encryptedError": "This content is premium, please purchase",
"offlineStream": "Your desired stream appears be offline",
"popOutVideo": "Popout video",
"cinemaMode": "Cinema mode",
"setPrimaryVideo": "Saved primary video",
"errorSavePrimaryVideo": "Error",
"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": "Overview",
"walletAdress": "Wallet Address",
"balance": "Balance",
"offlineWallet": "Offline wallet",
"walletMaintenance": "wallet under maintenance",
"walletBackSoon": "Wallet will be back soon",
"transactions": "Transactions",
"status": "Status",
"date": "Date",
"amount": "Amount",
"address": "Address",
"paymentID": "Payment ID",
"contacts": "Contacts",
"name": "Name",
"adress": "Adress",
"close": "Close",
"remoceContact": "Remove Contact",
"addContact": "Add Contact",
"sendtoAddress" : "Send to Address",
"receiverAddress" : "Receiver Address",
"ipbcAmount" : "Tube Amount",
"feeIPBC" : "Fee (Tube)",
"anonymityLevel" : "Anonymity Level",
"2FACode": "2FA Code",
"send": "Send",
"cancel": "Cancel",
"walletKeys": "Wallet Keys",
"spendKey": "Spend Key",
"viewKey": "View Key",
"privatekey" : "Private key",
"errorRemoveContact": "Please select a contact to remove!",
"removeContact": "Contact Removed...",
"failedRemoveContact": "Failed to remove contact...",
"failedRetriveContact": "Failed to retrieve contacts...",
"2FAInvalid": "2FA Code Invalid...",
"fee": "Fee must not be below 0.01 BitTube",
"Anonymity": "Anonymity must be between 0 - 10",
"transactionFaild": "Transaction failed...",
"noTransactions": "There are no transactions",
"unlocked": "Unlocked",
"locked" : "Locked",
"saveContact": "Save Contact",
"closeContact": "Close",
"sedWallet": "Send",
"contactsWallet": "Contacts",
"keyWallet": "Key",
"noContactsfound": "No contacts found",
"keyHasbeencopied": "Your key has been copied to the clipboard",
"copyWalletClipboard": "Copy wallet to clipboard",
"addnewContact": "Add New Contact",
"mustContactName": "You must enter a contact name!",
"invalidIPB": "Invalid BitTube Address!",
"contactAdded": "Contact Added...",
"contactAddedFail": "Failed to add contact...",
"notEnoughBalance": "Not enough wallet balance or still locked.",
"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": "Open Coinmarketcap",
"exchanges": "Exchanges",
"livecoin": "Livecoin",
"last": "Last",
"high": "High",
"low": "Low",
"OpenLivecoin": "Open Livecoin",
"tradeOgre": "TradeOgre",
"tradeOgreOpen": "Open TradeOgre",
"openCrex24": "Open Crex24",
"altex": "Altex",
"noAPI" : "No API",
"crex24": "Crex24",
"tpl_title" : "Profit Calculator",
"tpl_market" : "Market",
"tpl_avg_hashrate" : "Average Hashrate (H/s)",
"tpl_avg_watchtime" : "Average Watchtime (in hours)",
"tpl_dayly_views" : "Daily Views",
"tpl_profit" : "Profit",
"tpl_per_day" : "per day",
"tpl_per_week" : "per week",
"tpl_per_month" : "per month",
"tpl_per_year" : "per year",
"tpl_loading" : "Loading...",
"tpl_marketcap" : "MARKET CAP",
"tpl_vol_usd_24h" : "VOLUME USD (24H)",
"tpl_vol_eur_24h" : "VOLUME EUR (24H)"
},
"Upload": {
"titleUpload": "Upload media files",
"p1Upload": "You can upload your media files. The resulting video files will be available in multiple quality formats",
"p2Upload": "Note: Minimum quality 360P, duration less than 3 hours, size less than 5 GB",
"uploadNowButton": "Upload Now",
"titleUploadYoutube": "Connect to youtube",
"p1UploadYoutube": "Here you can connect directly to your Youtube Account and migrate with just a click your Youtube Channel to Bit.Tube",
"conectYoutubeButton": "Connect Now",
"snapshotButon": "Take Snapshot",
"thumbnailButton": "Select Thumbnail",
"videoTitle": "Video title",
"videoTitleError": "Title needs at least 5 characters",
"videoTag": "Please add some tags",
"videoTagEnter": "Press Enter after each tag",
"videoPrivacy": "Privacy",
"videoCategory": "Category",
"videoLanguage": "Language",
"videoAgeVerification": "Age verification",
"videoUnpublishButton": "Unpublish",
"videoUploadButton": "Upload",
"videoDiscardButton": "Discard",
"videoPublishButton": "Publish",
"videoInputRequired": "Required field",
"videoPlaceholderEditor": "Enter description here...",
"uploadMaintenance": "We're sorry, our upload service is under maintenance mode, please, try again later",
"uploadMaintenanceButton": "Got it!",
"uploadWaiting": "WAITING UPLOAD SLOT",
"noWallet": "You don't have a wallet",
"noWalletText": "In this way, you will not receive any revenue for this video",
"cancelWalletButton" : "Cancel",
"createWalletButton": "Create Wallet",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel",
"videoAlreadyPublishedTitle": "Video already published!",
"videoAlreadyPublishedText": "You may edit this video information under publications in your profile",
"videoSuccessfuly": "Your video has been successfully uploaded, you will receive a notification once your video has been published.",
"authorizationYoutube": "In case of not having authorization please click AUTHORIZE and follow the steps to give authorization to check your youtube content",
"authorizeButton": "Authorize",
"UnauthorizeButton": "Unauthorize",
"yourVideo":"Your youtube videos",
"selectAll": "Select All",
"startImport": "Start import",
"videos": "Videos",
"dataProteccion": "Data Protection",
"moreVideos": "More Videos",
"allVideosAlready": "All videos in this channel are already uploaded",
"leavePageTitle": "Are you sure you want to leave this page?",
"leavePageText": "All of your pending uploads will be lost",
"leavePageButton": "Yes, leave!",
"needsRemove": "Youtube Auth needs to be Removed",
"finalizeProcess": "To finalize this process, please visit the Google account management site to completely remove access from",
"bitubeIntegrate": "BitTube Integration with YouTube",
"areYouSure": "Are you sure?",
"removeAccess": "This will remove your access to your Youtube account!",
"proceed": "Yes, proceed!",
"gotit": "Got it!",
"allYourSelected": "All your selected videos have been successfully uploaded, it could take a while until they have been checked and published",
"textEditorPlaceholder": "Enter a text here...",
"invalidFile": "INVALID FILE ERROR",
"informationError": "INFORMATION ERROR",
"transcodingError": "TRANSCODING ERROR",
"syncError": "SYNCHRONIZATION ERROR",
"pinError": "PIN ERROR",
"sshError": "SSH ERROR",
"qualityError": "The video quality is too low, it need to be at least 360p",
"processing": "PROCESSING ",
"waitingSync": "WAITING FOR SYNC",
"syncing": "SYNCING ",
"waitingPinning": "WAITING FOR PINNING",
"pinning": "PINNING ",
"done": "DONE",
"uploading": "UPLOADING ",
"initializing": "INITIALIZING",
"waitingQueue": "WAITING IN QUEUE ",
"downloading": "DOWNLOADING",
"waitingTranscode": "WAITING FOR TRANSCODE",
"internalError": "An internal error has occurred, please try again later",
"areYouSureLose": "Are you sure? You will loose all your unsaved jobs!",
"job": "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": "Subscribe",
"unSubscribe": "Unsubscribe",
"myProfile": "My Profile",
"playlist": "Playlists",
"profile": "Profile",
"publications": "Publications",
"live": "Live streams",
"subscriptions": "Subscriptions",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel",
"Profile": {
"title": "Overview",
"about": "About",
"name": "Name",
"member": "Member since",
"description": "Description",
"location": "Location",
"readMore": "Read more",
"readLess": "Read less",
"social": "Social",
"newest": "newest",
"popular": "popular",
"oldest": "oldest"
},
"Publications": {
"publication": "Publication",
"publications": "Publications",
"noPublications": "There are no publications",
"live": "Live",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"ReadMore": "Read more",
"showAll": "Show all",
"sortedBy": "Sorted by",
"sortBy": "Sort By",
"sortByOldest": "Oldest",
"sortByRecent": "Most recent",
"sortByPopularity": "Popularity",
"sortByRelevance" : "Relevance"
},
"LiveTv": {
"livestream": "Livestream",
"livestreams": "Livestreams",
"noStream": "There are no livestreams",
"live": "Live",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to..."
},
"Subscriptions": {
"subscriptions": "Subscriptions",
"subscription": "Subscription",
"nosubscriptions": "There are no subscriptions",
"subscribe": "Subscribe",
"unSubscribe": "Unsubscribe"
},
"MyPlaylists": {
"myPlaylists": "MyPlaylists",
"noPlaylists": "There are no playlists",
"description": "Description",
"noDescription": "No description provided",
"addMyPlaylist": "Add to my Playlists",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"playlistEmpty": "This playlist is empty",
"yourCopyPlaylist": "You have your own copy of this playlist!",
"somenthingWrong": "Something went wrong during the process!"
}
},
"LiveChat": {
"title": "Live Chat",
"saySomething": "Say something",
"chatUser": "Chat Users",
"block": "Block",
"unblock": "Unblock",
"blockFromChannel": "Block from channel",
"UnBlockFromChannel": "Unblock from channel",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel"
},
"Playlist": {
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel"
},
"Result": {
"noResult": "No results found",
"live": "Live",
"addMyPlaylist": "Add to my Playlists",
"addPlaylists": "Add to playlist",
"newPlaylist": "New playlist",
"addPlaylistButton": "Add",
"addPLaylistTitle":"Add to...",
"subscribe": "Subscribe",
"unSubscribe": "Unsubscribe",
"goProfile": "Go to my profile",
"loginProfileTitle": "Login required!",
"loginProfileText": "Please login to use this feature",
"loginProfileConfirmButton": "Ok",
"loginProfileCancelButton": "Cancel",
"playlistCloned": "Playlist had been added to your playlists",
"playlistClonedFailed": "You already cloned this playlist",
"subscribers": "subscribers"
},
"Lenguages":{
"languages_array":[
{"value": "AF", "viewValue": "Afrikaans"},
{"value": "SQ", "viewValue": "Albanian"},
{"value": "AR", "viewValue": "Arabic"},
{"value": "HY", "viewValue": "Armenian"},
{"value": "EU", "viewValue": "Basque"},
{"value": "BN", "viewValue": "Bengali"},
{"value": "BG", "viewValue": "Bulgarian"},
{"value": "CA", "viewValue": "Catalan"},
{"value": "KM", "viewValue": "Cambodian"},
{"value": "ZH", "viewValue": "Chinese (Mandarin)"},
{"value": "HR", "viewValue": "Croatian"},
{"value": "CS", "viewValue": "Czech"},
{"value": "DA", "viewValue": "Danish"},
{"value": "NL", "viewValue": "Dutch"},
{"value": "EN", "viewValue": "English"},
{"value": "ET", "viewValue": "Estonian"},
{"value": "FJ", "viewValue": "Fiji"},
{"value": "FI", "viewValue": "Finnish"},
{"value": "FR", "viewValue": "French"},
{"value": "KA", "viewValue": "Georgian"},
{"value": "DE", "viewValue": "German"},
{"value": "EL", "viewValue": "Greek"},
{"value": "GU", "viewValue": "Gujarati"},
{"value": "HE", "viewValue": "Hebrew"},
{"value": "HI", "viewValue": "Hindi"},
{"value": "HU", "viewValue": "Hungarian"},
{"value": "IS", "viewValue": "Icelandic"},
{"value": "ID", "viewValue": "Indonesian"},
{"value": "GA", "viewValue": "Irish"},
{"value": "IT", "viewValue": "Italian"},
{"value": "JA", "viewValue": "Japanese"},
{"value": "JW", "viewValue": "Javanese"},
{"value": "KO", "viewValue": "Korean"},
{"value": "LA", "viewValue": "Latin"},
{"value": "LV", "viewValue": "Latvian"},
{"value": "LT", "viewValue": "Lithuanian"},
{"value": "MK", "viewValue": "Macedonian"},
{"value": "MS", "viewValue": "Malay"},
{"value": "ML", "viewValue": "Malayalam"},
{"value": "MT", "viewValue": "Maltese"},
{"value": "MI", "viewValue": "Maori"},
{"value": "MR", "viewValue": "Marathi"},
{"value": "MN", "viewValue": "Mongolian"},
{"value": "NE", "viewValue": "Nepali"},
{"value": "NO", "viewValue": "Norwegian"},
{"value": "FA", "viewValue": "Persian"},
{"value": "PL", "viewValue": "Polish"},
{"value": "PT", "viewValue": "Portuguese"},
{"value": "PA", "viewValue": "Punjabi"},
{"value": "QU", "viewValue": "Quechua"},
{"value": "RO", "viewValue": "Romanian"},
{"value": "RU", "viewValue": "Russian"},
{"value": "SM", "viewValue": "Samoan"},
{"value": "SR", "viewValue": "Serbian"},
{"value": "SK", "viewValue": "Slovak"},
{"value": "SL", "viewValue": "Slovenian"},
{"value": "ES", "viewValue": "Spanish"},
{"value": "SW", "viewValue": "Swahili"},
{"value": "SV", "viewValue": "Swedish "},
{"value": "TA", "viewValue": "Tamil"},
{"value": "TT", "viewValue": "Tatar"},
{"value": "TE", "viewValue": "Telugu"},
{"value": "TH", "viewValue": "Thai"},
{"value": "BO", "viewValue": "Tibetan"},
{"value": "TO", "viewValue": "Tonga"},
{"value": "TR", "viewValue": "Turkish"},
{"value": "UK", "viewValue": "Ukrainian"},
{"value": "UR", "viewValue": "Urdu"},
{"value": "UZ", "viewValue": "Uzbek"},
{"value": "VI", "viewValue": "Vietnamese"},
{"value": "CY", "viewValue": "Welsh"},
{"value": "XH", "viewValue": "Xhosa"}
]
},
"DataProteccion" : {
"data_protection_array":[
{"value": "1", "viewValue": "Everyone"},
{"value": "2", "viewValue": "JustMe (Coming soon)"},
{"value": "3", "viewValue": "OnlyIFollow (Coming soon)"},
{"value": "4", "viewValue": "Password (Coming soon)"},
{"value": "5", "viewValue": "IChoose (Coming soon)"},
{"value": "6", "viewValue": "NotList (Coming soon)"},
{"value": "7", "viewValue": "PrivateLink (Coming soon)"}
]
},
"Category": {
"category_array":[
{"value": "45", "viewValue": "Adult (non porn)"},
{"value": "43", "viewValue": "Animation"},
{"value": "24", "viewValue": "Arts and Culture"},
{"value": "26", "viewValue": "Beauty and Fashion"},
{"value": "37", "viewValue": "Cars"},
{"value": "8", "viewValue": "Cinema"},
{"value": "16", "viewValue": "Coaching"},
{"value": "42", "viewValue": "Comedy"},
{"value": "41", "viewValue": "Crypto"},
{"value": "12", "viewValue": "Economy"},
{"value": "3", "viewValue": "E-Learning"},
{"value": "22", "viewValue": "Entertainment"},
{"value": "35", "viewValue": "Finance"},
{"value": "36", "viewValue": "Food"},
{"value": "18", "viewValue": "Gadgets"},
{"value": "2", "viewValue": "Gaming"},
{"value": "19", "viewValue": "Health"},
{"value": "15", "viewValue": "History"},
{"value": "27", "viewValue": "Hobbies and Crafts"},
{"value": "17", "viewValue": "IT"},
{"value": "23", "viewValue": "Kids"},
{"value": "25", "viewValue": "Lifestyle"},
{"value": "33", "viewValue": "Movies"},
{"value": "5", "viewValue": "Music"},
{"value": "20", "viewValue": "Nature"},
{"value": "9", "viewValue": "News"},
{"value": "29", "viewValue": "Others"},
{"value": "44", "viewValue": "Performing Arts"},
{"value": "40", "viewValue": "Pets"},
{"value": "13", "viewValue": "Politics"},
{"value": "39", "viewValue": "Porn"},
{"value": "28", "viewValue": "Religion"},
{"value": "14", "viewValue": "Science"},
{"value": "31", "viewValue": "Series"},
{"value": "11", "viewValue": "Society"},
{"value": "6", "viewValue": "Sports"},
{"value": "38", "viewValue": "Technology"},
{"value": "32", "viewValue": "Trailer"},
{"value": "21", "viewValue": "Travel"},
{"value": "4", "viewValue": "TV Channels"},
{"value": "7", "viewValue": "Vloggers"},
{"value": "30", "viewValue": "Camera"},
{"value": "34", "viewValue": "Yousician"}
],
"category_array_xxx": [
{ "value": "3901", "viewValue": "Arab" , "icon":"cat-adult.svg"},
{ "value": "3902", "viewValue": "Amateur" , "icon":"cat-adult.svg"},
{ "value": "3903", "viewValue": "Asian" , "icon":"cat-adult.svg"},
{ "value": "3904", "viewValue": "Anal" , "icon":"cat-adult.svg"},
{ "value": "3905", "viewValue": "Babe" , "icon":"cat-adult.svg"},
{ "value": "3906", "viewValue": "Big tits" , "icon":"cat-adult.svg"},
{ "value": "3907", "viewValue": "Blowjob" , "icon":"cat-adult.svg"},
{ "value": "3908", "viewValue": "Brunette" , "icon":"cat-adult.svg"},
{ "value": "3909", "viewValue": "Bukkake" , "icon":"cat-adult.svg"},
{ "value": "3910", "viewValue": "Big ass" , "icon":"cat-adult.svg"},
{ "value": "3911", "viewValue": "Bondage" , "icon":"cat-adult.svg"},
{ "value": "3912", "viewValue": "Cartoon" , "icon":"cat-adult.svg"},
{ "value": "3913", "viewValue": "Casting" , "icon":"cat-adult.svg"},
{ "value": "3914", "viewValue": "Creampie" , "icon":"cat-adult.svg"},
{ "value": "3915", "viewValue": "Compilation" , "icon":"cat-adult.svg"},
{ "value": "3916", "viewValue": "Cumshot" , "icon":"cat-adult.svg"},
{ "value": "3917", "viewValue": "College" , "icon":"cat-adult.svg"},
{ "value": "3918", "viewValue": "Double penetration" , "icon":"cat-adult.svg"},
{ "value": "3919", "viewValue": "Fetish" , "icon":"cat-adult.svg"},
{ "value": "3920", "viewValue": "Fisting" , "icon":"cat-adult.svg"},
{ "value": "3921", "viewValue": "Gangbang" , "icon":"cat-adult.svg"},
{ "value": "3922", "viewValue": "Gay" , "icon":"cat-adult.svg"},
{ "value": "3923", "viewValue": "Handjob" , "icon":"cat-adult.svg"},
{ "value": "3924", "viewValue": "Interracial" , "icon":"cat-adult.svg"},
{ "value": "3925", "viewValue": "Lesbian111" , "icon":"cat-adult.svg"},
{ "value": "3926", "viewValue": "Latina" , "icon":"cat-adult.svg"},
{ "value": "3927", "viewValue": "MILF" , "icon": "cat-adult.svg"},
{ "value": "3928", "viewValue": "Massage" , "icon":"cat-adult.svg"},
{ "value": "3929", "viewValue": "Masturbation" , "icon":"cat-adult.svg"},
{ "value": "3930", "viewValue": "Mature" , "icon":"cat-adult.svg"},
{ "value": "3931", "viewValue": "Old/Young" , "icon":"cat-adult.svg"},
{ "value": "3932", "viewValue": "Orgy" , "icon":"cat-adult.svg"},
{ "value": "3949", "viewValue": "Others" , "icon" : "cat-adult.svg"},
{ "value": "3933", "viewValue": "Pissing" , "icon":"cat-adult.svg"},
{ "value": "3934", "viewValue": "Parody" , "icon":"cat-adult.svg"},
{ "value": "3935", "viewValue": "Party" , "icon":"cat-adult.svg"},
{ "value": "3936", "viewValue": "POV" , "icon":"cat-adult.svg"},
{ "value": "3937", "viewValue": "Pornstar" , "icon":"cat-adult.svg"},
{ "value": "3938", "viewValue": "Public" , "icon":"cat-adult.svg"},
{ "value": "3939", "viewValue": "Role play" , "icon":"cat-adult.svg"},
{ "value": "3940", "viewValue": "Rough sex" , "icon":"cat-adult.svg"},
{ "value": "3941", "viewValue": "Romantic" , "icon":"cat-adult.svg"},
{ "value": "3942", "viewValue": "Squirt" , "icon":"cat-adult.svg"},
{ "value": "3943", "viewValue": "School" , "icon":"cat-adult.svg"},
{ "value": "3944", "viewValue": "Sexy girls" , "icon":"cat-adult.svg"},
{ "value": "3945", "viewValue": "Soft porn" , "icon":"cat-adult.svg"},
{ "value": "3946", "viewValue": "Teen" , "icon": "cat-adult.svg"},
{ "value": "3947", "viewValue": "Threesome" , "icon":"cat-adult.svg"},
{ "value": "3948", "viewValue": "Toys" , "icon":"cat-adult.svg"},
{ "value": "3950", "viewValue": "Virtual Reality" , "icon":"cat-adult.svg"}
],
"category_array_adult": [
{ "value": "4501", "viewValue": "Blood Content" , "icon":"cat-adult.svg"},
{ "value": "4504", "viewValue": "NSFW" , "icon":"cat-adult.svg"},
{ "value": "4503", "viewValue": "Others" , "icon":"cat-adult.svg"},
{ "value": "4502", "viewValue": "Violent Content" , "icon":"cat-adult.svg"}
]
},
"FixedPlugin": {
"filters": "Sidebar Filter Color",
"background": "Sidebar Background Color",
"mini": "Sidebar Mini",
"image": "Sidebar Image",
"night": "Night Mode",
"selectImage": "Choose image",
"sidebarStyle": "sidebar style",
"theme": "theme"
},
"Sidebar": {
"homeSection": "Home",
"trendingSection": "Trending",
"newcomersSection": "Newcomers",
"liveSection": "Live",
"uploadSection": "Upload Media",
"broadcastSection": "Broadcast",
"walletSection": "My Wallet",