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

Merged
merged 2 commits into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions content/adventures/it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ adventures:
example_code: |
```
name = 'The Queen of England'
{print} name ' was eating a piece of cake, when suddenly...'
{print} name ' was eating a piece of cake, when suddenly'
```
13:
story_text: |
Expand Down Expand Up @@ -281,9 +281,9 @@ adventures:
{print}('Benvenuti in questa storia!')
```
add_remove_command:
name: '{add} {to} & {remove} {from}'
name: '{add} {to_list} & {remove} {from}'
default_save_name: aggiungi_rimuovi_comando
description: introducendo aggiungi a e rimuovi da
description: introducendo {add} {to_list} e {remove} {from}
levels:
3:
story_text: |
Expand Down Expand Up @@ -311,18 +311,18 @@ adventures:
Prova i nuovi comandi in questo ristorante virtuale. Aggiungi il gusto che il giocatore desidera alla lista e rimuovi i sapori ai quali è allergico.
example_code_3: |
```
{print} Mystery milkshake
flavors {is} strawberry, chocolate, vanilla
hope {is} {ask} What flavor are you hoping for?
{print} Milkshake misterioso
Sapori {is} fragola, cioccolato, vaniglia
Speranza {is} {ask} Quale gusto speri di avere?
_
allergies {is} {ask} Are you allergic to any flavors?
Allergie {is} {ask} Hai qualche allergia ai sapori?
_
{print} You get a flavors {at} {random} milkshake
{print} Ottieni un milkshake con il sapore di {at} {random}
```
and_or_command:
name: '{and} & {or}'
default_save_name: e o
description: introducing and or
description: Introducendo {and} e {or}
levels:
13:
story_text: |-
Expand Down
Loading