@docusaurus/theme-translations 0.0.0-5363 → 0.0.0-5367

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.
@@ -4,7 +4,7 @@
4
4
  "theme.CodeBlock.copied": "Kopyalandı",
5
5
  "theme.CodeBlock.copy": "Kopyala",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Kodu panoya kopyala",
7
- "theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
7
+ "theme.CodeBlock.wordWrapToggle": "Kelime kaydırmayı aç/kapat",
8
8
  "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
9
9
  "theme.ErrorPageContent.title": "Bu sayfa çöktü.",
10
10
  "theme.ErrorPageContent.tryAgain": "Tekrar deneyin",
@@ -12,11 +12,11 @@
12
12
  "theme.NotFound.p2": "Lütfen sizi orijinal URL'ye yönlendiren sitenin sahibiyle iletişime geçin ve bağlantısının bozuk olduğunu bildirin.",
13
13
  "theme.NotFound.title": "Sayfa Bulunamadı",
14
14
  "theme.TOCCollapsible.toggleButtonLabel": "Bu sayfada",
15
- "theme.admonition.caution": "caution",
16
- "theme.admonition.danger": "danger",
17
- "theme.admonition.info": "info",
18
- "theme.admonition.note": "note",
19
- "theme.admonition.tip": "tip",
15
+ "theme.admonition.caution": "uyarı",
16
+ "theme.admonition.danger": "tehlike",
17
+ "theme.admonition.info": "bilgi",
18
+ "theme.admonition.note": "not",
19
+ "theme.admonition.tip": "ipucu",
20
20
  "theme.blog.archive.description": "Arşiv",
21
21
  "theme.blog.archive.title": "Arşiv",
22
22
  "theme.blog.paginator.navAriaLabel": "Blog gönderi sayfası navigasyonu",
@@ -37,18 +37,18 @@
37
37
  "theme.common.editThisPage": "Bu sayfayı düzenle",
38
38
  "theme.common.headingLinkTitle": "Başlığa doğrudan bağlantı",
39
39
  "theme.common.skipToMainContent": "Ana içeriğe geç",
40
- "theme.docs.DocCard.categoryDescription": "{count} items",
40
+ "theme.docs.DocCard.categoryDescription": "{count} öğe",
41
41
  "theme.docs.breadcrumbs.home": "Ana sayfa",
42
42
  "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
43
43
  "theme.docs.paginator.navAriaLabel": "Dokümanlar sayfası navigasyonu",
44
44
  "theme.docs.paginator.next": "Sonraki",
45
45
  "theme.docs.paginator.previous": "Önceki",
46
- "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
46
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Gezinme çubuğunu kapat",
47
47
  "theme.docs.sidebar.collapseButtonAriaLabel": "Kenar çubuğunu daralt",
48
48
  "theme.docs.sidebar.collapseButtonTitle": "Kenar çubuğunu daralt",
49
49
  "theme.docs.sidebar.expandButtonAriaLabel": "Kenar çubuğunu genişlet",
50
50
  "theme.docs.sidebar.expandButtonTitle": "Kenar çubuğunu genişlet",
51
- "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
51
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Gezinme çubuğunu aç/kapat",
52
52
  "theme.docs.tagDocListPageTitle": "\"{tagName}\" ile etiketlenmiş {nDocsTagged}",
53
53
  "theme.docs.tagDocListPageTitle.nDocsTagged": "Bir doküman etiketlendi|{count} doküman etiketlendi",
54
54
  "theme.docs.versionBadge.label": "Version: {versionLabel}",
@@ -65,6 +65,6 @@
65
65
  "theme.tags.tagsListLabel": "Etiketler:",
66
66
  "theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
67
67
  "theme.tags.tagsPageTitle": "Etiketler",
68
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
69
- "theme.unlistedContent.title": "Unlisted page"
68
+ "theme.unlistedContent.message": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
69
+ "theme.unlistedContent.title": "Listelenmeyen sayfa"
70
70
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5363",
3
+ "version": "0.0.0-5367",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5363",
27
- "@docusaurus/logger": "0.0.0-5363",
26
+ "@docusaurus/core": "0.0.0-5367",
27
+ "@docusaurus/logger": "0.0.0-5367",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "dbe94ffd19b3e3eb1dcb64e85b61350045faa250"
33
+ "gitHead": "4cb5f25e6e83097230018df14308090a9dd8df20"
34
34
  }