-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathhi.ts
More file actions
33 lines (29 loc) · 2.42 KB
/
hi.ts
File metadata and controls
33 lines (29 loc) · 2.42 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
import { navDictionary } from '../../util/navDictionary';
export default navDictionary({
tutorial: 'ट्युटोरियल', // Tutorial
guides: 'मार्गदर्शक', // "Guide"
'guides.welcome': 'स्वागत है, दुनिया!', // "Welcome, world!"
'guides.newProject': 'एक नई परियोजना शुरू करें', // "Start a new project"
'guides.config': 'कॉन्फ़िगरेशन', // "Configuration"
'guides.routing': 'रूटिंग और नेविगेशन', // "Routing and navigation"
'guides.ui': 'अपना UI बनाएं', // "Build your UI"
'guides.content': 'अपने साइट में कंटेंट जोड़ें', // "Add content to your site"
'guides.serverRendering': 'सर्वर रेंडरिंग', // "Server rendering"
'guides.upgrade': 'अपग्रेड', // "Upgrade"
'guides.upgrade.major': 'मुख्य अपग्रेड मार्गदर्शिकाएँ', // "Major upgrade guides"
'guides.recipes': 'कैसे करें रेसिपी', // "How-to recipes"
'guides.migrate': 'Astro में माइग्रेट करें', // "Migrate to Astro"
reference: 'संदर्भ', // "Reference"
'reference.runtime': 'रनटाइम API', // "Runtime API"
'reference.other': 'अन्य विकास APIs', // "Other development APIs"
'reference.syntax': 'Astro टेम्पलेट सिंटेक्स', // "Astro Template Syntax"
'reference.experimental': 'प्रायोगिक सुविधाएँ', // "Experimental features"
ecosystem: 'इकोसिस्टम', // "Ecosystem"
'ecosystem.integrations.ui': 'UI फ्रेमवर्कों', // "UI frameworks"
'ecosystem.integrations.adapters': 'एडेप्टरों', // "Adapters"
'ecosystem.integrations.other': 'अन्य आधिकारिक एकीकरण', // "Other official integrations"
'ecosystem.deployment': 'प्रस्थापना मार्गदर्शिकाएँ', // "Deployment guides"
'ecosystem.cms': 'सामग्री प्रबंधन प्रणालियाँ', // "Content management systems"
'ecosystem.backend': 'बैकएंड सेवाएँ', // "Backend services"
'ecosystem.media': 'इमेज और वीडियो होस्टिंग', // "Image and video hosting"
});