Translation fix for fill-in-the-blank-with-placeholder-text.russian.md (#31845)
- Translated headers; - Fixed translation mistakes.
This commit is contained in:
committed by
Randell Dawson
parent
1c5c0f3ee3
commit
ef41b5f503
@ -3,16 +3,16 @@ id: bad87fee1348bd9aedf08833
|
|||||||
title: Fill in the Blank with Placeholder Text
|
title: Fill in the Blank with Placeholder Text
|
||||||
challengeType: 0
|
challengeType: 0
|
||||||
videoUrl: ''
|
videoUrl: ''
|
||||||
localeTitle: Заполните пустое поле с текстом заполнителя
|
localeTitle: Заполните пустое поле текстом-заполнителем
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Описание
|
||||||
<section id="description"> Веб-разработчики традиционно используют <code>lorem ipsum text</code> качестве текста-заполнителя. Текст «lorem ipsum» случайным образом очищается от знаменитого отрывка Цицерона Древнего Рима. Текст Lorem ipsum использовался в качестве текста заполнителя с помощью наборов текста с 16 века, и эта традиция продолжается в Интернете. Ну, 5 веков достаточно долго. Поскольку мы создаем CatPhotoApp, давайте использовать что-то под названием <code>kitty ipsum text</code> . </section>
|
<section id="description"> Веб-разработчики традиционно используют <code>lorem ipsum text</code> в качестве текста-заполнителя. Текст «lorem ipsum» случайным образом взят из знаменитого отрывка Цицерона Древнего Рима. Текст "lorem ipsum" использовался в качестве текста-заполнителя наборщиками текста с 16 века, и эта традиция продолжается на веб-страницах. Однако, 5 веков - это достаточно долго. Раз уж мы создаем CatPhotoApp, давайте использовать что-то под названием <code>kitty ipsum text</code> . </section>
|
||||||
|
|
||||||
## Instructions
|
## Инструкции
|
||||||
<section id="instructions"> Замените текст внутри вашего элемента <code>p</code> на первые несколько слов этого текста <code>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</code> kitty: <code>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</code> </section>
|
<section id="instructions"> Замените текст внутри вашего элемента <code>p</code> на первые несколько слов этого текста <code>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</code> kitty: <code>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</code> </section>
|
||||||
|
|
||||||
## Tests
|
## Тесты
|
||||||
<section id='tests'>
|
<section id='tests'>
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
@ -24,7 +24,7 @@ tests:
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Challenge Seed
|
## Исходной код
|
||||||
<section id='challengeSeed'>
|
<section id='challengeSeed'>
|
||||||
|
|
||||||
<div id='html-seed'>
|
<div id='html-seed'>
|
||||||
@ -44,7 +44,7 @@ tests:
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
## Solution
|
## Решение
|
||||||
<section id='solution'>
|
<section id='solution'>
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Reference in New Issue
Block a user