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

Closed
wants to merge 8 commits into from

Conversation

weblate
Copy link
Contributor

@weblate weblate commented Nov 14, 2024

Translations update from Hosted Weblate for Hedy/Adventures.

It also includes following components:

Current translation status:

Weblate translation status

Kamborio and others added 7 commits November 13, 2024 21:14
Currently translated at 100.0% (1045 of 1045 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1045 of 1045 strings)

Co-authored-by: Kamborio <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/es/
Translation: Hedy/Webpages
Currently translated at 2.5% (56 of 2185 strings)

Translated using Weblate (Kabyle)

Currently translated at 2.2% (50 of 2185 strings)

Translated using Weblate (Kabyle)

Currently translated at 2.2% (49 of 2185 strings)

Co-authored-by: R_SACI <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/quizzes/kab/
Translation: Hedy/Quizzes
Currently translated at 100.0% (1045 of 1045 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1045 of 1045 strings)

Co-authored-by: gallegonovato <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/es/
Translation: Hedy/Webpages
Currently translated at 99.6% (648 of 650 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (24 of 24 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (189 of 189 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1045 of 1045 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1045 of 1045 strings)

Co-authored-by: Kamborio <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/client-messages/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/commands/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/web-texts/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/es/
Translation: Hedy/Cheatsheets
Translation: Hedy/Texts
Translation: Hedy/Webpages
Translation: Hedy/client-messages
Currently translated at 100.0% (1045 of 1045 strings)

Co-authored-by: gallegonovato <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/es/
Translation: Hedy/Webpages
Currently translated at 100.0% (403 of 403 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (44 of 44 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (1045 of 1045 strings)

Co-authored-by: Kamborio <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/hedy/parsons/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/slides/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/tutorials/es/
Translate-URL: https://hosted.weblate.org/projects/hedy/webpages/es/
Translation: Hedy/Parsons
Translation: Hedy/Tutorials
Translation: Hedy/Webpages
Translation: Hedy/slides
Currently translated at 46.2% (343 of 742 strings)

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

The automatic script made changes

content/adventures/ca.yaml

There was a problem in a level 6 snippet, at adventures.dishes.levels.6.example_code:

Caution

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

Translation source

gent = mama, papa, Emma, Sofia
emma_renta = 0
netejador = persones {at} {random} <---- ERROR HERE
{print} 'Li toca rentar plats a ' netejador 
{if} netejador {is} Emma emma_renta = emma_renta + 1
{print} "L'Emma rentarà els plats aquesta setmana" emma_renta "vegades"

Translated version

gent = mama, papa, Emma, Sofia
emma_renta = 0
netejador = persones a aleatori <---- ERROR HERE
imprimeix 'Li toca rentar plats a ' netejador 
si netejador és Emma emma_renta = emma_renta + 1
imprimeix "L'Emma rentarà els plats aquesta setmana" emma_renta "vegades"

This snippet has been reverted to English.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants