@docusaurus/theme-translations 2.0.0-beta.15 → 2.0.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +3 -6
- package/lib/index.js.map +1 -1
- package/locales/ar/theme-common.json +7 -0
- package/locales/ar/theme-search-algolia.json +1 -0
- package/locales/base/theme-common.json +13 -0
- package/locales/base/theme-search-algolia.json +1 -0
- package/locales/bn/theme-common.json +7 -0
- package/locales/bn/theme-search-algolia.json +1 -0
- package/locales/cs/theme-common.json +7 -0
- package/locales/cs/theme-search-algolia.json +1 -0
- package/locales/da/theme-common.json +7 -0
- package/locales/da/theme-search-algolia.json +1 -0
- package/locales/de/theme-common.json +7 -0
- package/locales/de/theme-search-algolia.json +1 -0
- package/locales/es/theme-common.json +7 -0
- package/locales/es/theme-search-algolia.json +1 -0
- package/locales/fa/theme-common.json +7 -0
- package/locales/fa/theme-search-algolia.json +1 -0
- package/locales/fil/theme-common.json +7 -0
- package/locales/fil/theme-search-algolia.json +1 -0
- package/locales/fr/theme-common.json +7 -0
- package/locales/fr/theme-search-algolia.json +1 -0
- package/locales/he/theme-common.json +7 -0
- package/locales/he/theme-search-algolia.json +1 -0
- package/locales/hi/theme-common.json +7 -0
- package/locales/hi/theme-search-algolia.json +1 -0
- package/locales/it/theme-common.json +7 -0
- package/locales/it/theme-search-algolia.json +1 -0
- package/locales/ja/theme-common.json +7 -0
- package/locales/ja/theme-search-algolia.json +1 -0
- package/locales/ko/theme-common.json +9 -2
- package/locales/ko/theme-search-algolia.json +1 -0
- package/locales/pl/theme-common.json +7 -0
- package/locales/pl/theme-search-algolia.json +1 -0
- package/locales/pt-BR/theme-common.json +7 -0
- package/locales/pt-BR/theme-search-algolia.json +1 -0
- package/locales/pt-PT/theme-common.json +7 -0
- package/locales/pt-PT/theme-search-algolia.json +1 -0
- package/locales/ru/theme-common.json +7 -0
- package/locales/ru/theme-search-algolia.json +1 -0
- package/locales/sr/theme-common.json +7 -0
- package/locales/sr/theme-search-algolia.json +1 -0
- package/locales/tr/theme-common.json +7 -0
- package/locales/tr/theme-search-algolia.json +1 -0
- package/locales/vi/theme-common.json +7 -0
- package/locales/vi/theme-search-algolia.json +1 -0
- package/locales/zh-Hans/theme-common.json +7 -0
- package/locales/zh-Hans/theme-search-algolia.json +1 -0
- package/locales/zh-Hant/plugin-ideal-image.json +4 -4
- package/locales/zh-Hant/plugin-pwa.json +1 -1
- package/locales/zh-Hant/theme-common.json +15 -8
- package/locales/zh-Hant/theme-search-algolia.json +2 -1
- package/package.json +6 -6
- package/src/index.ts +3 -6
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Post più vecchio",
|
|
22
22
|
"theme.blog.post.plurals": "Un post|{count} post",
|
|
23
23
|
"theme.blog.post.readMore": "Leggi di più",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "Lettura di 1 minuto|{readingTime} minuti di lettura",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Navigazione dei post recenti del blog",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} etichettati con \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Modifica questa pagina",
|
|
28
32
|
"theme.common.headingLinkTitle": "Link diretto all'intestazione",
|
|
29
33
|
"theme.common.skipToMainContent": "Passa al contenuto principale",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Navigazione delle pagine dei documenti",
|
|
31
36
|
"theme.docs.paginator.next": "Successivo",
|
|
32
37
|
"theme.docs.paginator.previous": "Precedente",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Espandi la barra laterale",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} con \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Un documento etichettato|{count} documenti etichettati",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "ultima versione",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Per la documentazione aggiornata, guarda la {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Questa è la documentazione per {siteTitle} {versionLabel}, che non è più attivamente mantenuta.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " il {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " da {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Ultimo aggiornamento{atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Indietro al menu principale",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versioni",
|
|
48
55
|
"theme.tags.tagsListLabel": "Etichette:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Cerca",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Ricerca tramite Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Un documento trovato|{count} documenti trovati",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Cerca nella documentazione",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "過去の記事",
|
|
22
22
|
"theme.blog.post.plurals": "{count}件",
|
|
23
23
|
"theme.blog.post.readMore": "もっと見る",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "約{readingTime}分",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
26
27
|
"theme.blog.tagTitle": "「{tagName}」タグの記事が{nPosts}あります",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "このページを編集",
|
|
28
32
|
"theme.common.headingLinkTitle": "見出しへの直接リンク",
|
|
29
33
|
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "ドキュメントのナビゲーション",
|
|
31
36
|
"theme.docs.paginator.next": "次へ",
|
|
32
37
|
"theme.docs.paginator.previous": "前へ",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "最新バージョン",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "最新のドキュメントは{latestVersionLink} ({versionLabel}) を見てください。",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "これは{siteTitle} {versionLabel}のドキュメントで現在はアクティブにメンテナンスされていません。",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": "{date}に",
|
|
44
50
|
"theme.lastUpdated.byUser": "{user}が",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}最終更新",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "タグ:",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "복사",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
|
7
7
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
|
8
|
-
"theme.ErrorPageContent.title": "
|
|
8
|
+
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
|
9
9
|
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
|
10
10
|
"theme.NotFound.p1": "원하는 페이지를 찾을 수 없습니다.",
|
|
11
11
|
"theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "다음 게시물",
|
|
22
22
|
"theme.blog.post.plurals": "{count}개 게시물",
|
|
23
23
|
"theme.blog.post.readMore": "자세히 보기",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "{title} 에 대해 더 읽어보기",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "약 {readingTime}분",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "최근 블로그 문서 둘러보기",
|
|
26
27
|
"theme.blog.tagTitle": "\"{tagName}\" 태그로 연결된 {nPosts}개의 게시물이 있습니다.",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "어두운 모드와 밝은 모드 전환하기 (현재 {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "밝은 모드",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "어두운 모드",
|
|
27
31
|
"theme.common.editThisPage": "페이지 편집",
|
|
28
32
|
"theme.common.headingLinkTitle": "제목으로 바로 가기",
|
|
29
33
|
"theme.common.skipToMainContent": "본문으로 건너뛰기",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} 항목",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "문서 탐색",
|
|
31
36
|
"theme.docs.paginator.next": "다음",
|
|
32
37
|
"theme.docs.paginator.previous": "이전",
|
|
@@ -36,13 +41,15 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 개 문서가",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "최신 버전",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "{siteTitle} {versionLabel} 문서는 더 이상 업데이트되지 않습니다.",
|
|
42
48
|
"theme.docs.versions.unreleasedVersionLabel": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
|
|
43
49
|
"theme.lastUpdated.atDate": " {date}에",
|
|
44
50
|
"theme.lastUpdated.byUser": " {user}가",
|
|
45
|
-
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}
|
|
51
|
+
"theme.lastUpdated.lastUpdatedAtBy": "최종 수정 : {atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
|
48
55
|
"theme.tags.tagsListLabel": "태그:",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Starszy posty",
|
|
22
22
|
"theme.blog.post.plurals": "Jeden post|{count} posty|{count} postów",
|
|
23
23
|
"theme.blog.post.readMore": "Czytaj więcej",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "{readingTime} min aby przeczytać|{readingTime} min aby przeczytać|{readingTime} min aby przeczytać",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} z tagiem \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Edytuj tą stronę",
|
|
28
32
|
"theme.common.headingLinkTitle": "Bezpośredni link do nagłówka",
|
|
29
33
|
"theme.common.skipToMainContent": "Przejdź do głównej zawartości",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Nawigacja na stronie dokumentacji",
|
|
31
36
|
"theme.docs.paginator.next": "Następna strona",
|
|
32
37
|
"theme.docs.paginator.previous": "Poprzednia strona",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Rozszerz boczny panel",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "bieżącej wersji",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Aby zobaczyć bieżącą dokumentację, przejdź do wersji {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Ta dokumentacja dotyczy {siteTitle} w wersji {versionLabel} i nie jest już aktywnie aktualizowana.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " dnia {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " przez {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Ostatnia aktualizacja{atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "Tagi:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Szukaj",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Dostawca rozwiązania Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "One document found|{count} documents found",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Wyszukaj w dokumentacji",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Postagem mais antiga",
|
|
22
22
|
"theme.blog.post.plurals": "Uma postagem|{count} postagens",
|
|
23
23
|
"theme.blog.post.readMore": "Leia Mais",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "Leitura de um minuto|Leitura de {readingTime} minutos",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} marcadas com \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Editar essa página",
|
|
28
32
|
"theme.common.headingLinkTitle": "Link direto para o título",
|
|
29
33
|
"theme.common.skipToMainContent": "Pular para o conteúdo principal",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação",
|
|
31
36
|
"theme.docs.paginator.next": "Próxima",
|
|
32
37
|
"theme.docs.paginator.previous": "Anterior",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Expandir painel lateral",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} com \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Um documento selecionado|{count} documentos selecionados",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "última versão",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Para a documentação atualizada, veja: {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Esta é a documentação para {siteTitle} {versionLabel}, que não é mais mantida ativamente.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " em {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " por {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização {atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Voltar para o menu principal",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "Marcadores:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Buscar",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Busca feita por Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Busca da documentação",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Publicação mais antiga",
|
|
22
22
|
"theme.blog.post.plurals": "Uma publicação|{count} publicações",
|
|
23
23
|
"theme.blog.post.readMore": "Ler mais",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "Leitura de um minuto|Leitura de {readingTime} minutos",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} marcadas com \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Editar esta página",
|
|
28
32
|
"theme.common.headingLinkTitle": "Link direto para o título",
|
|
29
33
|
"theme.common.skipToMainContent": "Saltar para o conteúdo principal",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Navigação das páginas de documentação",
|
|
31
36
|
"theme.docs.paginator.next": "Próxima",
|
|
32
37
|
"theme.docs.paginator.previous": "Anterior",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Expandir barra lateral",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "última versão",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Para a documentação atualizada, veja: {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Esta é a documentação para {siteTitle} {versionLabel}, que já não é mantida ativamente.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " a {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " por {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Última atualização{atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "Tags:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Pesquisar",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Pesquisa por Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Pesquisar pela documentação",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Предыдущий пост",
|
|
22
22
|
"theme.blog.post.plurals": "{count} запись|{count} записи|{count} записей",
|
|
23
23
|
"theme.blog.post.readMore": "Читать дальше",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "{readingTime} мин. чтения",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Навигация по последним постам в блоге",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} с тегом \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Отредактировать эту страницу",
|
|
28
32
|
"theme.common.headingLinkTitle": "Прямая ссылка на этот заголовок",
|
|
29
33
|
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Навигация по странице документации",
|
|
31
36
|
"theme.docs.paginator.next": "Следующая страница",
|
|
32
37
|
"theme.docs.paginator.previous": "Предыдущая страница",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Развернуть сайдбар",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "последней версии",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Актуальная документация находится на странице {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Это документация {siteTitle} для версии {versionLabel}, которая уже не поддерживается.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " от {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Последнее обновление{atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Перейти к главному меню",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "Теги:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Поиск",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Поиск от Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "{count} документ|{count} документа|{count} документов",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Стари пост",
|
|
22
22
|
"theme.blog.post.plurals": "Један пост|{count} постова",
|
|
23
23
|
"theme.blog.post.readMore": "Прочитајте више",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "Једноминутно читање|{readingTime} минута читања",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Недавни постови на блогу",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} означени са \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Уреди ову страницу",
|
|
28
32
|
"theme.common.headingLinkTitle": "Веза до наслова",
|
|
29
33
|
"theme.common.skipToMainContent": "Пређи на главни садржај",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Навигација по документима",
|
|
31
36
|
"theme.docs.paginator.next": "Даље",
|
|
32
37
|
"theme.docs.paginator.previous": "Назад",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Прошири бочну листу",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} означени са \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Један документ означен|{count} означених докумената",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "Најновија верзија",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "За најновију верзију документације погледајте {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Ово је документација за {siteTitle} {versionLabel}, која се више не одржава",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " на {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " од {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Последња измена {atDate}{byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Назад на главни мени",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Верзије",
|
|
48
55
|
"theme.tags.tagsListLabel": "Ознаке:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Тражи",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Претрага из Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Један пронађен документ|{count} пронађених докумената",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Тражи документацију",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Daha Eski Gönderi",
|
|
22
22
|
"theme.blog.post.plurals": "Bir gönderi|{count} gönderi",
|
|
23
23
|
"theme.blog.post.readMore": "Daha Fazla",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "{readingTime} dakikalık okuma|{readingTime} dakikalık okuma",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Blog son gönderiler navigasyonu",
|
|
26
27
|
"theme.blog.tagTitle": "\"{tagName}\" ile etiketlenmiş {nPosts}",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Bu sayfayı düzenle",
|
|
28
32
|
"theme.common.headingLinkTitle": "Başlığa doğrudan bağlantı",
|
|
29
33
|
"theme.common.skipToMainContent": "Ana içeriğe geç",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu",
|
|
31
36
|
"theme.docs.paginator.next": "Sonraki",
|
|
32
37
|
"theme.docs.paginator.previous": "Önceki",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "en son sürüm",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Güncel belgeler için bkz. {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Bu, {siteTitle} {versionLabel} dokümantasyonudur ve bakımı sonlanmıştır.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " {date} tarihinde",
|
|
44
50
|
"theme.lastUpdated.byUser": " {user} tarafından",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "En son{atDate}{byUser} güncellendi",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Ana menüye dön",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
|
|
48
55
|
"theme.tags.tagsListLabel": "Etiketler:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Ara",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Algolia ile Ara",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Bir döküman bulundu|{count} döküman bulundu",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Dokümanlarda ara",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "Bài cũ hơn",
|
|
22
22
|
"theme.blog.post.plurals": "Một bài viết|{count} bài viết",
|
|
23
23
|
"theme.blog.post.readMore": "Đọc Tiếp",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "Read more about {title}",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "Một phút để đọc|{readingTime} phút để đọc",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "Điều hướng các bài viết gần đây trên blog",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} được gắn thẻ \"{tagName}\"",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "light mode",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "dark mode",
|
|
27
31
|
"theme.common.editThisPage": "Sửa trang này",
|
|
28
32
|
"theme.common.headingLinkTitle": "Đường dẫn trực tiếp tới đề mục này",
|
|
29
33
|
"theme.common.skipToMainContent": "Nhảy tới nội dung",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} items",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "Thanh điều hướng của trang tài liệu",
|
|
31
36
|
"theme.docs.paginator.next": "Kế tiếp",
|
|
32
37
|
"theme.docs.paginator.previous": "Trước",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "Mở rộng thanh bên",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} với \"{tagName}\"",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Một tài liệu đã gắn thẻ|{count} tài liệu đã gắn thẻ",
|
|
44
|
+
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "phiên bản mới nhất",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "Để xem các cập nhật mới nhất, vui lòng xem phiên bản {latestVersionLink} ({versionLabel}).",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "Đây là tài liệu của {siteTitle} {versionLabel}, hiện không còn được bảo trì.",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": " vào {date}",
|
|
44
50
|
"theme.lastUpdated.byUser": " bởi {user}",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "Cập nhật lần cuối {atDate} bởi {byUser}",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "Languages",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Trở lại menu chính",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
48
55
|
"theme.tags.tagsListLabel": "Thẻ:",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Tìm kiếm",
|
|
3
|
+
"theme.SearchBar.seeAll": "See all {count} results",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "Tìm thấy một kết quả|Tìm thấy {count} kết quả",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "较旧一篇",
|
|
22
22
|
"theme.blog.post.plurals": "{count} 篇博文",
|
|
23
23
|
"theme.blog.post.readMore": "阅读更多",
|
|
24
|
+
"theme.blog.post.readMoreLabel": "阅读 {title} 的全文",
|
|
24
25
|
"theme.blog.post.readingTime.plurals": "{readingTime} 分钟阅读",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "最近博文导航",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} 含有标签「{tagName}」",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "切换浅色/暗黑模式(当前为{mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "浅色模式",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "暗黑模式",
|
|
27
31
|
"theme.common.editThisPage": "编辑此页",
|
|
28
32
|
"theme.common.headingLinkTitle": "标题的直接链接",
|
|
29
33
|
"theme.common.skipToMainContent": "跳到主要内容",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} 个项目",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "文档分页导航",
|
|
31
36
|
"theme.docs.paginator.next": "下一页",
|
|
32
37
|
"theme.docs.paginator.previous": "上一页",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "展开侧边栏",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇带有标签「{tagName}」",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文档带有标签",
|
|
44
|
+
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "最新版本",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "最新的文档请参阅 {latestVersionLink} ({versionLabel})。",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "此为 {siteTitle} {versionLabel} 版的文档,现已不再积极维护。",
|
|
@@ -43,6 +49,7 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": "于 {date} ",
|
|
44
50
|
"theme.lastUpdated.byUser": "由 {user} ",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "最后{byUser}{atDate}更新",
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "选择语言",
|
|
46
53
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主菜单",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "选择版本",
|
|
48
55
|
"theme.tags.tagsListLabel": "标签:",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.IdealImageMessage.404error": "未找到圖片",
|
|
3
|
-
"theme.IdealImageMessage.error": "
|
|
4
|
-
"theme.IdealImageMessage.load": "
|
|
5
|
-
"theme.IdealImageMessage.loading": "
|
|
6
|
-
"theme.IdealImageMessage.offline": "
|
|
3
|
+
"theme.IdealImageMessage.error": "出現錯誤,按一下來重試",
|
|
4
|
+
"theme.IdealImageMessage.load": "按一下以載入{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "載入中...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "你的瀏覽器處於離線狀態。圖片未載入"
|
|
7
7
|
}
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "複製成功",
|
|
5
5
|
"theme.CodeBlock.copy": "複製",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "複製代碼至剪貼簿",
|
|
7
|
-
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "
|
|
8
|
-
"theme.ErrorPageContent.title": "
|
|
7
|
+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "打開/收起側邊欄選單「{label}」",
|
|
8
|
+
"theme.ErrorPageContent.title": "此頁已當機。",
|
|
9
9
|
"theme.ErrorPageContent.tryAgain": "重試",
|
|
10
|
-
"theme.NotFound.p1": "
|
|
10
|
+
"theme.NotFound.p1": "我們沒有您要找的頁面。",
|
|
11
11
|
"theme.NotFound.p2": "請聯絡原始連結來源網站的所有者,並通知他們連結已毀損。",
|
|
12
12
|
"theme.NotFound.title": "找不到頁面",
|
|
13
13
|
"theme.TOCCollapsible.toggleButtonLabel": "本頁導覽",
|
|
14
|
-
"theme.blog.archive.description": "
|
|
15
|
-
"theme.blog.archive.title": "
|
|
14
|
+
"theme.blog.archive.description": "歷史文章",
|
|
15
|
+
"theme.blog.archive.title": "歷史文章",
|
|
16
16
|
"theme.blog.paginator.navAriaLabel": "部落格文章列表分頁導覽",
|
|
17
17
|
"theme.blog.paginator.newerEntries": "較新的文章",
|
|
18
18
|
"theme.blog.paginator.olderEntries": "較舊的文章",
|
|
@@ -21,12 +21,17 @@
|
|
|
21
21
|
"theme.blog.post.paginator.olderPost": "較舊一篇",
|
|
22
22
|
"theme.blog.post.plurals": "{count} 篇文章",
|
|
23
23
|
"theme.blog.post.readMore": "閱讀更多",
|
|
24
|
-
"theme.blog.post.
|
|
24
|
+
"theme.blog.post.readMoreLabel": "閱讀 {title} 全文",
|
|
25
|
+
"theme.blog.post.readingTime.plurals": "閱讀時間約 {readingTime} 分鐘",
|
|
25
26
|
"theme.blog.sidebar.navAriaLabel": "最近部落格文章導覽",
|
|
26
27
|
"theme.blog.tagTitle": "{nPosts} 含有標籤「{tagName}」",
|
|
28
|
+
"theme.colorToggle.ariaLabel": "切換淺色/暗黑模式(當前為{mode})",
|
|
29
|
+
"theme.colorToggle.ariaLabel.mode.light": "淺色模式",
|
|
30
|
+
"theme.colorToggle.ariaLabel.mode.dark": "暗黑模式",
|
|
27
31
|
"theme.common.editThisPage": "編輯此頁",
|
|
28
32
|
"theme.common.headingLinkTitle": "標題的直接連結",
|
|
29
33
|
"theme.common.skipToMainContent": "跳至主要内容",
|
|
34
|
+
"theme.docs.DocCard.categoryDescription": "{count} 個項目",
|
|
30
35
|
"theme.docs.paginator.navAriaLabel": "文件分頁導覽",
|
|
31
36
|
"theme.docs.paginator.next": "下一頁",
|
|
32
37
|
"theme.docs.paginator.previous": "上一頁",
|
|
@@ -36,6 +41,7 @@
|
|
|
36
41
|
"theme.docs.sidebar.expandButtonTitle": "展開側邊欄",
|
|
37
42
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} 篇帶有標籤「{tagName}」",
|
|
38
43
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count} 篇文件帶有標籤",
|
|
44
|
+
"theme.docs.versionBadge.label": "版本:{versionLabel}",
|
|
39
45
|
"theme.docs.versions.latestVersionLinkLabel": "最新版本",
|
|
40
46
|
"theme.docs.versions.latestVersionSuggestionLabel": "最新的文件請參閱 {latestVersionLink} ({versionLabel})。",
|
|
41
47
|
"theme.docs.versions.unmaintainedVersionLabel": "此為 {siteTitle} {versionLabel} 版的文件,現已不再積極維護。",
|
|
@@ -43,9 +49,10 @@
|
|
|
43
49
|
"theme.lastUpdated.atDate": "於 {date} ",
|
|
44
50
|
"theme.lastUpdated.byUser": "由 {user} ",
|
|
45
51
|
"theme.lastUpdated.lastUpdatedAtBy": "最後{byUser}{atDate}更新",
|
|
46
|
-
"theme.navbar.
|
|
52
|
+
"theme.navbar.mobileLanguageDropdown.label": "選擇語言",
|
|
53
|
+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 回到主選單",
|
|
47
54
|
"theme.navbar.mobileVersionsDropdown.label": "選擇版本",
|
|
48
55
|
"theme.tags.tagsListLabel": "標籤:",
|
|
49
|
-
"theme.tags.tagsPageLink": "
|
|
56
|
+
"theme.tags.tagsPageLink": "檢視所有標籤",
|
|
50
57
|
"theme.tags.tagsPageTitle": "標籤"
|
|
51
58
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "搜尋",
|
|
3
|
+
"theme.SearchBar.seeAll": "查看全部 {count} 個結果",
|
|
3
4
|
"theme.SearchPage.algoliaLabel": "透過 Algolia 搜尋",
|
|
4
5
|
"theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
|
|
5
6
|
"theme.SearchPage.emptyResultsTitle": "在文件中搜尋",
|
|
6
7
|
"theme.SearchPage.existingResultsTitle": "「{query}」的搜尋結果",
|
|
7
|
-
"theme.SearchPage.fetchingNewResults": "
|
|
8
|
+
"theme.SearchPage.fetchingNewResults": "正在取得新的搜尋結果...",
|
|
8
9
|
"theme.SearchPage.inputLabel": "搜尋",
|
|
9
10
|
"theme.SearchPage.inputPlaceholder": "在此輸入搜尋字詞",
|
|
10
11
|
"theme.SearchPage.noResultsText": "未找到任何結果"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.16",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"update": "node ./update.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"fs-extra": "^10.0.
|
|
22
|
+
"fs-extra": "^10.0.1",
|
|
23
23
|
"tslib": "^2.3.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "2.0.0-beta.
|
|
27
|
-
"@docusaurus/logger": "2.0.0-beta.
|
|
28
|
-
"lodash": "^4.17.
|
|
26
|
+
"@docusaurus/core": "2.0.0-beta.16",
|
|
27
|
+
"@docusaurus/logger": "2.0.0-beta.16",
|
|
28
|
+
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "eb43c4d4f95a4fb97dc9bb9dc615413e0dc2e1e7"
|
|
34
34
|
}
|