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

Merged
merged 4 commits into from
Oct 21, 2024

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Oct 21, 2024

Translations update from Hosted Weblate for Hedy/Adventures.

It also includes following components:

Current translation status:

Weblate translation status

Hey-gramm and others added 3 commits October 21, 2024 08:17
Currently translated at 86.6% (647 of 747 strings)

Co-authored-by: Hey-gramm <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/de/
Translation: Hedy/Adventures
Currently translated at 86.6% (647 of 747 strings)

Co-authored-by: Jörg Tübben <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/de/
Translation: Hedy/Adventures
Currently translated at 63.7% (476 of 747 strings)

Translated using Weblate (Catalan)

Currently translated at 98.2% (456 of 464 strings)

Co-authored-by: Joan Antoni RE <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/adventures/ca/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/ca/
Translation: Hedy/Adventures
Translation: Hedy/Webpages
Copy link
Contributor

The automatic script made changes

content/adventures/ca.yaml

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

Caution

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

Translation source

amics {is} Jordan, Llucía, David
{print} 'Puc predir si demà guanyaràs la loteria!'
persona {is} {ask} 'Qui ets tu?'
resposta_bona {is} Visca! Has guanyat!, Segur que guanyaràs!, Tenim un guanyador!
resposta_dolenta {is}Mala sort! Torna a provar!, Una altra persona guanyarà, Tu perdràs! <---- ERROR HERE
{if} persona {in} amics {print} resposta_bona {at} {random}
{else} {print} resposta_dolenta {at} {random}

Translated version

amics és Jordan, Llucía, David
imprimeix 'Puc predir si demà guanyaràs la loteria!'
persona és pregunta 'Qui ets tu?'
resposta_bona és Visca! Has guanyat!, Segur que guanyaràs!, Tenim un guanyador!
resposta_dolenta ésMala sort! Torna a provar!, Una altra persona guanyarà, Tu perdràs! <---- ERROR HERE
si persona dins amics imprimeix resposta_bona a aleatori
sino imprimeix resposta_dolenta a aleatori

This snippet has been reverted to English.

content/adventures/de.yaml

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

Caution

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

Translation source

{define} lied {with} ort
    {print} 'My Bonnie is over the ' out <---- ERROR HERE

{call} lied {with} 'ocean'
{call} lied {with} 'sea'
{call} lied {with} 'ocean'

Translated version

definiere lied mit ort
    drucke 'My Bonnie is over the ' out <---- ERROR HERE

aufruf lied mit 'ocean'
aufruf lied mit 'sea'
aufruf lied mit 'ocean'

This snippet has been reverted to English.

Copy link
Contributor

mergify bot commented Oct 21, 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 d1109b1 into hedyorg:main Oct 21, 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.

3 participants