{ "theme.ErrorPageContent.title": { "message": "Terjadi kesalahan.", "description": "The title of the fallback page when the page crashed" }, "theme.BackToTopButton.buttonAriaLabel": { "message": "Gulir kembali ke atas", "description": "The ARIA label for the back to top button" }, "theme.blog.archive.title": { "message": "Arsip", "description": "The page & hero title of the blog archive page" }, "theme.blog.archive.description": { "message": "Arsip", "description": "The page & hero description of the blog archive page" }, "theme.blog.paginator.navAriaLabel": { "message": "Navigasi entri blog", "description": "The ARIA label for the blog pagination" }, "theme.blog.paginator.newerEntries": { "message": "Entri lebih baru", "description": "The label used to navigate to the newer blog posts page (previous page)" }, "theme.blog.paginator.olderEntries": { "message": "Entri lebih lama", "description": "The label used to navigate to the older blog posts page (next page)" }, "theme.blog.post.paginator.navAriaLabel": { "message": "Navigasi halaman pos blog", "description": "The ARIA label for the blog posts pagination" }, "theme.blog.post.paginator.newerPost": { "message": "Pos lebih baru", "description": "The blog post button label to navigate to the newer/previous post" }, "theme.blog.post.paginator.olderPost": { "message": "Pos lebih lama", "description": "The blog post button label to navigate to the older/next post" }, "theme.colorToggle.ariaLabel": { "message": "Ubah antara modus gelap dan modus terang (saat ini {mode})", "description": "The ARIA label for the navbar color mode toggle" }, "theme.colorToggle.ariaLabel.mode.dark": { "message": "modus gelap", "description": "The name for the dark color mode" }, "theme.colorToggle.ariaLabel.mode.light": { "message": "modus terang", "description": "The name for the light color mode" }, "theme.tags.tagsPageLink": { "message": "Lihat Semua Tag", "description": "The label of the link targeting the tag list page" }, "theme.docs.DocCard.categoryDescription.plurals": { "message": "1 butir|{count} butir", "description": "The default description for a category card in the generated index about how many items this category includes" }, "theme.docs.paginator.navAriaLabel": { "message": "Halaman dokumentasi", "description": "The ARIA label for the docs pagination" }, "theme.docs.paginator.previous": { "message": "Sebelum", "description": "The label used to navigate to the previous doc" }, "theme.docs.paginator.next": { "message": "Berikut", "description": "The label used to navigate to the next doc" }, "theme.docs.breadcrumbs.navAriaLabel": { "message": "Runut navigasi", "description": "The ARIA label for the breadcrumbs" }, "theme.docs.tagDocListPageTitle.nDocsTagged": { "message": "Satu dokumentasi memiliki tag|{count} dokumentasi memiliki tag", "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": { "message": "{nDocsTagged} dengan \"{tagName}\"", "description": "The title of the page for a docs tag" }, "theme.docs.versions.unreleasedVersionLabel": { "message": "Ini adalah dokumentasi yang belum dirilis untuk {siteTitle} {versionLabel}.", "description": "The label used to tell the user that he's browsing an unreleased doc version" }, "theme.docs.versions.unmaintainedVersionLabel": { "message": "Ini adalah dokumentasi untuk {siteTitle} {versionLabel}, yang tidak lagi aktif dikelola.", "description": "The label used to tell the user that he's browsing an unmaintained doc version" }, "theme.docs.versions.latestVersionSuggestionLabel": { "message": "Untuk dokumentasi terbaru, lihat {latestVersionLink} ({versionLabel}).", "description": "The label used to tell the user to check the latest version" }, "theme.docs.versions.latestVersionLinkLabel": { "message": "versi terbaru", "description": "The label used for the latest version suggestion link label" }, "theme.docs.versionBadge.label": { "message": "Versi: {versionLabel}" }, "theme.common.editThisPage": { "message": "Sunting halaman ini", "description": "The link label to edit the current page" }, "theme.lastUpdated.atDate": { "message": " pada {date}", "description": "The words used to describe on which date a page has been last updated" }, "theme.lastUpdated.byUser": { "message": " oleh {user}", "description": "The words used to describe by who the page has been last updated" }, "theme.lastUpdated.lastUpdatedAtBy": { "message": "Diperbaharui{atDate}{byUser}", "description": "The sentence used to display when a page has been last updated, and by who" }, "theme.navbar.mobileVersionsDropdown.label": { "message": "Versi", "description": "The label for the navbar versions dropdown on mobile view" }, "theme.NotFound.title": { "message": "Halaman Tak Ditemukan", "description": "The title of the 404 page" }, "theme.common.headingLinkTitle": { "message": "Taut langsung ke {heading}", "description": "Title for link to heading" }, "theme.tags.tagsListLabel": { "message": "Tag:", "description": "The label alongside a tag list" }, "theme.AnnouncementBar.closeButtonAriaLabel": { "message": "Tutup", "description": "The ARIA label for close button of announcement bar" }, "theme.admonition.caution": { "message": "waspada", "description": "The default label used for the Caution admonition (:::caution)" }, "theme.admonition.danger": { "message": "bahaya", "description": "The default label used for the Danger admonition (:::danger)" }, "theme.admonition.info": { "message": "info", "description": "The default label used for the Info admonition (:::info)" }, "theme.admonition.note": { "message": "catatan", "description": "The default label used for the Note admonition (:::note)" }, "theme.admonition.tip": { "message": "tip", "description": "The default label used for the Tip admonition (:::tip)" }, "theme.admonition.warning": { "message": "peringatan", "description": "The default label used for the Warning admonition (:::warning)" }, "theme.CodeBlock.copied": { "message": "Disalin", "description": "The copied button label on code blocks" }, "theme.CodeBlock.copyButtonAriaLabel": { "message": "Salin kode ke papan klip", "description": "The ARIA label for copy code blocks button" }, "theme.CodeBlock.copy": { "message": "Salin", "description": "The copy button label on code blocks" }, "theme.blog.sidebar.navAriaLabel": { "message": "Navigasi pos blog terbaru", "description": "The ARIA label for recent posts in the blog sidebar" }, "theme.CodeBlock.wordWrapToggle": { "message": "Alihkan pembungkus kata", "description": "The title attribute for toggle word wrapping button of code block lines" }, "theme.DocSidebarItem.expandCategoryAriaLabel": { "message": "Perluas kategori bilah sisi '{label}'", "description": "The ARIA label to expand the sidebar category" }, "theme.DocSidebarItem.collapseCategoryAriaLabel": { "message": "Ciutkan kategori bilah sisi '{label}'", "description": "The ARIA label to collapse the sidebar category" }, "theme.NavBar.navAriaLabel": { "message": "Utama", "description": "The ARIA label for the main navigation" }, "theme.NotFound.p1": { "message": "Kami tak dapat menemukan yang anda cari.", "description": "The first paragraph of the 404 page" }, "theme.NotFound.p2": { "message": "Silakan hubungi pemilik situs yang mengarahkan anda ke URL asli dan beri tahu mereka bahwa tautan mereka salah.", "description": "The 2nd paragraph of the 404 page" }, "theme.TOCCollapsible.toggleButtonLabel": { "message": "Pada halaman ini", "description": "The label used by the button on the collapsible TOC component" }, "theme.navbar.mobileLanguageDropdown.label": { "message": "Bahasa", "description": "The label for the mobile language switcher dropdown" }, "theme.blog.post.readingTime.plurals": { "message": "Satu menit membaca|{readingTime} menit membaca", "description": "Pluralized label for \"{readingTime} min read\". 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.sidebar.collapseButtonTitle": { "message": "Ciutkan bilah sisi", "description": "The title attribute for collapse button of doc sidebar" }, "theme.docs.sidebar.collapseButtonAriaLabel": { "message": "Ciutkan bilah sisi", "description": "The title attribute for collapse button of doc sidebar" }, "theme.docs.sidebar.navAriaLabel": { "message": "Bilah sisi dokumentasi", "description": "The ARIA label for the sidebar navigation" }, "theme.blog.post.readMore": { "message": "Baca Selengkapnya", "description": "The label used in blog post item excerpts to link to full blog posts" }, "theme.blog.post.readMoreLabel": { "message": "Baca selengkapnya mengenai {title}", "description": "The ARIA label for the link to full blog posts from excerpts" }, "theme.docs.sidebar.closeSidebarButtonAriaLabel": { "message": "Tutup bilah sisi", "description": "The ARIA label for close button of mobile sidebar" }, "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { "message": "← Kembali ke menu utama", "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" }, "theme.docs.sidebar.toggleSidebarButtonAriaLabel": { "message": "Alihkan bilah sisi", "description": "The ARIA label for hamburger menu button of mobile navigation" }, "theme.docs.sidebar.expandButtonTitle": { "message": "Perluas bilah sisi", "description": "The ARIA label and title attribute for expand button of doc sidebar" }, "theme.docs.sidebar.expandButtonAriaLabel": { "message": "Perluas bilah sisi", "description": "The ARIA label and title attribute for expand button of doc sidebar" }, "theme.docs.breadcrumbs.home": { "message": "Halaman utama", "description": "The ARIA label for the home page in the breadcrumbs" }, "theme.blog.post.plurals": { "message": "Satu pos|{count} pos", "description": "Pluralized label for \"{count} posts\". 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.blog.tagTitle": { "message": "{nPosts} memiliki tag \"{tagName}\"", "description": "The title of the page for a blog tag" }, "theme.blog.author.pageTitle": { "message": "{authorName} - {nPosts}", "description": "The title of the page for a blog author" }, "theme.blog.authorsList.pageTitle": { "message": "Authors", "description": "The title of the authors page" }, "theme.blog.authorsList.viewAll": { "message": "View All Authors", "description": "The label of the link targeting the blog authors page" }, "theme.blog.author.noPosts": { "message": "This author has not written any posts yet.", "description": "The text for authors with 0 blog post" }, "theme.contentVisibility.unlistedBanner.title": { "message": "Halaman tak terdaftar", "description": "The unlisted content banner title" }, "theme.contentVisibility.unlistedBanner.message": { "message": "Halaman ini tidak terdaftar. Mesin pencari tidak akan mengindeksnya, dan hanya pengguna yang memiliki tautan langsung yang dapat mengaksesnya.", "description": "The unlisted content banner message" }, "theme.contentVisibility.draftBanner.title": { "message": "Draft page", "description": "The draft content banner title" }, "theme.contentVisibility.draftBanner.message": { "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", "description": "The draft content banner message" }, "theme.ErrorPageContent.tryAgain": { "message": "Coba kembali", "description": "The label of the button to try again rendering when the React error boundary captures an error" }, "theme.common.skipToMainContent": { "message": "Lewati ke konten utama", "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" }, "theme.tags.tagsPageTitle": { "message": "Tag", "description": "The title of the tag list page" } }