From e0f82705249dd30dcdda23826ae80cd92e0d54dd Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Sat, 11 Jan 2025 00:18:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20half=20translation=20in?= =?UTF-8?q?=20urdu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/ur/code.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/i18n/ur/code.json b/i18n/ur/code.json index 13138f8..f1267b7 100644 --- a/i18n/ur/code.json +++ b/i18n/ur/code.json @@ -1,82 +1,82 @@ { "theme.ErrorPageContent.title": { - "message": "This page crashed.", + "message": "یہ صفحہ کریش ہوگیا۔", "description": "The title of the fallback page when the page crashed" }, "theme.BackToTopButton.buttonAriaLabel": { - "message": "Scroll back to top", + "message": "اوپر جانے کے لئے سکرول کریں", "description": "The ARIA label for the back to top button" }, "theme.blog.archive.title": { - "message": "Archive", + "message": "آرکائیو", "description": "The page & hero title of the blog archive page" }, "theme.blog.archive.description": { - "message": "Archive", + "message": "آرکائیو", "description": "The page & hero description of the blog archive page" }, "theme.blog.paginator.navAriaLabel": { - "message": "Blog list page navigation", + "message": "بلاگ لسٹ پیج نیویگیشن", "description": "The ARIA label for the blog pagination" }, "theme.blog.paginator.newerEntries": { - "message": "Newer entries", + "message": "نئے انٹریز", "description": "The label used to navigate to the newer blog posts page (previous page)" }, "theme.blog.paginator.olderEntries": { - "message": "Older entries", + "message": "پرانے انٹریز", "description": "The label used to navigate to the older blog posts page (next page)" }, "theme.blog.post.paginator.navAriaLabel": { - "message": "Blog post page navigation", + "message": "بلاگ پوسٹ پیج نیویگیشن", "description": "The ARIA label for the blog posts pagination" }, "theme.blog.post.paginator.newerPost": { - "message": "Newer post", + "message": "نئی پوسٹ", "description": "The blog post button label to navigate to the newer/previous post" }, "theme.blog.post.paginator.olderPost": { - "message": "Older post", + "message": "پرانا پوسٹ", "description": "The blog post button label to navigate to the older/next post" }, "theme.tags.tagsPageLink": { - "message": "View all tags", + "message": "تمام ٹیگ دیکھیں", "description": "The label of the link targeting the tag list page" }, "theme.colorToggle.ariaLabel": { - "message": "Switch between dark and light mode (currently {mode})", + "message": "ڈارک اور لائٹ موڈ کے درمیان سوئچ کریں (فی الحال {mode})", "description": "The ARIA label for the navbar color mode toggle" }, "theme.colorToggle.ariaLabel.mode.dark": { - "message": "dark mode", + "message": "ڈارک موڈ", "description": "The name for the dark color mode" }, "theme.colorToggle.ariaLabel.mode.light": { - "message": "light mode", + "message": "لائٹ موڈ", "description": "The name for the light color mode" }, "theme.docs.breadcrumbs.navAriaLabel": { - "message": "Breadcrumbs", + "message": "بریڈ کرمز", "description": "The ARIA label for the breadcrumbs" }, "theme.docs.DocCard.categoryDescription.plurals": { - "message": "1 item|{count} items", + "message": "1 آئٹم|{count} آئٹمز", "description": "The default description for a category card in the generated index about how many items this category includes" }, "theme.docs.paginator.navAriaLabel": { - "message": "Docs pages", + "message": "ڈاکس پیجز", "description": "The ARIA label for the docs pagination" }, "theme.docs.paginator.previous": { - "message": "Previous", + "message": "پچھلا", "description": "The label used to navigate to the previous doc" }, "theme.docs.paginator.next": { - "message": "Next", + "message": "اگلا", "description": "The label used to navigate to the next doc" }, "theme.docs.tagDocListPageTitle.nDocsTagged": { - "message": "One doc tagged|{count} docs tagged", + "message": "ایک ڈاک ٹگیڈ|{count} ڈاکس ٹگیڈ", "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" }, "theme.docs.tagDocListPageTitle": {