Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko authored and actions-user committed Oct 28, 2024
1 parent 9257e9f commit 23d1b03
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 29 deletions.
4 changes: 2 additions & 2 deletions grammars/keywords-om.lark
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ _IS: _SPACE ("is" | "is") _SPACE
_STANDALONE_IS: ("is" | "is")
_SLEEP: ("sleep" | "sleep") _SPACE?
_ADD_LIST: ("add" | "add") _SPACE
_TO_LIST: _SPACE? ("to" | "to") _SPACE
_TO_LIST: _SPACE? ("to" | "to")
_REMOVE: ("remove" | "remove") _SPACE
_FROM: _SPACE? ("from" | "from") _SPACE
_FROM: _SPACE? ("from" | "from")
_AT: _SPACE ("at" | "at") _SPACE
random: ("random" | "random") _SPACE?
_IN: _SPACE ("in" | "in") _SPACE
Expand Down
4 changes: 2 additions & 2 deletions static/js/appbundle.js.map

Large diffs are not rendered by default.

110 changes: 85 additions & 25 deletions translations/om/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ msgstr ""
msgid "account_overview"
msgstr ""

msgid "accounts_created"
msgstr ""

msgid "accounts_intro"
msgstr ""

msgid "actions"
msgstr ""

Expand Down Expand Up @@ -255,6 +249,9 @@ msgstr ""
msgid "all_class_highscores"
msgstr ""

msgid "all_rows_missing_separator"
msgstr ""

msgid "already_account"
msgstr ""

Expand Down Expand Up @@ -399,6 +396,9 @@ msgstr ""
msgid "contributor"
msgstr ""

msgid "copy_accounts_to_clipboard"
msgstr ""

msgid "copy_clipboard"
msgstr ""

Expand Down Expand Up @@ -432,6 +432,9 @@ msgstr ""
msgid "create_accounts"
msgstr ""

msgid "create_accounts_placeholder"
msgstr ""

msgid "create_accounts_prompt"
msgstr ""

Expand All @@ -441,21 +444,33 @@ msgstr ""
msgid "create_class"
msgstr ""

msgid "create_multiple_accounts"
msgstr ""

msgid "create_student_account"
msgstr ""

msgid "create_student_account_explanation"
msgstr ""

msgid "create_student_accounts"
msgstr ""

msgid "create_teacher_account"
msgstr ""

msgid "create_teacher_account_explanation"
msgstr ""

msgid "create_usernames_and_passwords_desc"
msgstr ""

msgid "create_usernames_and_passwords_title"
msgstr ""

msgid "create_usernames_desc"
msgstr ""

msgid "create_usernames_title"
msgstr ""

msgid "creator"
msgstr ""

Expand Down Expand Up @@ -558,9 +573,6 @@ msgstr ""
msgid "download"
msgstr ""

msgid "download_login_credentials"
msgstr ""

msgid "duplicate"
msgstr ""

Expand Down Expand Up @@ -693,9 +705,6 @@ msgstr ""
msgid "general_settings"
msgstr ""

msgid "generate_passwords"
msgstr ""

msgid "get_certificate"
msgstr ""

Expand Down Expand Up @@ -1206,6 +1215,9 @@ msgstr ""
msgid "passwords_six"
msgstr ""

msgid "passwords_too_short"
msgstr ""

msgid "pending_invites"
msgstr ""

Expand All @@ -1227,9 +1239,6 @@ msgstr ""
msgid "phone_number"
msgstr ""

msgid "postfix_classname"
msgstr ""

msgid "preferred_keyword_language"
msgstr ""

Expand All @@ -1254,6 +1263,9 @@ msgstr ""
msgid "previous_page"
msgstr ""

msgid "print_accounts"
msgstr ""

msgid "print_logo"
msgstr ""

Expand Down Expand Up @@ -1296,6 +1308,9 @@ msgstr ""
msgid "prompt_join_class"
msgstr ""

msgid "provided_username_duplicates"
msgstr ""

msgid "public"
msgstr ""

Expand Down Expand Up @@ -1410,9 +1425,6 @@ msgstr ""
msgid "reset_password"
msgstr ""

msgid "reset_view"
msgstr ""

msgid "restart"
msgstr ""

Expand Down Expand Up @@ -1539,6 +1551,9 @@ msgstr ""
msgid "solution_example_explanation"
msgstr ""

msgid "some_rows_missing_separator"
msgstr ""

msgid "something_went_wrong_keyword_parsing"
msgstr ""

Expand Down Expand Up @@ -1575,6 +1590,9 @@ msgstr ""
msgid "student"
msgstr ""

msgid "student_accounts_created"
msgstr ""

msgid "student_adventures_table"
msgstr ""

Expand Down Expand Up @@ -1755,6 +1773,9 @@ msgstr ""
msgid "token_invalid"
msgstr ""

msgid "too_many_accounts"
msgstr ""

msgid "tooltip_level_locked"
msgstr ""

Expand Down Expand Up @@ -1791,9 +1812,6 @@ msgstr ""
msgid "unfavourite_success"
msgstr ""

msgid "unique_usernames"
msgstr ""

msgid "unknown_variable_role"
msgstr ""

Expand Down Expand Up @@ -1821,6 +1839,12 @@ msgstr ""
msgid "updating_indicator"
msgstr ""

msgid "use_custom_passwords"
msgstr ""

msgid "use_generated_passwords"
msgstr ""

msgid "use_of_blanks_exception"
msgstr ""

Expand All @@ -1842,6 +1866,12 @@ msgstr ""
msgid "username"
msgstr ""

msgid "username_contains_invalid_symbol"
msgstr ""

msgid "username_contains_separator"
msgstr ""

msgid "username_empty"
msgstr ""

Expand All @@ -1854,7 +1884,10 @@ msgstr ""
msgid "username_three"
msgstr ""

msgid "usernames_exist"
msgid "usernames_too_short"
msgstr ""

msgid "usernames_unavailable"
msgstr ""

msgid "value"
Expand Down Expand Up @@ -1902,3 +1935,30 @@ msgstr "no no no"
#~ msgid "Boryana"
#~ msgstr ""

#~ msgid "accounts_created"
#~ msgstr ""

#~ msgid "accounts_intro"
#~ msgstr ""

#~ msgid "create_multiple_accounts"
#~ msgstr ""

#~ msgid "download_login_credentials"
#~ msgstr ""

#~ msgid "generate_passwords"
#~ msgstr ""

#~ msgid "postfix_classname"
#~ msgstr ""

#~ msgid "reset_view"
#~ msgstr ""

#~ msgid "unique_usernames"
#~ msgstr ""

#~ msgid "usernames_exist"
#~ msgstr ""

0 comments on commit 23d1b03

Please sign in to comment.