-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Japanese content document translation (#743)
- Loading branch information
1 parent
30919d3
commit 7f46271
Showing
1 changed file
with
226 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,226 @@ | ||
{ | ||
"version.label": { | ||
"message": "次", | ||
"description": "The label for version current" | ||
}, | ||
"sidebar.learn.category.TON Blockchain": { | ||
"message": "TON ブロックチェーン", | ||
"description": "The label for category TON Blockchain in sidebar learn" | ||
}, | ||
"sidebar.learn.category.TON Virtual Machine (TVM)": { | ||
"message": "TON バーチャルマシン (TVM)", | ||
"description": "The label for category TON Virtual Machine (TVM) in sidebar learn" | ||
}, | ||
"sidebar.learn.category.TL.B Language": { | ||
"message": "TL-B 言語", | ||
"description": "The label for category TL-B Language in sidebar learn" | ||
}, | ||
"sidebar.learn.category.TON Networking": { | ||
"message": "TON ネットワーキング", | ||
"description": "The label for category TON Networking in sidebar learn" | ||
}, | ||
"sidebar.learn.category.ADNL Protocol": { | ||
"message": "ADNL プロトコル", | ||
"description": "The label for category ADNL Protocol in sidebar learn" | ||
}, | ||
"sidebar.learn.category.TON Services": { | ||
"message": "TON サービス", | ||
"description": "The label for category TON Services in sidebar learn" | ||
}, | ||
"sidebar.learn.category.TON Whitepapers": { | ||
"message": "TON ホワイトペーパー", | ||
"description": "The label for category TON Whitepapers in sidebar learn" | ||
}, | ||
"sidebar.learn.link.TON Compared to Other L1s": { | ||
"message": "他の L1 と比較した TON", | ||
"description": "The label for link TON Compared to Other L1s in sidebar learn, linking to https://ton-org/analysis" | ||
}, | ||
"sidebar.learn.link.Open.Source and Decentralization in TON": { | ||
"message": "TON におけるオープンソースと分散化", | ||
"description": "The label for link Open-Source and Decentralization in TON in sidebar learn, linking to https://defi-org/ton/" | ||
}, | ||
"sidebar.learn.link.TON": { | ||
"message": "TON", | ||
"description": "The label for link TON in sidebar learn, linking to https://ton-org/ton-pdf" | ||
}, | ||
"sidebar.learn.link.TON Virtual Machine": { | ||
"message": "TON バーチャルマシン", | ||
"description": "The label for link TON Virtual Machine in sidebar learn, linking to https://ton-org/tvm-pdf" | ||
}, | ||
"sidebar.learn.link.TON Blockchain": { | ||
"message": "TON ブロックチェーン", | ||
"description": "The label for link TON Blockchain in sidebar learn, linking to https://ton-org/tblkch-pdf" | ||
}, | ||
"sidebar.learn.link.Catchain Consensus Protocol": { | ||
"message": "Catchain コンセンサスプロトコル", | ||
"description": "The label for link Catchain Consensus Protocol in sidebar learn, linking to https://ton-org/catchain-pdf" | ||
}, | ||
"sidebar.learn.doc.Overview": { | ||
"message": "概要", | ||
"description": "The label for the doc item Overview in sidebar learn, linking to the doc learn/docs" | ||
}, | ||
"sidebar.learn.doc.TON DNS": { | ||
"message": "TON DNS", | ||
"description": "The label for the doc item TON DNS in sidebar learn, linking to the doc learn/services/dns" | ||
}, | ||
"sidebar.learn.doc.TON Sites, WWW, and Proxy": { | ||
"message": "TON サイト、WWW、およびプロキシ", | ||
"description": "The label for the doc item TON Sites, WWW, and Proxy in sidebar learn, linking to the doc learn/services/sites-www-proxy" | ||
}, | ||
"sidebar.develop.category.Develop Smart Contracts": { | ||
"message": "スマートコントラクトの開発", | ||
"description": "The label for category Develop Smart Contracts in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Environment": { | ||
"message": "環境", | ||
"description": "The label for category Environment in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Choose Your SDK": { | ||
"message": "SDK の選択", | ||
"description": "The label for category Choose Your SDK in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Testing & Debugging": { | ||
"message": "テストとデバッグ", | ||
"description": "The label for category Testing & Debugging in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Deploying Contract": { | ||
"message": "コントラクトのデプロイ", | ||
"description": "The label for category Deploying Contract in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Best Practices": { | ||
"message": "ベストプラクティス", | ||
"description": "The label for category Best Practices in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Develop dApps & Bots": { | ||
"message": "dApps & ボットの開発", | ||
"description": "The label for category Develop dApps & Bots in sidebar develop" | ||
}, | ||
"sidebar.develop.category.API Types": { | ||
"message": "API タイプ", | ||
"description": "The label for category API Types in sidebar develop" | ||
}, | ||
"sidebar.develop.category.DeFi Development": { | ||
"message": "DeFi 開発", | ||
"description": "The label for category DeFi Development in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Telegram bots": { | ||
"message": "Telegram ボット", | ||
"description": "The label for category Telegram bots in sidebar develop" | ||
}, | ||
"sidebar.develop.category.FunC language": { | ||
"message": "FunC 言語", | ||
"description": "The label for category FunC language in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Documentation": { | ||
"message": "ドキュメンテーション", | ||
"description": "The label for category Documentation in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Network Configs": { | ||
"message": "ネットワーク設定", | ||
"description": "The label for category Network Configs in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Low Level Internals": { | ||
"message": "低レベルの内部", | ||
"description": "The label for category Low Level Internals in sidebar develop" | ||
}, | ||
"sidebar.develop.category.Compile from Sources": { | ||
"message": "ソースからのコンパイル", | ||
"description": "The label for category Compile from Sources in sidebar develop" | ||
}, | ||
"sidebar.develop.link.TON Hello World": { | ||
"message": "TON ハローワールド", | ||
"description": "The label for link TON Hello World in sidebar develop, linking to https://blog-ton-org/step-by-step-guide-for-writing-your-first-smart-contract-in-func" | ||
}, | ||
"sidebar.develop.link.Using tonstarter.contracts": { | ||
"message": "tonstarter-contracts の使用", | ||
"description": "The label for link Using tonstarter-contracts in sidebar develop, linking to https://github-com/ton-defi-org/tonstarter-contracts" | ||
}, | ||
"sidebar.develop.link.Using Online IDE": { | ||
"message": "オンライン IDE の使用", | ||
"description": "The label for link Using Online IDE in sidebar develop, linking to https://glitch-com/edit/#!/remix/clone-from-repo?&REPO_URL=https%3A%2F%2Fgithub-com%2Fton-defi-org%2Ftonstarter-contracts-git" | ||
}, | ||
"sidebar.develop.link.Using toncli": { | ||
"message": "toncli の使用", | ||
"description": "The label for link Using toncli in sidebar develop, linking to https://github-com/disintar/toncli" | ||
}, | ||
"sidebar.develop.link.Coming from Solidity": { | ||
"message": "Solidity からの移行", | ||
"description": "The label for link Coming from Solidity in sidebar develop, linking to /learn/introduction#ethereum-to-ton" | ||
}, | ||
"sidebar.develop.link.How to shard your TON smart contract and why": { | ||
"message": "TON スマートコントラクトをシャードする方法とその理由", | ||
"description": "The label for link How to shard your TON smart contract and why in sidebar develop, linking to https://blog-ton-org/how-to-shard-your-ton-smart-contract-and-why-studying-the-anatomy-of-tons-jettons" | ||
}, | ||
"sidebar.develop.link.TON Concepts": { | ||
"message": "TON コンセプト", | ||
"description": "The label for link TON Concepts in sidebar develop, linking to /learn/introduction" | ||
}, | ||
"sidebar.develop.link.TON Services": { | ||
"message": "TON サービス", | ||
"description": "The label for link TON Services in sidebar develop, linking to /learn/services/payments" | ||
}, | ||
"sidebar.develop.link.TON Whitepapers": { | ||
"message": "TON ホワイトペーパー", | ||
"description": "The label for link TON Whitepapers in sidebar develop, linking to /learn/docs" | ||
}, | ||
"sidebar.develop.link.Mainnet config": { | ||
"message": "メインネット設定", | ||
"description": "The label for link Mainnet config in sidebar develop, linking to https://ton-org/global-config-json" | ||
}, | ||
"sidebar.develop.link.Testnet config": { | ||
"message": "テストネット設定", | ||
"description": "The label for link Testnet config in sidebar develop, linking to https://ton-org/testnet-global-config-json" | ||
}, | ||
"sidebar.develop.doc.Compilation Instructions": { | ||
"message": "コンパイル手順", | ||
"description": "The label for the doc item Compilation Instructions in sidebar develop, linking to the doc develop/howto/compile" | ||
}, | ||
"sidebar.develop.doc.Instructions for low.memory machines": { | ||
"message": "低メモリマシンのための手順", | ||
"description": "The label for the doc item Instructions for low-memory machines in sidebar develop, linking to the doc develop/howto/compile-swap" | ||
}, | ||
"sidebar.participate.category.Setup Your Wallet": { | ||
"message": "ウォレットの設定", | ||
"description": "The label for category Setup Your Wallet in sidebar participate" | ||
}, | ||
"sidebar.participate.category.Run a Node": { | ||
"message": "ノードを実行", | ||
"description": "The label for category Run a Node in sidebar participate" | ||
}, | ||
"sidebar.participate.category.Use TON Proxy": { | ||
"message": "TON プロキシの使用", | ||
"description": "The label for category Use TON Proxy in sidebar participate" | ||
}, | ||
"sidebar.participate.link.Wallet Contract Versions": { | ||
"message": "ウォレットコントラクトのバージョン", | ||
"description": "The label for link Wallet Contract Versions in sidebar participate, linking to https://github-com/toncenter/tonweb/blob/master/src/contract/wallet/WalletSources-md" | ||
}, | ||
"sidebar.participate.link.Run a Validator Node": { | ||
"message": "バリデーターノードの実行", | ||
"description": "The label for link Run a Validator Node in sidebar participate, linking to https://ton-org/validator" | ||
}, | ||
"sidebar.participate.link.Standards Discussion (TEPs)": { | ||
"message": "標準ディスカッション (TEPs)", | ||
"description": "The label for link Standards Discussion (TEPs) in sidebar participate, linking to https://github-com/ton-blockchain/TEPs" | ||
}, | ||
"sidebar.participate.link.Ask a Question about TON": { | ||
"message": "TON に関する質問をする", | ||
"description": "The label for link Ask a Question about TON in sidebar participate, linking to https://answers-ton-org/" | ||
}, | ||
"sidebar.participate.doc.Use Cross.chain Bridges": { | ||
"message": "クロスチェーンブリッジの使用", | ||
"description": "The label for the doc item Use Cross-chain Bridges in sidebar participate, linking to the doc participate/crosschain-bridges" | ||
}, | ||
"sidebar.participate.doc.Stake with Nominator Pools": { | ||
"message": "ノミネータープールとステーク", | ||
"description": "The label for the doc item Stake with Nominator Pools in sidebar participate, linking to the doc participate/nominators" | ||
}, | ||
"sidebar.contribute.category.Become a Contributor": { | ||
"message": "コントリビューターになる", | ||
"description": "The label for category Become a Contributor in sidebar contribute" | ||
}, | ||
"sidebar.contribute.category.Hacktoberfest 2022": { | ||
"message": "Hacktoberfest 2022", | ||
"description": "The label for category Hacktoberfest 2022 in sidebar contribute" | ||
} | ||
} |