Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #5956

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Nov 22, 2024

Translations update from Hosted Weblate for Hedy/Adventures.

It also includes following components:

Current translation status:

Weblate translation status

Максим Горпиніч and others added 3 commits November 22, 2024 07:17
Currently translated at 70.9% (286 of 403 strings)

Translated using Weblate (Ukrainian)

Currently translated at 18.7% (409 of 2185 strings)

Translated using Weblate (Ukrainian)

Currently translated at 41.4% (463 of 1116 strings)

Translated using Weblate (Ukrainian)

Currently translated at 53.8% (350 of 650 strings)

Translated using Weblate (Ukrainian)

Currently translated at 51.8% (385 of 742 strings)

Co-authored-by: Максим Горпиніч <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/uk/
Translate-URL: https://hosted.weblate.org/projects/hedy/quizzes/uk/
Translate-URL: https://hosted.weblate.org/projects/hedy/slides/uk/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/uk/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/uk/
Translation: Hedy/Adventures
Translation: Hedy/Quizzes
Translation: Hedy/Texts
Translation: Hedy/Webpages
Translation: Hedy/slides
Currently translated at 52.3% (340 of 650 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (44 of 44 strings)

Translated using Weblate (Catalan)

Currently translated at 48.6% (361 of 742 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (24 of 24 strings)

Co-authored-by: aniollidon <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/ca/
Translate-URL: https://hosted.weblate.org/projects/hedy/client-messages/ca/
Translate-URL: https://hosted.weblate.org/projects/hedy/parsons/ca/
Translate-URL: https://hosted.weblate.org/projects/hedy/tutorials/ca/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/ca/
Translation: Hedy/Adventures
Translation: Hedy/Parsons
Translation: Hedy/Texts
Translation: Hedy/Tutorials
Translation: Hedy/client-messages
Currently translated at 99.6% (648 of 650 strings)

Translated using Weblate (Serbian)

Currently translated at 100.0% (2185 of 2185 strings)

Translated using Weblate (Serbian)

Currently translated at 73.3% (819 of 1116 strings)

Translated using Weblate (Serbian)

Currently translated at 100.0% (403 of 403 strings)

Translated using Weblate (Serbian)

Currently translated at 100.0% (742 of 742 strings)

Co-authored-by: Reno Tx <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/sr/
Translate-URL: https://hosted.weblate.org/projects/hedy/quizzes/sr/
Translate-URL: https://hosted.weblate.org/projects/hedy/slides/sr/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/sr/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/sr/
Translation: Hedy/Adventures
Translation: Hedy/Quizzes
Translation: Hedy/Texts
Translation: Hedy/Webpages
Translation: Hedy/slides
Copy link
Contributor

The automatic script made changes

content/adventures/uk.yaml

There was a problem in a level 10 snippet, at adventures.for_command.levels.10.example_code:

Caution

We detected that a variable тварин is being used on the right-hand side of the is command before being set. Can you set the variable before it is used? at line [2]

Translation source

тварини = собака, кішка, риба-крапля
{for} тварин {in} тварин <---- ERROR HERE
    {print} «Я люблю» тварин

Translated version

тварини = собака, кішка, риба-крапля
для тварин в тварин <---- ERROR HERE
    друкуй «Я люблю» тварин

This snippet has been reverted to English.

content/adventures/uk.yaml

There was a problem in a level 11 snippet, at adventures.for_command.levels.11.example_code:

Caution

We detected that a new line is being used on line 2 which is not allowed. Can you try looking for a missing or an extra character on your code? at line (2, 30)

Translation source

{for} лічильника {in} {range} 1 {to} 10
    Лічильник {print} <---- ERROR HERE
{print} «Готові чи ні. Ось я іду!

Translated version

для лічильника в діапазон 1 до 10
    Лічильник друкуй <---- ERROR HERE
друкуй «Готові чи ні. Ось я іду!

This snippet has been reverted to English.

content/adventures/uk.yaml

There was a problem in a level 17 snippet, at adventures.for_command.levels.17.example_code:

Caution

We detected that variable i is being used before being set. Can you set the variable before it is used or use quotation marks for i? at line [2]

Translation source

{for} я {in} {range} 1 {to} 10:
    {print} i <---- ERROR HERE
{print} «Готовий чи ні, я йду!»

Translated version

для я в діапазон 1 до 10:
    друкуй i <---- ERROR HERE
друкуй «Готовий чи ні, я йду!»

This snippet has been reverted to English.

content/adventures/uk.yaml

There was a problem in a level 3 snippet, at adventures.fortune.levels.3.example_code:

Caution

We detected that variable відповідає is being used before being set. Can you set the variable before it is used or use quotation marks for відповідає? at line [7]

Translation source

{print} Я Хеді ворожка! 
question {is} {ask} Що ти хочеш знати?
{print} Ось що ви хочете знати: запитання 
відповіді {is} так, ні, можливо
{print} Моя кришталева куля говорить...
{sleep} 2
{print} відповідає {at} {random} <---- ERROR HERE

Translated version

друкуй Я Хеді ворожка! 
question це запитай Що ти хочеш знати?
друкуй Ось що ви хочете знати: запитання 
відповіді це так, ні, можливо
друкуй Моя кришталева куля говорить...
почекай 2
друкуй відповідає на позиції випадковий <---- ERROR HERE

This snippet has been reverted to English.

content/adventures/uk.yaml

There was a problem in a level 13 snippet, at adventures.functions.levels.13.example_code:

Caution

We detected that text for ask or print seems to be missing their quotation marks. Can you try adding quotes for .? at line [2]

Translation source

{define} пісня {with} місце
    {print} «Моя Бонні тут». <---- ERROR HERE

{call} пісня {with} 'ocean'
{call} пісня {with} 'sea'
{call} пісня {with} 'ocean'

Translated version

визначити пісня з місце
    друкуй «Моя Бонні тут». <---- ERROR HERE

виклик пісня з 'ocean'
виклик пісня з 'sea'
виклик пісня з 'ocean'

This snippet has been reverted to English.

content/adventures/uk.yaml

There was a problem in a level 18 snippet, at adventures.functions.levels.18.example_code:

Caution

We detected that line 2 has too many (4) spaces. Can you try adding 4 more spaces per new block? at line [2]

Translation source

{def}calculate_score(відповідь, правильна_відповідь): 
    {if} відповідь == правильна_відповідь:  <---- ERROR HERE
        оцінка = 1 
    {elif} відповідь == '?': 
        оцінка = 0 
    {else}:
        оцінка = -1 
    {return} рахунок 

answer = {input} ('Де можна знайти Ейфелеву вежу?') 
correct_answer = 'Париж' 
рахунок = обчислити_оцінку (відповідь, правильна_відповідь) 
{print} ("Ваша оцінка... ", оцінка)

Translated version

захcalculate_score(відповідь, правильна_відповідь): 
    якщо відповідь == правильна_відповідь:  <---- ERROR HERE
        оцінка = 1 
    інакше якщо відповідь == '?': 
        оцінка = 0 
    інакше:
        оцінка = -1 
    return рахунок 

answer = введи ('Де можна знайти Ейфелеву вежу?') 
correct_answer = 'Париж' 
рахунок = обчислити_оцінку (відповідь, правильна_відповідь) 
друкуй ("Ваша оцінка... ", оцінка)

This snippet has been reverted to English.

content/slides/uk.yaml

There was a problem in a level 9 snippet, at levels.9.6.code:

Caution

We detected that line 2 has too many (4) spaces. Can you try adding 4 more spaces per new block? at line [2]

Translation source

{repeat} 3 {times}
    food = {ask} 'Що ти хочеш?' <---- ERROR HERE
    {if} їжа {is} піца
        {print} 'приємно!'
    {else 
        {print} "піца краще"

Translated version

{repeat} 3 {times}
    food = {ask} 'Що ти хочеш?' <---- ERROR HERE
    {if} їжа {is} піца
        {print} 'приємно!'
    {else 
        {print} "піца краще"

This snippet has been reverted to English.

content/slides/uk.yaml

There was a problem in a level 10 snippet, at levels.10.2.code:

Caution

We detected that line 3 has too many (4) spaces. Can you try adding 4 more spaces per new block? at line [3]

Translation source

тварини = собака, кішка, риба-крапля
{for} тварин {у} тварин
    {print} «Я люблю» тварин <---- ERROR HERE

Translated version

тварини = собака, кішка, риба-крапля
{for} тварин {у} тварин
    {print} «Я люблю» тварин <---- ERROR HERE

This snippet has been reverted to English.

content/slides/uk.yaml

There was a problem in a level 10 snippet, at levels.10.3.code:

Caution

We detected that variable іменує is being used before being set. Can you set the variable before it is used or use quotation marks for іменує? at line [4]

Translation source

днів = понеділок, вівторок, середа, четвер, п'ятниця, субота, неділя
імена = мама, тато, Емма, Софі
{for} день {in} днів
    {print} іменує {at} {random} ' миє посуд у ' день <---- ERROR HERE

Translated version

днів = понеділок, вівторок, середа, четвер, п'ятниця, субота, неділя
імена = мама, тато, Емма, Софі
для день в днів
    друкуй іменує на позиції випадковий ' миє посуд у ' день <---- ERROR HERE

This snippet has been reverted to English.

content/slides/uk.yaml

There was a problem in a level 11 snippet, at levels.11.2.code:

Caution

We detected that a new line is being used on line 2 which is not allowed. Can you try looking for a missing or an extra character on your code? at line (2, 30)

Translation source

{for} лічильника {in} {range} 1 {to} 10
    Лічильник {print} <---- ERROR HERE
{print} «Готові чи ні. Ось я іду!

Translated version

для лічильника в діапазон 1 до 10
    Лічильник друкуй <---- ERROR HERE
друкуй «Готові чи ні. Ось я іду!

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented Nov 22, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 3b282b8 into hedyorg:main Nov 22, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants