mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
feat(v2): Add Interpolate / interpolate APIs + complete theme translations (#4295)
* WIP: refactor team profile cards * Add Interpolate / interpolate APIs * Add interpolate snapshot test * comments * fix Interpolate TS types * Interpolate should handle numbers and other JS types * translate BlogPostItem * interpolate translate() fn + add translations for blog post tag header * localize the LastUpdated component * translate DocVersionSuggestions * fix test * add some new translations * Add node script to easily update the theme default translations * fix translation extractor bug due to translate() dynamic values * use ICU placeholder syntax * refactor month key * order * team page translation improvements * Add interpolation doc + improve i18n doc
This commit is contained in:
parent
cdcd0f05d4
commit
1734975f2f
29 changed files with 1468 additions and 482 deletions
|
@ -1,44 +1,68 @@
|
|||
{
|
||||
"theme.NotFound.title": "Page Not Found",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
|
||||
"theme.CodeBlock.copied": "Copied",
|
||||
"theme.CodeBlock.copy": "Copy",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copy code to clipboard",
|
||||
"theme.NotFound.p1": "We could not find what you were looking for.",
|
||||
"theme.NotFound.p2": "Please contact the owner of the site that linked you to the original URL and let them know their link is broken.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
|
||||
"theme.NotFound.title": "Page Not Found",
|
||||
"theme.Playground.liveEditor": "Live Editor",
|
||||
"theme.Playground.result": "Result",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Close",
|
||||
"theme.PwaReloadPopup.info": "New version available",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Refresh",
|
||||
"theme.SearchBar.label": "Search",
|
||||
"theme.SearchPage.algoliaLabel": "Search by Algolia",
|
||||
"theme.SearchPage.emptyResultsTitle": "Search the documentation",
|
||||
"theme.SearchPage.existingResultsTitle": "Search results for",
|
||||
"theme.SearchPage.fetchingNewResults": "Fetching new results...",
|
||||
"theme.SearchPage.inputLabel": "Search",
|
||||
"theme.SearchPage.inputPlaceholder": "Type your search here",
|
||||
"theme.SearchPage.noResultsText": "No results were found",
|
||||
"theme.blog.paginator.navAriaLabel": "Blog list page navigation",
|
||||
"theme.blog.paginator.newerEntries": "Newer Entries",
|
||||
"theme.blog.paginator.olderEntries": "Older Entries",
|
||||
"theme.blog.post.date": "{month} {day}, {year}",
|
||||
"theme.blog.post.nPosts": "{count} posts",
|
||||
"theme.blog.post.onePost": "One post",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Blog post page navigation",
|
||||
"theme.blog.post.paginator.newerPost": "Newer Post",
|
||||
"theme.blog.post.paginator.olderPost": "Older Post",
|
||||
"theme.blog.post.readMore": "Read More",
|
||||
"theme.tags.tagsPageLink": "View All Tags",
|
||||
"theme.tags.tagsPageTitle": "Tags",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copy code to clipboard",
|
||||
"theme.CodeBlock.copied": "Copied",
|
||||
"theme.CodeBlock.copy": "Copy",
|
||||
"theme.docs.paginator.navAriaLabel": "Docs pages navigation",
|
||||
"theme.docs.paginator.previous": "Previous",
|
||||
"theme.docs.paginator.next": "Next",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expand sidebar",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Close menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Open menu",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Collapse sidebar",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Collapse sidebar",
|
||||
"theme.blog.post.readingTime": "{readingTime} min read",
|
||||
"theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
|
||||
"theme.common.editThisPage": "Edit this page",
|
||||
"theme.common.headingLinkTitle": "Direct link to heading",
|
||||
"theme.common.month.april": "April",
|
||||
"theme.common.month.august": "August",
|
||||
"theme.common.month.december": "December",
|
||||
"theme.common.month.february": "February",
|
||||
"theme.common.month.january": "January",
|
||||
"theme.common.month.july": "July",
|
||||
"theme.common.month.june": "June",
|
||||
"theme.common.month.march": "March",
|
||||
"theme.common.month.may": "May",
|
||||
"theme.common.month.november": "November",
|
||||
"theme.common.month.october": "October",
|
||||
"theme.common.month.september": "September",
|
||||
"theme.common.skipToMainContent": "Skip to main content",
|
||||
"theme.SearchPage.existingResultsTitle": "Search results for",
|
||||
"theme.SearchPage.emptyResultsTitle": "Search the documentation",
|
||||
"theme.SearchPage.inputPlaceholder": "Type your search here",
|
||||
"theme.SearchPage.inputLabel": "Search",
|
||||
"theme.SearchPage.algoliaLabel": "Search by Algolia",
|
||||
"theme.SearchPage.noResultsText": "No results were found",
|
||||
"theme.SearchPage.fetchingNewResults": "Fetching new results...",
|
||||
"theme.SearchBar.label": "Search",
|
||||
"theme.PwaReloadPopup.info": "New version available",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Refresh",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Close",
|
||||
"theme.Playground.liveEditor": "Live Editor",
|
||||
"theme.Playground.result": "Result"
|
||||
}
|
||||
"theme.docs.paginator.navAriaLabel": "Docs pages navigation",
|
||||
"theme.docs.paginator.next": "Next",
|
||||
"theme.docs.paginator.previous": "Previous",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Collapse sidebar",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Collapse sidebar",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Expand sidebar",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Expand sidebar",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Close menu",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Open menu",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
"theme.lastUpdated.atDate": "on {date}",
|
||||
"theme.lastUpdated.byUser": "by {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "View All Tags",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
}
|
|
@ -1,44 +1,68 @@
|
|||
{
|
||||
"theme.NotFound.title": "Seite nicht gefunden",
|
||||
"theme.NotFound.p1": "Wir konnten nicht finden, wonach Sie gesucht haben.",
|
||||
"theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Schließen",
|
||||
"theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",
|
||||
"theme.blog.paginator.newerEntries": "Neuere Einträge",
|
||||
"theme.blog.paginator.olderEntries": "Ältere Einträge",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Blog Post Seiten Navigation",
|
||||
"theme.blog.post.paginator.newerPost": "Neuer Post",
|
||||
"theme.blog.post.paginator.olderPost": "Älterer Post",
|
||||
"theme.blog.post.readMore": "Mehr lesen",
|
||||
"theme.tags.tagsPageLink": "Alle Tags anzeigen",
|
||||
"theme.tags.tagsPageTitle": "Tags",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "In die Zwischenablage kopieren",
|
||||
"theme.CodeBlock.copied": "Kopiert",
|
||||
"theme.CodeBlock.copy": "Kopieren",
|
||||
"theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation",
|
||||
"theme.docs.paginator.previous": "Zurück",
|
||||
"theme.docs.paginator.next": "Weiter",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Menü schließen",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Menü öffenen",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Seitenleiste einklappen",
|
||||
"theme.common.editThisPage": "Diese Seite bearbeiten",
|
||||
"theme.common.headingLinkTitle": "Direkter Link zur Überschrift",
|
||||
"theme.common.skipToMainContent": "Zum Hauptinhalt springen",
|
||||
"theme.SearchPage.existingResultsTitle": "Suchergebnisse für",
|
||||
"theme.SearchPage.emptyResultsTitle": "Suche in der Dokumentation",
|
||||
"theme.SearchPage.inputPlaceholder": "Geben Sie hier Ihre Suche ein",
|
||||
"theme.SearchPage.inputLabel": "Suche",
|
||||
"theme.SearchPage.algoliaLabel": "Suche von Algolia",
|
||||
"theme.SearchPage.noResultsText": "Es wurden keine Ergebnisse gefunden",
|
||||
"theme.SearchPage.fetchingNewResults": "Neue Ergebnisse abrufen...",
|
||||
"theme.SearchBar.label": "Suche",
|
||||
"theme.PwaReloadPopup.info": "Neue Version verfügbar",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Aktualisieren",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Schließen",
|
||||
"theme.Playground.liveEditor": "Live Editor",
|
||||
"theme.Playground.result": "Ergebnisse"
|
||||
}
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Schließen",
|
||||
"theme.CodeBlock.copied": "Kopiert",
|
||||
"theme.CodeBlock.copy": "Kopieren",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "In die Zwischenablage kopieren",
|
||||
"theme.NotFound.p1": "Wir konnten nicht finden, wonach Sie gesucht haben.",
|
||||
"theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.",
|
||||
"theme.NotFound.title": "Seite nicht gefunden",
|
||||
"theme.Playground.liveEditor": "Live Editor",
|
||||
"theme.Playground.result": "Ergebnisse",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Schließen",
|
||||
"theme.PwaReloadPopup.info": "Neue Version verfügbar",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Aktualisieren",
|
||||
"theme.SearchBar.label": "Suche",
|
||||
"theme.SearchPage.algoliaLabel": "Suche von Algolia",
|
||||
"theme.SearchPage.emptyResultsTitle": "Suche in der Dokumentation",
|
||||
"theme.SearchPage.existingResultsTitle": "Suchergebnisse für",
|
||||
"theme.SearchPage.fetchingNewResults": "Neue Ergebnisse abrufen...",
|
||||
"theme.SearchPage.inputLabel": "Suche",
|
||||
"theme.SearchPage.inputPlaceholder": "Geben Sie hier Ihre Suche ein",
|
||||
"theme.SearchPage.noResultsText": "Es wurden keine Ergebnisse gefunden",
|
||||
"theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",
|
||||
"theme.blog.paginator.newerEntries": "Neuere Einträge",
|
||||
"theme.blog.paginator.olderEntries": "Ältere Einträge",
|
||||
"theme.blog.post.date": "{month} {day}, {year}",
|
||||
"theme.blog.post.nPosts": "{count} posts",
|
||||
"theme.blog.post.onePost": "One post",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Blog Post Seiten Navigation",
|
||||
"theme.blog.post.paginator.newerPost": "Neuer Post",
|
||||
"theme.blog.post.paginator.olderPost": "Älterer Post",
|
||||
"theme.blog.post.readMore": "Mehr lesen",
|
||||
"theme.blog.post.readingTime": "{readingTime} min read",
|
||||
"theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
|
||||
"theme.common.editThisPage": "Diese Seite bearbeiten",
|
||||
"theme.common.headingLinkTitle": "Direkter Link zur Überschrift",
|
||||
"theme.common.month.april": "April",
|
||||
"theme.common.month.august": "August",
|
||||
"theme.common.month.december": "December",
|
||||
"theme.common.month.february": "February",
|
||||
"theme.common.month.january": "January",
|
||||
"theme.common.month.july": "July",
|
||||
"theme.common.month.june": "June",
|
||||
"theme.common.month.march": "March",
|
||||
"theme.common.month.may": "May",
|
||||
"theme.common.month.november": "November",
|
||||
"theme.common.month.october": "October",
|
||||
"theme.common.month.september": "September",
|
||||
"theme.common.skipToMainContent": "Zum Hauptinhalt springen",
|
||||
"theme.docs.paginator.navAriaLabel": "Dokumentation Seiten Navigation",
|
||||
"theme.docs.paginator.next": "Weiter",
|
||||
"theme.docs.paginator.previous": "Zurück",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Seitenleiste einklappen",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Seitenleiste einklappen",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Seitenleiste ausklappen",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Menü schließen",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Menü öffenen",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
"theme.lastUpdated.atDate": "on {date}",
|
||||
"theme.lastUpdated.byUser": "by {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "Alle Tags anzeigen",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
}
|
|
@ -1,44 +1,68 @@
|
|||
{
|
||||
"theme.NotFound.title": "صفحهای که دنبال آن بودید پیدا نشد!",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "بستن",
|
||||
"theme.CodeBlock.copied": "کپی شد",
|
||||
"theme.CodeBlock.copy": "کپی کردن",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "کپی کردن کد به کلیپ بورد",
|
||||
"theme.NotFound.p1": "متاسفانه نتوانستیم مطلب مورد نظر شما را پیدا کنیم.",
|
||||
"theme.NotFound.p2": "لطفا با صاحب وبسایت تماس بگیرید و ایشان را از مشکل پیش آمده مطلع کنید.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "بستن",
|
||||
"theme.NotFound.title": "صفحهای که دنبال آن بودید پیدا نشد!",
|
||||
"theme.Playground.liveEditor": "ویرایشگر زنده",
|
||||
"theme.Playground.result": "نتایج",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "بستن",
|
||||
"theme.PwaReloadPopup.info": "نسخه جدیدی منتشر شده است",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "بروزرسانی",
|
||||
"theme.SearchBar.label": "جستجو",
|
||||
"theme.SearchPage.algoliaLabel": "جستجو با Algolia",
|
||||
"theme.SearchPage.emptyResultsTitle": "جستجو در متن",
|
||||
"theme.SearchPage.existingResultsTitle": "جستجو برای عبارت",
|
||||
"theme.SearchPage.fetchingNewResults": "در حال دریافت نتایج...",
|
||||
"theme.SearchPage.inputLabel": "جستجو",
|
||||
"theme.SearchPage.inputPlaceholder": "عبارت مورد نظر را اینجا بنویسید",
|
||||
"theme.SearchPage.noResultsText": "هیچ نتیجه ای پیدا نشد",
|
||||
"theme.blog.paginator.navAriaLabel": "کنترل لیست صفحه وبسایت",
|
||||
"theme.blog.paginator.newerEntries": "مطالب جدیدتر",
|
||||
"theme.blog.paginator.olderEntries": "مطالب قدیمی تر",
|
||||
"theme.blog.post.date": "{month} {day}, {year}",
|
||||
"theme.blog.post.nPosts": "{count} posts",
|
||||
"theme.blog.post.onePost": "One post",
|
||||
"theme.blog.post.paginator.navAriaLabel": "کنترل پست های صفحه وبلاگ",
|
||||
"theme.blog.post.paginator.newerPost": "پست های جدید تر",
|
||||
"theme.blog.post.paginator.olderPost": "پست های قدیمی تر",
|
||||
"theme.blog.post.readMore": "ادامه مطلب",
|
||||
"theme.tags.tagsPageLink": "مشاهده تمام برچسب ها",
|
||||
"theme.tags.tagsPageTitle": "برچسب ها",
|
||||
"theme.tags.tagsListLabel": ":برچسب ها",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "کپی کردن کد به کلیپ بورد",
|
||||
"theme.CodeBlock.copied": "کپی شد",
|
||||
"theme.CodeBlock.copy": "کپی کردن",
|
||||
"theme.docs.paginator.navAriaLabel": "کنترل صفحه اسناد",
|
||||
"theme.docs.paginator.previous": "قبلی",
|
||||
"theme.docs.paginator.next": "بعدی",
|
||||
"theme.docs.sidebar.expandButtonTitle": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "بستن منو",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "باز کردن منو",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "بستن نوار کناری",
|
||||
"theme.blog.post.readingTime": "{readingTime} min read",
|
||||
"theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
|
||||
"theme.common.editThisPage": "ویرایش صفحه",
|
||||
"theme.common.headingLinkTitle": "لینک مستقیم به عنوان",
|
||||
"theme.common.month.april": "April",
|
||||
"theme.common.month.august": "August",
|
||||
"theme.common.month.december": "December",
|
||||
"theme.common.month.february": "February",
|
||||
"theme.common.month.january": "January",
|
||||
"theme.common.month.july": "July",
|
||||
"theme.common.month.june": "June",
|
||||
"theme.common.month.march": "March",
|
||||
"theme.common.month.may": "May",
|
||||
"theme.common.month.november": "November",
|
||||
"theme.common.month.october": "October",
|
||||
"theme.common.month.september": "September",
|
||||
"theme.common.skipToMainContent": "رفتن به مطلب اصلی",
|
||||
"theme.SearchPage.existingResultsTitle": "جستجو برای عبارت",
|
||||
"theme.SearchPage.emptyResultsTitle": "جستجو در متن",
|
||||
"theme.SearchPage.inputPlaceholder": "عبارت مورد نظر را اینجا بنویسید",
|
||||
"theme.SearchPage.inputLabel": "جستجو",
|
||||
"theme.SearchPage.algoliaLabel": "جستجو با Algolia",
|
||||
"theme.SearchPage.noResultsText": "هیچ نتیجه ای پیدا نشد",
|
||||
"theme.SearchPage.fetchingNewResults": "در حال دریافت نتایج...",
|
||||
"theme.SearchBar.label": "جستجو",
|
||||
"theme.PwaReloadPopup.info": "نسخه جدیدی منتشر شده است",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "بروزرسانی",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "بستن",
|
||||
"theme.Playground.liveEditor": "ویرایشگر زنده",
|
||||
"theme.Playground.result": "نتایج"
|
||||
}
|
||||
"theme.docs.paginator.navAriaLabel": "کنترل صفحه اسناد",
|
||||
"theme.docs.paginator.next": "بعدی",
|
||||
"theme.docs.paginator.previous": "قبلی",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "بستن نوار کناری",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.expandButtonTitle": "بزرگ کردن نوار کناری",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "بستن منو",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "باز کردن منو",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
"theme.lastUpdated.atDate": "on {date}",
|
||||
"theme.lastUpdated.byUser": "by {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": ":برچسب ها",
|
||||
"theme.tags.tagsPageLink": "مشاهده تمام برچسب ها",
|
||||
"theme.tags.tagsPageTitle": "برچسب ها"
|
||||
}
|
|
@ -1,44 +1,68 @@
|
|||
{
|
||||
"theme.NotFound.title": "Page introuvable",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Fermer",
|
||||
"theme.CodeBlock.copied": "Copié",
|
||||
"theme.CodeBlock.copy": "Copier",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
|
||||
"theme.NotFound.p1": "Nous n'avons pas trouvé ce que vous recherchez.",
|
||||
"theme.NotFound.p2": "Veuillez contacter le propriétaire du site qui vous a lié à l'URL d'origine et leur faire savoir que leur lien est cassé.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Fermer",
|
||||
"theme.NotFound.title": "Page introuvable",
|
||||
"theme.Playground.liveEditor": "Éditeur en direct",
|
||||
"theme.Playground.result": "Résultat",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Fermer",
|
||||
"theme.PwaReloadPopup.info": "Nouvelle version disponible",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Rafraichir",
|
||||
"theme.SearchBar.label": "Chercher",
|
||||
"theme.SearchPage.algoliaLabel": "Recharche Algolia",
|
||||
"theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
|
||||
"theme.SearchPage.existingResultsTitle": "Rechercher des résultats pour",
|
||||
"theme.SearchPage.fetchingNewResults": "Chargement de nouveaux résultats...",
|
||||
"theme.SearchPage.inputLabel": "Chercher",
|
||||
"theme.SearchPage.inputPlaceholder": "Tapez vôtre recherche ici",
|
||||
"theme.SearchPage.noResultsText": "Aucun résultat trouvé",
|
||||
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des posts du blog",
|
||||
"theme.blog.paginator.newerEntries": "Nouvelles entrées",
|
||||
"theme.blog.paginator.olderEntries": "Anciennes entrées",
|
||||
"theme.blog.post.date": "{day} {month} {year}",
|
||||
"theme.blog.post.nPosts": "{count} articles",
|
||||
"theme.blog.post.onePost": "Un article",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Pagination des blog posts",
|
||||
"theme.blog.post.paginator.newerPost": "Article plus récent",
|
||||
"theme.blog.post.paginator.olderPost": "Article plus ancien",
|
||||
"theme.blog.post.readMore": "Lire plus",
|
||||
"theme.tags.tagsPageLink": "Voir tous les tags",
|
||||
"theme.tags.tagsPageTitle": "Tags",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
|
||||
"theme.CodeBlock.copied": "Copié",
|
||||
"theme.CodeBlock.copy": "Copier",
|
||||
"theme.docs.paginator.navAriaLabel": "Pagination des documents",
|
||||
"theme.docs.paginator.previous": "Précédent",
|
||||
"theme.docs.paginator.next": "Suivant",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fermer le menu latéral",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Ouvrir le menu latéral",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Réduire le menu latéral",
|
||||
"theme.blog.post.readingTime": "{readingTime} min de lecture",
|
||||
"theme.blog.tagTitle": "{nPosts} taggés avec \"{tagName}\"",
|
||||
"theme.common.editThisPage": "Éditer cette page",
|
||||
"theme.common.headingLinkTitle": "Lien direct vers le titre",
|
||||
"theme.common.month.april": "Avril",
|
||||
"theme.common.month.august": "Août",
|
||||
"theme.common.month.december": "Décembre",
|
||||
"theme.common.month.february": "Février",
|
||||
"theme.common.month.january": "Janvier",
|
||||
"theme.common.month.july": "Juillet",
|
||||
"theme.common.month.june": "Juin",
|
||||
"theme.common.month.march": "Mars",
|
||||
"theme.common.month.may": "Mai",
|
||||
"theme.common.month.november": "Novembre",
|
||||
"theme.common.month.october": "Octobre",
|
||||
"theme.common.month.september": "Septembre",
|
||||
"theme.common.skipToMainContent": "Aller au contenu principal",
|
||||
"theme.SearchPage.existingResultsTitle": "Rechercher des résultats pour",
|
||||
"theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
|
||||
"theme.SearchPage.inputPlaceholder": "Tapez vôtre recherche ici",
|
||||
"theme.SearchPage.inputLabel": "Chercher",
|
||||
"theme.SearchPage.algoliaLabel": "Recharche Algolia",
|
||||
"theme.SearchPage.noResultsText": "Aucun résultat trouvé",
|
||||
"theme.SearchPage.fetchingNewResults": "Chargement de nouveaux résultats...",
|
||||
"theme.SearchBar.label": "Chercher",
|
||||
"theme.PwaReloadPopup.info": "Nouvelle version disponible",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Rafraichir",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Fermer",
|
||||
"theme.Playground.liveEditor": "Éditeur en direct",
|
||||
"theme.Playground.result": "Résultat"
|
||||
}
|
||||
"theme.docs.paginator.navAriaLabel": "Pagination des documents",
|
||||
"theme.docs.paginator.next": "Suivant",
|
||||
"theme.docs.paginator.previous": "Précédent",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Réduire le menu latéral",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Réduire le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Déplier le menu latéral",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Fermer le menu latéral",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Ouvrir le menu latéral",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "dernière version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "Pour une documentation à jour, consultez la {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "Ceci est la documentation de {siteTitle} {versionLabel}, qui n'est plus activement maintenue.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "Ceci est la documentation de la prochaine version {versionLabel} de {siteTitle}.",
|
||||
"theme.lastUpdated.atDate": "le {date}",
|
||||
"theme.lastUpdated.byUser": "par {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": "Tags:",
|
||||
"theme.tags.tagsPageLink": "Voir tous les tags",
|
||||
"theme.tags.tagsPageTitle": "Tags"
|
||||
}
|
|
@ -1,44 +1,68 @@
|
|||
{
|
||||
"theme.NotFound.title": "Страница не найдена",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.CodeBlock.copied": "Скопировано",
|
||||
"theme.CodeBlock.copy": "Скопировать",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
||||
"theme.NotFound.p1": "К сожалению, мы не смогли найти запрашиваемую вами страницу.",
|
||||
"theme.NotFound.p2": "Пожалуйста, обратитесь к владельцу сайта, с которого вы перешли на эту ссылку, чтобы сообщить ему ссылка не работает.",
|
||||
"theme.AnnouncementBar.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.NotFound.title": "Страница не найдена",
|
||||
"theme.Playground.liveEditor": "Интерактивный редактор",
|
||||
"theme.Playground.result": "Результат",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.PwaReloadPopup.info": "Доступна новая версия",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Обновить",
|
||||
"theme.SearchBar.label": "Поиск",
|
||||
"theme.SearchPage.algoliaLabel": "Поиск предоставлен Algolia",
|
||||
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
|
||||
"theme.SearchPage.existingResultsTitle": "Результаты поиска по запросу",
|
||||
"theme.SearchPage.fetchingNewResults": "Загрузка новых результатов поиска...",
|
||||
"theme.SearchPage.inputLabel": "Поиск",
|
||||
"theme.SearchPage.inputPlaceholder": "Введите фразу для поиска",
|
||||
"theme.SearchPage.noResultsText": "По запросу ничего не найдено",
|
||||
"theme.blog.paginator.navAriaLabel": "Навигация по странице списка блогов",
|
||||
"theme.blog.paginator.newerEntries": "Следующие записи",
|
||||
"theme.blog.paginator.olderEntries": "Предыдущие записи",
|
||||
"theme.blog.post.date": "{month} {day}, {year}",
|
||||
"theme.blog.post.nPosts": "{count} posts",
|
||||
"theme.blog.post.onePost": "One post",
|
||||
"theme.blog.post.paginator.navAriaLabel": "Навигация по странице поста блога",
|
||||
"theme.blog.post.paginator.newerPost": "Следующий пост",
|
||||
"theme.blog.post.paginator.olderPost": "Предыдущий пост",
|
||||
"theme.blog.post.readMore": "Читать дальше",
|
||||
"theme.tags.tagsPageLink": "Посмотреть все теги",
|
||||
"theme.tags.tagsPageTitle": "Теги",
|
||||
"theme.tags.tagsListLabel": "Теги:",
|
||||
"theme.CodeBlock.copyButtonAriaLabel": "Скопировать в буфер обмена",
|
||||
"theme.CodeBlock.copied": "Скопировано",
|
||||
"theme.CodeBlock.copy": "Скопировать",
|
||||
"theme.docs.paginator.navAriaLabel": "Навигация по странице документации",
|
||||
"theme.docs.paginator.previous": "Предыдущая страница",
|
||||
"theme.docs.paginator.next": "Следующая страница",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Закрыть меню",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Открыть меню",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Свернуть сайдбар",
|
||||
"theme.blog.post.readingTime": "{readingTime} min read",
|
||||
"theme.blog.tagTitle": "{nPosts} tagged with \"{tagName}\"",
|
||||
"theme.common.editThisPage": "Отредактировать эту страницу",
|
||||
"theme.common.headingLinkTitle": "Прямая ссылка на этот заголовок",
|
||||
"theme.common.month.april": "April",
|
||||
"theme.common.month.august": "August",
|
||||
"theme.common.month.december": "December",
|
||||
"theme.common.month.february": "February",
|
||||
"theme.common.month.january": "January",
|
||||
"theme.common.month.july": "July",
|
||||
"theme.common.month.june": "June",
|
||||
"theme.common.month.march": "March",
|
||||
"theme.common.month.may": "May",
|
||||
"theme.common.month.november": "November",
|
||||
"theme.common.month.october": "October",
|
||||
"theme.common.month.september": "September",
|
||||
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
||||
"theme.SearchPage.existingResultsTitle": "Результаты поиска по запросу",
|
||||
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
|
||||
"theme.SearchPage.inputPlaceholder": "Введите фразу для поиска",
|
||||
"theme.SearchPage.inputLabel": "Поиск",
|
||||
"theme.SearchPage.algoliaLabel": "Поиск предоставлен Algolia",
|
||||
"theme.SearchPage.noResultsText": "По запросу ничего не найдено",
|
||||
"theme.SearchPage.fetchingNewResults": "Загрузка новых результатов поиска...",
|
||||
"theme.SearchBar.label": "Поиск",
|
||||
"theme.PwaReloadPopup.info": "Доступна новая версия",
|
||||
"theme.PwaReloadPopup.refreshButtonText": "Обновить",
|
||||
"theme.PwaReloadPopup.closeButtonAriaLabel": "Закрыть",
|
||||
"theme.Playground.liveEditor": "Интерактивный редактор",
|
||||
"theme.Playground.result": "Результат"
|
||||
}
|
||||
"theme.docs.paginator.navAriaLabel": "Навигация по странице документации",
|
||||
"theme.docs.paginator.next": "Следующая страница",
|
||||
"theme.docs.paginator.previous": "Предыдущая страница",
|
||||
"theme.docs.sidebar.collapseButtonAriaLabel": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.collapseButtonTitle": "Свернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonAriaLabel": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
||||
"theme.docs.sidebar.responsiveCloseButtonLabel": "Закрыть меню",
|
||||
"theme.docs.sidebar.responsiveOpenButtonLabel": "Открыть меню",
|
||||
"theme.docs.versions.latestVersionLinkLabel": "latest version",
|
||||
"theme.docs.versions.latestVersionSuggestionLabel": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).",
|
||||
"theme.docs.versions.unmaintainedVersionLabel": "This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained.",
|
||||
"theme.docs.versions.unreleasedVersionLabel": "This is unreleased documentation for {siteTitle} {versionLabel} version.",
|
||||
"theme.lastUpdated.atDate": "on {date}",
|
||||
"theme.lastUpdated.byUser": "by {user}",
|
||||
"theme.lastUpdated.lastUpdatedAtBy": "Last updated{atDate}{byUser}",
|
||||
"theme.tags.tagsListLabel": "Теги:",
|
||||
"theme.tags.tagsPageLink": "Посмотреть все теги",
|
||||
"theme.tags.tagsPageTitle": "Теги"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue