|
1 | 1 | {
|
2 | 2 | "title": "Home",
|
3 | 3 | "hero": {
|
4 |
| - "title": "The Graph Docs", |
5 |
| - "description": "Kick-start your web3 project with the tools to extract, transform, and load blockchain data.", |
6 |
| - "cta1": "How The Graph works", |
7 |
| - "cta2": "Build your first subgraph" |
| 4 | + "title": "The Graphのドキュメント", |
| 5 | + "description": "ブロックチェーンデータを抽出、変換、読み込み可能なツールを用いて、あなたのWeb3プロジェクトを開始しましょう。", |
| 6 | + "cta1": "The Graphの仕組み", |
| 7 | + "cta2": "最初のサブグラフを作る" |
8 | 8 | },
|
9 | 9 | "products": {
|
10 |
| - "title": "The Graph’s Products", |
11 |
| - "description": "Choose a solution that fits your needs—interact with blockchain data your way.", |
| 10 | + "title": "The Graphのプロダクト", |
| 11 | + "description": "ニーズに合ったソリューションを選択し、ブロックチェーンデータを活用してみましょう。", |
12 | 12 | "subgraphs": {
|
13 | 13 | "title": "サブグラフ",
|
14 |
| - "description": "Extract, process, and query blockchain data with open APIs.", |
15 |
| - "cta": "Develop a subgraph" |
| 14 | + "description": "オープンAPIでブロックチェーンデータを抽出、処理、照会しましょう。", |
| 15 | + "cta": "サブグラフを作成する" |
16 | 16 | },
|
17 | 17 | "substreams": {
|
18 | 18 | "title": "サブストリーム",
|
19 |
| - "description": "Fetch and consume blockchain data with parallel execution.", |
20 |
| - "cta": "Develop with Substreams" |
| 19 | + "description": "並列実行でブロックチェーンのデータを取得し、使用できます。", |
| 20 | + "cta": "サブストリームを使用する" |
21 | 21 | },
|
22 | 22 | "sps": {
|
23 |
| - "title": "Substreams-Powered Subgraphs", |
24 |
| - "description": "Boost your subgraph’s efficiency and scalability by using Substreams.", |
25 |
| - "cta": "Set up a Substreams-powered subgraph" |
| 23 | + "title": "サブストリームを用いたサブグラフ", |
| 24 | + "description": "サブストリームを使用することで、サブグラフの効率とスケーラビリティを高めます。", |
| 25 | + "cta": "サブストリームを用いたサブグラフの設定を行う" |
26 | 26 | },
|
27 | 27 | "graphNode": {
|
28 | 28 | "title": "グラフノード",
|
29 |
| - "description": "Index blockchain data and serve it via GraphQL queries.", |
30 |
| - "cta": "Set up a local Graph Node" |
| 29 | + "description": "ブロックチェーンのデータをインデックスし、GraphQLクエリで提供します。", |
| 30 | + "cta": "ローカルでのGraph Nodeのセットアップを行う" |
31 | 31 | },
|
32 | 32 | "firehose": {
|
33 | 33 | "title": "Firehose",
|
34 |
| - "description": "Extract blockchain data into flat files to enhance sync times and streaming capabilities.", |
35 |
| - "cta": "Get started with Firehose" |
| 34 | + "description": "ブロックチェーンデータをフラットファイルに抽出し、時間動機機能とストリーミング機能を向上させます。", |
| 35 | + "cta": "Firehoseを使う" |
36 | 36 | }
|
37 | 37 | },
|
38 | 38 | "supportedNetworks": {
|
39 | 39 | "title": "サポートされているネットワーク",
|
40 | 40 | "description": {
|
41 |
| - "base": "The Graph supports {0}. To add a new network, {1}", |
42 |
| - "networks": "networks", |
43 |
| - "completeThisForm": "complete this form" |
| 41 | + "base": "グラフは{0}をサポートしています。新しいネットワークを追加するには{1}。", |
| 42 | + "networks": "ネットワーク", |
| 43 | + "completeThisForm": "フォームを記入する" |
44 | 44 | }
|
45 | 45 | },
|
46 | 46 | "guides": {
|
47 | 47 | "title": "ガイド",
|
48 | 48 | "description": "",
|
49 | 49 | "explorer": {
|
50 |
| - "title": "Find Data in Graph Explorer", |
51 |
| - "description": "Leverage hundreds of public subgraphs for existing blockchain data." |
| 50 | + "title": "グラフエクスプローラでデータを検索", |
| 51 | + "description": "既存のブロックチェーンデータの何百ものパブリックサブグラフを活用。" |
52 | 52 | },
|
53 | 53 | "publishASubgraph": {
|
54 | 54 | "title": "サブグラフを公開する",
|
55 |
| - "description": "Add your subgraph to the decentralized network." |
| 55 | + "description": "サブグラフをブロックチェーンネットワークに追加する。" |
56 | 56 | },
|
57 | 57 | "publishSubstreams": {
|
58 | 58 | "title": "サブストリームの公開",
|
59 |
| - "description": "Launch your Substreams package to the Substreams Registry." |
| 59 | + "description": "サブストリームパッケージをサブストリームレジストリに公開する。" |
60 | 60 | },
|
61 | 61 | "queryingBestPractices": {
|
62 | 62 | "title": "クエリのベストプラクティス",
|
63 |
| - "description": "Optimize your subgraph queries for faster, better results." |
| 63 | + "description": "より速く、より良い結果を得るために、サブグラフのクエリを最適化します。" |
64 | 64 | },
|
65 | 65 | "timeseries": {
|
66 |
| - "title": "Optimized Timeseries & Aggregations", |
67 |
| - "description": "Streamline your subgraph for efficiency." |
| 66 | + "title": "最適化された時系列と集計", |
| 67 | + "description": "効率化のためにサブグラフをスリム化する。" |
68 | 68 | },
|
69 | 69 | "apiKeyManagement": {
|
70 |
| - "title": "API Key Management", |
71 |
| - "description": "Easily create, manage, and secure API keys for your subgraphs." |
| 70 | + "title": "APIキー管理", |
| 71 | + "description": "サブグラフのAPIキーを簡単に作成、管理、保護できます。" |
72 | 72 | },
|
73 | 73 | "transferToTheGraph": {
|
74 |
| - "title": "Transfer to The Graph", |
75 |
| - "description": "Seamlessly upgrade your subgraph from any platform." |
| 74 | + "title": "The Graphに移行する", |
| 75 | + "description": "どのプラットフォームからでもシームレスにサブグラフをアップグレードできます。" |
76 | 76 | }
|
77 | 77 | },
|
78 | 78 | "videos": {
|
79 |
| - "title": "Video Tutorials", |
80 |
| - "watchOnYouTube": "Watch on YouTube", |
| 79 | + "title": "ビデオ・チュートリアル", |
| 80 | + "watchOnYouTube": "YouTubeで見る", |
81 | 81 | "theGraphExplained": {
|
82 |
| - "title": "The Graph Explained In 1 Minute", |
| 82 | + "title": "1分でわかるThe Graph", |
83 | 83 | "description": "What is The Graph? How does it work? Why does it matter so much to web3 developers? Learn how and why The Graph is the backbone of web3 in this short, non-technical video."
|
84 | 84 | },
|
85 | 85 | "whatIsDelegating": {
|
|
93 | 93 | },
|
94 | 94 | "time": {
|
95 | 95 | "reading": "Reading time",
|
96 |
| - "duration": "Duration", |
97 |
| - "minutes": "min" |
| 96 | + "duration": "期間", |
| 97 | + "minutes": "分" |
98 | 98 | }
|
99 | 99 | }
|
0 commit comments