From cfbabc08bfc340b46a8be62aa67ac37113d431ef Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Wed, 6 Mar 2024 18:28:06 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#53998) --- client/i18n/locales/arabic/intro.json | 6 ++++++ .../i18n/locales/chinese-traditional/intro.json | 6 ++++++ client/i18n/locales/chinese/intro.json | 6 ++++++ client/i18n/locales/espanol/intro.json | 6 ++++++ client/i18n/locales/german/intro.json | 6 ++++++ client/i18n/locales/italian/intro.json | 6 ++++++ client/i18n/locales/japanese/intro.json | 6 ++++++ client/i18n/locales/japanese/translations.json | 16 ++++++++-------- client/i18n/locales/korean/intro.json | 6 ++++++ client/i18n/locales/portuguese/intro.json | 6 ++++++ client/i18n/locales/swahili/intro.json | 6 ++++++ client/i18n/locales/ukrainian/intro.json | 6 ++++++ client/i18n/locales/ukrainian/translations.json | 10 +++++----- 13 files changed, 79 insertions(+), 13 deletions(-) diff --git a/client/i18n/locales/arabic/intro.json b/client/i18n/locales/arabic/intro.json index afe1977f5f7..fc6a06575e1 100644 --- a/client/i18n/locales/arabic/intro.json +++ b/client/i18n/locales/arabic/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index bbf8b216408..a494adefcfd 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -1174,6 +1174,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index c945045b449..0ce406d0118 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -1174,6 +1174,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 3e9ac3e3f03..a5c06c23af5 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 88a3a3eaa33..f6de6689855 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index e0849bc9b7b..54db6349990 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 2f6aa260713..6afef173219 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index aeca5bf6997..9079bb1d3ae 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -341,7 +341,7 @@ "skip-to-content": "コンテンツへスキップ", "welcome-1": "{{name}} さん、おかえりなさい。", "welcome-2": "freeCodeCamp.org へようこそ", - "start-at-beginning": "コーディングが初めての場合は、<0>最初から開始する ことをお勧めします。", + "start-at-beginning": "プログラミングを学ぶのが初めての場合、<0>最初から始めることをおすすめします。", "read-this": { "heading": "一度立ち止まって、まずはこちらをお読みください。", "p1": "freeCodeCamp は、あなたがソフトウェア開発者として初めての仕事を得るための、実績のある道です。", @@ -448,8 +448,8 @@ "challenges-completed": "{{totalChallenges}} 件中 {{completedCount}} 件完了", "season-greetings-fcc": "freeCodeCamp コミュニティから季節のご挨拶🎉", "if-getting-value": "freeCodeCamp が役に立ったと感じていただけたなら、寄付を通して当チャリティー団体の使命をご支援いただけますと幸いです。", - "building-a-university": "We're Building a Free Computer Science University Degree Program 🎉", - "if-help-university": "We've already made a ton of progress. Donate now to help our charity with the road ahead.", + "building-a-university": "freeCodeCamp では無料のコンピューターサイエンス学位プログラムを作成中です🎉", + "if-help-university": "おかげさまで順調に進んでいます。ぜひ、寄付を通してこの先の活動をご支援いただければ幸いです。", "preview-external-window": "プレビューは別ウィンドウに表示されています。", "fill-in-the-blank": "空欄を埋めてください。", "blank": "空欄", @@ -483,13 +483,13 @@ "linked": "現在、ユーザー名「{{ msUsername }}」の Microsoft アカウントが freeCodeCamp アカウントにリンクされています。これがあなたの Microsoft ユーザー名でない場合は、リンクを解除してください。", "unlinked": "このチャレンジを完了するには、以下の手順に沿ってまず Microsoft のユーザー名を freeCodeCamp アカウントにリンクする必要があります。", "link-li-1": "Microsoft アカウントにログインしているブラウザを使用して、<0>https://learn.microsoft.com/users/me/transcript に移動します", - "link-li-2": "「リンクを共有」ボタンをクリックします。", - "link-li-3": "成績証明書のリンクをお持ちでない場合は、「リンクを作成」ボタンをクリックして作成してください。", - "link-li-4": "「リンクをコピー」ボタンをクリックして、成績証明書の URL をコピーします。", - "link-li-5": "以下の入力欄に URL を貼り付けてください。URL は次のような形式です: <0>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID", + "link-li-2": "「リンクの共有」ボタンをクリックします。", + "link-li-3": "成績証明書 (トランスクリプト) のリンクをお持ちでない場合には、「リンクの作成」ボタンをクリックして作成してください。", + "link-li-4": "「リンクのコピー」ボタンをクリックして、成績証明書の URL をコピーします。", + "link-li-5": "下の入力欄に URL を貼り付けてください。URL は次のような形式です: <0>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID", "link-li-6": "「アカウントをリンク」をクリックして、Microsoft のユーザー名をリンクします。", "transcript-label": "Microsoft 成績証明書のリンク", - "invalid-transcript": "成績証明書のリンクが正しくありません。以下の形式になっているか確認してください: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - リンク内の大文字の項目が正しいか確認してください。" + "invalid-transcript": "成績証明書のリンクが正しくありません。以下の形式になっているか確認してください: <1>https://learn.microsoft.com/LOCALE/users/USERNAME/transcript/ID - 特に大文字で示した部分が正しいか確認してください。" } }, "donate": { diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index d8c04159bc5..e7a7517049b 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 65c984a29d5..3637d82a38f 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 733d61da994..f6749c7a08b 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Explore the distinctions between block and inline elements in HTML and CSS. This course provides insights into how these display types affect layout and behavior, empowering you to make informed design decisions." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 07a84c744f1..1303fe4bc6e 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -1178,6 +1178,12 @@ "intro": [ "Дослідіть відмінності між блоковими та рядковими елементами в HTML та CSS. Цей курс надасть уявлення про те, як такі відтворення впливають на макет та поведінку, що дозволить вам приймати обґрунтовані рішення у дизайні." ] + }, + "top-learn-variables-and-operators": { + "title": "Learn Variables and Operators", + "intro": [ + "Get started with JavaScript by learning about variables and operators. This course covers the fundamentals of JavaScript programming, including data types, operators, and variable declarations." + ] } } }, diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index c33c4340a2f..4aad611eab1 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -440,11 +440,11 @@ "completed": "Виконано", "not-started": "Не розпочато", "test": "Тест", - "sorry-try-again": "На жаль, ваш код не пройшов. Спробуйте ще раз.", - "sorry-keep-trying": "На жаль, ваш код не пройшов. Продовжуйте спроби.", - "sorry-getting-there": "На жаль, ваш код не пройшов. Ви йдете у правильному напрямку.", - "sorry-hang-in-there": "На жаль, ваш код не пройшов. Тримайтеся.", - "sorry-dont-giveup": "На жаль, ваш код не пройшов. Не здавайтеся.", + "sorry-try-again": "На жаль, ваш код не працює. Спробуйте ще раз.", + "sorry-keep-trying": "На жаль, ваш код не працює. Продовжуйте спроби.", + "sorry-getting-there": "На жаль, ваш код не працює. Ви йдете у правильному напрямку.", + "sorry-hang-in-there": "На жаль, ваш код не працює. Тримайтеся.", + "sorry-dont-giveup": "На жаль, ваш код не працює. Не здавайтеся.", "challenges-completed": "{{completedCount}} з {{totalChallenges}} завдань виконано", "season-greetings-fcc": "Вітання від спільноти freeCodeCamp 🎉", "if-getting-value": "Якщо ви отримуєте багато інформації завдяки freeCodeCamp, то зараз слушний час задонатити на підтримку нашої місії.",