Skip to content

Prod update 05-28-2024 #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion astro-i18next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
export default {
defaultLocale: "en",
showDefaultLocale: true,
locales: ["en", "es", "zh"],
locales: ["en", "es", "zh", "tr"],
load: ["server", "client"],
}
51,587 changes: 0 additions & 51,587 deletions package-lock.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"rehype-mermaidjs": "^1.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.32.6",
"squirrel-gill": "^1.0.5",
"tailwindcss": "^3.2.4",
"to-querystring": "^1.1.1",
Expand Down
197 changes: 197 additions & 0 deletions public/locales/tr/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
{
"rightSidebar": {
"onThisPage": "Bu Sayfada",
"more": "Daha Fazla",
"editThisPage": "Bu sayfayı düzenleyin",
"joinOurCommunity": "Topluluğumuza katılın",
"feedback": "Geri bildirim"
},
"ui": {
"whatsNext": "Sırada ne var?",
"readMore": "Daha fazla"
},
"landing": {
"test": "test",
"search": {
"title": "Scroll Dokümantasyonu'na Hoş Geldiniz",
"placeholder": "Scroll dokümantasyonunda arayın..."
},
"newUserCTA": {
"title": "Scroll ve ZK Rollup'larda yeni misiniz?",
"description": "Başlangıç Kılavuzu'ndan temel bilgileri öğrenin."
},
"resourcesCTA": {
"title": "Yararlı kaynaklar"
},
"nodesCTA": {
"title": "Kendi Scroll Düğümünüzü çalıştırmanız mı gerekiyor?",
"description": "Scroll Düğümlerini başlatma ve sürdürme hakkında bilgi edinmek için Düğüm Operatörü Kılavuzu'na bakın.",
"buttonText": "Düğüm Operatörü Kılavuzu"
},
"TutorialsCTA": {
"title": "Eğitimleri izleyin",
"description": "Teknolojimiz hakkında daha fazla bilgi edinin. YouTube kanalımıza sürekli olarak yeni videolar yüklüyoruz.",
"buttonText": "Eğitimleri izleyin"
},
"LinksCTA": {
"card1": {
"title": "Entegrasyon desteğine mi ihtiyacınız var?",
"description": "Bir uzmanla görüşün"
},
"card2": {
"title": "Discord",
"description": "Topluluğumuza katılın"
},
"card3": {
"title": "TODO: Tartışma",
"description": "Gerçekten, topluluğumuza katılın"
}
},
"NewsletterCTA": {
"title": "Scroll Geliştirici haberlerini yakından takip edin",
"text": "Güncellemeler, online ve yüz yüze etkinlikler, ekosistemdeki fırsatlar ve daha fazlası",
"placeholder": "e-posta adresi",
"thankYouForSubscribing": "Takip ettiğiniz için teşekkür ederiz!",
"correctEmail": "Lütfen geçerli bir e-posta adresi kullanın.",
"pleaseInsertEmail": "Lütfen e-posta adresinizi girin."
}
},
"sidebar": {
"gettingStarted": {
"gettingStarted": "Başlarken",
"overview": "Genel Bakış",
"scrollSepoliaTestnet": "Scroll Sepolia Test Ağı",
"userGuide": "Kullanıcı Rehberi",
"setup": "Kurulum",
"faucet": "Musluk",
"bridge": "Köprü",
"transferTokens": "Tokenları Aktar",
"commonErrors": "Yaygın Hatalar",
"rollupExplorer": "Rollup Gezgini",
"scrollSepoliaBlockExplorer": "Scroll Sepolia Gezgini",
"scrollMainnet": "Scroll Ana Ağı",
"scrollscan": "Scrollscan Block Gezgini",
"sepoliaBlockExplorer": "Sepolia Gezgini",
"community": "Topluluk",
"discord": "Discord",
"communityForum": "Topluluk Forumu"
},
"developers": {
"developers": "Geliştiriciler",
"buildingOnScroll": "Scroll Üzerinde Geliştirmek",
"developerQuickstart": "Geliştirici Hızlı Başlangıcı",
"verifyingSmartContracts": "Akıllı Sözleşmeleri Doğrulama",
"scrollContracts": "Scroll Sözleşmeleri",
"ethereumAndScrollDifferences": "Ethereum ve Scroll Farkları",
"l1AndL2Bridging": "L1 ve L2 Köprüleme",
"ethAndErc20TokenBridge": "ETH ve ERC20 Token Köprüsü",
"erc721NftBridge": "ERC721 NFT Köprüsü",
"erc1155TokenBridge": "ERC1155 Token Köprüsü",
"theScrollMessenger": "Scroll Messenger",
"transactionFeesOnScroll": "Scroll'da İşlem Ücretleri",
"l2Fee": "L2 Ücretleri",
"l1Fee": "L1 Ücretleri",
"gasOracle": "Gaz Oracle'ı'",
"future": "Gelecek",
"guides": "Rehberler",
"contractDeploymentTutorial": "Sözleşme Dağıtımı Eğitimi",
"crossChainInteraction": "Scroll Messenger ile Zincirler Arası Etkileşim",
"bridgingERC20TokenThroughCustomGateway": "Özel Ağ Geçidi üzerinden ERC20 köprüleyin",
"bridgingERC721NftThroughCustomGateway": "Özel Ağ Geçidi üzerinden ERC721 NFT köprüleyin",
"bridgingERC1155ThroughCustomGateway": "Özel Ağ Geçidi üzerinden ERC1155 NFT köprüleyin",
"estimatingGasAndTxFees": "Gaz ve İşlem Ücretlerinin Tahmin Edilmesi",
"resources": "Kaynaklar",
"mainnetResources": "Ana Ağ Kaynakları",
"sepoliaResources": "Sepolia Kaynakları",
"scrollBlockExplorer": "Scrollscan Gezgini",
"rollupExplorer": "Rollup Gezgini",
"scrollSepoliaBlockExplorer": "Scroll Sepolia Gezgini",
"sepoliaRollupExplorer": "Rollup Gezgini",
"sepoliaBlockExplorer": "Scrollscan Gezgini"
},
"technology": {
"introduction": "Giriş",
"principles": "Prensipler",
"scrollArchitecture": "Scroll Mimarisi",
"scrollUpgrades": "Scroll Yükseltmeleri",
"overview": "Genel Bakış",

"scrollChain": "Scroll Zinciri",
"accountsAndState": "Hesaplar ve Durum",
"blocks": "Bloklar",
"transactions": "İşlemler",
"rollupProcess": "Rollup Süreci",
"evmDifferencesFromEthereum": "Ethereum EVM'inden Farklar",

"bridge": "Köprü",
"crossDomainMessaging": "Alanlar Arası Mesajlaşma",
"depositGateways": "Yatırım Ağ Geçitleri",
"withdrawGateways": "Çekim Ağ Geçitleri",

"sequencer": "Sıralayıcı",
"executionNode": "Yürütme Düğümü",
"rollupNode": "Rollup Düğümü",
"zkTrie": "zkTrie",

"zkevm": "zkEVM",
"introToZkevm": "zkEVM'e Giriş",
"zkevmOverview": "zkEVM Genel Bakış",
"bridgeOverview": "Köprüye Genel Bakış",
"prover": "Kanıtlayıcı",
"proofGeneration": "Kanıt Oluşturma",
"cpuProverRepo": "CPU Kanıtlayıcı Deposu",

"security": "Güvenlik",
"auditsAndBugBounty": "Denetimler ve Hata Ödül Programı",
"l2BeatAssessment": "L2Beat Değerlendirmesi"
},
"learn": {
"ethereumAndProtocols": "Ethereum & Protokoller",
"theScalabilityProblem": "Ölçeklenebilirlik Sorunu",
"introToRollups": "Rollup'lara Giriş",
"zeroKnowledge": "Zero Knowledge",
"introToZeroKnowledge": "Zero Knowledge'a Giriş",
"polynomialCommitmentSchemes": "Polinom Taahhüt Şemaları",
"kzgCommitmentScheme": "KZG Taahhüt Şeması",
"additionalResources": "Ek Kaynaklar"
}
},
"footer": {
"aboutScroll": {
"title": "Scroll Hakkında",
"bugBounty": "Hata Ödül Programı",
"joinUs": "Bize Katılın",
"healthStatus": "Sağlık Durumu",
"privacyPolicy": "Gizlilik Politikası",
"termsAndConditions": "Şartlar ve Koşullar"
},
"resources": {
"title": "Kaynaklar",
"scrollDocsURL": "https://docs.scroll.io/",
"blog": "Blog",
"documentation": "Dokümantasyon",
"brandKit": "Marka Kiti",
"audits": "Denetimler"
},
"followUs": {
"title": "Bizi Takip Edin"
}
},
"pageNotFound": {
"title": "Sayfa bulunamadı",
"text": "Üzgünüz, aradığınız sayfa bulunamadı."
},
"rpcTable": {
"rpcServerAddress": "RPC Sunucu Adresi",
"height": "Yükseklik",
"latency": "Gecikme",
"score": "Puan",
"privacy": "Gizlilik",
"addNetwork": "Ağ Ekle",
"connect": "Bağlan",
"sorting": "Sıralama"
},
"notTranslated": {
"notTranslated": "Bu sayfanın çevirisi henüz yapılmadı."
}
}
10 changes: 10 additions & 0 deletions src/config/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,14 @@ export const MENU: MenuItems = {
{ text: "Tecnología", link: "/es/technology", section: "technology" },
{ text: "Aprende", link: "/es/learn", section: "learn" },
],
tr: [
{
text: "Başla",
link: "/tr/getting-started/overview",
section: "gettingStarted",
},
{ text: "Geliştiriciler", link: "/tr/developers", section: "developers" },
{ text: "Teknoloji", link: "/tr/technology", section: "technology" },
{ text: "Öğren", link: "/tr/learn", section: "learn" },
],
}
169 changes: 169 additions & 0 deletions src/content/docs/tr/article-components.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
---
section: gettingStarted
title: "Article Components"
date: Last Modified
lang: "en"
permalink: "/article-components"
excerpt: "Learn more about the topics of Ethereum Scalability and Zero Knowledge Cryptography"
whatsnext: { "Next Up Page 1": "/", "Second Next Up Page": "/" }
---

