Skip to content

Commit

Permalink
chore(i18n,learn): processed translations (#50629)
Browse files Browse the repository at this point in the history
  • Loading branch information
camperbot committed Jun 7, 2023
1 parent 9bb1cc5 commit 2f9ce8d
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

اجعل النص `freeCodeCamp.org` في رابط عن طريق إرفاقه في عنصر رابط (`a`). يجب تعيين سمة `href` إلى `https://www.freecodecamp.org`.
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. يجب تعيين سمة `href` إلى `https://www.freecodecamp.org`.

# --hints--

يجب أن يكون عنصر (`a`) الخاص بك داخل عنصر `footer`. تأكد من إضافة علامة فتح وعلامة إغلاق لعنصر `a`.
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. تأكد من إضافة علامة فتح وعلامة إغلاق لعنصر `a`.

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

通過將文本 `freeCodeCamp.org` 包含在錨點(`a`)元素中,使其成爲鏈接。 應把 `href` 屬性設置爲 `https://www.freecodecamp.org`
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. 應把 `href` 屬性設置爲 `https://www.freecodecamp.org`

# --hints--

你的錨(`a`)元素應該嵌套在 `footer` 元素中。 確保爲錨(`a`)元素添加開始標籤和結束標籤。
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. 確保爲錨(`a`)元素添加開始標籤和結束標籤。

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

通过将文本 `freeCodeCamp.org` 包含在锚点(`a`)元素中,使其成为链接。 应把 `href` 属性设置为 `https://www.freecodecamp.org`
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. 应把 `href` 属性设置为 `https://www.freecodecamp.org`

# --hints--

你的锚(`a`)元素应该嵌套在 `footer` 元素中。 确保为锚(`a`)元素添加开始标签和结束标签。
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. 确保为锚(`a`)元素添加开始标签和结束标签。

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

Convierte el texto `freeCodeCamp.org` a un link, poniendo dentro de un elemento anchor (`a`). El valor del atributo `href` debe ser `https://www.freecodecamp.org`.
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. El valor del atributo `href` debe ser `https://www.freecodecamp.org`.

# --hints--

Tu elemento anchor (`a`) debe estar anidado dentro del elemento `footer`. Asegúrate de añadir una etiqueta de apertura y de cierre al elemento anchor (`a`).
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. Asegúrate de añadir una etiqueta de apertura y de cierre al elemento anchor (`a`).

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

Make the text `freeCodeCamp.org` into a link by enclosing it in an anchor (`a`) element. The `href` attribute should be set to `https://www.freecodecamp.org`.
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. The `href` attribute should be set to `https://www.freecodecamp.org`.

# --hints--

Your anchor (`a`) element should be nested within the `footer` element. Make sure to add an opening tag and closing tag for the anchor (`a`) element.
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. Make sure to add an opening tag and closing tag for the anchor (`a`) element.

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

Rendi il testo `freeCodeCamp.org` un link racchiudendolo in un elemento di ancoraggio (`a`). L'attributo `href` dovrebbe avere valore `https://www.freecodecamp.org`.
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. L'attributo `href` dovrebbe avere valore `https://www.freecodecamp.org`.

# --hints--

L'elemento di ancoraggio (`a`) dovrebbe essere annidato all'interno dell'elemento `footer`. Assicurati di aggiungere un tag di apertura e di chiusura per l'elemento di ancoraggio (`a`).
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. Assicurati di aggiungere un tag di apertura e di chiusura per l'elemento di ancoraggio (`a`).

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

`freeCodeCamp.org` というテキストをアンカー (`a`) 要素で囲んでリンクにしましょう。 `href` 属性は `https://www.freecodecamp.org` に設定してください。
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. `href` 属性は `https://www.freecodecamp.org` に設定してください。

# --hints--

アンカー (`a`) 要素は `footer` 要素内にネストされている必要があります。 アンカー (`a`) 要素の開始タグと終了タグが追加されていることを確認してください。
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. アンカー (`a`) 要素の開始タグと終了タグが追加されていることを確認してください。

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

Torne o texto `freeCodeCamp.org` um link, incluindo-o em um elemento de âncora (`a`). O atributo `href` deve estar definido como `https://www.freecodecamp.org`.
Torne o texto `freeCodeCamp.org` existente em um link, incluindo-o em um elemento de âncora (`a`). O atributo `href` deve estar definido como `https://www.freecodecamp.org`.

# --hints--

O elemento de âncora (`a`) deve estar dentro do elemento `footer`. Certifique-se de adicionar uma tag de abertura e uma tag de fechamento para o elemento de âncora (`a`).
O elemento de âncora (`a`) deve estar aninhado dentro do elemento `p`, dentro de `footer`. Certifique-se de adicionar uma tag de abertura e uma tag de fechamento para o elemento de âncora (`a`).

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dashedName: step-43

Gire todos os retângulos para dar a eles mais um visual imperfeito, como se fosse pintado à mão.

Use a propriedade `transform` no seletor `.one` com o valor `rotate` para girar o elemento no anti-horário em 0,6 graus.
Use a propriedade `transform` no seletor `.one` com o valor `rotate` para girar o elemento no sentido anti-horário em 0,6 graus.

# --hints--

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ dashedName: step-64

# --description--

Перетворіть текст `freeCodeCamp.org` в посилання, вклавши його в елемент прив'язки (`a`). Атрибут `href` повинен бути встановленим на `https://www.freecodecamp.org`.
Turn the existing `freeCodeCamp.org` text into a link by enclosing it in an anchor (`a`) element. Атрибут `href` повинен бути встановленим на `https://www.freecodecamp.org`.

# --hints--

Ваш елемент прив'язки (`a`) повинен бути вкладеним в межах елемента `footer`. Переконайтеся, що додали початковий та кінцевий теґи для елемента прив'язки (`a`).
Your anchor (`a`) element should be nested within the `p` element inside the `footer`. Переконайтеся, що додали початковий та кінцевий теґи для елемента прив'язки (`a`).

```js
assert($('footer > p > a').length);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
id: 5900f3841000cf542c50fe97
title: 'Problem 24: Lexicographic permutations'
title: 'Завдання 24: лексикографічні перестановки'
challengeType: 1
forumTopicId: 301885
dashedName: problem-24-lexicographic-permutations
---

# --description--

A permutation is an ordered arrangement of objects. For example, 3124 is one possible permutation of the digits 1, 2, 3 and 4. If all of the permutations are listed numerically or alphabetically, we call it lexicographic order. The lexicographic permutations of 0, 1 and 2 are:
Перестановкою називають впорядковане розташування об’єктів. Наприклад, 3124 — єдина можлива перестановка цифр 1, 2, 3 та 4. Якщо перестановку виконано за числовим значенням або за алфавітом, її називають лексикографічною. Лексикографічними перестановками цифр 0, 1 та 2 є:

<div style='text-align: center;'>012   021   102   120   201   210</div>

What is the `n`th lexicographic permutation of the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9?
Яка `n`-на лексикографічна перестановка цифр 0, 1, 2, 3, 4, 5, 6, 7, 8 і 9?

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
id: 5900f3851000cf542c50fe98
title: 'Problem 25: 1000-digit Fibonacci number'
title: 'Завдання 25: 1000-цифрове число Фібоначчі'
challengeType: 1
forumTopicId: 301897
dashedName: problem-25-1000-digit-fibonacci-number
---

# --description--

The Fibonacci sequence is defined by the recurrence relation:
Послідовність Фібоначчі визначається рекурентним співвідношенням:

<div style='padding-left: 4em;'>F<sub>n</sub> = F<sub>n−1</sub> + F<sub>n−2</sub>, where F<sub>1</sub> = 1 and F<sub>2</sub> = 1.</div>
<div style='padding-left: 4em;'>F<sub>n</sub> = F<sub>n−1</sub> + F<sub>n−2</sub>, де F<sub>1</sub> = 1 і F<sub>2</sub> = 1.</div>

Hence the first 12 terms will be:
Отже, перші 12 членів послідовності дорівнюють:

<div style='padding-left: 4em; display: inline-grid; grid-template-rows: auto; row-gap: 7px;'><div>F<sub>1</sub> = 1</div><div>F<sub>2</sub> = 1</div><div>F<sub>3</sub> = 2</div><div>F<sub>4</sub> = 3</div><div>F<sub>5</sub> = 5</div><div>F<sub>6</sub> = 8</div><div>F<sub>7</sub> = 13</div><div>F<sub>8</sub> = 21</div><div>F<sub>9</sub> = 34</div><div>F<sub>10</sub> = 55</div><div>F<sub>11</sub> = 89</div><div>F<sub>12</sub> = 144</div></div>

The 12th term, F<sub>12</sub>, is the first term to contain three digits.
12-ий член, F<sub>12</sub>, є першим членом послідовності, що містить три цифри.

What is the index of the first term in the Fibonacci sequence to contain `n` digits?
Яким є порядковий номер першого члена послідовності Фібоначчі, що містить `n` цифр?

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
id: 5900f3861000cf542c50fe99
title: 'Problem 26: Reciprocal cycles'
title: 'Завдання 26: зворотні цикли'
challengeType: 1
forumTopicId: 301908
dashedName: problem-26-reciprocal-cycles
---

# --description--

A unit fraction contains 1 in the numerator. The decimal representation of the unit fractions with denominators 2 to 10 are given:
Аліквотний дріб містить 1 у чисельнику. Десяткове представлення дробів зі знаменниками від 2 до 10:

<div style='padding-left: 4em; display: inline-grid; grid-template-rows: auto; row-gap: 7px;'><div><sup>1</sup>/<sub>2</sub> = 0.5</div><div><sup>1</sup>/<sub>3</sub> = 0.(3)</div><div><sup>1</sup>/<sub>4</sub> = 0.25</div><div><sup>1</sup>/<sub>5</sub> = 0.2</div><div><sup>1</sup>/<sub>6</sub> = 0.1(6)</div><div><sup>1</sup>/<sub>7</sub> = 0.(142857)</div><div><sup>1</sup>/<sub>8</sub> = 0.125</div><div><sup>1</sup>/<sub>9</sub> = 0.(1)</div><div><sup>1</sup>/<sub>10</sub> = 0.1</div></div>

Where 0.1(6) means 0.166666..., and has a 1-digit recurring cycle. It can be seen that <sup>1</sup>/<sub>7</sub> has a 6-digit recurring cycle.
Де 0.1(6) означає 0.166666... та має періодичну послідовність з одної цифри. Можна побачити, що <sup>1</sup>/<sub>7</sub> має періодичну послідовність із шести цифр.

Find the value of `d` &lt; `n` for which <sup>1</sup>/<sub>d</sub> contains the longest recurring cycle in its decimal fraction part.
Знайдіть значення `d` &lt; `n`, для якого <sup>1</sup>/<sub>d</sub> містить найдовшу періодичну послідовність в десятковій частині дробу.

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
id: 5900f3871000cf542c50fe9a
title: 'Problem 27: Quadratic primes'
title: 'Завдання 27: квадратичні прості числа'
challengeType: 1
forumTopicId: 301919
dashedName: problem-27-quadratic-primes
---

# --description--

Euler discovered the remarkable quadratic formula:
Ейлер вивів визначну квадратичну формулу:

<div style='margin-left: 4em;'>$n^2 + n + 41$</div>

It turns out that the formula will produce 40 primes for the consecutive integer values $0 \\le n \\le 39$. However, when $n = 40, 40^2 + 40 + 41 = 40(40 + 1) + 41$ is divisible by 41, and certainly when $n = 41, 41^2 + 41 + 41$ is clearly divisible by 41.
Виявилося, що згідно з цією формулою можна отримати 40 простих чисел, послідовно підставляючи значення $0 \\le n \\le 39$. Однак, якщо $n = 40, 40^2 + 40 + 41 = 40(40 + 1) + 41$ ділиться на 41 без остачі та, очевидно, якщо $n = 41, 41^2 + 41 + 41$ ділиться на 41 без остачі.

The incredible formula $n^2 - 79n + 1601$ was discovered, which produces 80 primes for the consecutive values $0 \\le n \\le 79$. The product of the coefficients, −79 and 1601, is −126479.
Згодом було знайдено чудову формулу $n^2 - 79n + 1601$, за допомогою якої можна знайти 80 простих чисел для послідовних значень $0 \\le n \\le 79$. Добуток коефіцієнтів −79 та 1601 дорівнює −126479.

Considering quadratics of the form:
Розглянемо квадратичну форму:

<div style='margin-left: 4em;'>
$n^2 + an + b$, where $|a| < range$ and $|b| \le range$<br>
where $|n|$ is the modulus/absolute value of $n$<br>
e.g. $|11| = 11$ and $|-4| = 4$<br>
$n^2 + an + b$, де $|a| < range$ та $|b| \le range$<br>
де $|n|$ є модулем/абсолютним значенням $n$<br>
Наприклад, $|11| = 11$ та $|-4| = 4$<br>
</div>

Find the product of the coefficients, $a$ and $b$, for the quadratic expression that produces the maximum number of primes for consecutive values of $n$, starting with $n = 0$.
Знайдіть добуток коефіцієнтів $a$ та $b$ для квадратичного виразу, який згенерує максимальну кількість простих чисел для послідовних значень $n$, починаючи з $n = 0$.

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
id: 5900f3881000cf542c50fe9b
title: 'Problem 28: Number spiral diagonals'
title: 'Завдання 28: діагоналі числової спіралі'
challengeType: 1
forumTopicId: 301930
dashedName: problem-28-number-spiral-diagonals
---

# --description--

Starting with the number 1 and moving to the right in a clockwise direction a 5 by 5 spiral is formed as follows:
Починаючи з числа 1 і рухаючись праворуч за годинниковою стрілкою, утворюється спіраль 5 на 5:

<div style='padding-left: 4em;'>
<div style='color: red; display: inline;'>21</div> 22 23 24 <div style='color: red; display: inline;'>25</div><br>
Expand All @@ -18,9 +18,9 @@ Starting with the number 1 and moving to the right in a clockwise direction a 5
<div style='color: red; display: inline;'>17</div> 16 15 14 <div style='color: red; display: inline;'>13</div><br>
</div>

It can be verified that the sum of the numbers on the diagonals is 101.
Можна переконатися, що сума чисел по діагоналях дорівнює 101.

What is the sum of the numbers on the diagonals in an `n` by `n` spiral formed in the same way?
Чому дорівнює сума чисел по діагоналях у спіралі `n` на `n`, створеній так само?

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
id: 5900f3891000cf542c50fe9c
title: 'Problem 29: Distinct powers'
title: 'Завдання 29: різні степені'
challengeType: 1
forumTopicId: 301941
dashedName: problem-29-distinct-powers
---

# --description--

Consider all integer combinations of $a^b$ for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5:
Розгляньмо усі цілочисельні комбінації $a^b$ для 2 ≤ a ≤ 5 та 2 ≤ b ≤ 5:

<div style='padding-left: 4em;'>
2<sup>2</sup>=4, 2<sup>3</sup>=8, 2<sup>4</sup>=16, 2<sup>5</sup>=32 <br>
Expand All @@ -17,13 +17,13 @@ Consider all integer combinations of $a^b$ for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5:
5<sup>2</sup>=25, 5<sup>3</sup>=125, 5<sup>4</sup>=625, 5<sup>5</sup>=3125 <br>
</div>

If they are then placed in numerical order, with any repeats removed, we get the following sequence of 15 distinct terms:
Якщо їх розташувати в порядку зростання, вилучивши повторення, ми отримаємо таку послідовність з 15 різних членів:

<div style='padding-left: 4em;'>
4, 8, 9, 16, 25, 27, 32, 64, 81, 125, 243, 256, 625, 1024, 3125
</div>

How many distinct terms are in the sequence generated by $a^b$ for 2 ≤ `a``n` and 2 ≤ `b``n`?
Скільки різних членів має послідовність, згенерована $a^b$ для 2 ≤ `a``n` та 2 ≤ `b``n`?

# --hints--

Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
id: 5900f38a1000cf542c50fe9d
title: 'Problem 30: Digit n powers'
title: 'Завдання 30: n-ий степінь цифр'
challengeType: 1
forumTopicId: 301953
dashedName: problem-30-digit-n-powers
---

# --description--

Surprisingly there are only three numbers that can be written as the sum of fourth powers of their digits:
На диво, існує лише три числа, що можуть бути представлені як сума четвертих степенів їхніх цифр:

<div style='margin-left: 4em;'>
1634 = 1<sup>4</sup> + 6<sup>4</sup> + 3<sup>4</sup> + 4<sup>4</sup><br>
8208 = 8<sup>4</sup> + 2<sup>4</sup> + 0<sup>4</sup> + 8<sup>4</sup><br>
9474 = 9<sup>4</sup> + 4<sup>4</sup> + 7<sup>4</sup> + 4<sup>4</sup><br>
</div>

As 1 = 1<sup>4</sup> is not a sum it is not included.
Оскільки 1 = 1<sup>4</sup> не є сумою, її не враховано.

The sum of these numbers is 1634 + 8208 + 9474 = 19316.
Сума цих чисел дорівнює 1634 + 8208 + 9474 = 19316.

Find the sum of all the numbers that can be written as the sum of `n` powers of their digits.
Знайдіть суму всіх чисел, які можна записати у вигляді суми `n` степеня їхніх цифр.

# --hints--

Expand Down
Loading

0 comments on commit 2f9ce8d

Please sign in to comment.