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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
camperbot
2023-01-03 22:23:58 +05:30
committed by GitHub
parent c56212ffd2
commit 1e6f802877
11 changed files with 141 additions and 150 deletions
+3 -3
View File
@@ -229,7 +229,7 @@
"title": "أساسيات JavaScript",
"intro": [
"إن JavaScript لغة برمجة يمكنك استخدامها لجعل صفحات الويب تفاعلية. إنها إحدى التكنولوجيات الأساسية للويب، إلى جانب HTML و CSS، وهي مدعومة بجميع المتصفحات الحديثة.",
"في هذه الدورة ، ستتعلم مفاهيم البرمجة الأساسية في Javascript. ستبدأ بهياكل البيانات الأساسية مثل الأرقام والنصوص. ثم سوف تتعلم العمل مع المصفوفات والكائنات والدوال والحلقات والشروط وأكثر من ذلك."
"في هذه الدورة، ستتعلم مفاهيم البرمجة الأساسية في Javascript. ستبدأ بهياكل البيانات الأساسية مثل الأرقام والنصوص. ثم سوف تتعلم العمل مع الكائنات والقائمات والوظائف والحلقات والشروط وتعبيرات if/else وأكثر من ذلك."
]
},
"es6": {
@@ -281,7 +281,7 @@
"title": "البرمجة الوظيفية Functional Programming",
"intro": [
"البرمجة الوظيفية هي نهج شائع آخر لتطوير البرمجيات. في البرمجة الوظيفية، يتم تنظيم الكود في وظائف أصغر وأساسية يمكن الجمع بينها لبناء برامج معقدة.",
"في هذه الدورة، ستتعلم المفاهيم الأساسية للبرمجة الوظيفية بما في ذلك الدوال العادية، كيفية تجنب الطفرات وكيفية كتابة كود أنظف مع أساليب مثل <code>.map()</code> و <code>.filter()</code>."
"في هذه الدورة، ستتعلم المفاهيم الأساسية للبرمجة الوظيفية بما في تلك الوظيفة العادية، كيفية تجنب الطفرات وكيفية كتابة كود أنظف مع أساليب مثل <code>.map()</code> و <code>.filter()</code>."
]
},
"intermediate-algorithm-scripting": {
@@ -628,7 +628,7 @@
"title": "الحوسبة العلمية باستخدام Python",
"intro": [
"Python هي واحدة من لغات البرمجة الأكثر شعبية ومرونة اليوم. يمكنك استخدامها لكل شيء من البرمجة النصية الأساسية إلى تعلم الآلة.",
"في شهادة الحوسبة العلمية باستخدام Python، ستتعلم أساسيات Python مثل المتغيرات والحلقات والشروط والدوال. ثم ستصل بسرعة إلى هياكل البيانات المعقدة، والربط الشبكي Networking، وقواعد البيانات العلائقية، وتصوّر البيانات."
"في شهادة الحوسبة العلمية باستخدام Python، ستتعلم أساسيات Python مثل المتغيرات والحلقات والشروط والوظيفة. ثم ستصل بسرعة إلى هياكل البيانات المعقدة، والربط الشبكي Networking، وقواعد البيانات العلائقية، وتصوّر البيانات."
],
"note": "",
"blocks": {
+31 -32
View File
@@ -339,7 +339,6 @@
"title": "ادعم مؤسستنا الخيرية",
"processing": "نحن نقوم بمعالجة تبرعك.",
"redirecting": "جارٍ إعادة توجيهك...",
"thanks": "شكرا على التبرع",
"thank-you": "شكراً لكونك داعماً.",
"additional": "يمكنك تقديم تبرع إضافي لمرة واحدة بأي مبلغ باستخدام هذا الرابط: <0>{{url}}</0>",
"help-more": "ساعدنا على القيام بالمزيد",
@@ -478,11 +477,11 @@
"hint": "تلميح",
"heart": "Heart",
"initial": "مبدئي",
"inputReset": "Clear search terms",
"input-reset": "حذف مصطلحات البحث",
"info": "معلومات المقدمة",
"spacer": "فاصل",
"toggle": "تبديل علامة التحقق",
"magnifier": "Submit search terms"
"magnifier": "إرسال مصطلحات البحث"
},
"aria": {
"fcc-curriculum": "منهج freeCodeCamp",
@@ -673,35 +672,35 @@
"Book Recommendation Engine using KNN": "محرك توصية للكتب باستخدام KNN",
"Linear Regression Health Costs Calculator": "حاسبة التكاليف الصحية بالانحدار الخطي",
"Neural Network SMS Text Classifier": "مصنف الرسائل SMS بالشبكة العصبية",
"Celestial Bodies Database": "Celestial Bodies Database",
"World Cup Database": "World Cup Database",
"Salon Appointment Scheduler": "Salon Appointment Scheduler",
"Periodic Table Database": "Periodic Table Database",
"Number Guessing Game": "Number Guessing Game",
"Build a freeCodeCamp Forum Homepage": "Build a freeCodeCamp Forum Homepage"
"Celestial Bodies Database": "قاعدة بيانات الأحجام الهائلة",
"World Cup Database": "قاعدة بيانات كأس العالم",
"Salon Appointment Scheduler": "جدولة مواعيد الصالون",
"Periodic Table Database": "قاعدة بيانات قائمة العناصر الكيميائية",
"Number Guessing Game": "لُعْبَة تخمين العدد",
"Build a freeCodeCamp Forum Homepage": "بناء صفحة لمنتدى freeCodeCamp"
}
},
"title": {
"Responsive Web Design": "Responsive Web Design",
"responsive-web-design": "Responsive Web Design Certification",
"JavaScript Algorithms and Data Structures": "JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures": "JavaScript Algorithms and Data Structures Certification",
"Front End Development Libraries": "Front End Development Libraries",
"front-end-development-libraries": "Front End Development Libraries Certification",
"Data Visualization": "Data Visualization",
"data-visualization": "Data Visualization Certification",
"Relational Database": "Relational Database",
"relational-database-v8": "Relational Database Certification",
"Back End Development and APIs": "Back End Development and APIs",
"back-end-development-and-apis": "Back End Development and APIs Certification",
"Quality Assurance": "Quality Assurance",
"quality-assurance-v7": "Quality Assurance Certification",
"Scientific Computing with Python": "Scientific Computing with Python",
"scientific-computing-with-python-v7": "Scientific Computing with Python Certification",
"Data Analysis with Python": "Data Analysis with Python",
"data-analysis-with-python-v7": "Data Analysis with Python Certification",
"Information Security": "Information Security",
"information-security-v7": "Information Security Certification",
"Responsive Web Design": "تصميم مواقع الويب المتجاوبة",
"responsive-web-design": "شهادة تصميم مواقع الويب المتجاوبة",
"JavaScript Algorithms and Data Structures": "الخوارزميات وهياكل البيانات في JavaScript",
"javascript-algorithms-and-data-structures": "شهادة الخوارزميات وهياكل البيانات في JavaScript",
"Front End Development Libraries": "مكتبات تطوير واجهة المستخدم",
"front-end-development-libraries": "شهادة مكتبات تطوير واجهة المستخدم",
"Data Visualization": "التصوير المرئي للبيانات",
"data-visualization": "شهادة التصوير المرئي للبيانات",
"Relational Database": "قاعدة البيانات ذات علاقات",
"relational-database-v8": "شهادة قاعدة البيانات ذات علاقات",
"Back End Development and APIs": "تطوير الواجهات الخلفية للمواقع و APIs",
"back-end-development-and-apis": "شهادة تطوير الواجهات الخلفية للمواقع و APIs",
"Quality Assurance": "ضمان الجودة",
"quality-assurance-v7": "شهادة ضمان الجودة",
"Scientific Computing with Python": "الحساب العلمي باستخدام Python",
"scientific-computing-with-python-v7": "شهادة الحساب العلمي مع Python",
"Data Analysis with Python": "تحليل البيانات باستخدام Python",
"data-analysis-with-python-v7": "شهادة تحليل البيانات باستخدام Python",
"Information Security": "أمن المعلومات",
"information-security-v7": "شهادة امن المعلومات",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"Legacy Front End": "Legacy Front End",
@@ -709,9 +708,9 @@
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "أمن المعلومات وشهادة ضمان الجودة التراثية",
"information-security-and-quality-assurance": "شهادة أمن المعلومات وشهادة ضمان الجودة",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
"Legacy Full Stack": "Legacy Full Stack",
"full-stack": "Full Stack Certification"
@@ -339,7 +339,6 @@
"title": "支持我們的慈善組織",
"processing": "我們正在處理你的捐款。",
"redirecting": "重新引導中...",
"thanks": "謝謝捐款",
"thank-you": "謝謝你成爲我們的支持者。",
"additional": "你可以使用這個鏈接 <0>{{url}}</0> 額外進行一次性捐款:",
"help-more": "幫助我們做更多",
@@ -478,7 +477,7 @@
"hint": "提示",
"heart": "愛心",
"initial": "初始",
"inputReset": "Clear search terms",
"input-reset": "Clear search terms",
"info": "介紹信息",
"spacer": "間隔",
"toggle": "切換選中標記",
@@ -709,7 +708,7 @@
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
@@ -339,7 +339,6 @@
"title": "支持我们的慈善组织",
"processing": "我们正在处理你的捐款。",
"redirecting": "重新引导中...",
"thanks": "谢谢捐款",
"thank-you": "谢谢你成为我们的支持者。",
"additional": "你可以使用这个链接 <0>{{url}}</0> 额外进行一次性捐款:",
"help-more": "帮助我们做更多",
@@ -478,7 +477,7 @@
"hint": "提示",
"heart": "爱心",
"initial": "初始",
"inputReset": "Clear search terms",
"input-reset": "Clear search terms",
"info": "介绍信息",
"spacer": "间隔",
"toggle": "切换选中标记",
@@ -709,7 +708,7 @@
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
@@ -339,7 +339,6 @@
"title": "Support our charity",
"processing": "Estamos procesando tu donación.",
"redirecting": "Redirigiendo...",
"thanks": "Gracias por donar",
"thank-you": "Gracias por tu apoyo.",
"additional": "Puede hacer una donación adicional única de cualquier monto utilizando este enlace: <0>{{url}}</0>",
"help-more": "Ayúdanos a hacer más",
@@ -478,7 +477,7 @@
"hint": "Sugerencia",
"heart": "Corazón",
"initial": "Inicial",
"inputReset": "Clear search terms",
"input-reset": "Clear search terms",
"info": "Información de introducción",
"spacer": "Espaciador",
"toggle": "Alternar marca de verificación",
@@ -709,7 +708,7 @@
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
+2 -3
View File
@@ -339,7 +339,6 @@
"title": "Support our charity",
"processing": "Wir bearbeiten deine Spende.",
"redirecting": "Weiterleiten...",
"thanks": "Vielen Dank für die Spende",
"thank-you": "Vielen Dank für deine Unterstützung.",
"additional": "Du kannst eine zusätzliche einmalige Spende in beliebiger Höhe über diesen Link tätigen: <0>{{url}}</0>",
"help-more": "Hilf uns, mehr zu tun",
@@ -478,7 +477,7 @@
"hint": "Hinweis",
"heart": "Herz",
"initial": "Initial",
"inputReset": "Clear search terms",
"input-reset": "Clear search terms",
"info": "Einführungsinformationen",
"spacer": "Abstandhalter",
"toggle": "Häkchen umschalten",
@@ -709,7 +708,7 @@
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
@@ -339,7 +339,6 @@
"title": "Supporta il nostro ente",
"processing": "Stiamo elaborando la tua donazione.",
"redirecting": "Reindirizzamento...",
"thanks": "Grazie per la donazione",
"thank-you": "Grazie per essere un sostenitore.",
"additional": "Puoi effettuare una donazione una tantum aggiuntiva di qualsiasi importo utilizzando questo link: <0>{{url}}</0>",
"help-more": "Aiutaci a fare di più",
@@ -478,11 +477,11 @@
"hint": "Suggerimento",
"heart": "Cuore",
"initial": "Iniziale",
"inputReset": "Clear search terms",
"input-reset": "Cancella termini di ricerca",
"info": "Informazioni introduttive",
"spacer": "Distanziatore",
"toggle": "Attiva/Disattiva segno di spunta",
"magnifier": "Submit search terms"
"magnifier": "Invia i termini di ricerca"
},
"aria": {
"fcc-curriculum": "Curriculum di freeCodeCamp",
@@ -709,7 +708,7 @@
"Legacy Back End": "Back End Legacy",
"legacy-back-end": "Certificazione Back End",
"Legacy Data Visualization": "Visualizzazione Dati Legacy",
"legacy-data-visualization": " Certificazione Visualizzazione Dati",
"legacy-data-visualization": "Certificazione Visualizzazione Dati",
"Legacy Information Security and Quality Assurance": "Sicurezza delle Informazioni e Garanzia di Qualità Legacy",
"information-security-and-quality-assurance": "Certificazione di Sicurezza delle Informazioni e Garanzia di Qualità",
"Legacy Full Stack Certification": "Certificazione Full Stack Legacy",
+4 -4
View File
@@ -625,10 +625,10 @@
}
},
"scientific-computing-with-python": {
"title": "Python を用いた科学的コンピューティング",
"title": "Python を用いた科学技術計算",
"intro": [
"Python は現在最も一般的で適応性のあるプログラミング言語です。基本的なスクリプトから機械学習まで幅広く使用することができます。",
"Python を用いた科学的コンピューティング認定講座では、変数、ループ、条件式、そして関数のような、Python の基本を学習します。それから、複雑なデータ構造、ネットワーキング、リレーショナルデータベース、そしてデータ可視化まで素早く強化します。"
"Python を用いた科学技術計算認定講座では、変数、ループ、条件式、そして関数のような、Python の基本を学習します。それから、複雑なデータ構造、ネットワーキング、リレーショナルデータベース、そしてデータ可視化まで素早く強化します。"
],
"note": "",
"blocks": {
@@ -640,9 +640,9 @@
]
},
"scientific-computing-with-python-projects": {
"title": "Python を用いた科学的コンピューティングプロジェクト",
"title": "Python を用いた科学技術計算プロジェクト",
"intro": [
"Python の技能をテストする時です。これらのプロジェクトを完成させることによって、Python の優れた基礎知識をもっていることと、Python を用いた科学的コンピューティング認定証を得る資格があることを証明します。"
"Python の技能をテストする時です。これらのプロジェクトを完成させることによって、Python の優れた基礎知識をもっていることと、Python を用いた科学技術計算認定証を得る資格があることを証明します。"
]
}
}
+49 -50
View File
@@ -308,8 +308,8 @@
"preview": "プレビュー"
},
"editor-alerts": {
"tab-trapped": "Pressing tab will now insert the tab character",
"tab-free": "Pressing tab will now move focus to the next focusable element"
"tab-trapped": "タブキーを押すとタブ文字が入力されます",
"tab-free": "タブキーを押すと次のフォーカス可能要素にフォーカスします"
},
"help-translate": "以下の認定講座は現在翻訳中です。",
"help-translate-link": "翻訳にご協力ください。",
@@ -339,8 +339,7 @@
"title": "当団体への支援",
"processing": "いただいた寄付を処理中です。",
"redirecting": "リダイレクト中...",
"thanks": "寄付ありがとうございます",
"thank-you": "サポーターとなっていただき、ありがとうございます。",
"thank-you": "サポーターとなってくださり、ありがとうございます",
"additional": "任意の金額を、追加で 1 回ずつご寄付いただけるリンクはこちら: <0>{{url}}</0>",
"help-more": "私たちのさらなる活動をご支援ください",
"error": "寄付の処理に問題が発生しました。",
@@ -359,9 +358,9 @@
"your-donation-2": "あなたの {{usd}} ドルのご寄付が、世界中の人々に {{hours}} 時間の学びを毎月提供します。",
"your-donation-3": "あなたの {{usd}} ドルのご寄付が、世界中の人々に {{hours}} 時間の学びを毎年提供します。",
"become-supporter": "サポーターになる",
"duration": "Become a one-time supporter of our charity.",
"duration-2": "Become a monthly supporter of our charity.",
"duration-4": "Become a supporter of our charity",
"duration": "当団体に一回のご支援をいただけますと幸いです。",
"duration-2": "当団体に毎月のご支援をいただけますと幸いです。",
"duration-4": "当団体にご支援をいただけますと幸いです。",
"nicely-done": "おめでとうございます。「{{block}}」を完了しました。",
"credit-card": "クレジットカード",
"credit-card-2": "またはクレジットカードで寄付する:",
@@ -478,11 +477,11 @@
"hint": "ヒント",
"heart": "ハート",
"initial": "初期状態",
"inputReset": "Clear search terms",
"input-reset": "Clear search terms",
"info": "導入情報",
"spacer": "スペーサー",
"toggle": "トグルチェックマーク",
"magnifier": "Submit search terms"
"magnifier": "検索キーワードを送信"
},
"aria": {
"fcc-curriculum": "freeCodeCamp のカリキュラム",
@@ -508,7 +507,7 @@
"step": "ステップ",
"steps": "ステップ一覧",
"steps-for": "「{{blockTitle}}」のステップ一覧",
"code-example": "{{codeName}} code example"
"code-example": "{{codeName}} のコード例"
},
"flash": {
"honest-first": "認定証を請求するには、まず学問的誠実性ポリシーに同意する必要があります。",
@@ -598,7 +597,7 @@
"issued": "発行日",
"fulltext": "<0>ここに</0> <1>{{user}}</1> <2>が freeCodeCamp.org の約 {{time}} 時間の課程に相当する</2> <3>{{title}}</3> <4>開発者認定講座を修了したことを証明します。</4>",
"project": {
"heading-legacy-full-stack": "このレガシーフルスタック認定講座の一環として、{{user}} は以下の認定講座を修了しました:",
"heading-legacy-full-stack": "レガシーフルスタック認定講座の一環として、{{user}} は以下の認定講座を修了しました:",
"heading": "この認定講座の一環として、{{user}} は以下のプロジェクトを完成させ、すべての自動テストスイートに合格しました:",
"solution": "解答",
"no-solution": "解答の表示中にエラーが発生しました。 support@freeCodeCamp.org までメールにてお問い合わせください。",
@@ -673,48 +672,48 @@
"Book Recommendation Engine using KNN": "KNN を使用した書籍推薦エンジン",
"Linear Regression Health Costs Calculator": "線形回帰による医療費の計算プログラム",
"Neural Network SMS Text Classifier": "ニューラルネットワークによる SMS テキスト分類プログラム",
"Celestial Bodies Database": "Celestial Bodies Database",
"World Cup Database": "World Cup Database",
"Salon Appointment Scheduler": "Salon Appointment Scheduler",
"Periodic Table Database": "Periodic Table Database",
"Number Guessing Game": "Number Guessing Game",
"Build a freeCodeCamp Forum Homepage": "Build a freeCodeCamp Forum Homepage"
"Celestial Bodies Database": "天体データベース",
"World Cup Database": "ワールドカップデータベース",
"Salon Appointment Scheduler": "サロン予約スケジューラー",
"Periodic Table Database": "周期表データベース",
"Number Guessing Game": "数当てゲーム",
"Build a freeCodeCamp Forum Homepage": "freeCodeCamp フォーラムのホームページを作成する"
}
},
"title": {
"Responsive Web Design": "Responsive Web Design",
"responsive-web-design": "Responsive Web Design Certification",
"JavaScript Algorithms and Data Structures": "JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures": "JavaScript Algorithms and Data Structures Certification",
"Front End Development Libraries": "Front End Development Libraries",
"front-end-development-libraries": "Front End Development Libraries Certification",
"Data Visualization": "Data Visualization",
"data-visualization": "Data Visualization Certification",
"Relational Database": "Relational Database",
"relational-database-v8": "Relational Database Certification",
"Back End Development and APIs": "Back End Development and APIs",
"back-end-development-and-apis": "Back End Development and APIs Certification",
"Quality Assurance": "Quality Assurance",
"quality-assurance-v7": "Quality Assurance Certification",
"Scientific Computing with Python": "Scientific Computing with Python",
"scientific-computing-with-python-v7": "Scientific Computing with Python Certification",
"Data Analysis with Python": "Data Analysis with Python",
"data-analysis-with-python-v7": "Data Analysis with Python Certification",
"Information Security": "Information Security",
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
"Legacy Full Stack": "Legacy Full Stack",
"full-stack": "Full Stack Certification"
"Responsive Web Design": "レスポンシブウェブデザイン",
"responsive-web-design": "レスポンシブウェブデザイン認定証",
"JavaScript Algorithms and Data Structures": "JavaScript のアルゴリズムとデータ構造",
"javascript-algorithms-and-data-structures": "JavaScript のアルゴリズムとデータ構造認定証",
"Front End Development Libraries": "フロントエンド開発ライブラリ",
"front-end-development-libraries": "フロントエンド開発ライブラリ認定証",
"Data Visualization": "データ可視化",
"data-visualization": "データ可視化認定証",
"Relational Database": "リレーショナルデータベース",
"relational-database-v8": "リレーショナルデータベース認定証",
"Back End Development and APIs": "バックエンド開発と API",
"back-end-development-and-apis": "バックエンド開発と API 認定証",
"Quality Assurance": "品質保証",
"quality-assurance-v7": "品質保証認定証",
"Scientific Computing with Python": "Python を用いた科学技術計算",
"scientific-computing-with-python-v7": "Python を用いた科学技術計算認定証",
"Data Analysis with Python": "Python を用いたデータ分析",
"data-analysis-with-python-v7": "Python を用いたデータ分析認定証",
"Information Security": "情報セキュリティ",
"information-security-v7": "情報セキュリティ認定証",
"Machine Learning with Python": "Python を用いた機械学習",
"machine-learning-with-python-v7": "Python を用いた機械学習認定証",
"Legacy Front End": "(レガシー) フロントエンド",
"legacy-front-end": "フロントエンド認定証",
"Legacy Back End": "(レガシー) バックエンド",
"legacy-back-end": "バックエンド認定証",
"Legacy Data Visualization": "(レガシー) データ可視化",
"legacy-data-visualization": "Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "(レガシー) 情報セキュリティと品質保証認定証",
"information-security-and-quality-assurance": "情報セキュリティと品質保証認定証",
"Legacy Full Stack Certification": "(レガシー) フルスタック認定証",
"Legacy Full Stack": "(レガシー) フルスタック",
"full-stack": "フルスタック認定証"
}
},
"certification-card": {
@@ -339,7 +339,6 @@
"title": "Ajude nossa instituição",
"processing": "Estamos processando a sua doação.",
"redirecting": "Redirecionando...",
"thanks": "Agradecemos por sua doação",
"thank-you": "Obrigado pelo seu apoio.",
"additional": "Você pode fazer uma doação adicional de qualquer valor usando este link: <0>{{url}}</0>",
"help-more": "Ajude-nos a fazer mais",
@@ -478,7 +477,7 @@
"hint": "Dica",
"heart": "Coração",
"initial": "Inicial",
"inputReset": "Limpar termos de pesquisa",
"input-reset": "Limpar termos de pesquisa",
"info": "Informações introdutórias",
"spacer": "Espaçador",
"toggle": "Alternar marcação",
@@ -709,7 +708,7 @@
"Legacy Back End": "Back-end legado",
"legacy-back-end": "Certificação de back-end",
"Legacy Data Visualization": "Visualização de dados legada",
"legacy-data-visualization": " Certificação de visualização de dados",
"legacy-data-visualization": "Certificação de visualização de dados",
"Legacy Information Security and Quality Assurance": "Segurança da informação e garantia da qualidade legado",
"information-security-and-quality-assurance": "Certificação de segurança da informação e garantia da qualidade",
"Legacy Full Stack Certification": "Certificação de full-stack legada",
+41 -42
View File
@@ -339,7 +339,6 @@
"title": "Підтримайте нашу організацію",
"processing": "Ми опрацьовуємо ваш внесок.",
"redirecting": "Переадресація...",
"thanks": "Дякуємо за внесок",
"thank-you": "Дякуємо за вашу підтримку.",
"additional": "Ви можете зробити додатковий одноразовий внесок на будь-яку суму за цим посиланням: <0>{{url}}</0>",
"help-more": "Допоможіть нам розвиватися",
@@ -478,11 +477,11 @@
"hint": "Підказка",
"heart": "Серце",
"initial": "Початковий",
"inputReset": "Clear search terms",
"input-reset": "Очистити пошукові запити",
"info": "Інформація",
"spacer": "Роздільник",
"toggle": "Перемкнути галочку",
"magnifier": "Submit search terms"
"magnifier": "Надіслати пошукові запити"
},
"aria": {
"fcc-curriculum": "Навчальний план freeCodeCamp",
@@ -673,48 +672,48 @@
"Book Recommendation Engine using KNN": "Інструмент рекомендацій книг із використанням KNN",
"Linear Regression Health Costs Calculator": "Калькулятор лінійної регресії витрат на охорону здоров'я",
"Neural Network SMS Text Classifier": "Нейронна мережа для класифікації текстових SMS",
"Celestial Bodies Database": "Celestial Bodies Database",
"World Cup Database": "World Cup Database",
"Salon Appointment Scheduler": "Salon Appointment Scheduler",
"Periodic Table Database": "Periodic Table Database",
"Number Guessing Game": "Number Guessing Game",
"Build a freeCodeCamp Forum Homepage": "Build a freeCodeCamp Forum Homepage"
"Celestial Bodies Database": "База даних «Небесні тіла»",
"World Cup Database": "База даних «Чемпіонат світу»",
"Salon Appointment Scheduler": "Планувальник «Записи в салоні»",
"Periodic Table Database": "База даних «Періодична таблиця»",
"Number Guessing Game": "Гра «Вгадай число»",
"Build a freeCodeCamp Forum Homepage": "Створіть головну сторінку для форуму freeCodeCamp"
}
},
"title": {
"Responsive Web Design": "Responsive Web Design",
"responsive-web-design": "Responsive Web Design Certification",
"JavaScript Algorithms and Data Structures": "JavaScript Algorithms and Data Structures",
"javascript-algorithms-and-data-structures": "JavaScript Algorithms and Data Structures Certification",
"Front End Development Libraries": "Front End Development Libraries",
"front-end-development-libraries": "Front End Development Libraries Certification",
"Data Visualization": "Data Visualization",
"data-visualization": "Data Visualization Certification",
"Relational Database": "Relational Database",
"relational-database-v8": "Relational Database Certification",
"Back End Development and APIs": "Back End Development and APIs",
"back-end-development-and-apis": "Back End Development and APIs Certification",
"Quality Assurance": "Quality Assurance",
"quality-assurance-v7": "Quality Assurance Certification",
"Scientific Computing with Python": "Scientific Computing with Python",
"scientific-computing-with-python-v7": "Scientific Computing with Python Certification",
"Data Analysis with Python": "Data Analysis with Python",
"data-analysis-with-python-v7": "Data Analysis with Python Certification",
"Information Security": "Information Security",
"information-security-v7": "Information Security Certification",
"Machine Learning with Python": "Machine Learning with Python",
"machine-learning-with-python-v7": "Machine Learning with Python Certification",
"Legacy Front End": "Legacy Front End",
"legacy-front-end": "Front End Certification",
"Legacy Back End": "Legacy Back End",
"legacy-back-end": "Back End Certification",
"Legacy Data Visualization": "Legacy Data Visualization",
"legacy-data-visualization": " Data Visualization Certification",
"Legacy Information Security and Quality Assurance": "Legacy Information Security and Quality Assurance",
"information-security-and-quality-assurance": "Information Security and Quality Assurance Certification",
"Legacy Full Stack Certification": "Legacy Full Stack Certification",
"Legacy Full Stack": "Legacy Full Stack",
"full-stack": "Full Stack Certification"
"Responsive Web Design": "Адаптивний вебдизайн",
"responsive-web-design": "Сертифікація «Адаптивний вебдизайн»",
"JavaScript Algorithms and Data Structures": "Алгоритми JavaScript та структури даних",
"javascript-algorithms-and-data-structures": "Сертифікація «Алгоритми JavaScript та структури даних»",
"Front End Development Libraries": "Бібліотеки Front End",
"front-end-development-libraries": "Сертифікація «Бібліотеки Front End»",
"Data Visualization": "Візуалізація даних",
"data-visualization": "Сертифікація «Візуалізація даних»",
"Relational Database": "Реляційна база даних",
"relational-database-v8": "Сертифікація «Реляційна база даних»",
"Back End Development and APIs": "Розробка Back End та API",
"back-end-development-and-apis": "Сертифікація «Розробка Back End та API»",
"Quality Assurance": "Забезпечення якості",
"quality-assurance-v7": "Сертифікація «Забезпечення якості»",
"Scientific Computing with Python": "Наукові обчислення з Python",
"scientific-computing-with-python-v7": "Сертифікація «Наукові обчислення з Python»",
"Data Analysis with Python": "Аналіз даних з Python",
"data-analysis-with-python-v7": "Сертифікація «Аналіз даних з Python»",
"Information Security": "Інформаційна безпека",
"information-security-v7": "Сертифікація «Інформаційна безпека»",
"Machine Learning with Python": "Машинне навчання з Python",
"machine-learning-with-python-v7": "Сертифікація «Машинне навчання з Python»",
"Legacy Front End": "Застарілий Front End",
"legacy-front-end": "Сертифікація «Front End»",
"Legacy Back End": "Застарілий Back End",
"legacy-back-end": "Сертифікація «Back End»",
"Legacy Data Visualization": "Застаріла візуалізація даних",
"legacy-data-visualization": "Сертифікація «Візуалізація даних»",
"Legacy Information Security and Quality Assurance": "Застаріла інформаційна безпека та забезпечення якості",
"information-security-and-quality-assurance": "Сертифікація «Інформаційна безпека та забезпечення якості»",
"Legacy Full Stack Certification": "Застаріла сертифікація «Full Stack»",
"Legacy Full Stack": "Застарілий Full Stack",
"full-stack": "Сертифікація «Full Stack»"
}
},
"certification-card": {