forked from requarks/wiki-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathug.json
More file actions
939 lines (939 loc) · 72.6 KB
/
ug.json
File metadata and controls
939 lines (939 loc) · 72.6 KB
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
{
"admin:adminArea": "باشقۇرۇش رايونى",
"admin:analytics.providerConfiguration": "Provider Configuration",
"admin:analytics.providerNoConfiguration": "This provider has no configuration options you can modify.",
"admin:analytics.providers": "Providers",
"admin:analytics.refreshSuccess": "List of providers refreshed successfully.",
"admin:analytics.saveSuccess": "Analytics configuration saved successfully",
"admin:analytics.subtitle": "Add analytics and tracking tools to your wiki",
"admin:analytics.title": "Analytics",
"admin:api.disableButton": "API نى تاقاش",
"admin:api.disabled": "API تاقالدى",
"admin:api.enableButton": "API نى قوزغىتىش",
"admin:api.enabled": "API قوزغىتىلدى",
"admin:api.expiration180d": "180 كۇن",
"admin:api.expiration1y": "بىر يىل",
"admin:api.expiration30d": "30 كۈن",
"admin:api.expiration3y": "ئۈچ يىل",
"admin:api.expiration90d": "90 كۈن",
"admin:api.headerCreated": "قۇرۇلدى",
"admin:api.headerExpiration": "مۇددىتى توشقان",
"admin:api.headerKeyEnding": "ئاچقۇچ ئاخىرى",
"admin:api.headerLastUpdated": "ئاخىرقى قېتىم يېڭىلاندى",
"admin:api.headerName": "ئىسمى",
"admin:api.headerRevoke": "بىكار قىلىش",
"admin:api.newKeyButton": "يېڭى API ئاچقۇچى",
"admin:api.newKeyCopyWarn": "ئاستىدا {{bold}} دەپ كۆرۈلگەن كونوپكىنى كۆچۈرۈڭ.",
"admin:api.newKeyCopyWarnBold": "قايتا كۆرسىتىلمەيدۇ",
"admin:api.newKeyExpiration": "مۇددىتى توشقان",
"admin:api.newKeyExpirationHint": "مۇددىتى توشقان بولۇشىدىن قەتئىينەزەر ھەر ۋاقىت ئاچقۇچنى بىكار قىلالايسىز.",
"admin:api.newKeyFullAccess": "تولۇق ھوقۇقلۇق",
"admin:api.newKeyGroup": "گۇرۇپپا",
"admin:api.newKeyGroupError": "سىز گۇرۇپ تاللىشىڭىز كېرەك. ",
"admin:api.newKeyGroupHint": "API كۇنۇپكىسى تاللانغان گۇرۇپپىغا ئوخشاش ھوقۇققا ئىگە بولىدۇ.",
"admin:api.newKeyGroupPermissions": "ياكى گۇرۇپا ئىجازەتنامىسىنى ئىشلىتىڭ...",
"admin:api.newKeyGuestGroupError": "مېھمانلار گۇرۇپىسى API ئاچقۇچىنى ئىشلىتەلمەيدۇ.",
"admin:api.newKeyName": "ئىسمى",
"admin:api.newKeyNameError": "ئىسىم يوقاپ كەتكەن ياكى ئىناۋەتسىز.",
"admin:api.newKeyNameHint": "بۇ كۇنۇپكىنىڭ مەقسىتى",
"admin:api.newKeyPermissionScopes": "ئىجازەت دائىرىسى",
"admin:api.newKeySuccess": "API ئاچقۇچى مۇۋەپپەقىيەتلىك ياسالدى.",
"admin:api.newKeyTitle": "يېڭى API ئاچقۇچى",
"admin:api.noKeyInfo": "تېخى API ئاچقۇچى ھاسىل قىلىنمىدى. ",
"admin:api.refreshSuccess": "API ئاچقۇچىنىڭ تىزىملىكى يېڭىلاندى",
"admin:api.revoke": "بىكار قىلىش",
"admin:api.revokeConfirm": "API ئاچقۇچىنى بىكار قىلامسىز؟",
"admin:api.revokeConfirmText": "Are you sure you want to revoke key {{name}}? This action cannot be undone!",
"admin:api.revokeSuccess": "ئاچقۇچ مۇۋەپپەقىيەتلىك ئەمەلدىن قالدۇرۇلدى.",
"admin:api.subtitle": "API غا كېرىش ئاچقۇچىنى باشقۇرۇش",
"admin:api.title": "API زىيارىتى",
"admin:api.toggleStateDisabledSuccess": "API مۇۋەپپەقىيەتلىك ھالدا تاقالدى..",
"admin:api.toggleStateEnabledSuccess": "API مۇۋەپپەقىيەتلىك قوزغىتىلدى.",
"admin:auth.activeStrategies": "ئاكتىپ تاكتىكىلار",
"admin:auth.addStrategy": "تاكتىكا قوشۇڭ",
"admin:auth.allowedWebOrigins": "رۇخسەت قىلىنغان تور مەنبەلىرى",
"admin:auth.autoEnrollGroups": "گۇرۇپىغا تەقسىملەش",
"admin:auth.autoEnrollGroupsHint": "بۇ توپلارغا يېڭى ئىشلەتكۈچى ئاپتوماتىك تەقسىملىنىدۇ.",
"admin:auth.callbackUrl": "نى چاقىرىش URI \/ URI نى قايتا يوللاش",
"admin:auth.configReference": "سەپلىمە قوللانمىسى",
"admin:auth.configReferenceSubtitle": "بەزى ئىستراتېگىيەلەر تەمىنلىگۈچىڭىزگە بەزى سەپلىمە قىممەتلەرنى تەڭشەشنى تەلەپ قىلىشى مۇمكىن. بۇلار پەقەت پايدىلىنىش ئۈچۈن تەمىنلەنگەن بولۇپ ، نۆۋەتتىكى ئىستراتېگىيەنىڭ ھاجىتى بولماسلىقى مومكىن.",
"admin:auth.displayName": "كۆرسىتىش نامى",
"admin:auth.displayNameHint": "بۇ ماۋزۇ دەلىللەش ئىستراتېگىيىسى ئۈچۈن ئاخىرقى ئىشلەتكۈچىگە كۆرسىتىلگەن.",
"admin:auth.domainsWhitelist": "كونكرېت ئېلخەت تور نامى بىلەن چەكلىنىش",
"admin:auth.domainsWhitelistHint": "تىزىملاشقا ھوقۇق بېرىلگەن تور نامى تىزىملىكى. زىيارەت قىلىش ئۈچۈن ئىشلەتكۈچىنىڭ ئېلېكترونلۇق خەت ئادرېسى تور نامى چوقۇم ئۇلارنىڭ بىرىگە ماس كېلىشى كېرەك.",
"admin:auth.force2fa": "بارلىق ئىشلەتكۈچىلەرنى ئىككى ئامىللىق دەلىللەش (2FA) ئىشلىتىشكە مەجبۇرلاڭ",
"admin:auth.force2faHint": "ئىشلەتكۈچىلەر تۇنجى قېتىم كىرگەندە 2FA نى تەڭشەش تەلەپ قىلىنىدۇ ، ئىشلەتكۈچى ئۇنى چەكلىيەلمەيدۇ.",
"admin:auth.globalAdvSettings": "Global Advanced Settings",
"admin:auth.jwtAudience": "JWT تاماشىبىنلار",
"admin:auth.jwtAudienceHint": "Audience URN used in JWT issued upon login. Usually your domain name. (e.g. urn:your.domain.com)",
"admin:auth.loginUrl": "كىرىش ئادرېسى",
"admin:auth.logoutUrl": "باشقۇرغۇچىنى دەلىللەش - تىن چىكىنىش ئادرېسى",
"admin:auth.refreshSuccess": "List of strategies has been refreshed.",
"admin:auth.registration": "تىزىملىتىش",
"admin:auth.saveSuccess": "Authentication configuration saved successfully.",
"admin:auth.security": "بىخەتەرلىك",
"admin:auth.selfRegistration": "ئۆزلۈكىدىن تىزىملىتىشىغا يول قويۇڭ",
"admin:auth.selfRegistrationHint": "ئىستىراتىگىيىلىك ھوقۇق بېرىلگەن ھەر قانداق ئىشلەتكۈچىنىڭ ۋىكىغا كىرىشىگە يول قويۇڭ.",
"admin:auth.siteUrlNotSetup": "سىز ئالدى بىلەن ئۈنۈملۈك {{siteUrl}} نى بەلگىلەڭ! سول تەرەپتىكى تىزىملىكتىن {{general}} نى چىكىڭ.",
"admin:auth.strategies": "Strategies",
"admin:auth.strategyConfiguration": "ئىستىراتېگىيە سەپلىمىسى",
"admin:auth.strategyIsEnabled": "ئاكتىپ",
"admin:auth.strategyIsEnabledHint": "ئىشلەتكۈچى بۇ ئىستىگىراتىيەنى ئىشلىتىپ كىرەلەمدۇ؟",
"admin:auth.strategyNoConfiguration": "بۇ ئىستراتېگىيىنىڭ سىز ئۆزگەرتەلەيدىغان سەپلىمە تاللانمىلىرى يوق.",
"admin:auth.strategyState": "بۇ تاكتىكا {{state}}{{locked}}",
"admin:auth.strategyStateActive": "ئاكتىپ",
"admin:auth.strategyStateInactive": "ئاكتىپ ئەمەس",
"admin:auth.strategyStateLocked": "چەكلەشكە بولمايدۇ.",
"admin:auth.subtitle": "Configure the authentication settings of your wiki",
"admin:auth.title": "دەلىللەش",
"admin:auth.tokenEndpointAuthMethod": "توكىن ئاخىرقى نوقتا كىملىكىنى دەلىلەش ئۇسۇلى",
"admin:auth.tokenExpiration": "توكەن مۇددىتى",
"admin:auth.tokenExpirationHint": "The expiration period of a token until it must be renewed. (default: 30m)",
"admin:auth.tokenRenewalPeriod": "توكەن يېڭىلاش دەۋرى",
"admin:auth.tokenRenewalPeriodHint": "The maximum period a token can be renewed when expired. (default: 14d)",
"admin:comments.configSaveSuccess": "باشقۇرغۇچى ئىنكاسلىرى - سەپلەش مۇۋاپىقىيەتلىك ساقلاندى",
"admin:comments.provider": "تەمىنلىگۈچى",
"admin:comments.providerConfig": "تەمىنلىگۈچى سەپلىمىسى",
"admin:comments.providerNoConfig": "بۇ تەمىنلىگۈچىنىڭ سىز ئۆزگەرتەلەيدىغان سەپلىمە تاللاشلىرى يوق.",
"admin:comments.subtitle": "ۋىكى بىتىڭىزغا مۇنازىرە قوشۇڭ",
"admin:comments.title": "Comments",
"admin:contribute.becomeAPatron": "قوللىغۇچى بولۇڭ",
"admin:contribute.becomeASponsor": "مەدەتكار بولۇڭ",
"admin:contribute.contribute": "Contribute",
"admin:contribute.ethereum": "بىز Ethereum ئارقىلىق ئىئانە قوبۇل قىلىمىز:",
"admin:contribute.followUsOnTwitter": "Follow us on {{0}}.",
"admin:contribute.foundABug": "Found a bug? Submit an issue on {{0}}.",
"admin:contribute.fundOurWork": "Fund our work",
"admin:contribute.github": "Become a sponsor via GitHub Sponsors (goes directly into supporting lead developer Nicolas Giard's goal of working full-time on Wiki.js)",
"admin:contribute.helpTranslate": "Help translate Wiki.js in your language. Let us know on {{0}}.",
"admin:contribute.makeADonation": "Make a donation",
"admin:contribute.needYourHelp": "We need your help to keep improving the software and run the various associated services (e.g. hosting and networking).",
"admin:contribute.openCollective": "Wiki.js is also part of the Open Collective initiative, a transparent fund that goes toward community resources. You can contribute financially by making a monthly or one-time donation:",
"admin:contribute.openSource": "Wiki.js is a free and open-source software brought to you with {{0}} by {{1}} and {{2}}.",
"admin:contribute.openSourceContributors": "contributors",
"admin:contribute.patreon": "پاترېئون ئارقىلىق قوللىغۇچى ياكى قوللىغۇچىغا ئايلىنىڭ (باشلامچى پروگرامما ئاچقۇچى نىكولاس گىئاردنىڭ Wiki.js دا پۈتۈن كۈنلۈك ئىشلەش نىشانىنى بىۋاسىتە قوللايدۇ)",
"admin:contribute.paypal": "PayPal ئارقىلىق بىرلا قېتىم ياكى تەكرار ئىئانە قىلىڭ:",
"admin:contribute.shop": "Wiki.js Shop",
"admin:contribute.spreadTheWord": "Spread the word",
"admin:contribute.submitAnIdea": "Submit an idea or vote on a proposed one on the {{0}}.",
"admin:contribute.submitAnIdeaLink": "feature requests board",
"admin:contribute.subtitle": "Help support Wiki.js development and operations",
"admin:contribute.talkToFriends": "Talk to your friends and colleagues about how awesome Wiki.js is!",
"admin:contribute.title": "Wiki.js گە تۆھپە قوشۇش",
"admin:contribute.tshirts": "You can also buy Wiki.js t-shirts to support the project financially:",
"admin:dashboard.contributeHelp": "We need your help!",
"admin:dashboard.contributeLearnMore": "Learn More",
"admin:dashboard.contributeSubtitle": "Wiki.js is a free and open source project. There are several ways you can contribute to the project.",
"admin:dashboard.groups": "Groups",
"admin:dashboard.lastLogins": "ئاخىرقى قېتىم كىرىش",
"admin:dashboard.mostPopularPages": "Most Popular Pages",
"admin:dashboard.pages": "Pages",
"admin:dashboard.recentPages": "Recent Pages",
"admin:dashboard.subtitle": "Wiki.js",
"admin:dashboard.title": "باشقۇرۇش بېتى",
"admin:dashboard.users": "Users",
"admin:dashboard.versionLatest": "You are running the latest version.",
"admin:dashboard.versionNew": "A new version is available: {{version}}",
"admin:dev.flags.title": "تۇغلار",
"admin:dev.graphiql.title": "GraphiQL",
"admin:dev.title": "ئاچقۇچى قوراللىرى",
"admin:dev.voyager.title": "ئۇزۇن سەپەر",
"admin:editor.title": "تەھرىرلىگۈچ",
"admin:extensions.subtitle": "قوشۇمچە ئىقتىدارلار ئۈچۈن كېڭەيتكۈچى قاچىلاش",
"admin:extensions.title": "كېڭەيتمىلەر",
"admin:general.companyName": "Company \/ Organization Name",
"admin:general.companyNameHint": "Name to use when displaying copyright notice in the footer. Leave empty to hide.",
"admin:general.contentLicense": "مەزمۇن ئىجازەتنامىسى",
"admin:general.contentLicenseHint": "ئىجازەتنامە بارلىق مەزمۇن بىتىنىڭ ئاستىدا كۆرۈلىدۇ.",
"admin:general.displayEditMenuBar": "تەھرىرلەش تىزىملىكىنى كۆرسىتىش",
"admin:general.displayEditMenuBarHint": "بەت بىشىدا تەھرىرلەش تىزىملىكنى كۆرسىتىش",
"admin:general.displayEditMenuBtn": "تەھرىرلەش كۇنۇپكىسىنى كۆرسىتىش",
"admin:general.displayEditMenuBtnHint": "نۆۋەتتىكى بەتنى تەھرىرلەش ئۈچۈن كۇنۇپكا كۆرسىتىش.",
"admin:general.displayEditMenuExternalBtn": "سىرتقى تەھرىرلەش كۇنۇپكىسىنى كۆرسىتىش",
"admin:general.displayEditMenuExternalBtnHint": "سىرتقى ئامبارغا ئۇلانغان كۇنۇپكىنى كۆرسىتىڭ ( مەسىلەن Github گىتخاب ) ، بۇ ئارقىلىق ئىشلەتكۈچىلەر نۆۋەتتىكى بەت ئۈچۈن PR تەھرىرلىيەلەيدۇ ياكى يوللىيالايدۇ.",
"admin:general.editFab": "FAB تېز تەھرىرلەش تىزىملىكى",
"admin:general.editFabHint": "ئىكراننىڭ ئوڭ ئاستى بۇلۇڭىدا تېز چاقرىش تېزىملىكى ئارقىلىق لەيلىمە ھەركەتنى تەھرىرلەش كونۇپكىسىنى (FAB) كۆرسىتىش",
"admin:general.editMenuBar": "تەھرىرلەش تتزىملىكى",
"admin:general.editMenuExternalIcon": "كۇنۇپكا سىنبەلگىسى",
"admin:general.editMenuExternalIconHint": "سىنبەلگە تەھرىرلەش كونۇپكىسىدا كۆرۈنسۇن. مەسىلەن ، mdi-github بولسا Github سىنبەلگىسى ئۈستىدە كۆرۈنسۇن. ",
"admin:general.editMenuExternalName": "كۇنۇپكا تور بېتى نامى",
"admin:general.editMenuExternalNameHint": "تەھرىرلەش كونۇپكىسىدا كۆرۈنىدىغان سىرتقى بەتنىڭ ئىسمى. نى ئۆز ئىچىگە ئالمايدۇ. \"دا تەھرىرلەش\"",
"admin:general.editMenuExternalUrl": "كۇنۇپكا ئادرېسى",
"admin:general.editMenuExternalUrlHint": "سىرتقى مۇندەرىجىدىكى بەتنىڭ ئادرېسى. {filename} نى ھۆججەت نامىنى ئۆز ئىچىگە ئالغان جاي تۇتقۇغا ئىشلىتىڭ. (مەسىلەن https:\/\/github.com\/foo\/bar\/blob\/main\/{filename} )",
"admin:general.editShortcuts": "تېز شەكلىنى تەھرىرلەش",
"admin:general.footerCopyright": "Footer Copyright",
"admin:general.footerOverride": "Footer Text Override",
"admin:general.footerOverrideHint": "Optionally override the footer text with a custom message. Useful if none of the above licenses are appropriate.",
"admin:general.general": "General",
"admin:general.logo": "Logo",
"admin:general.logoUrl": "لوگو ئادرېسى ",
"admin:general.logoUrlHint": "Specify an image to use as the logo. SVG, PNG, JPG are supported, in a square ratio, 34x34 pixels or larger. Click the button on the right to upload a new image.",
"admin:general.metaRobots": "Meta Robots",
"admin:general.metaRobotsHint": "Default: Index, Follow. Can also be set on a per-page basis.",
"admin:general.pageExtensions": "بەتنىڭ كېڭەيتىلگەن نامى",
"admin:general.pageExtensionsHint": "A comma-separated list of URL extensions that will be treated as pages. For example, adding md will treat \/foobar.md the same as \/foobar.",
"admin:general.saveSuccess": "بېكەت سەپلىمىسى مۇۋەپپەقىيەتلىك ساقلاندى.",
"admin:general.siteBranding": "بىكەت ماركىسى",
"admin:general.siteDescription": "Site Description",
"admin:general.siteDescriptionHint": "Default description when none is provided for a page.",
"admin:general.siteInfo": "توربەت ئۇچۇرى",
"admin:general.siteTitle": "Site Title",
"admin:general.siteTitleHint": "Displayed in the top bar and appended to all pages meta title.",
"admin:general.siteTitleInvalidChars": "تور بەت نامى ئىناۋەتسىز ھەرپلەرنى ئۆز ئىچىگە ئالغان.",
"admin:general.siteUrl": "Site URL",
"admin:general.siteUrlHint": "Full URL to your wiki, without the trailing slash. (e.g. https:\/\/wiki.example.com)",
"admin:general.subtitle": "ۋىكىنىڭ ئاساسىي تەڭشەكلىرى",
"admin:general.title": "ئادەتتىكى",
"admin:general.uploadClear": "Clear",
"admin:general.uploadLogo": "Upload Logo",
"admin:general.uploadSizeHint": "An image of {{size}} pixels is recommended for best results.",
"admin:general.uploadTypesHint": "{{typeList}} or {{lastType}} files only",
"admin:groups.title": "گۇرۇپپىلار",
"admin:locale.activeNamespaces.hint": "كۆپ تىللىق نام بوشلۇقى ئۈچۈن يەرلىك قۇزغىتىلمىلار تىزىملىكى. يۇقىرىدا بېكىتىلگەن ئاساسىي رايون بۇ تاللاشنىڭ قانداق بولۇشىدىن قەتئىينەزەر ھەمىشە ئۆز ئىچىگە ئالىدۇ. ",
"admin:locale.activeNamespaces.label": "ئاكتىپ نام بوشلۇقى",
"admin:locale.autoUpdate.hint": "يېڭىلانمىلارنى بۇ ئورۇنغا ئاپتوماتىك چۈشۈرۈڭ.",
"admin:locale.autoUpdate.hintWithNS": "تۆۋەندە قوزغىتىلغان بارلىق ئىسىم بوشلۇقىدىكى يېڭىلانمىلارنى ئاپتوماتىك چۈشۈرۈڭ.",
"admin:locale.autoUpdate.label": "ئاپتوماتىك يېڭىلاش",
"admin:locale.availability": "Availability",
"admin:locale.base.hint": "All UI text elements will be displayed in selected language.",
"admin:locale.base.label": "بىكەت ئورنى",
"admin:locale.base.labelWithNS": "Base Locale",
"admin:locale.code": "Code",
"admin:locale.download": "Download",
"admin:locale.downloadTitle": "Download Locale",
"admin:locale.name": "Name",
"admin:locale.namespaces.hint": "ئوخشاش بەتنىڭ كۆپ تىللىق نەشىرىنى قوزغىتىڭ.",
"admin:locale.namespaces.label": "كۆپ تىللىق نام بوشلۇقى",
"admin:locale.namespacing": "Multilingual Namespacing",
"admin:locale.namespacingPrefixWarning.subtitle": "يەرلىك كودسىز يوللار ئاپتوماتىك ھالدا يۇقىردا بىكىتىلگەن ئاساسىي يەرلىكە ئاپتۇماتىك نىشانلىنىدۇ. ",
"admin:locale.namespacingPrefixWarning.title": "يەرلىك كود بارلىق يوللارنىڭ ئالدىغان قوشۇلىدۇ. (مەسىلەن {{langCode}}\\ بەت نامى)",
"admin:locale.nativeName": "Native Name",
"admin:locale.rtl": "RTL",
"admin:locale.settings": "Locale Settings",
"admin:locale.sideload": "يەرلىك بوغچىنى چۈشۈرۈش",
"admin:locale.sideloadHelp": "If you are not connected to the internet or cannot download locale files using the method above, you can instead sideload packages manually by uploading them below.",
"admin:locale.subtitle": "Set localization options for your wiki",
"admin:locale.title": "يەرلىكلىك",
"admin:logging.title": "تىزىمغا كېرىش",
"admin:mail.configuration": "Configuration",
"admin:mail.dkim": "DKIM (optional)",
"admin:mail.dkimDomainName": "Domain Name",
"admin:mail.dkimHint": "DKIM (DomainKeys Identified Mail) provides a layer of security on all emails sent from Wiki.js by providing the means for recipients to validate the domain name and ensure the message authenticity.",
"admin:mail.dkimKeySelector": "Key Selector",
"admin:mail.dkimPrivateKey": "Private Key",
"admin:mail.dkimPrivateKeyHint": "Private key for the selector in PEM format",
"admin:mail.dkimUse": "Use DKIM",
"admin:mail.saveSuccess": "Configuration saved successfully.",
"admin:mail.sendTestSuccess": "سىنىاق ئېلخەت مۇۋاپىقىيەتلىك يوللاندى. ",
"admin:mail.sender": "Sender",
"admin:mail.senderEmail": "Sender Email",
"admin:mail.senderName": "Sender Name",
"admin:mail.smtp": "SMTP Settings",
"admin:mail.smtpHost": "Host",
"admin:mail.smtpName": "خېرىدارنى پەرىقلەندۈرىدىغان ئاساسىي ماشىنا ئىسمى",
"admin:mail.smtpNameHint": "خەت ساندۇقىڭىزنى پەرقلەندۈرۈش ئۈچۈن SMTP مۇلازىمېتىرىغا ئەۋەتىدىغان ئىختىيارى ئىسىم. مۇلازىمېتىرنىڭ نامىنى ئىشلىتىش ئۈچۈن بوش قويۇڭ. Google Workspace خېرىدارلىرىغا نىسبەتەن بۇ سىزنىڭ ئاساسلىق تور نامىڭىز بولۇشى كېرەك.",
"admin:mail.smtpPort": "Port",
"admin:mail.smtpPortHint": "Usually 465 (recommended), 587 or 25.",
"admin:mail.smtpPwd": "Password",
"admin:mail.smtpTLS": "Secure (TLS)",
"admin:mail.smtpTLSHint": "Should be enabled when using port 465, otherwise turned off (587 or 25).",
"admin:mail.smtpUser": "Username",
"admin:mail.smtpVerifySSL": "SSL كىنىشكىسىنى ئېنىقلاش",
"admin:mail.smtpVerifySSLHint": "بەزى ماشىنىلار تاقاش ئۈچۈن SSL كىنىشكىسىنى تەلەپ قىلىدۇ. توغرا بىخەتەرلىك ئۈچۈن ئوچۇق قالدۇرۇڭ.",
"admin:mail.subtitle": "Configure mail settings",
"admin:mail.test": "سىناق ئېلخەت يوللاش",
"admin:mail.testHint": "Send a test email to ensure your SMTP configuration is working.",
"admin:mail.testRecipient": "قوبۇل قىلغۇچىنىڭ ئېلخەت ئادرېسى",
"admin:mail.testSend": "Send Email",
"admin:mail.title": "Mail",
"admin:nav.modules": "Modules",
"admin:nav.site": "تور بەت",
"admin:nav.system": "System",
"admin:nav.users": "ئىشلەتكۈچىلەر",
"admin:navigation.copyFromLocale": "... دىن كەچۈرۈلگەن",
"admin:navigation.copyFromLocaleInfoText": "قايسى تۈردىن كۆچۈرۈلىدىغان جاينى تاللاڭ. تۈرلەر نۆۋەتتىكى يەرلىك ئورۇندىكى تۈرلەر تىزىملىكىگە قوشۇلىدۇ.",
"admin:navigation.delete": "{{kind}} ئۆچۈرۈش",
"admin:navigation.divider": "بۆلگۈچى",
"admin:navigation.edit": "{{kind}}تەھرىرلەش",
"admin:navigation.emptyList": "يولباشلاش قۇرۇق",
"admin:navigation.header": "سەرلەۋھە",
"admin:navigation.icon": "سىنبەلگە",
"admin:navigation.label": "بەلگە",
"admin:navigation.link": "ئۇلىنىش",
"admin:navigation.mode": "يولباشلاش مودىلى",
"admin:navigation.modeCustom.description": "تۇراقلىق يول باشلىغۇچى تىزىملىكى + تور بېكەت شەجەر كۇنۇپكىسى",
"admin:navigation.modeCustom.title": "خاس يول باشلىغۇچى",
"admin:navigation.modeNone.description": "تور بېكەت يول باشلاشنى ئەمەلدىن قالدۇرۇش",
"admin:navigation.modeNone.title": "يوق",
"admin:navigation.modeSiteTree.description": "كلاسسىك شەجەر ئاساس قىلىنغان يول باشلاش",
"admin:navigation.modeSiteTree.title": "تور بېكەت شەجەرىسى",
"admin:navigation.modeStatic.description": "پەقەت مۇقىم يول باشلاش تىزىملىكى",
"admin:navigation.modeStatic.title": "تۇراقلىق يول باشلىغۇچى",
"admin:navigation.navType.external": "سىرتقى ئۇلانما ",
"admin:navigation.navType.externalblank": "سىرتقى ئۇلانما (يېڭى كۆزنەك)",
"admin:navigation.navType.home": "باش بەت",
"admin:navigation.navType.page": "بەت",
"admin:navigation.navType.searchQuery": "ئىزدەش سۇئالى",
"admin:navigation.noItemsText": "قوشۇش بەلگىسىنى بىسىپ تۈنجى يولباشلىغۇچىڭىزنى قوشۇڭ.",
"admin:navigation.noSelectionText": "سول تەرەپتىن يولباشلىغۇچىنى تاللاڭ.",
"admin:navigation.saveSuccess": "يولباشلاش مۇۋاپىقىيەتلىك ساقلاندى.",
"admin:navigation.selectPageButton": "بەت تاللاش",
"admin:navigation.sourceLocale": "مەنبە ئورۇن",
"admin:navigation.sourceLocaleHint": "يول باشلاش تۈرلىرى كۆچۈرۈلگەن جاي.",
"admin:navigation.subtitle": "تور بەت يولباشلىغۇچىنى باشقۇرش",
"admin:navigation.target": "نىشان",
"admin:navigation.targetType": "نىشان تىپى",
"admin:navigation.title": "يولباشلاش",
"admin:navigation.untitled": "{{kind}}تىمىسىز",
"admin:navigation.visibilityMode.all": "ھەممەيلەنگە كۆرۈنىدۇ.",
"admin:navigation.visibilityMode.restricted": "تاللانغان گۇرۇپىلارغا كۆرۈنىدۇ.",
"admin:pages.title": "بەتلەر",
"admin:rendering.subtitle": "بەت كۆرسىتىش لىنىيەسىنى سەپلەڭ",
"admin:rendering.title": "ئۇلاشتۇرماق",
"admin:search.configSaveSuccess": "Search engine configuration saved successfully.",
"admin:search.engineConfig": "Engine Configuration",
"admin:search.engineNoConfig": "This engine has no configuration options you can modify.",
"admin:search.indexRebuildSuccess": "Index rebuilt successfully.",
"admin:search.listRefreshSuccess": "List of search engines has been refreshed.",
"admin:search.rebuildIndex": "Rebuild Index",
"admin:search.searchEngine": "Search Engine",
"admin:search.subtitle": "Configure the search capabilities of your wiki",
"admin:search.title": "ئىزدەش ماتورى",
"admin:security.bypassLogin": "كىرىش ئېكرانىدىن چەتنەپ ئۆتۈش",
"admin:security.bypassLoginHint": "ئىشلەتكۈچى تۇنجى دەلىللەش تەمىنلىگۈچىگە ئاپتوماتىك قايتا نىشانلانسا.",
"admin:security.enforce2fa": "2FA نى ئىجرا قىلىش",
"admin:security.enforce2faHint": "Force all users to use Two-Factor Authentication when using an authentication provider with a user \/ password form.",
"admin:security.hideLocalLogin": "يەرلىك دەلىللەش تەمىنلىگۈچىنى يوشۇرۇش",
"admin:security.hideLocalLoginHint": "كىرىش ئېكرانىدا يەرلىك دەلىللەش تەمىنلىگۈچىنى كۆرسەتمە. ۋاقىتلىق ئىشلىتىش ئۈچۈن ھەممىنى ئادرېسقا قوش.",
"admin:security.jwt": "JWT سەپلىمىسى",
"admin:security.login": "كىرىش",
"admin:security.loginBgUrl": "كىرىش تەگلىك رەسىم ئادرېسى",
"admin:security.loginBgUrlHint": "كىرىش تەگلىكىدە ئىشلىتىدىغان رەسىمنى بەلگىلەڭ. PNG ۋە JPG نى قوللايدۇ ، 1920x1080 تەۋسىيە قىلىنىدۇ. سۈكۈتتىكى تەڭشەك ئۈچۈن بوش قالدۇرۇڭ. يېڭى رەسىم يوللاش ئۈچۈن ئوڭ تەرەپتىكى كۇنۇپكىنى بېسىڭ. شۇنىڭغا دىققەت قىلىڭكى ، مېھمانلار گۇرۇپپىسى چوقۇم تاللانغان رەسىمنى ئوقۇيالىشى كېرەك. ",
"admin:security.loginScreen": "كىرىش ئىكرانى",
"admin:security.loginSecurity": "بىخەتەرلىك",
"admin:security.maxUploadBatch": "بىر قېتىمدا يۈكلەشكە بولىدىغان ئەڭ جىق ھۆججەتلەر",
"admin:security.maxUploadBatchHint": "بىر تۈركۈمدە قانچە ھۆججەت يوللىغىلى بولىدۇ؟",
"admin:security.maxUploadBatchSuffix": "ھۆججەتلەر",
"admin:security.maxUploadSize": "ئەڭ چوڭ يۈكلەش چوڭلىقى",
"admin:security.maxUploadSizeHint": "يالغۇز ھۆججەتنىڭ ئەڭ چوڭ سىغىمى",
"admin:security.maxUploadSizeSuffix": "بايىتس",
"admin:security.subtitle": "بىخەتەرلىك تەڭشەكلىرىنى سەپلەش",
"admin:security.title": "بىخەتەرلىك",
"admin:security.uploads": "يۈكلەنمىلەر",
"admin:security.uploadsInfo": "باشقۇرچى بىخەتەرلىكى - يېڭىلانغان ئۇچۇر رامكىسى",
"admin:ssl.currentState": "نۆۋەتتىكى ھالەت",
"admin:ssl.domain": "تور نامى",
"admin:ssl.domainHint": "Enter the fully qualified domain pointing to your wiki. (e.g. wiki.example.com)",
"admin:ssl.expiration": "گۇۋاھنامە مۇددىتى",
"admin:ssl.httpPort": "HTTP ئېغىزى",
"admin:ssl.httpPortHint": "Non-SSL port the server will listen to for HTTP requests. Usually 80 or 3000.",
"admin:ssl.httpPortRedirect": "HTTP تەلەپلىرىنى HTTPS غا قايتا يوللاش",
"admin:ssl.httpPortRedirectHint": "Will automatically redirect any requests on the HTTP port to HTTPS.",
"admin:ssl.httpPortRedirectSaveSuccess": "HTTP قايتا نىشانلاش مۇۋەپپەقىيەتلىك ئۆزگەردى.",
"admin:ssl.httpPortRedirectTurnOff": "تاقىۋەت",
"admin:ssl.httpPortRedirectTurnOn": "ئاچ",
"admin:ssl.httpsPort": "HTTPS ئېغىزى",
"admin:ssl.httpsPortHint": "SSL port the server will listen to for HTTPS requests. Usually 443.",
"admin:ssl.ports": "ئېغىزلار",
"admin:ssl.provider": "تەمىنلىگۈچى",
"admin:ssl.providerCustomCertificate": "خاس كىنىشكا",
"admin:ssl.providerDisabled": "تاقالغان",
"admin:ssl.providerHint": "ئۆز كىنىشكىڭىز بولسا خاس كىنىشكىنى تاللاڭ.",
"admin:ssl.providerLetsEncrypt": "بىز شىفىرلاندۇرايلى",
"admin:ssl.providerOptions": "تەمىنلىگۈچى تاللانمىلار",
"admin:ssl.renewCertificate": "كېنىشكىنى يېڭىلاش",
"admin:ssl.renewCertificateLoadingSubtitle": "بۇ بەتتىن ئايرىلماڭ.",
"admin:ssl.renewCertificateLoadingTitle": "كېنىشكە يېڭىلىنىۋاتىدۇ...",
"admin:ssl.renewCertificateSuccess": "كىنىشكا ئوڭۇشلۇق يېڭىلاندى.",
"admin:ssl.status": "كىنىشكا ھالىتى",
"admin:ssl.subscriberEmail": "مۇشتەرىنىڭ ئېلخېتى",
"admin:ssl.subtitle": "SSL سەپلىمىسىنى باشقۇرۇش",
"admin:ssl.title": "SSL",
"admin:ssl.writableConfigFileWarning": "Note that your config file must be writable in order to persist ports configuration.",
"admin:stats.title": "ستاتىستىكا",
"admin:storage.actionRun": "Run",
"admin:storage.actions": "Actions",
"admin:storage.actionsInactiveWarn": "You must enable this storage target and apply changes before you can run actions.",
"admin:storage.errorMsg": "Error Message",
"admin:storage.lastSync": "ئاخىرقى ماسقەدەملەش{{time}}",
"admin:storage.lastSyncAttempt": "Last attempt was {{time}}",
"admin:storage.noConfigOption": "This storage target has no configuration options you can modify.",
"admin:storage.noTarget": "You don't have any active storage target.",
"admin:storage.status": "Status",
"admin:storage.subtitle": "Set backup and sync targets for your content",
"admin:storage.syncDirBi": "Bi-directional",
"admin:storage.syncDirBiHint": "In bi-directional mode, content is first pulled from the storage target. Any newer content overwrites local content. New content since last sync is then pushed to the storage target, overwriting any content on target if present.",
"admin:storage.syncDirPull": "Pull from target",
"admin:storage.syncDirPullHint": "Content is always pulled from the storage target, overwriting any local content which already exists. This choice is usually reserved for single-use content import. Caution with this option as any local content will always be overwritten!",
"admin:storage.syncDirPush": "Push to target",
"admin:storage.syncDirPushHint": "Content is always pushed to the storage target, overwriting any existing content. This is safest choice for backup scenarios.",
"admin:storage.syncDirection": "Sync Direction",
"admin:storage.syncDirectionSubtitle": "Choose how content synchronization is handled for this storage target.",
"admin:storage.syncSchedule": "Sync Schedule",
"admin:storage.syncScheduleCurrent": "Currently set to every {{schedule}}.",
"admin:storage.syncScheduleDefault": "The default is every {{schedule}}.",
"admin:storage.syncScheduleHint": "For performance reasons, this storage target synchronize changes on an interval-based schedule, instead of on every change. Define at which interval should the synchronization occur.",
"admin:storage.targetConfig": "Target Configuration",
"admin:storage.targetState": "This storage target is {{state}}",
"admin:storage.targetStateActive": "active",
"admin:storage.targetStateInactive": "inactive",
"admin:storage.targets": "Targets",
"admin:storage.title": "ئامبار",
"admin:storage.unsupported": "Unsupported",
"admin:system.configFile": "Configuration File",
"admin:system.cpuCores": "مەركىزى بىر تەرەپ قىلغۇچ يادرولىرى",
"admin:system.currentVersion": "نۆۋەتتىكى نەشىرى",
"admin:system.dbPartialSupport": "Your database version is not fully supported. Some functionality may be limited or not work as expected.",
"admin:system.hostInfo": "ئاساسىي ماشىنا ئۇچۇرى",
"admin:system.hostname": "ئاساسىي ماشىنا نامى",
"admin:system.latestVersion": "ئاخىرقى نەشىرى",
"admin:system.os": "مەسغۇلات سىستېمىسى",
"admin:system.published": "نەشىرقىلىنغان",
"admin:system.ramUsage": "RAM Usage: {{used}} \/ {{total}}",
"admin:system.refreshSuccess": "System Info has been refreshed.",
"admin:system.subtitle": "سىستېمىڭىز ھەققىدىكى ئۇچۇرلار",
"admin:system.title": "سىستېما ئۇچۇرى",
"admin:system.totalRAM": "Total RAM",
"admin:system.workingDirectory": "Working Directory",
"admin:tags.date": "{{created}}قۇرۇلدى ۋە {{updated}} ئاخىرقى قېتىم يېڭىلاندى.",
"admin:tags.delete": "بۇ خەتكۈچنى ئۆچۈرۈڭ",
"admin:tags.deleteConfirm": "خەتكۈچنى ئۆچۈرەمسىز؟",
"admin:tags.deleteConfirmText": "سىز راستىنلا {{tag}} خەتكۈچىنى ئۆچۈرەمسىز؟ خەتكۈچمۇ بارلىق بەتلەردىن ئۇلانمايدۇ.",
"admin:tags.deleteSuccess": "خەتكۈچ مۇۋاپىقىيەتلىك ئۆچۈرۈلدى.",
"admin:tags.edit": "خەتكۈچىنى تەھرىرلەڭ",
"admin:tags.emptyList": "كۆرسىتىشكە تىگىشلىك خەتكۈچ يوق.",
"admin:tags.filter": "سۈزگۈچ...",
"admin:tags.label": "بەلگە",
"admin:tags.noItemsText": "باشلاش ئۈچۈن بىر بەتكە خەتكۈچ قوشۇڭ.",
"admin:tags.noSelectionText": "سول تەرەپتىكى تىزىملىكتىن بىر خەتكۈچ تاللاڭ.",
"admin:tags.refreshSuccess": "خەتكۈچلەر يېڭىلاندى.",
"admin:tags.saveSuccess": "خەتكۈچ مۇۋەپپىقىيەتلىك ساقلاندى.",
"admin:tags.subtitle": "بەت خەتكۈچىنى باشقۇرۇش",
"admin:tags.tag": "خەتكۈچ",
"admin:tags.title": "خەتكۈچلەر",
"admin:tags.viewLinkedPages": "ئۇلانغان بەتلەرنى كۆرۈش",
"admin:theme.bodyHtmlInjection": "گەۋدە HTML ئوكۇلى",
"admin:theme.bodyHtmlInjectionHint": "HTML كودى يېپىلىش گەۋدىسى بەلگىسىنىڭ ئالدىدا ئوكۇل قىلىنىدۇ.",
"admin:theme.codeInjection": "كود ئۇكۇلى",
"admin:theme.cssOverride": "CSS Override",
"admin:theme.cssOverrideHint": "CSS code to inject after system default CSS. Consider using custom themes if you have a large amount of css code. Injecting too much CSS code will result in poor page load performance! CSS will automatically be minified.",
"admin:theme.cssOverrideWarning": "{{caution}} When adding styles for page content, you must scope them to the {{cssClass}} class. Omitting this could break the layout of the editor!",
"admin:theme.cssOverrideWarningCaution": "CAUTION:",
"admin:theme.darkMode": "قاراڭغۇ ھالەت",
"admin:theme.darkModeHint": "Not recommended for accessibility. May not be supported by all themes.",
"admin:theme.downloadAuthor": "Author",
"admin:theme.downloadDownload": "Download",
"admin:theme.downloadName": "Name",
"admin:theme.downloadThemes": "ئۇسلۇپلارنى چۈشۈرۈش",
"admin:theme.headHtmlInjection": "Head HTML Injection",
"admin:theme.headHtmlInjectionHint": "HTML code to be injected just before the closing head tag. Usually for script tags.",
"admin:theme.iconset": "Icon Set",
"admin:theme.iconsetHint": "Set of icons to use for the sidebar navigation.",
"admin:theme.options": "Theme Options",
"admin:theme.siteTheme": "بەت ئۇسلۇبى",
"admin:theme.siteThemeHint": "Themes affect how content pages are displayed. Other site sections (such as the editor or admin area) are not affected.",
"admin:theme.subtitle": "ۋىكىرىڭىزنىڭ كۆرۈنۈشى ۋە تەسراتىنى ئۆزگەرتىڭ",
"admin:theme.title": "ئۇسلۇب",
"admin:theme.tocHeadingLevels": "سۈكۈتتىكى TOC ماۋزۇ دەرىجىسى",
"admin:theme.tocHeadingLevelsHint": "مەزمۇن جەدۋىلىدە سۈكۈتتىكى ھالەتتە تاللانغان دەرىجىگە قەدەر ماۋزۇ كۆرسىتىلىدۇ.",
"admin:users.active": "Active",
"admin:users.authProvider": "Provider",
"admin:users.authProviderId": "Provider Id",
"admin:users.authentication": "Authentication",
"admin:users.basicInfo": "Basic Info",
"admin:users.changePassword": "Change Password",
"admin:users.deleteConfirmForeignNotice": "Note that you cannot delete a user that already created content. You must instead either deactivate the user or delete all content that was created by that user.",
"admin:users.deleteConfirmReplaceWarn": "بۇ ئىشلەتكۈچى قۇرغان ھەر قانداق مەزمۇن (بەت ، يوللاش ، باھا قاتارلىقلار) تۆۋەندە تاللانغان ئىشلەتكۈچىگە قايتا تەقسىملىنىدۇ. ئەگەر مەزمۇننىڭ نۆۋەتتىكى ئاكتىپ ئىشلەتكۈچىگە قايتا تەقسىملىنىشىنى خالىمىسىڭىز ، مەۋھۇم نىشان ئىشلەتكۈچى (مەسىلەن ئۆچۈرۈلگەن ئىشلەتكۈچى) قۇرۇش تەۋسىيە قىلىنىدۇ.",
"admin:users.deleteConfirmText": "ئىشلەتكۈچى {{username}}نى ئۆچۈرەمسىز؟",
"admin:users.deleteConfirmTitle": "ئىشلەتكۈچىنى ئۆچۈرەمسىز؟",
"admin:users.displayName": "Display Name",
"admin:users.edit": "Edit User",
"admin:users.email": "Email",
"admin:users.extendedMetadata": "Extended Metadata",
"admin:users.groupAssign": "Assign",
"admin:users.groupAssignNotice": "Note that you cannot assign users to the Administrators or Guests groups from this panel.",
"admin:users.groups": "User Groups",
"admin:users.id": "ID {{id}}",
"admin:users.inactive": "Inactive",
"admin:users.jobTitle": "Job Title",
"admin:users.location": "Location",
"admin:users.newPassword": "New Password",
"admin:users.noGroupAssigned": "This user is not assigned to any group yet. You must assign at least 1 group to a user.",
"admin:users.password": "Password",
"admin:users.selectGroup": "Select Group...",
"admin:users.tfa": "Two Factor Authentication (2FA)",
"admin:users.timezone": "Timezone",
"admin:users.title": "ئىشلەتكۈچىلەر",
"admin:users.toggle2FA": "Toggle 2FA",
"admin:users.unverified": "Unverified",
"admin:users.updateUser": "ئىشلەتكۈچىنى يېڭىلاش",
"admin:users.userActivateSuccess": "ئىشلەتكۈچى مۇۋەپپەقىيەتلىك قوزغىتىلدى.",
"admin:users.userAlreadyAssignedToGroup": "User is already assigned to this group!",
"admin:users.userDeactivateSuccess": "ئىشلەتكۈچى مۇۋەپپەقىيەتلىك توختىتىلدى.",
"admin:users.userTFADisableSuccess": "2FA مۇۋەپپەقىيەتلىك تاقالدى",
"admin:users.userTFAEnableSuccess": "2FA مۇۋەپپىقىيەتلىك ئېچىلدى.",
"admin:users.userUpdateSuccess": "User updated successfully.",
"admin:users.userVerifySuccess": "ئابونت مۇۋەپپەقىيەتلىك دەلىللەندى.",
"admin:users.verified": "Verified",
"admin:utilities.authSubtitle": "Various tools for authentication \/ users",
"admin:utilities.authTitle": "Authentication",
"admin:utilities.cacheSubtitle": "Flush cache of various components",
"admin:utilities.cacheTitle": "Flush Cache",
"admin:utilities.contentSubtitle": "Various tools for pages",
"admin:utilities.contentTitle": "Content",
"admin:utilities.exportSubtitle": "زاپاسلاش ياكى كۆچۈش ئۈچۈن مەزمۇننى ساقلاش",
"admin:utilities.exportTitle": "دىسكىغا يۆتكەش",
"admin:utilities.graphEndpointSubtitle": "Change the GraphQL endpoint for Wiki.js",
"admin:utilities.graphEndpointTitle": "GraphQL Endpoint",
"admin:utilities.importv1Subtitle": "Migrate data from a previous 1.x installation",
"admin:utilities.importv1Title": "Import from Wiki.js 1.x",
"admin:utilities.subtitle": "Maintenance and miscellaneous tools",
"admin:utilities.telemetrySubtitle": "Enable\/Disable telemetry or reset the client ID",
"admin:utilities.telemetryTitle": "Telemetry",
"admin:utilities.title": "قۇلايلاشتۇرمىلار",
"admin:utilities.tools": "Tools",
"admin:webhooks.subtitle": "Manage webhooks to external services",
"admin:webhooks.title": "تور ئىلمەكلىرى",
"auth:actions.login": "تىزىملىتىش",
"auth:actions.register": "تىزىملىتىش",
"auth:changePwd.instructions": "You must choose a new password:",
"auth:changePwd.loading": "Changing password...",
"auth:changePwd.newPasswordPlaceholder": "New Password",
"auth:changePwd.newPasswordVerifyPlaceholder": "Verify New Password",
"auth:changePwd.proceed": "Change Password",
"auth:changePwd.subtitle": "Choose a new password",
"auth:enterCredentials": "گۇۋاھنامىڭىزنى كىرگۈزۈڭ",
"auth:errors.invalidLogin": "تىزىملىتىش ئىناۋەتسىز",
"auth:errors.invalidLoginMsg": "ئېلخەت ياكى پارول ئىناۋەتسىز.",
"auth:errors.invalidUserEmail": "ئېلخەت ئىناۋەتسىز",
"auth:errors.loginError": "تىزىملىتىش خاتا",
"auth:errors.notYetAuthorized": "سىزنىڭ تېخى بۇ تور بىتىگە كىرىش ھوقۇقىڭىز يوق.",
"auth:errors.tooManyAttempts": "بەك كۆپ ئۇرۇنۇش!",
"auth:errors.tooManyAttemptsMsg": "قىسقا ۋاقىت ئىچىدە بەك كۆپ مەغلۇب بولدىڭىز، {{time}}نى قايتا سىناپ بېقىڭ.",
"auth:errors.userNotFound": "ئىشلەتكۈچى تېپىلمىدى",
"auth:fields.email": "ئېلخەت ئادرېسى",
"auth:fields.emailUser": "ئېلخەت \/ ئىشلەتكۈچى نامى",
"auth:fields.name": "ئىسمى",
"auth:fields.password": "مەخپى نۇمۇرى",
"auth:fields.username": "ئىشلەتكۈچى نامى",
"auth:fields.verifyPassword": "پارولنى دەلىلەش",
"auth:forgotPasswordCancel": "Cancel",
"auth:forgotPasswordLink": "Forgot your password?",
"auth:forgotPasswordLoading": "شىفىرنى قايتا ئۆزگەرتىش تەلەپ قىلىنىۋاتىدۇ ...",
"auth:forgotPasswordSubtitle": "Enter your email address to receive the instructions to reset your password:",
"auth:forgotPasswordSuccess": "ئېلخەتلىرىڭىزدىكى پارولنى يېڭىلاش كۆرسەتمىسىنى تەكشۈرۈڭ!",
"auth:forgotPasswordTitle": "پارولىڭىزنى ئۇنتۇپ قالدىڭىز",
"auth:genericError": "Authentication is unavailable.",
"auth:invalidEmail": "Email address is invalid.",
"auth:invalidEmailUsername": "Enter a valid email \/ username.",
"auth:invalidPassword": "Enter a valid password.",
"auth:loginRequired": "تىزىملىتىش زۆرۈر",
"auth:loginSuccess": "Login Successful! Redirecting...",
"auth:loginUsingStrategy": "Login using {{strategy}}",
"auth:missingEmail": "Missing email address.",
"auth:missingName": "Name is missing.",
"auth:missingPassword": "Missing password.",
"auth:nameTooLong": "Name is too long.",
"auth:nameTooShort": "Name is too short.",
"auth:orLoginUsingStrategy": "or login using...",
"auth:passwordNotMatch": "Both passwords do not match.",
"auth:passwordTooShort": "Password is too short.",
"auth:pleaseWait": "Please wait",
"auth:providers.azure": "Azure ئاكتىپ مۇندەرىجىسى",
"auth:providers.facebook": "بەتيۈزى",
"auth:providers.github": "گىتخاب",
"auth:providers.google": "گۇگل كىملىكى",
"auth:providers.ldap": "LDAP\/ ئاكتىپ مۇندەرىجىسى",
"auth:providers.local": "يەرلىك",
"auth:providers.slack": "سلاك",
"auth:providers.windowslive": "مىكروسوفت ھېساباتى",
"auth:registerCheckEmail": "ئېلخەتلىرىڭىزنى تەكشۈرۈپ ھېساباتىڭىزنى ئاكتىپلاشتۇرۇڭ.",
"auth:registerSubTitle": "Fill-in the form below to create your account.",
"auth:registerSuccess": "Account created successfully!",
"auth:registerTitle": "ھېساب ئىچىڭ",
"auth:registering": "Creating account...",
"auth:selectAuthProvider": "دەلىللەش تەمىنلىگۈچىنى تاللاڭ",
"auth:sendResetPassword": "Reset Password",
"auth:signingIn": "Signing In...",
"auth:switchToLogin.link": "Login instead",
"auth:switchToLogin.text": "Already have an account? {{link}}",
"auth:switchToRegister.link": "Create an account",
"auth:switchToRegister.text": "Don't have an account yet? {{link}}",
"auth:tfa.placeholder": "XXXXXX",
"auth:tfa.subtitle": "بىخەتەرلىك كودى زۆرۈر:",
"auth:tfa.title": "ئىككى فەكتورلۇق دەلىللەش",
"auth:tfa.verifyToken": "دەلىللەڭ",
"auth:tfaFormTitle": "ئىشەنچلىك ئۈسكۈنىڭىزدىن ھاسىل بولغان بىخەتەرلىك كودىنى كىرگۈزۈڭ:",
"auth:tfaSetupInstrFirst": "1) تۆۋەندىكى (2FA) قوللىنىشچان پروگراممىڭىزدىن QR كودىنى سايىلەڭ:",
"auth:tfaSetupInstrSecond": "2) ئىشەنچلىك ئۈسكۈنىڭىزدىن ھاسىل بولغان بىخەتەرلىك كودىنى كىرگۈزۈڭ:",
"auth:tfaSetupTitle": "باشقۇرغۇچىڭىز ھېساباتىڭىزدا ئىككى ئامىللىق دەلىللەش (2FA) نى تەلەپ قىلدى.",
"common:actions.add": "قوشۇش",
"common:actions.apply": "ئىلتىماس قىلىش",
"common:actions.browse": "... كىزىش",
"common:actions.cancel": "بىكارقىلىش",
"common:actions.clear": "تازىلاش",
"common:actions.close": "Close",
"common:actions.confirm": "جەزىملەشتۈرۈش",
"common:actions.convert": "ئۆزگەرتىش",
"common:actions.copy": "كۆچۈرۈش",
"common:actions.create": "قۇرۇش",
"common:actions.delete": "ئۆچۈرۈش",
"common:actions.discard": "ۋازكەچ",
"common:actions.discardChanges": "Discard Changes",
"common:actions.download": "چۈشۈرۈش",
"common:actions.edit": "تەھرىلەرش",
"common:actions.exit": "چىكىنىش",
"common:actions.fetch": "Fetch",
"common:actions.generate": "ھاسىل قىلىش",
"common:actions.insert": "Insert",
"common:actions.move": "Move",
"common:actions.ok": "OK",
"common:actions.optimize": "Optimize",
"common:actions.page": "Page",
"common:actions.preview": "Preview",
"common:actions.proceed": "داۋاملاشتۇرۇڭ",
"common:actions.properties": "Properties",
"common:actions.refresh": "يېڭىلاش",
"common:actions.rename": "Rename",
"common:actions.returnToTop": "چوقىغا قايتىش",
"common:actions.save": "ساقلاش",
"common:actions.saveChanges": "ئۆزگەرتىشلەرنى ساقلاش",
"common:actions.select": "تاللاش",
"common:actions.upload": "يۈكلەش",
"common:comments.beFirst": "تۈنجى بولۇپ ئىنكاس يېزىڭ.",
"common:comments.contentMissingError": "ئىنكاس يوق ياكى بەك قىسقا!",
"common:comments.deleteConfirmTitle": "ئۆچۈرۈشنى جەزىملەشتۈرۈش",
"common:comments.deletePermanentWarn": "بۇ ھەرىكەتنى ئەمەلدىن قالدۇرۇشقاا بولمايدۇ!",
"common:comments.deleteSuccess": "ئىنكاس مۇۋەپپەقىيەتلىك ئۆچۈرۈلدى.",
"common:comments.deleteWarn": "بۇ ئىنكاسنى راستىنلا مەڭگۈلۈك ئۆچۈرەمسىز؟",
"common:comments.fieldContent": "ئىنكاس مەزمۇنى",
"common:comments.fieldEmail": "ئېلخەت ئادرېسىڭىز",
"common:comments.fieldName": "ئىسمىڭىز",
"common:comments.loading": "ئىنكاس چۈشىۋاتىدۇ.",
"common:comments.markdownFormat": "بەلگە فورماتى",
"common:comments.modified": "ئۆزگەرتىلگەن {{reldate}}",
"common:comments.newComment": "يېڭى ئىنكاس",
"common:comments.newPlaceholder": "يېڭى ئىنكاس يېزىڭ.",
"common:comments.none": "تېخى ئىنكاس يوق.",
"common:comments.postComment": "ئىنكاس يوللاش",
"common:comments.postSuccess": "يېڭى ئىنكاس مۇۋاپىقىيەتلىك يوللاندى.",
"common:comments.postingAs": "{{name}} دەپ يوللاش",
"common:comments.sdTitle": "سۆھبەت",
"common:comments.title": "ئىنكاسلار",
"common:comments.updateComment": "ئىنكاسنى يېڭىلاش",
"common:comments.updateSuccess": "ئىنكاس مۇۋەپپەقىيەتلىك يېڭىلاندى.",
"common:comments.viewDiscussion": " مۇلاھىزىلەرنى كۆرۈش",
"common:duration.days": "Day(s)",
"common:duration.every": "Every",
"common:duration.hours": "Hour(s)",
"common:duration.minutes": "Minute(s)",
"common:duration.months": "Month(s)",
"common:duration.years": "Year(s)",
"common:error.unexpected": "An unexpected error occurred.",
"common:footer.copyright": "© {{year}} {{company}}. All rights reserved.",
"common:footer.license": "مەزمۇننى {{license}}ئاستىدا {{company}} تەرىپىدىن ئىشلەتكىلى بولىدۇ.",
"common:footer.poweredBy": "تەرىپىدىن قوللاپ-قۇۋەتلەندى",
"common:header.account": "ھېساب",
"common:header.admin": "باشقۇرۇش",
"common:header.assets": "مۈلۈكلەر",
"common:header.browseTags": "خەتكۈچ بويىچە كۆرۈش",
"common:header.convert": "ئۆزگەرتىش",
"common:header.currentPage": "نۆۋەتتىكى بەت",
"common:header.delete": "ئۆچۈرۈش",
"common:header.duplicate": "تەكرارلاش",
"common:header.edit": "تەھرىرلەش",
"common:header.history": "تارىخ",
"common:header.home": "باش بەت",
"common:header.imagesFiles": "رەسىم ۋە ھۆججەتلەر",
"common:header.language": "Language",
"common:header.login": "Login",
"common:header.logout": "Logout",
"common:header.move": "يۆتكەش \/ قايتا ئىسىم قىلىش",
"common:header.myWiki": "ۋىكىرىم",
"common:header.newPage": "يېڭى بەت",
"common:header.pageActions": "بەت ھەرىكىتى",
"common:header.profile": "ئارخىپ",
"common:header.search": "... ئىزدەش",
"common:header.searchClose": "Close",
"common:header.searchCopyLink": "Copy Search Link",
"common:header.searchDidYouMean": "Did you mean...",
"common:header.searchHint": "Type at least 2 characters to start searching...",
"common:header.searchLoading": "Searching...",
"common:header.searchNoResult": "No pages matching your query.",
"common:header.searchResultsCount": "Found {{total}} results",
"common:header.siteMap": "تور بەت خەرىتىسى",
"common:header.view": "كۆرۈش",
"common:header.viewSource": "مەنبەنى كۆرۈش",
"common:license.alr": "نەشىر ھوقۇقى قوغدىلىدۇ.",
"common:license.cc0": "ئاممىۋى تور ئىسمى",
"common:license.ccby": "ئىجادىي ئورتاقلىق خاسلىقى ئىجازەتنامىسى",
"common:license.ccbync": "ئىجادىي ئورتاقلىق خاسلىقى - غەيرىي سودا-تىجارەت ئىجازەتنامىسى",
"common:license.ccbyncnd": "ئىجادىي ئورتاقلىق خاسلىقى - غەيرىي سودا-تىجارەت - ئۆزگەرتمەسلىك ئىجازەتنامىسى",
"common:license.ccbyncsa": "ئىجادىي ئورتاقلىق خاسلىقى- غەيرى سودا-تىجارەت ئورتاقلىشىش ئىجازەتنامىسى",
"common:license.ccbynd": "ئىجادىي ئورتاقلىق خاسلىقى- ئۆزگەرتمەسلىك ئىجازەتنامىسى",
"common:license.ccbysa": "ئىجادىي ئورتاقلىق خاسلىقى- ئورتاقلىشىش ئىجازەتنامىسى",
"common:license.none": "يوق",
"common:modernBrowser": "modern browser",
"common:newpage.create": "بەت قۇرۇش",
"common:newpage.goback": "قايت",
"common:newpage.subtitle": "Would you like to create it now?",
"common:newpage.title": "This page does not exist yet.",
"common:notfound.gohome": "باش بەت",
"common:notfound.subtitle": "بۇ بەت مەۋجۇت ئەمەس.",
"common:notfound.title": "تېپىلمىدى",
"common:outdatedBrowserWarning": "Your browser is outdated. Upgrade to a {{modernBrowser}}.",
"common:page.bookmark": "Bookmark",
"common:page.convert": "بەتنى ئۆزگەرتىش",
"common:page.convertSubtitle": "بەت مەزمۇنى يېڭى تاللانغان تەھرىرلىگۈچنىڭ فورماتىغا ئايلاندۇرۇلىدۇ. شۇنىڭغا دىققەت قىلىڭكى ، بىر قىسىم فورماتلار ياكى كۆرسىتىلمىگەن مەزمۇنلار ئۆزگەرتىش نەتىجىسىدە يوقاپ كېتىشى مۇمكىن. تىز تارتىم بەت تارىخىغا قوشۇلىدۇ ۋە خالىغان ۋاقىتتا ئەسلىگە كەلتۈرگىلى بولىدۇ.",
"common:page.convertTitle": "بۇ بەت ئۈچۈن ئىشلەتمەكچى بولغان تەھرىرلىگۈچنى تاللاڭ.{{title}}",
"common:page.delete": "Delete Page",
"common:page.deleteSubtitle": "The page can be restored from the administration area.",
"common:page.deleteTitle": "Are you sure you want to delete page {{title}}?",
"common:page.editExternal": "{{name}} دا تەھرىرلەش",
"common:page.editPage": "Edit Page",
"common:page.global": "Global",
"common:page.id": "ID {{id}}",
"common:page.lastEditedBy": "Last edited by",
"common:page.loading": "Loading Page...",
"common:page.printFormat": "Print Format",
"common:page.private": "Private",
"common:page.published": "Published",
"common:page.returnNormalView": "Return to Normal View",
"common:page.share": "Share",
"common:page.tags": "خەتكۈچلەر",
"common:page.tagsMatching": "بەتلەرنىڭ ماسكىلىدىغان خەتكۈچلىرى",
"common:page.toc": "Page Contents",
"common:page.unpublished": "Unpublished",
"common:page.unpublishedWarning": "بۇ بەت نەشىر قىلىنمىغان.",
"common:page.versionId": "نەشىر كىملىك نۇمۇرى:",
"common:page.viewingSource": "Viewing source of page {{path}}",
"common:page.viewingSourceVersion": "{{path}}نىڭ {{date}} كۈنىدىكى مەنبەسى كۆرۈلىمەكتە..",
"common:pageSelector.createTitle": "يېڭى بەت ئورنى تاللاش",
"common:pageSelector.folderEmptyWarning": "بۇ ھۆججەت قىسقۇچ قۇرۇق.",
"common:pageSelector.moveTitle": "بەت ئورنىنى يۆتكەش \/ قايتا ئىسىم قىلىش",
"common:pageSelector.pages": "بەتلەر",
"common:pageSelector.selectTitle": "بەت تاللاش",
"common:pageSelector.virtualFolders": "مەۋھۇم ھۆججەت قىسقۇچلار",
"common:password.average": "Average",
"common:password.strong": "Strong",
"common:password.veryStrong": "Very Strong",
"common:password.veryWeak": "Very Weak",
"common:password.weak": "Weak",
"common:sidebar.browse": "كۆرۈش",
"common:sidebar.currentDirectory": "نۆۋەتتىكى مۇندەرىجە",
"common:sidebar.mainMenu": "ئاساسلىق تىزىملىك",
"common:sidebar.root": "(يىلتىز)",
"common:unauthorized.action.create": "سىز بەت قۇرالمايسىز.",
"common:unauthorized.action.download": "بۇ بەتنىڭ مەزمۇنىنى چۈشۈرەلمەيسىز.",
"common:unauthorized.action.downloadVersion": "بۇ بەت نۇسخىسىنىڭ مەزمۇنىنى چۈشۈرەلمەيسىز.",
"common:unauthorized.action.edit": "سىز بەتنى تەھرىرلىيەلمەيسىز.",
"common:unauthorized.action.history": "سىز بەت تارىخىنى كۆرەلمەيسىز.",
"common:unauthorized.action.source": "سىز بەت مەنبەسىنى كۆرەلمەيسىز.",
"common:unauthorized.action.sourceVersion": "سىز بەتنىڭ بۇ نەشىردىكى مەنبەسىنى كۆرەلمەيسىز.",
"common:unauthorized.action.view": "سىز بەتنى كۆرەلمەيسىز.",
"common:unauthorized.goback": "قايت",
"common:unauthorized.login": ".. بولۇپ كىرىش",
"common:unauthorized.title": "رۇخسەتسىز",
"common:user.search": "Search User",
"common:user.searchPlaceholder": "Search Users...",
"common:welcome.createhome": "باش بەتنى قۇر",
"common:welcome.goadmin": "باشقۇرۇش",
"common:welcome.subtitle": "باشلايلى ۋە باش بەتنى قۇرايلى",
"common:welcome.title": "ۋىكىغا خۇش كەلدىڭىز.",
"editor:assets.deleteAsset": "Delete Asset",
"editor:assets.deleteAssetConfirm": "Are you sure you want to delete asset",
"editor:assets.deleteAssetWarn": "This action cannot be undone!",
"editor:assets.deleteSuccess": "Asset deleted successfully.",
"editor:assets.fetchImage": "Fetch Remote Image",
"editor:assets.fileCount": "{{count}} files",
"editor:assets.folderCreateSuccess": "Asset folder created successfully.",
"editor:assets.folderEmpty": "This asset folder is empty.",
"editor:assets.folderName": "Folder Name",
"editor:assets.folderNameNamingRules": "Must follow the asset folder {{namingRules}}.",
"editor:assets.folderNameNamingRulesLink": "naming rules",
"editor:assets.headerActions": "Actions",
"editor:assets.headerAdded": "Added",
"editor:assets.headerFileSize": "File Size",
"editor:assets.headerFilename": "Filename",
"editor:assets.headerId": "ID",
"editor:assets.headerType": "Type",
"editor:assets.imageAlign": "Image Alignment",
"editor:assets.newFolder": "New Folder",
"editor:assets.noUploadError": "You must choose a file to upload first!",
"editor:assets.refreshSuccess": "List of assets refreshed successfully.",
"editor:assets.renameAsset": "Rename Asset",
"editor:assets.renameAssetSubtitle": "Enter the new name for this asset:",
"editor:assets.renameSuccess": "Asset renamed successfully.",
"editor:assets.title": "Assets",
"editor:assets.uploadAssets": "Upload Assets",
"editor:assets.uploadAssetsDropZone": "Browse or Drop files here...",
"editor:assets.uploadFailed": "File upload failed.",
"editor:backToEditor": "Back to Editor",
"editor:ckeditor.stats": "{{chars}}بەلگىلىرى، {{words}} سۆزلەر",
"editor:conflict.editable": "(تەھرىرلىگىلى بولىدىغان)",
"editor:conflict.infoGeneric": "بەتنىڭ ئەي يېقىنقى ئۆزگەرتىلگەن نەشىرى {{authorName}}{{date}} دا ساقلىغان.",
"editor:conflict.leftPanelInfo": "سىزنىڭ نۆۋەتتىكى تەھرىرلىكىڭىز ئاساسلانغان بەت نەشىرى ",
"editor:conflict.localVersion": "يەرلىك نەشىرى",
"editor:conflict.overwrite.description": "ھازىرقى نەشرىڭىزنى ئەڭ يېڭى يىراق مۇساپىلىق مەزمۇنغا ئالماشتۇرۇشنى جەزىملەشتۈرەلەمسىز؟ {{refEditsLost}}",
"editor:conflict.overwrite.editsLost": "سىزنىڭ نۆۋەتتىكى تەھرىرلىگىنىڭىز يوقۇلۇپ كېتىشى مومكىن.",
"editor:conflict.overwrite.title": "يىراق مۇساپىلىق نەشرى ئارقىلىق قايتا يازامسىز؟",
"editor:conflict.pageDescription": "چۈشەندۈرۈلۈشى:",
"editor:conflict.pageTitle": "ماۋزۇ:",
"editor:conflict.readonly": "(ئوقۇشقىلا بولىدۇ)",
"editor:conflict.remoteVersion": "يىراق مۇساپىلىك نەشرى {{refReadOnly}}",
"editor:conflict.rightPanelInfo": "ئاخىرقى قېتىم تەھرىرلىگەن {{authorName}} {{date}}",
"editor:conflict.title": "ساقلاش توقۇنىشىنى ھەل قىلىڭ",
"editor:conflict.useLocal": "يەرلىكتىكىنى ئىشلىتىڭ",
"editor:conflict.useLocalHint": "سول تەرەپ تاختىدىكى مەزمۇننى ئىشلىىتىڭ",
"editor:conflict.useRemote": "يىراق مۇساپىنى ئىشلىتىڭ",
"editor:conflict.useRemoteHint": "يەرلىكتىكى ئۆزگەرتىشنى بىكار قىلىپ، ئاخىرقى نەشىرنى ئىشلىتىڭ",
"editor:conflict.viewLatestVersion": "ئاخىرقى نەشىرىنى كۆرۈش",
"editor:conflict.warning": "توقۇنۇشنى ساقلىغىن! باشقا بىر ئىشلەتكۈچى بۇرۇنلا بۇ بەتنى ئۆزگەرتكەن.",
"editor:conflict.whatToDo": " نېمە قىلغۇڭىز بار?",
"editor:conflict.whatToDoLocal": "ھازىرقى يەرلىك نۇسخىسىڭىزنى ئىشلىتىڭ ۋە ئەڭ يېڭى ئۆزگىرىشلەر بىلەن كارىڭىز بولمىسۇن..",
"editor:conflict.whatToDoRemote": "يىراق مۇساپىلىك نەشىرىنى ئىشلىتىڭ ۋە ئۆزگەرتكىنىڭىزدىن ۋاز كېچىڭ.",
"editor:markup.blockquote": "Blockquote",
"editor:markup.blockquoteError": "Error Blockquote",
"editor:markup.blockquoteInfo": "Info Blockquote",
"editor:markup.blockquoteSuccess": "Success Blockquote",
"editor:markup.blockquoteWarning": "Warning Blockquote",
"editor:markup.bold": "Bold",
"editor:markup.distractionFreeMode": "Distraction Free Mode",
"editor:markup.heading": "Heading {{level}}",
"editor:markup.horizontalBar": "Horizontal Bar",
"editor:markup.inlineCode": "Inline Code",
"editor:markup.insertAssets": "Insert Assets",
"editor:markup.insertBlock": "Insert Block",
"editor:markup.insertCodeBlock": "Insert Code Block",
"editor:markup.insertDiagram": "Insert Diagram",
"editor:markup.insertLink": "Insert Link",
"editor:markup.insertMathExpression": "Insert Math Expression",
"editor:markup.insertVideoAudio": "Insert Video \/ Audio",
"editor:markup.italic": "Italic",
"editor:markup.keyboardKey": "Keyboard Key",
"editor:markup.markdownFormattingHelp": "Markdown Formatting Help",
"editor:markup.noSelectionError": "تېكىستنى ئاۋۋال تاللاش كېرەك!",
"editor:markup.orderedList": "Ordered List",
"editor:markup.strikethrough": "Strikethrough",
"editor:markup.subscript": "Subscript",
"editor:markup.superscript": "Superscript",
"editor:markup.tableHelper": "Table Helper",
"editor:markup.togglePreviewPane": "Hide \/ Show Preview Pane",
"editor:markup.toggleSpellcheck": "ئىملا تەكشۈرۈشنى ئالماشتۇرۇش",
"editor:markup.unorderedList": "Unordered List",
"editor:page": "Page",
"editor:props.allowComments": "Allow Comments",
"editor:props.allowCommentsHint": "Enable commenting abilities on this page.",
"editor:props.allowRatings": "Allow Ratings",
"editor:props.allowRatingsHint": "Enable rating capabilities on this page.",
"editor:props.categorization": "Categorization",
"editor:props.css": "CSS",
"editor:props.cssHint": "CSS will automatically be minified upon saving. Do not include surrounding style tags, only the actual CSS code.",
"editor:props.displayAuthor": "Display Author Info",
"editor:props.displayAuthorHint": "Show the page author along with the last edition time.",
"editor:props.displaySharingBar": "Display Sharing Toolbar",
"editor:props.displaySharingBarHint": "Show a toolbar with buttons to share and print this page",
"editor:props.html": ".HTML",
"editor:props.htmlHint": " سىز چوقۇم javascript كودىڭىزنى HTML تەگلىكنىڭ ئىچىگە ئىلىڭ.",
"editor:props.info": "Info",
"editor:props.locale": "Locale",
"editor:props.pageInfo": "Page Info",
"editor:props.pageProperties": "Page Properties",
"editor:props.path": "Path",
"editor:props.pathCategorization": "Path & Categorization",
"editor:props.pathHint": "Do not include any leading or trailing slashes.",
"editor:props.publishEnd": "Publish ending on...",
"editor:props.publishEndHint": "Leave empty for no end date",
"editor:props.publishStart": "Publish starting on...",
"editor:props.publishStartHint": "Leave empty for no start date",
"editor:props.publishState": "Publishing State",
"editor:props.publishToggle": "Published",
"editor:props.publishToggleHint": "Unpublished pages are still visible to users with write permissions on this page.",
"editor:props.scheduling": "Scheduling",
"editor:props.scripts": "Scripts",
"editor:props.shortDescription": "Short Description",
"editor:props.shortDescriptionHint": "Shown below the title",
"editor:props.social": "Social",
"editor:props.socialFeatures": "Social Features",
"editor:props.styles": "ئۇسلۇبلار",
"editor:props.tags": "Tags",
"editor:props.tagsHint": "Use tags to categorize your pages and make them easier to find.",
"editor:props.title": "Title",
"editor:props.toc": "TOC",
"editor:props.tocHeadingLevels": "سۈكۈتتىكى TOC ماۋزۇ دەرىجىسى",
"editor:props.tocHeadingLevelsHint": "مەزمۇن جەدۋىلىدە سۈكۈتتىكى ھالەتتە تاللانغان دەرىجىگە قەدەر ماۋزۇ كۆرسىتىلىدۇ.",
"editor:props.tocTitle": "مۇندەرىجە جەدۋىلى",
"editor:props.tocUseDefault": "تور بىتىنى سۈكۈتتىكى ھالەتتە ئىشلىتىش",
"editor:save.createSuccess": "Page created successfully.",
"editor:save.error": "An error occurred while creating the page",
"editor:save.pleaseWait": "Please wait...",
"editor:save.processing": "Rendering",
"editor:save.saved": "ساقلاندى",
"editor:save.updateSuccess": "بەت ئوڭۇشلۇق يېڭىلاندى.",
"editor:select.cannotChange": "This cannot be changed once the page is created.",
"editor:select.customView": "ياكى خاس كۆرىنىش ھاسىل قىلامدۇ؟",
"editor:select.title": "Which editor do you want to use for this page?",
"editor:unsaved.body": "You have unsaved changes. Are you sure you want to leave the editor and discard any modifications you made since the last save?",
"editor:unsaved.title": "Discard Unsaved Changes?",
"editor:unsavedWarning": "سىز تېخى تەھرىلىگەننى ساقلىمىدىڭىز. سىز راستىنلا بۇ تەھررىلەشتىن چىكىنەمسىز؟",
"history:restore.confirmButton": "ئەسلىگە كەلتۈرۈش",
"history:restore.confirmText": "Are you sure you want to restore this page content as it was on {{date}}? This version will be copied on top of the current history. As such, newer versions will still be preserved.",
"history:restore.confirmTitle": "بەت نەشىرىنى ئەسلىگە كەلتۈرگىلى بولامدۇ؟",
"history:restore.success": "بەت نەشىرى مۇۋاپىقىيەتىلك ئەسلىگە كەلتۈرۈلدى.",
"profile:activity.commentsPosted": "ئىنكاس يوللاندى.",
"profile:activity.joinedOn": "قوشۇلغان",
"profile:activity.lastLoginOn": "ئاخىرقى قېتىم كىرگەن ۋاقىت",
"profile:activity.lastUpdatedOn": "ئارخىپ ئاخىرقى قېتىم يېڭىلانغان",
"profile:activity.pagesCreated": "بەتلەر قۇرۇلدى",
"profile:activity.title": "پائالىيەت",
"profile:appearance": "كۆرۈنۈش",
"profile:appearanceDark": "قاراڭغۇ",
"profile:appearanceDefault": "تور بىكەتنىڭ سۈكۈتتىكى قىممىتى ",
"profile:appearanceLight": "يورۇق",
"profile:auth.changePassSuccess": "پارول مۇۋاپىقىيەتلىك ئۆزگەرتىلدى.",
"profile:auth.changePassword": "پارۇل ئۆزگەرتىش",
"profile:auth.currentPassword": "نۆۋەتتىكى پارۇل",
"profile:auth.newPassword": "يېڭى پارۇل",
"profile:auth.provider": "تەمىنلىگۈچى",
"profile:auth.title": "دەلىللەش",
"profile:auth.verifyPassword": "يېڭى پارۇلنى جەزىملەشتۈرۈش",
"profile:comments.title": "ئىنكاسلار",
"profile:dateFormat": "چېسلا شەكلى",
"profile:displayName": "كۆرسىتىش نامى",
"profile:groups.title": "گۇرۇپپىلار",
"profile:jobTitle": "خىزمەت نامى",
"profile:localeDefault": "يەرلىك سۈكۈتتىكى قىممەت",
"profile:location": "ئورنى",
"profile:myInfo": "ئۇچۇرىم",
"profile:pages.emptyList": "كۆرسىتىشكە تىگىشلىك بەت يوق.",
"profile:pages.headerCreatedAt": "قۇرۇلغان",
"profile:pages.headerPath": "يول",
"profile:pages.headerTitle": "ماۋزۇ",
"profile:pages.headerUpdatedAt": "ئاخىرقى قېتىم يېڭىلاندى",
"profile:pages.refreshSuccess": "بەت تېزىملىكى يېڭىلانغان.",
"profile:pages.subtitle": "مەن قۇرغان ياكى ئاخىرقى قېتىم تۈزەتكەن بەتلەر تىزىملىكى",
"profile:pages.title": "بەتلەر",
"profile:preferences": "قىزىقىشلار",
"profile:save.success": "ئارخىپ مۇۋەپپەقىيەتلىك ساقلاندى.",
"profile:subtitle": "شەخسى ئۇچۇرىم",
"profile:timezone": "ۋاقىت رايونى",
"profile:title": "ئارخىپ",
"profile:viewPublicProfile": "ئاشكارا ئارخىپنى كۆرۈش",
"tags:clearSelection": "تاللاشنى تازىلاش",
"tags:currentSelection": "نۆۋەتتىكى تاللانما",
"tags:locale": "ئورۇن",
"tags:localeAny": "ھەرقانداق",
"tags:noResults": "تاللانغان خەتكۈچلەر بىلەن ھېچقانداق بەت تىپىلمىدى.",
"tags:noResultsWithFilter": "نۆۋەتتىكى سۈزۈش تاللاشلىرىغا ماس كېلىدىغان بەتنى تاپالمىدىم.",
"tags:orderBy": "بويرۇتماق بويىچە",
"tags:orderByField.ID": "كىملىك",
"tags:orderByField.creationDate": "ئىجادىيەت ۋاقتى",
"tags:orderByField.lastModified": "ئاخىرقى قېتىم ئۆزگەرتىلگەن",
"tags:orderByField.path": "يول",
"tags:orderByField.title": "ماۋزۇ",
"tags:pageLastUpdated": "ئەڭ ئاخىرقى يېڭىلانغان {{date}}",
"tags:retrievingResultsLoading": "بەت نەتىجىسىنى ئەسلىگە كەلتۈرۈش ...",
"tags:searchWithinResultsPlaceholder": "نەتىجە ئىچىدە ئىزدەش...",
"tags:selectOneMoreTags": "بىر ياكى بىر قانچە خەتكۈچنى تاللاش",
"tags:selectOneMoreTagsHint": "سول تەرەپتىن بىر ياكى كۆپ خەتكۈچلەرنى تاللاڭ."
}