chore(i18n,client): processed translations (#50112)

This commit is contained in:
camperbot
2023-04-20 18:59:24 +05:30
committed by GitHub
parent 251e3ef0e0
commit ff32b45054
11 changed files with 74 additions and 38 deletions

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Learn Data Structures By Building A Shopping Cart",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "通過創建購物車學習數據結構",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "通过创建购物车学习数据结构",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Learn Data Structures By Building A Shopping Cart",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Learn Data Structures By Building A Shopping Cart",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Learn Data Structures By Building A Shopping Cart",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Learn Data Structures By Building A Shopping Cart",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},
@@ -889,7 +893,7 @@
"次回の就職面接に備えて無料のコーディング演習をお探しでしたら、こちらにご用意しています。",
"このセクションはアルゴリズム、データ構造、および数学の知識をテストする何百ものコーディングチャレンジを含んでいます。技能を向上させ、またはポートフォリオに加えるために活用できる多くの宿題プロジェクトもあります。"
],
"note": "The Project Euler Project has been moved to it's own course. Go back to curriculum to see the list of courses we offer.",
"note": "プロジェクト・オイラーのプロジェクトは独立したコースに移動しました。カリキュラムに戻ってコース一覧を確認してください。",
"blocks": {
"algorithms": {
"title": "アルゴリズム",
@@ -941,40 +945,40 @@
}
},
"project-euler": {
"title": "Project Euler",
"title": "プロジェクト・オイラー",
"intro": [
"Complete the programming challenges below, from the massive Project Euler archives. These will harden your algorithm and mathematics knowledge.",
"These problems range in difficulty and, for many, the experience is inductive chain learning. That is, by solving one problem, it will expose you to a new concept that allows you to undertake a previously inaccessible problem. Can you finish them all?"
"かの偉大なプロジェクト・オイラー・アーカイブを元にした、以下のプログラミングチャレンジを完成させてください。これらの問題でアルゴリズムと数学の知識が強化できるでしょう。",
"問題は易しい物から難しい物まであり、その多くで帰納的連鎖学習のような体験ができます。つまり、ある問題を解くことによって新しい概念を学ぶことができ、以前はとっつきにくかった問題に取り組めるようになるでしょう。すべての問題を解けるでしょうか?"
],
"blocks": {
"project-euler-problems-1-to-100": {
"title": "Project Euler Problems 1 to 100",
"title": "プロジェクト・オイラー: 問題 1100",
"intro": [
"In this first set of challenges, you will use mathematical concepts like the Fibonacci sequence, prime number theory, and combinatorics to write efficient algorithms to solve these problems."
"最初の問題セットでは、効率的なアルゴリズムを書くためにフィボナッチ数列、素数理論、組合せ理論のような数学的概念を利用して問題を解いていきます。"
]
},
"project-euler-problems-101-to-200": {
"title": "Project Euler Problems 101 to 200",
"title": "プロジェクト・オイラー: 問題 101200",
"intro": [
"In this set of challenges, you'll build upon the skills you learned in the first part of the course and use more advanced concepts like vector computation, Pascal's pyramid, and the RSA algorithm to solve these problems efficiently."
"この問題セットでは最初のパートで学んだスキルを踏まえて、ベクトル計算、パスカルの三角錐、RSA アルゴリズムなどの高度な概念を利用して効率的に問題を解いていきます。"
]
},
"project-euler-problems-201-to-300": {
"title": "Project Euler Problems 201 to 300",
"title": "プロジェクト・オイラー: 問題 201300",
"intro": [
"In this set of challenges, you'll continue to build upon the skills you learned earlier and use concepts like the binomial theorem, Hamming numbers, and the Collatz sequence to further develop your math and problem solving skills."
"この問題セットでは、引き続きここまで学んできたスキルを基に、二項定理、ハミング数、コラッツ数列などの概念を利用して、数学と問題解決のスキルを磨いていきます。"
]
},
"project-euler-problems-301-to-400": {
"title": "Project Euler Problems 301 to 400",
"title": "プロジェクト・オイラー: 問題 301400",
"intro": [
"Here you will continue to flex your mathematical and algorithmic skills as you use concepts such as combinatorial game theory, bitwise operations, and Golomb's self-describing sequence to develop efficient solutions to these problems."
"このパートでは、組合せゲーム理論、ビット演算、ゴロムの自己記述的数列などの概念を利用して効率的な解法を作成しながら、引き続き数学とアルゴリズムのスキルを活用します。"
]
},
"project-euler-problems-401-to-480": {
"title": "Project Euler Problems 401 to 480",
"title": "プロジェクト・オイラー: 問題 401480",
"intro": [
"In this final set of challenges, you will need draw upon everything you learned up to this point and use advanced concepts like unitary divisors, the Kaprekar routine, and much more to solve these complex problems."
"最後の問題セットでは、ここまで学んだすべてのことを活用して、単約数、カプレカ操作などの高度な概念を使って複雑な問題を解いていきます。"
]
}
}

View File

@@ -15,8 +15,8 @@
"show-cert": "認定証を表示",
"claim-cert": "認定証を取得",
"save-progress": "進行状況を保存",
"accepted-honesty": "You have agreed to our Academic Honesty Policy.",
"agree-honesty": "I agree to freeCodeCamp's Academic Honesty Policy.",
"accepted-honesty": "学問的誠実性ポリシーに同意しました。",
"agree-honesty": "学問的誠実性ポリシーに同意します。",
"save-portfolio": "このポートフォリオアイテムを保存",
"remove-portfolio": "このポートフォリオアイテムを削除",
"add-portfolio": "新規ポートフォリオアイテムを追加",
@@ -53,7 +53,7 @@
"check-code": "コードをチェック (Ctrl + Enter)",
"check-code-2": "コードをチェック",
"reset": "リセット",
"reset-step": "Reset This Step",
"reset-step": "ステップをリセット",
"help": "ヘルプ",
"get-help": "助けを求める",
"watch-video": "動画を見る",
@@ -114,7 +114,7 @@
"for": "{{username}} さんのアカウント設定",
"sound-mode": "これは快適なアコースティックギターの音をウェブサイトの至る所へ追加します。エディターにタイプしたり、チャレンジを完了したり、認定証を請求したり、その他いろいろなことをする度に音のフィードバックを受け取ります。",
"sound-volume": "キャンプファイアモードの音量:",
"scrollbar-width": "Editor Scrollbar Width",
"scrollbar-width": "エディターのスクロールバーの幅",
"username": {
"contains invalid characters": "ユーザー名 \"{{username}}\" に無効な文字が含まれています",
"is too short": "ユーザー名 \"{{username}}\" は短すぎます",
@@ -160,7 +160,7 @@
"internet": "他サービスのリンク",
"portfolio": "ポートフォリオ設定",
"privacy": "プライバシー設定",
"personal-info": "Personal Information"
"personal-info": "個人情報"
},
"danger": {
"heading": "危険な操作",
@@ -251,7 +251,7 @@
},
"learn": {
"heading": "freeCodeCamp のカリキュラムへようこそ。",
"skip-to-content": "Skip to content",
"skip-to-content": "コンテンツへスキップ",
"welcome-1": "{{name}} さん、おかえりなさい。",
"welcome-2": "freeCodeCamp.org へようこそ",
"start-at-beginning": "コーディングが初めての場合は、<0>最初から開始する</0> ことをお勧めします。",
@@ -275,9 +275,9 @@
"add-subtitles": "字幕の改善や追加を支援する",
"wrong-answer": "残念、正しい答えではありません。もう一度挑戦してみましょう。",
"check-answer": "以下のボタンをクリックして解答を確認してください。",
"assignment-not-complete": "Please finish the assignments",
"assignments": "Assignments",
"question": "Question",
"assignment-not-complete": "課題を完了してください",
"assignments": "課題",
"question": "問題",
"solution-link": "回答のリンク",
"github-link": "GitHub のリンク",
"submit-and-go": "提出して次のチャレンジに進む",
@@ -311,7 +311,7 @@
"instructions": "手順書",
"notes": "ノート",
"preview": "プレビュー",
"editor": "Editor"
"editor": "エディター"
},
"editor-alerts": {
"tab-trapped": "タブキーを押すとタブ文字が入力されます",
@@ -519,7 +519,7 @@
"opens-new-window": "新しいウィンドウで開く"
},
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"honest-first": "認定証を獲得するには、まず学問的誠実性ポリシーに同意する必要があります。",
"really-weird": "予期しない問題が発生しました。この問題が何度も発生するようであれば、https://github.com/freeCodeCamp/freeCodeCamp/issues/new への Issue 登録をご検討ください。",
"not-right": "問題が発生しました。レポートが生成され、freeCodeCamp.org チームへ通知されました。",
"went-wrong": "問題が発生しました。ご確認の上もう一度お試しください。",
@@ -529,13 +529,13 @@
"could-not-find": "お探しのページが見つかりませんでした。ご確認の上もう一度お試しください。",
"wrong-updating": "アカウント情報の更新中に問題が発生しました。ご確認の上もう一度お試しください。",
"updated-preferences": "設定を更新しました",
"updated-about-me": "We have updated your personal information",
"updated-socials": "We have updated your social links",
"updated-sound": "We have updated your sound settings",
"updated-themes": "We have updated your theme",
"keyboard-shortcut-updated": "We have updated your keyboard shortcuts settings",
"subscribe-to-quincy-updated": "We have updated your subscription to Quincy's email",
"portfolio-item-updated": "We have updated your portfolio",
"updated-about-me": "個人情報を更新しました",
"updated-socials": "他サービスのリンクを更新しました",
"updated-sound": "サウンド設定を更新しました",
"updated-themes": "テーマを更新しました",
"keyboard-shortcut-updated": "キーボードショートカット設定を更新しました",
"subscribe-to-quincy-updated": "Quincy からのメールの購読設定を更新しました",
"portfolio-item-updated": "ポートフォリオを更新しました",
"email-invalid": "メールアドレスの形式が無効です",
"email-valid": "メールアドレスは無事に変更されました。コーディングを楽しみましょう!",
"bad-challengeId": "currentChallengeId は有効なチャレンジ ID ではありません",
@@ -545,7 +545,7 @@
"username-used": "ユーザー名は既にこのアカウントと関連付けられています",
"username-taken": "ユーザー名は既に別のアカウントと関連付けられています",
"username-updated": "ユーザー名を {{username}} に更新しました",
"privacy-updated": "We have updated your privacy settings",
"privacy-updated": "プライバシー設定を更新しました",
"could-not-logout": "ログアウトできませんでした。しばらくしてからもう一度お試しください。",
"email-encoded-wrong": "リンク内にエンコードされたメールアドレスの形式が正しくありません",
"oops-not-right": "おっと、何かがうまくいきませんでした。サインイン/サインアップするためには、新しいリンクをリクエストしてください。",
@@ -607,7 +607,7 @@
"http-url": "安全でない (http) URL は使用できません。",
"own-work-url": "あなた自身の作品を提出してください。",
"publicly-visible-url": "公開されたアプリの URL を提出してください。",
"path-url": "You probably want to submit the root path i.e. https://example.com, not https://example.com/path"
"path-url": "プロジェクトルートのパスを入力しているか確認してください。多くの場合 https://example.com/path ではなく https://example.com のような形式です。"
},
"certification": {
"executive": "freeCodeCamp.org エグゼクティブ・ディレクター",
@@ -721,8 +721,8 @@
"information-security-v7": "情報セキュリティ認定証",
"Machine Learning with Python": "Python を用いた機械学習",
"machine-learning-with-python-v7": "Python を用いた機械学習認定証",
"College Algebra with Python": "College Algebra with Python",
"college-algebra-with-python-v8": "College Algebra with Python Certification",
"College Algebra with Python": "Python を用いた代数学",
"college-algebra-with-python-v8": "Python を用いた代数学認定証",
"Legacy Front End": "(レガシー) フロントエンド",
"legacy-front-end": "フロントエンド認定証",
"Legacy Back End": "(レガシー) バックエンド",
@@ -749,7 +749,7 @@
"forum-help": {
"browser-info": "**ブラウザ情報:**",
"user-agent": "ユーザーエージェント: <code>{{userAgent}}</code>",
"challenge": "**Challenge:**",
"challenge": "**チャレンジ:**",
"challenge-link": "**チャレンジへのリンク:**",
"whats-happening": "**何が起きているか説明してください:**",
"describe": "困っている内容をこちらに詳しく記入してください。",

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Aprenda estruturas de dados criando um carrinho de compras",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Aprenda expressões regulares criando um filtro de spam",
"intro": ["", ""]
}
}
},

View File

@@ -114,7 +114,7 @@
"for": "Configurações de conta para {{username}}",
"sound-mode": "Adiciona o som agradável de uma guitarra acústica em todo o site. Você receberá feedback musical ao digitar no editor, completar desafios, solicitar certificações e muito mais.",
"sound-volume": "Volume do modo fogueira:",
"scrollbar-width": "Editor Scrollbar Width",
"scrollbar-width": "Largura da barra de rolagem do editor",
"username": {
"contains invalid characters": "O nome de usuário \"{{username}}\" contém caracteres inválidos",
"is too short": "O nome de usuário \"{{username}}\" é muito curto",

View File

@@ -343,6 +343,10 @@
"learn-data-structures-by-building-a-shopping-cart": {
"title": "Вивчіть структури даних, створивши візок для покупок",
"intro": ["", ""]
},
"learn-regular-expressions-by-building-a-spam-filter": {
"title": "Learn Regular Expressions by Building a Spam Filter",
"intro": ["", ""]
}
}
},