import ClickToZoom from "../../../components/ClickToZoom.astro"
import priceAggr from "../../../assets/images/contract-devs/price-aggr.png"
import ToggleElement from "../../../components/ToggleElement.astro"
import Aside from "../../../components/Aside.astro"
import MarkmapView from "../../../components/MarkmapView/index.astro"
import RPCTable from "../../../components/RPCTable/RPCTable.astro"

This is body text right under the article title. It typically is just paragraph text that's pretty straightforward. Then there's **bold text**, and _italic text_, and **_bold-italic text_**, and `inline-code` and **`bold inline code`** and even _`italic inline code`_ and **_`bold italic inline code`_**. And of course don't forget [links](#), and [**bold links**](#), and [_italic links_](#), and [**_bold-italic links_**](#).

## Markdown Components (also an H2 Heading)

- We've also got unordered lists!
- They can have multiple items.
- And some sub-items.
- That get into details
- That's an unordered list.

What else do we have?

1. Of course there's also ordered lists.
1. They look like this.
1. They're pretty useful.

### H3 Heading

#### H4 Heading

##### H5 Heading

Let's see a horizontal rule.

---

We define the Square-Fibonacci sequence[^1], a variation of the Fibonacci sequence:

### Math

- Let $f_0 = 1, f_1 = 1$
- For $$i \geq 2$$, define $f_{i} := (f_{i-2})^2 + (f_{i-1})^2 \mod q$
- Where $q$ is a large prime integer. We use this modulus to bound the size of each element, so that it can be represented by some predetermined number of bits.

