From 3ac91523201924b224937306b7de1707684c8aaa Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Fri, 10 Nov 2023 15:39:36 +0530 Subject: [PATCH 01/14] update nav.ts for hindi translated content --- src/i18n/hi/nav.ts | 71 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 67 insertions(+), 4 deletions(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index e67af10858739..bde5660c53c56 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -1,11 +1,74 @@ import { NavDictionary } from '../translation-checkers'; export default NavDictionary({ - // Start Here startHere: 'यहाँ से शुरू करे', 'getting-started': 'पहले कदम', + install: 'स्थापित करें', + 'editor-setup': 'संपादक सेटअप', + 'guides/upgrade-to/v3': 'v3 में अपग्रेड करें', - // Core Concepts - coreConcepts: 'मूल अवधारणाएं', - 'concepts/why-astro': 'क्यों Astro', + coreConcepts: 'मूल अवधारणाएँ', + 'concepts/why-astro': 'Astro क्यों', + 'concepts/islands': 'Astro द्वीप', + + tutorials: 'शिक्षण सत्र', + 'blog-tutorial': 'ब्लॉग बनाएं', + 'add-collections-tutorial': 'सामग्री संग्रह बढ़ाएं', + 'add-transitions-tutorial': 'दृश्य परिसर बढ़ाएं', + + basics: 'मौलिक अवधारणाएँ', + 'core-concepts/project-structure': 'परियोजना संरचना', + 'core-concepts/astro-components': 'घटक', + 'core-concepts/astro-pages': 'पृष्ठ', + 'core-concepts/layouts': 'नक़्शे', + 'core-concepts/astro-syntax': 'Astro की सिंटैक्स', + + builtins: 'सामग्री स्थापित', + 'guides/content-collections': 'सामग्री संग्रह', + 'guides/view-transitions': 'view transitions', + + addons: 'एड-ऑन्स', + 'guides/integrations-guide': 'एकीकरण जानकारी', + 'core-concepts/framework-components': 'UI फ़्रेमवर्क्स', + 'guides/server-side-rendering': 'सर्वर-साइड रेंडरिंग (SSR)', + + examples: 'उदाहरण', + 'guides/migrate-to-astro': 'Astro में माइग्रेट करें', + 'guides/cms': 'एक CMS से कनेक्ट करें', + 'guides/backend': 'बैकएंड सेवाओं को जोड़ें', + 'guides/deploy': 'अपनी साइट को डिप्लॉय करें', + 'guides/recipes': 'अधिक रेसिपी', + + features: 'गाइड्स', + 'core-concepts/routing': 'रूटिंग', + 'guides/markdown-content': 'मार्कडाउन और MDX', + 'guides/client-side-scripts': 'स्क्रिप्ट और घटना संचालन', + 'guides/styling': 'स्टाइल और CSS', + 'guides/images': 'छवियाँ', + 'guides/fonts': 'फ़ॉन्ट्स', + 'guides/imports': 'आयात', + 'core-concepts/endpoints': 'एंडपॉइंट्स', + 'guides/data-fetching': 'डेटा फ़ेचिंग', + 'guides/internationalization': 'अंतर्राष्ट्रीयकरण', + 'guides/middleware': 'मिडलवेयर', + 'guides/testing': 'टेस्टिंग', + 'guides/troubleshooting': 'समस्या समाधान', + + configuration: 'कॉन्फ़िगरेशन', + 'guides/configuring-astro': 'Astro कॉन्फ़िगरेशन फ़ाइल', + 'guides/typescript': 'टाइपस्क्रिप्ट', + 'guides/aliases': 'आयात उपनाम', + 'guides/environment-variables': 'पर्यावरण चर', + + reference: 'संदर्भ', + 'reference/configuration-reference': 'कॉन्फ़िगरेशन', + 'reference/api-reference': 'रनटाइम API', + 'reference/integrations-reference': 'एकीकरण API', + 'reference/adapter-reference': 'एडाप्टर API', + 'reference/image-service-reference': 'इमेज सेवा API', + 'reference/dev-overlay-plugin-reference': 'डेवलपर ओवरले प्लगइन API', + 'reference/directives-reference': 'टेम्पलेट निर्देशिकाएँ', + 'reference/cli-reference': 'Astro CLI', + 'reference/error-reference': 'त्रुटि संदर्भ', + 'guides/publish-to-npm': 'NPM पैकेज प्रारूप', }); From 283ea813ffbca8c57a8c089820d2d3b654d1e79d Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:53:59 +0530 Subject: [PATCH 02/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index bde5660c53c56..7be74c0688706 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -4,7 +4,7 @@ export default NavDictionary({ startHere: 'यहाँ से शुरू करे', 'getting-started': 'पहले कदम', install: 'स्थापित करें', - 'editor-setup': 'संपादक सेटअप', + 'editor-setup': 'एडिटर सेटअप', 'guides/upgrade-to/v3': 'v3 में अपग्रेड करें', coreConcepts: 'मूल अवधारणाएँ', From 526d157aaf285845f0b9bd27cb859217dfc72d25 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sat, 11 Nov 2023 14:05:12 +0530 Subject: [PATCH 03/14] change in why-astro according to title --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 7be74c0688706..2d4364ffd9295 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -8,7 +8,7 @@ export default NavDictionary({ 'guides/upgrade-to/v3': 'v3 में अपग्रेड करें', coreConcepts: 'मूल अवधारणाएँ', - 'concepts/why-astro': 'Astro क्यों', + 'concepts/why-astro': 'क्यों Astro', 'concepts/islands': 'Astro द्वीप', tutorials: 'शिक्षण सत्र', From ca7095105e614dee5e2631782996454d6327b8e1 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:17:56 +0530 Subject: [PATCH 04/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 2d4364ffd9295..a082d95893347 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -18,10 +18,11 @@ export default NavDictionary({ basics: 'मौलिक अवधारणाएँ', 'core-concepts/project-structure': 'परियोजना संरचना', - 'core-concepts/astro-components': 'घटक', + 'core-concepts/astro-components': 'अवयव', 'core-concepts/astro-pages': 'पृष्ठ', 'core-concepts/layouts': 'नक़्शे', 'core-concepts/astro-syntax': 'Astro की सिंटैक्स', + 'core-concepts/rendering-modes': 'अनुवाद मध्यम' builtins: 'सामग्री स्थापित', 'guides/content-collections': 'सामग्री संग्रह', From 36089f3d5d0c656cb56b68755d025a0bcbbec6aa Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:18:09 +0530 Subject: [PATCH 05/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index a082d95893347..f83681733729c 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -42,7 +42,7 @@ export default NavDictionary({ features: 'गाइड्स', 'core-concepts/routing': 'रूटिंग', - 'guides/markdown-content': 'मार्कडाउन और MDX', + 'guides/markdown-content': 'Markdown और MDX', 'guides/client-side-scripts': 'स्क्रिप्ट और घटना संचालन', 'guides/styling': 'स्टाइल और CSS', 'guides/images': 'छवियाँ', @@ -52,7 +52,7 @@ export default NavDictionary({ 'guides/data-fetching': 'डेटा फ़ेचिंग', 'guides/internationalization': 'अंतर्राष्ट्रीयकरण', 'guides/middleware': 'मिडलवेयर', - 'guides/testing': 'टेस्टिंग', + 'guides/testing': 'परिक्षण', 'guides/troubleshooting': 'समस्या समाधान', configuration: 'कॉन्फ़िगरेशन', From a1a62329a7c71d24b05529e22176fdf23b40dadf Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:18:21 +0530 Subject: [PATCH 06/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index f83681733729c..f3ba940986f10 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -35,7 +35,7 @@ export default NavDictionary({ examples: 'उदाहरण', 'guides/migrate-to-astro': 'Astro में माइग्रेट करें', - 'guides/cms': 'एक CMS से कनेक्ट करें', + 'guides/cms': 'एक CMS से जुड़े', 'guides/backend': 'बैकएंड सेवाओं को जोड़ें', 'guides/deploy': 'अपनी साइट को डिप्लॉय करें', 'guides/recipes': 'अधिक रेसिपी', From 7e1cd59e1f0d9518cb0f2797f909df60204a1ff9 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:18:26 +0530 Subject: [PATCH 07/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index f3ba940986f10..1a761ee8e3beb 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -66,7 +66,7 @@ export default NavDictionary({ 'reference/api-reference': 'रनटाइम API', 'reference/integrations-reference': 'एकीकरण API', 'reference/adapter-reference': 'एडाप्टर API', - 'reference/image-service-reference': 'इमेज सेवा API', + 'reference/image-service-reference': 'छवि सेवा API', 'reference/dev-overlay-plugin-reference': 'डेवलपर ओवरले प्लगइन API', 'reference/directives-reference': 'टेम्पलेट निर्देशिकाएँ', 'reference/cli-reference': 'Astro CLI', From 6f2f6932dd09666a8dee19933361eb3acdad4743 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:19:02 +0530 Subject: [PATCH 08/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 1a761ee8e3beb..aaadfa5878455 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -24,9 +24,10 @@ export default NavDictionary({ 'core-concepts/astro-syntax': 'Astro की सिंटैक्स', 'core-concepts/rendering-modes': 'अनुवाद मध्यम' - builtins: 'सामग्री स्थापित', + builtins: 'बिल्ट-इंस ', 'guides/content-collections': 'सामग्री संग्रह', - 'guides/view-transitions': 'view transitions', + 'guides/view-transitions': 'व्यू-ट्रांज़िशन्स ', + 'guides/prefetch': 'प्रीफ़ेच', addons: 'एड-ऑन्स', 'guides/integrations-guide': 'एकीकरण जानकारी', From 6720e93902b5df41811c38862f144eedc4f35c90 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sun, 12 Nov 2023 19:21:12 +0530 Subject: [PATCH 09/14] error fix --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index aaadfa5878455..2d6935255fab8 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -22,7 +22,7 @@ export default NavDictionary({ 'core-concepts/astro-pages': 'पृष्ठ', 'core-concepts/layouts': 'नक़्शे', 'core-concepts/astro-syntax': 'Astro की सिंटैक्स', - 'core-concepts/rendering-modes': 'अनुवाद मध्यम' + 'core-concepts/rendering-modes': 'अनुवाद मध्यम', builtins: 'बिल्ट-इंस ', 'guides/content-collections': 'सामग्री संग्रह', From 0fcae23fb48ddb87b01664298b1b2561f9653a88 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sun, 12 Nov 2023 19:30:15 +0530 Subject: [PATCH 10/14] applied review changes --- src/i18n/hi/nav.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 2d6935255fab8..8a20797d881c9 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -14,7 +14,7 @@ export default NavDictionary({ tutorials: 'शिक्षण सत्र', 'blog-tutorial': 'ब्लॉग बनाएं', 'add-collections-tutorial': 'सामग्री संग्रह बढ़ाएं', - 'add-transitions-tutorial': 'दृश्य परिसर बढ़ाएं', + 'add-transitions-tutorial': 'व्यू-ट्रांज़िशन्स बढ़ाएं', basics: 'मौलिक अवधारणाएँ', 'core-concepts/project-structure': 'परियोजना संरचना', @@ -58,7 +58,7 @@ export default NavDictionary({ configuration: 'कॉन्फ़िगरेशन', 'guides/configuring-astro': 'Astro कॉन्फ़िगरेशन फ़ाइल', - 'guides/typescript': 'टाइपस्क्रिप्ट', + 'guides/typescript': 'Typescript', 'guides/aliases': 'आयात उपनाम', 'guides/environment-variables': 'पर्यावरण चर', From 341c19320d5ab9fe6ae00e201138de99751117c9 Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sun, 12 Nov 2023 19:32:02 +0530 Subject: [PATCH 11/14] commit --- src/i18n/hi/nav.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 8a20797d881c9..4d45a5732e52d 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -3,6 +3,7 @@ import { NavDictionary } from '../translation-checkers'; export default NavDictionary({ startHere: 'यहाँ से शुरू करे', 'getting-started': 'पहले कदम', + install: 'स्थापित करें', 'editor-setup': 'एडिटर सेटअप', 'guides/upgrade-to/v3': 'v3 में अपग्रेड करें', From b0169496726dbc629264ebc98f8d50cd60298cce Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha <66678395+DevRohit06@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:32:40 +0530 Subject: [PATCH 12/14] Update src/i18n/hi/nav.ts Co-authored-by: Atharva Pise --- src/i18n/hi/nav.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 4d45a5732e52d..3f2c907b89029 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -58,7 +58,7 @@ export default NavDictionary({ 'guides/troubleshooting': 'समस्या समाधान', configuration: 'कॉन्फ़िगरेशन', - 'guides/configuring-astro': 'Astro कॉन्फ़िगरेशन फ़ाइल', + 'guides/typescript': 'Typescript', 'guides/typescript': 'Typescript', 'guides/aliases': 'आयात उपनाम', 'guides/environment-variables': 'पर्यावरण चर', From 702e0eae739be5deefc39a3a23ab724d8184724d Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sun, 12 Nov 2023 19:35:39 +0530 Subject: [PATCH 13/14] removed duplicated keys --- src/i18n/hi/nav.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 3f2c907b89029..65828bbf6e6b8 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -3,7 +3,7 @@ import { NavDictionary } from '../translation-checkers'; export default NavDictionary({ startHere: 'यहाँ से शुरू करे', 'getting-started': 'पहले कदम', - + install: 'स्थापित करें', 'editor-setup': 'एडिटर सेटअप', 'guides/upgrade-to/v3': 'v3 में अपग्रेड करें', @@ -59,7 +59,6 @@ export default NavDictionary({ configuration: 'कॉन्फ़िगरेशन', 'guides/typescript': 'Typescript', - 'guides/typescript': 'Typescript', 'guides/aliases': 'आयात उपनाम', 'guides/environment-variables': 'पर्यावरण चर', From 00ba25b8cbec4f9703761bc4c28db64e2b69f46c Mon Sep 17 00:00:00 2001 From: Rohit Kushwaha Date: Sun, 12 Nov 2023 20:06:43 +0530 Subject: [PATCH 14/14] applied review changes --- src/i18n/hi/nav.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/hi/nav.ts b/src/i18n/hi/nav.ts index 65828bbf6e6b8..6e85ff66e097c 100644 --- a/src/i18n/hi/nav.ts +++ b/src/i18n/hi/nav.ts @@ -58,6 +58,7 @@ export default NavDictionary({ 'guides/troubleshooting': 'समस्या समाधान', configuration: 'कॉन्फ़िगरेशन', + 'guides/configuring-astro': 'Astro कॉन्फ़िग फ़ाइल', 'guides/typescript': 'Typescript', 'guides/aliases': 'आयात उपनाम', 'guides/environment-variables': 'पर्यावरण चर',