forked from requarks/wiki-localization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hi-in.json
905 lines (905 loc) · 63.6 KB
/
hi-in.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
{
"admin:adminArea": "Administration Area",
"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": "Disable API",
"admin:api.disabled": "API Disabled",
"admin:api.enableButton": "Enable API",
"admin:api.enabled": "API Enabled",
"admin:api.expiration180d": "180 days",
"admin:api.expiration1y": "1 year",
"admin:api.expiration30d": "30 days",
"admin:api.expiration3y": "3 years",
"admin:api.expiration90d": "90 days",
"admin:api.headerCreated": "Created",
"admin:api.headerExpiration": "Expiration",
"admin:api.headerKeyEnding": "Key Ending",
"admin:api.headerLastUpdated": "Last Updated",
"admin:api.headerName": "Name",
"admin:api.headerRevoke": "Revoke",
"admin:api.newKeyButton": "New API Key",
"admin:api.newKeyCopyWarn": "Copy the key shown below as {{bold}}",
"admin:api.newKeyCopyWarnBold": "it will NOT be shown again",
"admin:api.newKeyExpiration": "Expiration",
"admin:api.newKeyExpirationHint": "You can still revoke a key anytime regardless of the expiration.",
"admin:api.newKeyFullAccess": "Full Access",
"admin:api.newKeyGroup": "Group",
"admin:api.newKeyGroupError": "You must select a group.",
"admin:api.newKeyGroupHint": "The API key will have the same permissions as the selected group.",
"admin:api.newKeyGroupPermissions": "or use group permissions...",
"admin:api.newKeyGuestGroupError": "The guests group cannot be used for API keys.",
"admin:api.newKeyName": "Name",
"admin:api.newKeyNameError": "Name is missing or invalid.",
"admin:api.newKeyNameHint": "Purpose of this key",
"admin:api.newKeyPermissionScopes": "Permission Scopes",
"admin:api.newKeySuccess": "API key created successfully.",
"admin:api.newKeyTitle": "New API Key",
"admin:api.noKeyInfo": "No API keys have been generated yet.",
"admin:api.refreshSuccess": "List of API keys has been refreshed.",
"admin:api.revoke": "Revoke",
"admin:api.revokeConfirm": "Revoke API Key?",
"admin:api.revokeConfirmText": "Are you sure you want to revoke key {{name}}? This action cannot be undone!",
"admin:api.revokeSuccess": "The key has been revoked successfully.",
"admin:api.subtitle": "Manage keys to access the API",
"admin:api.title": "API Access",
"admin:api.toggleStateDisabledSuccess": "API has been disabled successfully.",
"admin:api.toggleStateEnabledSuccess": "API has been enabled successfully.",
"admin:auth.activeStrategies": "सक्रिय रणनीतियाँ",
"admin:auth.addStrategy": "रणनीति जोड़ें",
"admin:auth.allowedWebOrigins": "Allowed Web Origins",
"admin:auth.autoEnrollGroups": "Assign to group",
"admin:auth.autoEnrollGroupsHint": "Automatically assign new users to these groups.",
"admin:auth.callbackUrl": "Callback URL \/ Redirect URI",
"admin:auth.configReference": "Configuration Reference",
"admin:auth.configReferenceSubtitle": "Some strategies may require some configuration values to be set on your provider. These are provided for reference only and may not be needed by the current strategy.",
"admin:auth.displayName": "प्रदर्शित होने वाला नाम",
"admin:auth.displayNameHint": "इस प्रमाणीकरण कार्यनीति के लिए अंतिम उपयोगकर्ता को दिखाया गया शीर्षक।",
"admin:auth.domainsWhitelist": "Limit to specific email domains",
"admin:auth.domainsWhitelistHint": "A list of domains authorized to register. The user email address domain must match one of these to gain access.",
"admin:auth.force2fa": "Force all users to use Two-Factor Authentication (2FA)",
"admin:auth.force2faHint": "Users will be required to setup 2FA the first time they login and cannot be disabled by the user.",
"admin:auth.globalAdvSettings": "Global Advanced Settings",
"admin:auth.jwtAudience": "JWT Audience",
"admin:auth.jwtAudienceHint": "Audience URN used in JWT issued upon login. Usually your domain name. (e.g. urn:your.domain.com)",
"admin:auth.loginUrl": "Login URL",
"admin:auth.logoutUrl": "Logout URL",
"admin:auth.refreshSuccess": "List of strategies has been refreshed.",
"admin:auth.registration": "Registration",
"admin:auth.saveSuccess": "Authentication configuration saved successfully.",
"admin:auth.security": "Security",
"admin:auth.selfRegistration": "Allow self-registration",
"admin:auth.selfRegistrationHint": "Allow any user successfully authorized by the strategy to access the wiki.",
"admin:auth.siteUrlNotSetup": "You must set a valid {{siteUrl}} first! Click on {{general}} in the left sidebar.",
"admin:auth.strategies": "Strategies",
"admin:auth.strategyConfiguration": "Strategy Configuration",
"admin:auth.strategyIsEnabled": "सक्रिय",
"admin:auth.strategyIsEnabledHint": "क्या उपयोगकर्ता इस रणनीति का उपयोग करके लॉगिन करने में सक्षम हैं?",
"admin:auth.strategyNoConfiguration": "This strategy has no configuration options you can modify.",
"admin:auth.strategyState": "This strategy is {{state}} {{locked}}",
"admin:auth.strategyStateActive": "active",
"admin:auth.strategyStateInactive": "not active",
"admin:auth.strategyStateLocked": "and cannot be disabled.",
"admin:auth.subtitle": "Configure the authentication settings of your wiki",
"admin:auth.title": "Authentication",
"admin:auth.tokenEndpointAuthMethod": "Token Endpoint Authentication Method",
"admin:auth.tokenExpiration": "Token Expiration",
"admin:auth.tokenExpirationHint": "The expiration period of a token until it must be renewed. (default: 30m)",
"admin:auth.tokenRenewalPeriod": "Token Renewal Period",
"admin:auth.tokenRenewalPeriodHint": "The maximum period a token can be renewed when expired. (default: 14d)",
"admin:comments.provider": "Provider",
"admin:comments.providerConfig": "Provider Configuration",
"admin:comments.providerNoConfig": "इस प्रदाता के पास कोई कॉन्फ़िगरेशन विकल्प नहीं है जिसे आप संशोधित कर सकते हैं।",
"admin:comments.subtitle": "अपने विकि पृष्ठों पर चर्चा जोड़ें",
"admin:comments.title": "Comments",
"admin:contribute.becomeAPatron": "Become a Patron",
"admin:contribute.becomeASponsor": "Become a Sponsor",
"admin:contribute.contribute": "Contribute",
"admin:contribute.ethereum": "We accept donations using 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": "Become a backer or sponsor via Patreon (goes directly into supporting lead developer Nicolas Giard's goal of working full-time on Wiki.js)",
"admin:contribute.paypal": "Make a one-time or recurring donation via 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": "Contribute to 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": "Dashboard",
"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": "Flags",
"admin:dev.graphiql.title": "GraphiQL",
"admin:dev.title": "Developer Tools",
"admin:dev.voyager.title": "Voyager",
"admin:editor.title": "Editor",
"admin:extensions.subtitle": "अतिरिक्त कार्यक्षमता के लिए extensions install करें",
"admin:extensions.title": "Extensions",
"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": "Content License",
"admin:general.contentLicenseHint": "License shown in the footer of all content pages.",
"admin:general.footerCopyright": "Footer Copyright",
"admin:general.general": "General",
"admin:general.logo": "Logo",
"admin:general.logoUrl": "Logo URL",
"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.saveSuccess": "साइट विन्यास सफलतापूर्वक बचाया।",
"admin:general.siteBranding": "Site Branding",
"admin:general.siteDescription": "Site Description",
"admin:general.siteDescriptionHint": "Default description when none is provided for a page.",
"admin:general.siteInfo": "Site Info",
"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": "Main settings of your wiki",
"admin:general.title": "General",
"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": "Groups",
"admin:locale.activeNamespaces.hint": "List of locales enabled for multilingual namespacing. The base locale defined above will always be included regardless of this selection.",
"admin:locale.activeNamespaces.label": "Active Namespaces",
"admin:locale.autoUpdate.hint": "Automatically download updates to this locale as they become available.",
"admin:locale.autoUpdate.hintWithNS": "Automatically download updates to all namespaced locales enabled below.",
"admin:locale.autoUpdate.label": "Update Automatically",
"admin:locale.availability": "Availability",
"admin:locale.base.hint": "All UI text elements will be displayed in selected language.",
"admin:locale.base.label": "Site Locale",
"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": "Enables multiple language versions of the same page.",
"admin:locale.namespaces.label": "Multilingual Namespaces",
"admin:locale.namespacing": "Multilingual Namespacing",
"admin:locale.namespacingPrefixWarning.subtitle": "Paths without a locale code will be automatically redirected to the base locale defined above.",
"admin:locale.namespacingPrefixWarning.title": "The locale code will be prefixed to all paths. (e.g. \/{{langCode}}\/page-name)",
"admin:locale.nativeName": "Native Name",
"admin:locale.rtl": "RTL",
"admin:locale.settings": "Locale Settings",
"admin:locale.sideload": "Sideload Locale Package",
"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": "Locale",
"admin:logging.title": "Logging",
"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": "A test email was sent successfully.",
"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.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": "Verify SSL Certificate",
"admin:mail.smtpVerifySSLHint": "कुछ होस्ट को SSL प्रमाणपत्र जाँच अक्षम करने की आवश्यकता है। उचित सुरक्षा के लिए सक्षम छोड़ दें।",
"admin:mail.subtitle": "Configure mail settings",
"admin:mail.test": "Send a test email",
"admin:mail.testHint": "Send a test email to ensure your SMTP configuration is working.",
"admin:mail.testRecipient": "Recipient Email Address",
"admin:mail.testSend": "Send Email",
"admin:mail.title": "Mail",
"admin:nav.modules": "Modules",
"admin:nav.site": "Site",
"admin:nav.system": "System",
"admin:nav.users": "Users",
"admin:navigation.copyFromLocale": "Copy from locale...",
"admin:navigation.copyFromLocaleInfoText": "उस स्थान का चयन करें जहां से आइटम की की नकल की जाएगी। आइटम को सक्रिय language\/locale में आइटम की वर्तमान सूची में जोड़ा जाएगा।",
"admin:navigation.delete": "Delete {{kind}}",
"admin:navigation.divider": "Divider",
"admin:navigation.edit": "Edit {{kind}}",
"admin:navigation.emptyList": "Navigation is empty",
"admin:navigation.header": "Header",
"admin:navigation.icon": "Icon",
"admin:navigation.label": "Label",
"admin:navigation.link": "Link",
"admin:navigation.mode": "Navigation Mode",
"admin:navigation.modeCustom.description": "Static Navigation Menu + Site Tree Button",
"admin:navigation.modeCustom.title": "Custom Navigation",
"admin:navigation.modeNone.description": "Disable Site Navigation",
"admin:navigation.modeNone.title": "None",
"admin:navigation.modeSiteTree.description": "Classic Tree-based Navigation",
"admin:navigation.modeSiteTree.title": "Site Tree",
"admin:navigation.modeStatic.description": "Static Navigation Menu Only",
"admin:navigation.modeStatic.title": "Static Navigation",
"admin:navigation.navType.external": "External Link",
"admin:navigation.navType.externalblank": "बाहरी लिंक (नई विंडो)",
"admin:navigation.navType.home": "Home",
"admin:navigation.navType.page": "Page",
"admin:navigation.navType.searchQuery": "Search Query",
"admin:navigation.noItemsText": "Click the Add button to add your first navigation item.",
"admin:navigation.noSelectionText": "Select a navigation item on the left.",
"admin:navigation.saveSuccess": "Navigation saved successfully.",
"admin:navigation.selectPageButton": "Select Page...",
"admin:navigation.sourceLocale": "Source Locale",
"admin:navigation.sourceLocaleHint": "जिस स्थान से नेविगेशन आइटम की नकल की जाएगी।",
"admin:navigation.subtitle": "Manage the site navigation",
"admin:navigation.target": "Target",
"admin:navigation.targetType": "Target Type",
"admin:navigation.title": "Navigation",
"admin:navigation.untitled": "Untitled {{kind}}",
"admin:navigation.visibilityMode.all": "Visible to everyone",
"admin:navigation.visibilityMode.restricted": "Visible to select groups...",
"admin:pages.title": "Pages",
"admin:rendering.subtitle": "पृष्ठ प्रतिपादन पाइपलाइन को कॉन्फ़िगर करें",
"admin:rendering.title": "Rendering",
"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": "Search Engine",
"admin:security.bypassLogin": "बाईपास लॉगिन स्क्रीन",
"admin:security.bypassLoginHint": "क्या उपयोगकर्ता\/user को पहले प्रमाणीकरण प्रदाता\/authenticator provider के लिए स्वचालित रूप से पुनर्निर्देशित किया जाना चाहिए ?",
"admin:security.enforce2fa": "2FA लागू करें",
"admin:security.enforce2faHint": "उपयोगकर्ता\/पासवर्ड फॉर्म के साथ एक प्रमाणीकरण प्रदाता का उपयोग करते समय सभी उपयोगकर्ताओं को टू-फैक्टर ऑथेंटिकेशन का उपयोग करने के लिए मजबूर करें।",
"admin:security.hideLocalLogin": "स्थानीय प्रमाणीकरण\/Local Authentication प्रदाता छिपाएँ",
"admin:security.hideLocalLoginHint": "लॉगिन स्क्रीन पर स्थानीय प्रमाणीकरण प्रदाता न दिखाएं। URL में अस्थायी रूप से उपयोग करने के लिए ?all जोड़ें।",
"admin:security.jwt": "JWT कॉन्फ़िगरेशन",
"admin:security.login": "लॉगिन",
"admin:security.loginBgUrl": "Login के Background की Image URL",
"admin:security.loginBgUrlHint": "लॉगिन पेज के बैकग्राउंड के लिए एक छवि निर्दिष्ट करें। PNG and JPG are supported, 1920x1080 recommended. डिफ़ॉल्ट के लिए खाली छोड़ दें। नई छवि अपलोड करने के लिए दाईं ओर दिए गए बटन पर क्लिक करें। ध्यान दें कि अतिथि समूह को चयनित छवि तक पढ़ना-पहुंचना आवश्यक है!",
"admin:security.loginScreen": "लॉगिन स्क्रीन",
"admin:security.loginSecurity": "सुरक्षा",
"admin:security.maxUploadBatch": "Max Files per Upload",
"admin:security.maxUploadBatchHint": "एक ही बैच\/request में कितनी फाइलें अपलोड की जा सकती हैं?",
"admin:security.maxUploadBatchSuffix": "Files",
"admin:security.maxUploadSize": "Max Upload Size",
"admin:security.maxUploadSizeHint": "एक फ़ाइल के लिए अधिकतम size.",
"admin:security.maxUploadSizeSuffix": "बाइट्स",
"admin:security.subtitle": "सुरक्षा सेटिंग्स कॉन्फ़िगर करें",
"admin:security.title": "सुरक्षा",
"admin:security.uploads": "अपलोड",
"admin:security.uploadsInfo": "ये सेटिंग्स केवल विकी को प्रभावित करती हैं। यदि आप एक रिवर्स-प्रॉक्सी (उदाहरण के लिए nginx, apache, Cloudflare) का उपयोग कर रहे हैं, तो आपको मिलान करने के लिए इसकी सेटिंग्स भी बदलनी चाहिए।",
"admin:ssl.currentState": "Current State",
"admin:ssl.domain": "Domain",
"admin:ssl.domainHint": "Enter the fully qualified domain pointing to your wiki. (e.g. wiki.example.com)",
"admin:ssl.expiration": "Certificate Expiration",
"admin:ssl.httpPort": "HTTP Port",
"admin:ssl.httpPortHint": "Non-SSL port the server will listen to for HTTP requests. Usually 80 or 3000.",
"admin:ssl.httpPortRedirect": "Redirect HTTP requests to HTTPS",
"admin:ssl.httpPortRedirectHint": "Will automatically redirect any requests on the HTTP port to HTTPS.",
"admin:ssl.httpPortRedirectSaveSuccess": "HTTP Redirection changed successfully.",
"admin:ssl.httpPortRedirectTurnOff": "Turn Off",
"admin:ssl.httpPortRedirectTurnOn": "Turn On",
"admin:ssl.httpsPort": "HTTPS Port",
"admin:ssl.httpsPortHint": "SSL port the server will listen to for HTTPS requests. Usually 443.",
"admin:ssl.ports": "Ports",
"admin:ssl.provider": "Provider",
"admin:ssl.providerCustomCertificate": "Custom Certificate",
"admin:ssl.providerDisabled": "Disabled",
"admin:ssl.providerHint": "Select Custom Certificate if you have your own certificate already.",
"admin:ssl.providerLetsEncrypt": "Let's Encrypt",
"admin:ssl.providerOptions": "Provider Options",
"admin:ssl.renewCertificate": "Renew Certificate",
"admin:ssl.renewCertificateLoadingSubtitle": "Do not leave this page.",
"admin:ssl.renewCertificateLoadingTitle": "Renewing Certificate...",
"admin:ssl.renewCertificateSuccess": "Certificate renewed successfully.",
"admin:ssl.status": "Certificate Status",
"admin:ssl.subscriberEmail": "Subscriber Email",
"admin:ssl.subtitle": "Manage SSL configuration",
"admin:ssl.title": "SSL",
"admin:ssl.writableConfigFileWarning": "Note that your config file must be writable in order to persist ports configuration.",
"admin:stats.title": "Statistics",
"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": "Last synchronization {{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": "Storage",
"admin:storage.unsupported": "Unsupported",
"admin:system.configFile": "Configuration File",
"admin:system.cpuCores": "CPU Cores",
"admin:system.currentVersion": "Current Version",
"admin:system.dbPartialSupport": "Your database version is not fully supported. Some functionality may be limited or not work as expected.",
"admin:system.hostInfo": "Host Information",
"admin:system.hostname": "Hostname",
"admin:system.latestVersion": "Latest Version",
"admin:system.os": "Operating System",
"admin:system.published": "Published",
"admin:system.ramUsage": "RAM Usage: {{used}} \/ {{total}}",
"admin:system.refreshSuccess": "System Info has been refreshed.",
"admin:system.subtitle": "Information about your system",
"admin:system.title": "System Info",
"admin:system.totalRAM": "Total RAM",
"admin:system.workingDirectory": "Working Directory",
"admin:tags.date": "Created {{created}} and last updated {{updated}}.",
"admin:tags.delete": "Delete this tag",
"admin:tags.deleteConfirm": "Delete Tag?",
"admin:tags.deleteConfirmText": "Are you sure you want to delete tag {{tag}}? The tag will also be unlinked from all pages.",
"admin:tags.deleteSuccess": "Tag deleted successfully.",
"admin:tags.edit": "Edit Tag",
"admin:tags.emptyList": "No tags to display.",
"admin:tags.filter": "Filter...",
"admin:tags.label": "Label",
"admin:tags.noItemsText": "Add a tag to a page to get started.",
"admin:tags.noSelectionText": "Select a tag from the list on the left.",
"admin:tags.refreshSuccess": "Tags have been refreshed.",
"admin:tags.saveSuccess": "Tag has been saved successfully.",
"admin:tags.subtitle": "Manage page tags",
"admin:tags.tag": "Tag",
"admin:tags.title": "Tags",
"admin:tags.viewLinkedPages": "View Linked Pages",
"admin:theme.bodyHtmlInjection": "Body HTML Injection",
"admin:theme.bodyHtmlInjectionHint": "HTML code to be injected just before the closing body tag.",
"admin:theme.codeInjection": "Code Injection",
"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": "Dark Mode",
"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": "Download Themes",
"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": "Site Theme",
"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": "Modify the look & feel of your wiki",
"admin:theme.title": "Theme",
"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": "Are you sure you want to delete user {{username}}?",
"admin:users.deleteConfirmTitle": "Delete User?",
"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": "Users",
"admin:users.toggle2FA": "Toggle 2FA",
"admin:users.unverified": "Unverified",
"admin:users.updateUser": "Update User",
"admin:users.userActivateSuccess": "User has been activated successfully.",
"admin:users.userAlreadyAssignedToGroup": "User is already assigned to this group!",
"admin:users.userDeactivateSuccess": "User deactivated successfully.",
"admin:users.userTFADisableSuccess": "2FA सफलतापूर्वक अक्षम कर दिया गया",
"admin:users.userTFAEnableSuccess": "2FA सफलतापूर्वक सक्षम किया गया था।",
"admin:users.userUpdateSuccess": "User updated successfully.",
"admin:users.userVerifySuccess": "User has been verified successfully.",
"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.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": "Utilities",
"admin:utilities.tools": "Tools",
"admin:webhooks.subtitle": "Manage webhooks to external services",
"admin:webhooks.title": "Webhooks",
"auth:actions.login": "Log In",
"auth:actions.register": "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": "Invalid Login",
"auth:errors.invalidLoginMsg": "The email or password is invalid.",
"auth:errors.invalidUserEmail": "Invalid User Email",
"auth:errors.loginError": "Login error",
"auth:errors.notYetAuthorized": "You have not been authorized to login to this site yet.",
"auth:errors.tooManyAttempts": "Too many attempts!",
"auth:errors.tooManyAttemptsMsg": "You've made too many failed attempts in a short period of time, please try again {{time}}.",
"auth:errors.userNotFound": "User not found",
"auth:fields.email": "Email Address",
"auth:fields.emailUser": "Email \/ Username",
"auth:fields.name": "Name",
"auth:fields.password": "Password",
"auth:fields.username": "उपयोगकर्ता नाम",
"auth:fields.verifyPassword": "Verify Password",
"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": "Login required",
"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 Active Directory",
"auth:providers.facebook": "Facebook",
"auth:providers.github": "GitHub",
"auth:providers.google": "Google ID",
"auth:providers.ldap": "LDAP \/ Active Directory",
"auth:providers.local": "Local",
"auth:providers.slack": "Slack",
"auth:providers.windowslive": "Microsoft Account",
"auth:registerCheckEmail": "Check your emails to activate your account.",
"auth:registerSubTitle": "Fill-in the form below to create your account.",
"auth:registerSuccess": "Account created successfully!",
"auth:registerTitle": "Create an account",
"auth:registering": "Creating account...",
"auth:selectAuthProvider": "स्थानीय प्रमाणीकरण\/Local Authentication प्रदाता छिपाएँ",
"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": "Security code required:",
"auth:tfa.title": "Two Factor Authentication",
"auth:tfa.verifyToken": "Verify",
"auth:tfaFormTitle": "अपने विश्वसनीय उपकरण से उत्पन्न सुरक्षा कोड दर्ज करें:",
"auth:tfaSetupInstrFirst": "1) अपने मोबाइल 2FA एप्लिकेशन से नीचे दिए गए QR कोड को स्कैन करें:",
"auth:tfaSetupInstrSecond": "2) अपने विश्वसनीय डिवाइस से उत्पन्न सुरक्षा कोड दर्ज करें:",
"auth:tfaSetupTitle": "आपके व्यवस्थापक को आपके खाते पर सक्षम होने के लिए टू-फैक्टर ऑथेंटिकेशन (2FA) की आवश्यकता है।",
"common:actions.add": "Add",
"common:actions.apply": "Apply",
"common:actions.browse": "Browse...",
"common:actions.cancel": "Cancel",
"common:actions.clear": "Clear",
"common:actions.close": "Close",
"common:actions.confirm": "Confirm",
"common:actions.convert": "रूपांतरण",
"common:actions.copy": "Copy",
"common:actions.create": "Create",
"common:actions.delete": "Delete",
"common:actions.discard": "Discard",
"common:actions.discardChanges": "Discard Changes",
"common:actions.download": "Download",
"common:actions.edit": "Edit",
"common:actions.exit": "बाहर जाएं",
"common:actions.fetch": "Fetch",
"common:actions.generate": "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": "Proceed",
"common:actions.properties": "Properties",
"common:actions.refresh": "Refresh",
"common:actions.rename": "Rename",
"common:actions.returnToTop": "शीर्ष पर लौटें",
"common:actions.save": "Save",
"common:actions.saveChanges": "Save Changes",
"common:actions.select": "चुनें",
"common:actions.upload": "Upload",
"common:comments.beFirst": "टिप्पणी करने वाला पहला व्यक्ति बनें।",
"common:comments.contentMissingError": "टिप्पणी खाली है या बहुत छोटी है!",
"common:comments.deleteConfirmTitle": "हटाने की पुष्टि करें",
"common:comments.deletePermanentWarn": "इस कार्रवाई को पूर्ववत नहीं किया जा सकता!",
"common:comments.deleteSuccess": "टिप्पणी को सफलतापूर्वक हटा दिया गया।",
"common:comments.deleteWarn": "क्या आप वाकई इस टिप्पणी को स्थायी रूप से हटाना चाहते हैं?",
"common:comments.fieldContent": "Comment Content",
"common:comments.fieldEmail": "आपका ईमेल पता",
"common:comments.fieldName": "आपका नाम",
"common:comments.loading": "टिप्पणियां लोड हो रही हैं ...",
"common:comments.markdownFormat": "मार्कडाउन प्रारूप",
"common:comments.modified": "{{reldate}} संशोधित",
"common:comments.newComment": "New Comment",
"common:comments.newPlaceholder": "एक नई टिप्पणी लिखें ...",
"common:comments.none": "अभी कोई टिप्पणी नही।",
"common:comments.postComment": "टिप्पणी पोस्ट करें",
"common:comments.postSuccess": "नई टिप्पणी सफलतापूर्वक पोस्ट की गई।",
"common:comments.postingAs": "{{नाम}} के रूप में पोस्टिंग",
"common:comments.sdTitle": "बातचीत",
"common:comments.title": "टिप्पणियाँ",
"common:comments.updateComment": "टिप्पणी परिवर्तन",
"common:comments.updateSuccess": "टिप्पणी सफलतापूर्वक अपडेट की गई।",
"common:comments.viewDiscussion": "View Discussion",
"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": "Content is available under the {{license}}, by {{company}}.",
"common:footer.poweredBy": "Powered by",
"common:header.account": "Account",
"common:header.admin": "Administration",
"common:header.assets": "Assets",
"common:header.browseTags": "Browse by Tags",
"common:header.convert": "रूपांतरण",
"common:header.currentPage": "Current Page",
"common:header.delete": "Delete",
"common:header.duplicate": "डुप्लिकेट",
"common:header.edit": "Edit",
"common:header.history": "History",
"common:header.home": "Home",
"common:header.imagesFiles": "Images & Files",
"common:header.language": "Language",
"common:header.login": "Login",
"common:header.logout": "Logout",
"common:header.move": "Move \/ Rename",
"common:header.myWiki": "My Wiki",
"common:header.newPage": "New Page",
"common:header.pageActions": "Page Actions",
"common:header.profile": "Profile",
"common:header.search": "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": "Site Map",
"common:header.view": "View",
"common:header.viewSource": "View Source",
"common:license.alr": "All Rights Reserved",
"common:license.cc0": "Public Domain",
"common:license.ccby": " Creative Commons Attribution License",
"common:license.ccbync": "Creative Commons Attribution-NonCommercial License",
"common:license.ccbyncnd": "Creative Commons Attribution-NonCommercial-NoDerivs License",
"common:license.ccbyncsa": "Creative Commons Attribution-NonCommercial-ShareAlike License",
"common:license.ccbynd": "Creative Commons Attribution-NoDerivs License",
"common:license.ccbysa": "Creative Commons Attribution-ShareAlike License",
"common:license.none": "None",
"common:modernBrowser": "modern browser",
"common:newpage.create": "Create Page",
"common:newpage.goback": "Go back",
"common:newpage.subtitle": "Would you like to create it now?",
"common:newpage.title": "This page does not exist yet.",
"common:notfound.gohome": "Home",
"common:notfound.subtitle": "This page does not exist.",
"common:notfound.title": "Not Found",
"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.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": "Tags",
"common:page.tagsMatching": "पेज मिलान tags",
"common:page.toc": "Table of Contents",
"common:page.unpublished": "Unpublished",
"common:page.unpublishedWarning": "यह पृष्ठ प्रकाशित नहीं हुआ है।",
"common:page.versionId": "वर्शन आईडी {{id}}",
"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": "Browse",
"common:sidebar.currentDirectory": "Current Directory",
"common:sidebar.mainMenu": "Main Menu",
"common:sidebar.root": "(root)",
"common:unauthorized.action.create": "You cannot create the page.",
"common:unauthorized.action.download": "You cannot download the page content.",
"common:unauthorized.action.downloadVersion": "आप इस पृष्ठ संस्करण के लिए सामग्री डाउनलोड नहीं कर सकते।",
"common:unauthorized.action.edit": "You cannot edit the page.",
"common:unauthorized.action.history": "You cannot view the page history.",
"common:unauthorized.action.source": "You cannot view the page source.",
"common:unauthorized.action.sourceVersion": "आप पृष्ठ के इस संस्करण का स्रोत नहीं देख सकते हैं।",
"common:unauthorized.action.view": "You cannot view this page.",
"common:unauthorized.goback": "Go Back",
"common:unauthorized.login": "Login As...",
"common:unauthorized.title": "Unauthorized",
"common:user.search": "Search User",
"common:user.searchPlaceholder": "Search Users...",
"common:welcome.createhome": "Create Home Page",
"common:welcome.subtitle": "Let's get started and create the home page.",
"common:welcome.title": "Welcome to your wiki!",
"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": "(editable)",
"editor:conflict.infoGeneric": "A more recent version of this page was saved by {{authorName}}, {{date}}",
"editor:conflict.leftPanelInfo": "Your current edit, based on page version from {{date}}",
"editor:conflict.localVersion": "Local Version ",
"editor:conflict.overwrite.description": "Are you sure you want to replace your current version with the latest remote content?",
"editor:conflict.overwrite.editsLost": "Your current edits will be lost.",
"editor:conflict.overwrite.title": "Overwrite with Remote Version?",
"editor:conflict.pageDescription": "विवरण:",
"editor:conflict.pageTitle": "शीर्षक:",
"editor:conflict.readonly": "(read-only)",
"editor:conflict.remoteVersion": "Remote Version {{refReadOnly}}",
"editor:conflict.rightPanelInfo": "Last edited by {{authorName}}, {{date}}",
"editor:conflict.title": " सहेजें प्रतिद्वन्द्व का समाधान करें",
"editor:conflict.useLocal": "स्थानीय उपयोग करें",
"editor:conflict.useLocalHint": "बाएँ फलक में सामग्री का उपयोग करें",
"editor:conflict.useRemote": "रिमोट का उपयोग करें",
"editor:conflict.useRemoteHint": "स्थानीय बदलावों को त्यागें और नवीनतम संस्करण का उपयोग करें",
"editor:conflict.viewLatestVersion": "View Latest Version",
"editor:conflict.warning": "प्रतिद्वन्द्व सवे करो। एक अन्य उपयोगकर्ता ने पहले ही इस पृष्ठ को संशोधित कर दिया है।",
"editor:conflict.whatToDo": "What do you want to do?",
"editor:conflict.whatToDoLocal": "Use your current local version and ignore the latest changes.",
"editor:conflict.whatToDoRemote": "Use the remote version (latest) and discard your changes.",
"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": "Text must be selected first!",
"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": "टॉगल वर्तनी जाँच\/Spell Check",
"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 के \"<script>\" स्टैग में लिखना होगा।",
"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": "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: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": "Saved",
"editor:save.updateSuccess": "Page updated successfully.",
"editor:select.cannotChange": "This cannot be changed once the page is created.",
"editor:select.customView": "or create a custom view?",
"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": "क्या आप सुनिश्चित हैं कि आप इस पृष्ठ की विषय वस्तु को पुनर्स्थापित करना चाहते हैं जैसे वह इस दिनांक {{तिथि}} पर था? इस संस्करण को वर्तमान इतिहास के शीर्ष पर कॉपी किया जाएगा। जैसे, नए संस्करण अभी भी संरक्षित किया जाएगा ।",
"history:restore.confirmTitle": "पृष्ठ संस्करण पुनर्स्थापित करें?",
"history:restore.success": "पृष्ठ संस्करण सफलतापूर्वक पुनर्स्थापित किया गया!",
"profile:activity.commentsPosted": "नई टिप्पणी सफलतापूर्वक पोस्ट की गई।",
"profile:activity.joinedOn": "Joined on",
"profile:activity.lastLoginOn": "अंतिम लॉगइन ",
"profile:activity.lastUpdatedOn": "प्रोफ़ाइल अंतिम बार अपडेट की गई",
"profile:activity.pagesCreated": "पेज बनाए गए",
"profile:activity.title": "गतिविधि",
"profile:appearance": "दिखावट\/Appearance",
"profile:appearanceDark": "Dark",
"profile:appearanceDefault": "Site Default",
"profile:appearanceLight": "Light",
"profile:auth.changePassSuccess": "पासवर्ड सफलतापूर्वक बदला गया।",
"profile:auth.changePassword": "Change Password",
"profile:auth.currentPassword": "वर्तमान पासवर्ड",
"profile:auth.newPassword": "नया पासवर्ड",
"profile:auth.provider": "Provider",
"profile:auth.title": "Authentication",
"profile:auth.verifyPassword": "नए पासवर्ड की पुष्टि करें",
"profile:comments.title": "टिप्पणियाँ",
"profile:dateFormat": "Date Format",
"profile:displayName": "Display Name",
"profile:groups.title": "Groups",
"profile:jobTitle": "Job Title",
"profile:localeDefault": "Site Default",
"profile:location": "Location",
"profile:myInfo": "My Info",
"profile:pages.emptyList": "प्रदर्शित करने के लिए कोई पृष्ठ नहीं।",
"profile:pages.headerCreatedAt": "Created",
"profile:pages.headerPath": "Path",
"profile:pages.headerTitle": "शीर्षक",
"profile:pages.headerUpdatedAt": "आखरी अपडेट",
"profile:pages.refreshSuccess": "Page list has been refreshed.",
"profile:pages.subtitle": "मेरे द्वारा बनाए गए या अंतिम संशोधित पृष्ठों की सूची",
"profile:pages.title": "Pages",
"profile:preferences": "Preferences",
"profile:save.success": "Profile saved successfully.",
"profile:subtitle": "मेरी निजी जानकारी",
"profile:timezone": "Timezone",
"profile:title": "प्रोफ़ाइल",
"profile:viewPublicProfile": "View Public Profile",
"tags:clearSelection": "Clear Selection",
"tags:currentSelection": "Current Selection",
"tags:locale": "Locale",
"tags:localeAny": "Any",
"tags:noResults": "Couldn't find any page with the selected tags.",
"tags:noResultsWithFilter": "Couldn't find any page matching the current filtering options.",
"tags:orderBy": "Order By",
"tags:orderByField.ID": "ID",
"tags:orderByField.creationDate": "Creation Date",
"tags:orderByField.lastModified": "Last Modified",
"tags:orderByField.path": "Path",
"tags:orderByField.title": "Title",
"tags:pageLastUpdated": "Last Updated {{date}}",
"tags:retrievingResultsLoading": "Retrieving page results...",
"tags:searchWithinResultsPlaceholder": "Search within results...",
"tags:selectOneMoreTags": "Select one or more tags",
"tags:selectOneMoreTagsHint": "Select one or more tags on the left."
}