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 #5645

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Jul 2, 2024

isabelwingen and others added 3 commits July 2, 2024 08:15
Currently translated at 75.9% (496 of 653 strings)

Translated using Weblate (German)

Currently translated at 53.3% (215 of 403 strings)

Translated using Weblate (German)

Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (German)

Currently translated at 99.7% (463 of 464 strings)

Translated using Weblate (German)

Currently translated at 100.0% (24 of 24 strings)

Translated using Weblate (German)

Currently translated at 69.0% (516 of 747 strings)

Co-authored-by: Isabel König-Wingen <isabel.wingen@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/de/
Translate-URL: https://hosted.weblate.org/projects/hedy/client-messages/de/
Translate-URL: https://hosted.weblate.org/projects/hedy/parsons/de/
Translate-URL: https://hosted.weblate.org/projects/hedy/slides/de/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/de/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/de/
Translation: Hedy/Adventures
Translation: Hedy/Parsons
Translation: Hedy/Texts
Translation: Hedy/Webpages
Translation: Hedy/client-messages
Translation: Hedy/slides
Currently translated at 100.0% (653 of 653 strings)

Co-authored-by: Zoom.Quiet <zoomquiet+gh@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/zh_Hans/
Translation: Hedy/Texts
Currently translated at 42.0% (314 of 747 strings)

Co-authored-by: Henry Backman <henry.backman@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/fi/
Translation: Hedy/Adventures
Copy link
Contributor

github-actions bot commented Jul 2, 2024

The automatic script made changes

content/parsons/de.yaml

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

Caution

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

Translation source

nummern = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
{repeat} 3 {times}
    nummer = nummern {at} {random}
    richtige_antwort = 5 * nummer
    antwort = {ask} 'Was ist 5 mal' number '?' <---- ERROR HERE
    {if} antwort = richtige_antwort
        {print} 'Gute Arbeit!'
    {else}
        {print} 'Nein! Die richtige Antwort ist ' richtige_antwort

Translated version

nummern = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
wiederhole 3 mal
    nummer = nummern an zufällig
    richtige_antwort = 5 * nummer
    antwort = frage 'Was ist 5 mal' number '?' <---- ERROR HERE
    falls antwort = richtige_antwort
        drucke 'Gute Arbeit!'
    sonst
        drucke 'Nein! Die richtige Antwort ist ' richtige_antwort

This snippet has been reverted to English.

content/parsons/de.yaml

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

Caution

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

Translation source

personen = Betty, Amanda, Marc
frisuren = eine Glatze, eine Vokuhila, einen Zopf, Stacheln
{for} person {in} personen
    {print} person ' bekommt ' frisuren {at} {random}
    zufrieden = {ask} person ', bist du mit dieser Auswahl zufrieden?'
    {if} zufrieden {is} Ja
        {print} 'Großartig'
    {else}
        {print} 'Lass es uns nochmal probieren... Dann bekommt 'person ' ' hairstyles {at} {random} <---- ERROR HERE

Translated version

personen = Betty, Amanda, Marc
frisuren = eine Glatze, eine Vokuhila, einen Zopf, Stacheln
für person in personen
    drucke person ' bekommt ' frisuren an zufällig
    zufrieden = frage person ', bist du mit dieser Auswahl zufrieden?'
    falls zufrieden ist Ja
        drucke 'Großartig'
    sonst
        drucke 'Lass es uns nochmal probieren... Dann bekommt 'person ' ' hairstyles an zufällig <---- ERROR HERE

This snippet has been reverted to English.

content/parsons/de.yaml

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

Caution

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

Translation source

{for} zahll {in} {range} 10 {to} 1
    {print} zahl <---- ERROR HERE
    {sleep}
    {clear}
{print} 'Frohes neues Jahr!'

Translated version

für zahll in bereich 10 bis 1
    drucke zahl <---- ERROR HERE
    schlafe
    abwischen
drucke 'Frohes neues Jahr!'

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented Jul 2, 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 63b6739 into hedyorg:main Jul 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants