Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored and actions-user committed Nov 13, 2024
1 parent a294566 commit f9fc15f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
26 changes: 13 additions & 13 deletions content/adventures/uk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ adventures:
На третьому рівні ви можете зробити свою історію веселішою. Ви можете використовувати випадковість для будь-якого монстра, тварини або іншої перешкоди, наприклад, так:
example_code: |
```
тварини {є} 🦔, 🐿, 🦉, 🦇
{print} Тепер вони чують звуки тварин {at} {random}
animals {is} 🦔, 🐿, 🦉, 🦇
{print} They now hear the sound of an animals {at} {random}
```
story_text_2: |
Команда `{add}` також може стати в нагоді у вашій історії.
example_code_2: |
```
{print} Вони чують звук
тварини {is} 🐿, 🦔, 🦇, 🦉
тварина {is} {ask}, запитати Як ви думаєте, що це?
{add} {to_list} тварин
{print} це були тварини {at} {random}
{print} They hear a sound
animals {is} 🐿, 🦔, 🦇, 🦉
animal {is} {ask} What do you think it is?
{add} animal {to_list} animals
{print} it was an animals {at} {random}
```
story_text_3: |
Ось приклад команди `{remove}` у вашій історії
Expand Down Expand Up @@ -122,12 +122,12 @@ adventures:
Це може бути щасливий або поганий кінець, але ви також можете спробувати знайти інші способи включення команд.
example_code: |
```
мення {is} {ask} 'Хто йде лісом?'
{print} мення 'гуляє лісом'
{print} 'зустрічає монстра'
кінець {is} {ask} 'Ви хочете гарний чи поганий кінець?'
{if} {is} хороший {print} мення 'бере меч і монстр швидко тікає'
{else} {print} "Монстр з'їдає" мення
name {is} {ask} 'Who is walking in the forest?'
{print} name ' walks through the forest'
{print} name ' encounters a monster'
end {is} {ask} 'Would you like a good or a bad ending?'
{if} end {is} good {print} name ' takes the sword and the monster quickly runs away'
{else} {print} 'The monster eats ' name
```
7:
story_text: |
Expand Down
8 changes: 4 additions & 4 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -61800,14 +61800,14 @@ ${o3}` : i3;
"haunted": "\u{1F987}, \u{1F47B}, \u{1F383}",
"level_title": "Aswir",
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}",
"number_of_errors": "Number of errors: {number_of_errors}",
"one_level_error": "You need to select at least one level.",
"number_of_errors": "Am\u1E0Dan n tucc\u1E0Diwin: {number_of_errors}",
"one_level_error": "Tesri\u1E0D ad tferne\u1E0D xer\u1E63um yiwen uswir.",
"restaurant": "\u{1F363}, \u{1F355}, \u{1F354}",
"rock": "\u2702\uFE0F, \u{1F4DC}, \u{1F5FB}",
"select_all": "Select all",
"selected": "Selected",
"selected": "Yettwafren",
"songs": "\u{1F3B5},\u{1F3B6}",
"successful_runs": "Successful runs: {successful_runs}",
"successful_runs": "Iteddu akken iwata: {successful_runs}",
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.",
"turtle": "\u{1F422}",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1111,14 +1111,14 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"haunted": "🦇, 👻, 🎃",
"level_title": "Aswir",
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}",
"number_of_errors": "Number of errors: {number_of_errors}",
"one_level_error": "You need to select at least one level.",
"number_of_errors": "Amḍan n tuccḍiwin: {number_of_errors}",
"one_level_error": "Tesriḍ ad tferneḍ xerṣum yiwen uswir.",
"restaurant": "🍣, 🍕, 🍔",
"rock": "✂️, 📜, 🗻",
"select_all": "Select all",
"selected": "Selected",
"selected": "Yettwafren",
"songs": "🎵,🎶",
"successful_runs": "Successful runs: {successful_runs}",
"successful_runs": "Iteddu akken iwata: {successful_runs}",
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.",
"turtle": "🐢",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
Expand Down
1 change: 1 addition & 0 deletions translations/kab/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -2348,3 +2348,4 @@ msgstr "Ahil-ik·im"

#~ msgid "Output"
#~ msgstr ""

0 comments on commit f9fc15f

Please sign in to comment.