Skip to content

Commit

Permalink
Merge branch 'main' into remove_enm_lang_5797
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 20, 2024
2 parents 6b5e60e + 31720b9 commit 7763cb5
Show file tree
Hide file tree
Showing 30 changed files with 2,699 additions and 184 deletions.
30 changes: 15 additions & 15 deletions content/adventures/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ adventures:
Затем вы можете поместить это имя в любое место в предложении.
example_code: |-
```
name {is} {ask} What is the name of the main character?
{print} name is now going to run in the woods
{print} name is a bit scared
{print} Suddenly she hears a crazy noise...
имя {is} {ask} Какое имя главного героя?
{print} имя собирается погулять по лесу
{print} имя немного напуган(а)
{print} Повсюду слышно страшный шум...
{sleep}
{print} name is afraid this is a haunted forest
{print} имя боится, что это лес с привидениями
```
story_text_2: |
### Упражение
Expand Down Expand Up @@ -183,13 +183,13 @@ adventures:
### Задание
Посмотрите на <a href="https://www.yonkerspublicschools.org/cms/lib/NY01814060/Centricity/Domain/1621/Brown%20Bear%20Book.pdf">рассказ</a> если вы его не видели раньше и убедитесь что ваш рассказ напечатан так же как и в книге.
example_code: "```\nanimals = _ , _ , _ \n{print} 'Brown bear, Brown bear'\n{print} 'What do you see?'\n```\n"
example_code: "```\nживотные = _ , _ , _ \n{print} 'Бурый мишка, Бурый мишка'\n{print} 'Что ты видишь?'\n```\n"
12:
story_text: На этом уровне вы можете использовать кавычки для сохранения нескольких слов в переменной.
example_code: |
```
name = 'The Queen of England'
{print} name ' was eating a piece of cake, when suddenly...'
имя = 'Королева Англии'
{print} имя ' ела кусочек торта, когда вдруг...'
```
13:
story_text: |
Expand Down Expand Up @@ -238,17 +238,17 @@ adventures:
{print}('Добро пожаловать в историю!')
```
story_text_2: |
### Exercise 2
We have already prepared an `{input}` for you. First, use the `name` variable in your story.
Then add a second `{ask}` and use that variable as well.
Tip: Remember the commas in a `{print}` between text and variables!
### Упражнение 2
Мы уже подготовили `{input}` для тебя. Для начала, используй `name` переменную в своей истории.
Затем добавь еще один `{ask}` и используй эту переменную снова.
Совет: Не забывй про запятые в `{print}` между текстом и переменными!
example_code_2: |
```
naam = {input}("What's your name?")
{print}('Welcome to this story!')
имя = {input}("Как вас зовут?")
{print}('Добро пожаловать в эту историю!')
```
add_remove_command:
name: '{add} {to} & {remove} {from}'
name: '{add} {to_list} & {remove} {from}'
default_save_name: add_remove_command
description: introducing add to and remove from
levels:
Expand Down
2 changes: 1 addition & 1 deletion content/client-messages/bg.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CheckInternet: Провери дали имаш връзка с интернет.
Connection_error: Изгубихме връзка със сървъра.
Empty_output: Кодът работи, но няма нищо за принтиране.
Errors_found: You made a mistake! Don't worry, Hedy is trying to find the mistakes
Errors_found: Допусна грешка! Не се тревожи, ние успяхме да изпълним програмата
Execute_error: Нещо се обърка при изпълнението на програмата.
Other_error: Ой! Май имаме някаква грешка в кода.
Program_repair: This could be the correct code, can you fix it?
Expand Down
18 changes: 9 additions & 9 deletions content/keywords/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ at: в
black: чёрный
blue: синий
brown: коричневый
call: call
call: вызвать
clear: очистить
color: цвет
comma: ','
Expand All @@ -20,12 +20,12 @@ d7: '7'
d8: '8'
d9: '9'
def: def
define: define
define: определить
echo: повторить
elif: иначе, если
else: иначе
'false': 'false'
'False': 'False'
'false': 'ложь'
'False': 'Ложь'
for: для
forward: вперёд
from: из
Expand All @@ -47,21 +47,21 @@ print: печатать
purple: пурпурный
quote: ''''
random: случайном
range: промежуток
range: диапазон
red: красный
remove: удалить
repeat: повторить
return: return
return: вернуть
right: направо
sleep: заснуть
step: шаг
times: раз
to: до
to_list: в
'true': 'true'
'True': 'True'
'true': 'истина'
'True': 'Истина'
turn: повернуть
while: пока
white: белый
with: with
with: с
yellow: жёлтый
Loading

0 comments on commit 7763cb5

Please sign in to comment.