### Tables

| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |

### Blockquotes

> #### Success
>
> Vitae reprehenderit at aliquid error voluptates eum dignissimos.

### Footnotes

Here's a simple footnote,[^1] and here's a longer one.[^bignote]

[^1]: This is the first footnote.
[^bignote]: Here's one with multiple paragraphs and code.

### Callout that worked in MD, but might not in MDX?

:::tip[Did you know?]
Astro helps you build faster websites with “Islands Architecture”.
:::

## Imported MDX Components

### Callouts

<Aside type="note" title="note">
{" "}
Astro helps you build faster websites with “Islands Architecture”.{" "}
</Aside>
<Aside type="caution" title="caution">
{" "}
Astro helps you build faster websites with “Islands Architecture”.{" "}
</Aside>
<Aside type="danger" title="danger">
{" "}
Astro helps you build faster websites with “Islands Architecture”.{" "}
</Aside>

<Aside type="tip" title="tip">
For .md file you can use this code.
</Aside>

```
:::tip[Did you know?]
Astro helps you build faster websites with “Islands Architecture”.
:::
```

### Images zoom

<ClickToZoom src={priceAggr} />

### Toggle

<ToggleElement anchor="Why build on Scroll?">
<div slot="title">Why build on Scroll?</div>
<p>
Scroll enables creators to turn their content into interactive, explorable experiences. With Scroll, you can create
rich, interactive stories that engage readers, provide a better user experience, and help you stand out from the
crowd.
</p>
</ToggleElement>
<ToggleElement anchor="How does Scroll work?">
<div slot="title">How does Scroll work?</div>
<p>
Scroll combines powerful technologies like WebGL and WebRTC to create immersive, interactive experiences. The
platform allows you to build 3D environments, add interactivity, and embed content from popular web services to
create a unique, engaging experience for your audience.
</p>
</ToggleElement>
<ToggleElement anchor="What can I build with Scroll?">
<div slot="title">What can I build with Scroll?</div>
<p>
You can build a wide range of experiences with Scroll, from interactive articles to immersive product demos and
virtual tours. Scroll is designed to help you create engaging, interactive experiences that elevate your content and
captivate your audience.
</p>
</ToggleElement>

### Markmap

#### Referenced File

<MarkmapView src="/samples/markmap.md" />

<MarkmapView>
[](#markmap)markmap
===================

- beautiful2
- useful
- easy
- interactive

</MarkmapView>

### Mermaid

```mermaid
stateDiagram
Step --> StepState
Step --> CellManager
ConstraintBuilder --> CellManager
CellManager --> ProofSystem(Halo2)
StepState --> ExecutionState
StepState --> step_context
ExecutionState --> ConstraintBuilder
step_context --> ConstraintBuilder
```

### RPC Table

<RPCTable />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading