diff --git a/content/pages/en.yaml b/content/pages/en.yaml index 5679fe755fa..4276692a5a5 100644 --- a/content/pages/en.yaml +++ b/content/pages/en.yaml @@ -1308,7 +1308,7 @@ workbooks: ### Variables By the end of this lesson, you can: * Save something in a variable - * Create a story or drawing using variabeles + * Create a story or drawing using variables exercises: - type : text contents : |- @@ -1324,7 +1324,7 @@ workbooks: contents : |- #### Exercise 1: Mark the correct piece of the code - type : circle - goal : variabeles + goal : variables code : |- name is Hedy print Hello name @@ -1332,7 +1332,7 @@ workbooks: print You are age years old answer : "On all lines" - type : circle - goal : places where the variable is **being set.** + goal : places where the variable is **being set** code : |- name is Hedy print Hello name @@ -1340,7 +1340,7 @@ workbooks: print You are age years old answer : "Line 1 & 3" - type : circle - goal : places where the variables are **being used.** + goal : places where the variables are **being used** code : |- name is Hedy print Hello name diff --git a/content/pages/nl.yaml b/content/pages/nl.yaml index f07caeda3fc..774dbf46091 100644 --- a/content/pages/nl.yaml +++ b/content/pages/nl.yaml @@ -1345,7 +1345,7 @@ workbooks: print Jij bent leeftijd jaar oud answer : "Op alle regels" - type : circle - goal : plekken waar een variabele **wordt ingesteld.** + goal : plekken waar een variabele **wordt ingesteld** code : |- naam is Hedy print Hallo naam @@ -1353,7 +1353,7 @@ workbooks: print Jij bent leeftijd jaar oud answer : "Op regel 1 en 3" - type : circle - goal : plekken waar een variabele **wordt gebruikt.** + goal : plekken waar een variabele **wordt gebruikt** code : |- naam is Hedy print Hallo naam diff --git a/messages.pot b/messages.pot index 447243dccf9..95c59b24dd2 100644 --- a/messages.pot +++ b/messages.pot @@ -17,9 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "" @@ -92,9 +89,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "" @@ -1922,6 +1916,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "" diff --git a/translations/ar/LC_MESSAGES/messages.po b/translations/ar/LC_MESSAGES/messages.po index 75ec58446bb..9ecaf71a1f3 100644 --- a/translations/ar/LC_MESSAGES/messages.po +++ b/translations/ar/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "لقد حاولت استخدام المتغير {name} في السطر {access_line_number}، لكنك قمت بتعيينه على السطر {definition_line_number}. قم بتعيين متغير قبل استخدامه." @@ -118,9 +115,6 @@ msgstr "لقد استخدمت عدداً غير كافي من الفراغات msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "الكود الذي أدخلته ليس مطابقاً لبرمجيات هيدي. يوجد خطأفي في السطر رقم {location[0]} والموضع {location[1]}. لقد أدخلت الرمز `{character_found}` لكن هذا غير مسموح به." @@ -2260,6 +2254,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "كيف تكتب هذا الكود؟" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "الرجاء ادخال سنة بين ١٩٩٠ و {current_year}." @@ -2645,3 +2672,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "اسم مستخدم واحد أو أكثر قيد الاستخدام بالفعل." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/bg/LC_MESSAGES/messages.po b/translations/bg/LC_MESSAGES/messages.po index 4bf977e00df..93f4cb8646e 100644 --- a/translations/bg/LC_MESSAGES/messages.po +++ b/translations/bg/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Опитваш се да използваш променливата {name} на ред {access_line_number}, но задаваш стойност на променливата на ред {definition_line_number}. Можеш ли да зададеш стойност на променливата преди да я използваш?" @@ -115,9 +112,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Този код не е валиден на Хеди. Има грешка на {location[0]}, на позиция {location[1]}. Написаното `{character_found}`, не е валидно." @@ -2451,6 +2445,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2857,3 +2884,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/bn/LC_MESSAGES/messages.po b/translations/bn/LC_MESSAGES/messages.po index fbacd5dec94..8fc5f2bcc23 100644 --- a/translations/bn/LC_MESSAGES/messages.po +++ b/translations/bn/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2566,6 +2560,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2975,3 +3002,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ca/LC_MESSAGES/messages.po b/translations/ca/LC_MESSAGES/messages.po index 33466de3132..e0c48ec5c54 100644 --- a/translations/ca/LC_MESSAGES/messages.po +++ b/translations/ca/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Hem detectat que la variable `{name}`s'està fent servir a la línia {access_line_number} abans de definir-se. Pots definir-la abans d'usar-la?" @@ -94,9 +91,6 @@ msgstr "Hem detectat que sembla que hi ha massa pocs {leading_spaces} espais uti msgid "Non Decimal Variable" msgstr "A la línia {line_number}, has utilitzat un número que a Hedy no funciona! Pots provar de canviar-lo a un nombre decimal, com el 2?" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "Hem detectat que `{character_found}` s'està utilitzant a la línia {location[0]} que no està permès. Pots buscar quin caràcter falta o quin caràcter addicional hi ha al teu codi?" @@ -2279,6 +2273,39 @@ msgstr "Quin és el teu paper?" msgid "what_should_my_code_do" msgstr "Què hauria de fer el meu codi?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Si us plau, introdueix un any entre el 1900 i el {any_actual}." @@ -2636,3 +2663,9 @@ msgstr "El teu programa" #~ msgid "usernames_exist" #~ msgstr "Un o més noms d'usuari ja estan en ús." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/cs/LC_MESSAGES/messages.po b/translations/cs/LC_MESSAGES/messages.po index 5df65349fb6..97d8029b65a 100644 --- a/translations/cs/LC_MESSAGES/messages.po +++ b/translations/cs/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Tebou zadaný kód není platný kód v Hedy. Chyba je na řádku {location[0]}, na pozici {location[1]}. Napsal*a jsi tam `{character_found}`, ale to není povoleno." @@ -2465,6 +2459,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Prosím zadej rok mezi 1900 a {current_year}" @@ -2869,3 +2896,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/cy/LC_MESSAGES/messages.po b/translations/cy/LC_MESSAGES/messages.po index 4b48f2507fc..165837c34e3 100644 --- a/translations/cy/LC_MESSAGES/messages.po +++ b/translations/cy/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2554,6 +2548,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2957,3 +2984,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/da/LC_MESSAGES/messages.po b/translations/da/LC_MESSAGES/messages.po index 7d1a5111d43..4c54114f947 100644 --- a/translations/da/LC_MESSAGES/messages.po +++ b/translations/da/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2564,6 +2558,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2955,3 +2982,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/de/LC_MESSAGES/messages.po b/translations/de/LC_MESSAGES/messages.po index a48b9a4bc98..6719b7490db 100644 --- a/translations/de/LC_MESSAGES/messages.po +++ b/translations/de/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Wir haben bemerkt, dass die Variable {name} in Zeile {access_line_number} benutzt wird, bevor sie gesetzt ist. Kannst du die Variable setzen, bevor sie benutzt wird?" @@ -106,9 +103,6 @@ msgstr "Du hast zu wenige Leerzeichen verwendet in Zeile {line_number}. Du hast msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Dein Programm ist keine gültige Hedy-Sprache. In Zeile {location[0]} an Position {location[1]} ist ein kleiner Fehler. Du hast `{character_found}` geschrieben, aber das ist nicht erlaubt." @@ -2156,6 +2150,39 @@ msgstr "Was ist deine Rolle?" msgid "what_should_my_code_do" msgstr "Was soll mein Code tun?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Bitte ein Jahr zwischen 1900 und {current_year} eingeben." @@ -2528,3 +2555,9 @@ msgstr "Dein Programm" #~ msgid "usernames_exist" #~ msgstr "Einer oder mehrere Nutzernamen sind bereits in Verwendung." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/el/LC_MESSAGES/messages.po b/translations/el/LC_MESSAGES/messages.po index 3be28d8fed6..c4eb24bca59 100644 --- a/translations/el/LC_MESSAGES/messages.po +++ b/translations/el/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Διαπιστώσαμε ότι μια μεταβλητή \"{name}\" χρησιμοποιείται στη γραμμή {access_line_number} πριν οριστεί. Μπορείτε να ορίσετε τη μεταβλητή πριν χρησιμοποιηθεί" @@ -117,9 +114,6 @@ msgstr "Χρησιμοποίησες πολύ λίγα κενά στη γραμ msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Ο κώδικας που εισήγαγες δεν είναι έγκυρος κώδικας Hedy. Υπάρχει ένα σφάλμα στη γραμμή {location[0]}, στη θέση {location[1]}. Πληκτρολόγησες `{character_found}`, όμως αυτό δεν επιτρέπεται." @@ -2322,6 +2316,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Παρακαλώ να εισάγεις ένα έτος ανάμεσα στο 1900 και {current_year}" @@ -2728,3 +2755,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "Ένα ή περισσότερα ονόματα χρηστών ήδη χρησιμοποιούνται." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/en/LC_MESSAGES/messages.po b/translations/en/LC_MESSAGES/messages.po index 720cb6769c6..72d5a106f09 100644 --- a/translations/en/LC_MESSAGES/messages.po +++ b/translations/en/LC_MESSAGES/messages.po @@ -18,9 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "**Question**: What is the output of this code?" - msgid "Access Before Assign" msgstr "We detected that a variable `{name}` is being used on line {access_line_number} before being set. Can you set the variable before it is used?" @@ -93,9 +90,6 @@ msgstr "We detected that there seems to be too few {leading_spaces} spaces used msgid "Non Decimal Variable" msgstr "We detected that at line {line_number} you used a number Hedy does not support! Can you try a decimal number, like 2?" -msgid "Output" -msgstr "Output" - msgid "Parse" msgstr "We detected that `{character_found}` is being used on line {location[0]} which is not allowed. Can you try looking for a missing or an extra character on your code?" @@ -1962,6 +1956,39 @@ msgstr "What is your role?" msgid "what_should_my_code_do" msgstr "What should my code do?" +msgid "workbook_circle_question_text" +msgstr "**Question**: Circle {goal} in this code:" + +msgid "workbook_circle_question_title" +msgstr "Assign" + +msgid "workbook_define_question_text" +msgstr "**Question**: What does {word} mean?" + +msgid "workbook_define_question_title" +msgstr "Define" + +msgid "workbook_input_question_text" +msgstr "**Question**: Which code snippet produced this output?" + +msgid "workbook_input_question_title" +msgstr "Input" + +msgid "workbook_multiple_choice_question_text" +msgstr "**Question**: Is this code correct or does it have an error?" + +msgid "workbook_multiple_choice_question_title" +msgstr "Choose" + +msgid "workbook_open_question_title" +msgstr "Open-ended question" + +msgid "workbook_output_question_text" +msgstr "**Question**: What is the output of this code?" + +msgid "workbook_output_question_title" +msgstr "Output" + msgid "year_invalid" msgstr "Please enter a year between 1900 and {current_year}." @@ -2392,3 +2419,9 @@ msgstr "Your program" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "**Question**: What is the output of this code?" + +#~ msgid "Output" +#~ msgstr "Output" + diff --git a/translations/eo/LC_MESSAGES/messages.po b/translations/eo/LC_MESSAGES/messages.po index bbabb081e2d..dc6f3169570 100644 --- a/translations/eo/LC_MESSAGES/messages.po +++ b/translations/eo/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Vi provis uzi la variablon {name} je la linio {access_line_number}, sed vi donis al ĝi valoron je la linio {definition_line_number}. Donu valoron al variablo antaŭ uzi ĝin." @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2330,6 +2324,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Bonvolu tajpi jaron inter 1900 kaj {current_year}." @@ -2718,3 +2745,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/es/LC_MESSAGES/messages.po b/translations/es/LC_MESSAGES/messages.po index 2fc5d7057e1..3cd7061c909 100644 --- a/translations/es/LC_MESSAGES/messages.po +++ b/translations/es/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Hemos detectado que la variable `{name}` está siendo usada en la línea {access_line_number} antes de ser inicializada. ¿Puedes darle un valor a la variable antes de usarla?" @@ -94,9 +91,6 @@ msgstr "Detectamos que parece haber demasiados espacios {leading_spaces} utiliza msgid "Non Decimal Variable" msgstr "¡Detectamos que en la línea {line_number} que utilizó un número Hedy no soporta! ¿Puede intentar un número decimal, como 2?" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "Detectamos que `{character_found}`se está utilizando en la línea {location[0]} que no está permitida. ¿Puedes intentar buscar un carácter extra o que falta en tu código?" @@ -1965,6 +1959,39 @@ msgstr "¿Cuál es tu papel?" msgid "what_should_my_code_do" msgstr "¿Qué debería hacer mi código?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Por favor ingresa un año entre 1900 y {current_year}." @@ -2331,3 +2358,9 @@ msgstr "Tu programa" #~ msgid "usernames_exist" #~ msgstr "Uno o más nombres de usuario ya están en uso." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/et/LC_MESSAGES/messages.po b/translations/et/LC_MESSAGES/messages.po index 1d6d4308e8c..7f8c407388f 100644 --- a/translations/et/LC_MESSAGES/messages.po +++ b/translations/et/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2525,6 +2519,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2934,3 +2961,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/fa/LC_MESSAGES/messages.po b/translations/fa/LC_MESSAGES/messages.po index 9ff40f4f2df..a67299a4ea4 100644 --- a/translations/fa/LC_MESSAGES/messages.po +++ b/translations/fa/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2559,6 +2553,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2968,3 +2995,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/fi/LC_MESSAGES/messages.po b/translations/fi/LC_MESSAGES/messages.po index d7aab7029f5..5c1c43cc9a2 100644 --- a/translations/fi/LC_MESSAGES/messages.po +++ b/translations/fi/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2553,6 +2547,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2956,3 +2983,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 4627705ce53..357ed01afdd 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Tu as essayé d'utiliser la variable {name} à la ligne {access_line_number}, mais tu ne l'as défini qu'à la ligne {definition_line_number}. Défini ta variable avant de l'utiliser." @@ -118,9 +115,6 @@ msgstr "Tu as utilisé trop peu d’espaces à la ligne {line_number}. Tu as uti msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Le code que vous avez entré n'est pas un code Hedy valide. Il y a une erreur sur la ligne {location[0]}, à la position {location[1]}. Vous avez tapé `{character_found}`, mais ce n'est pas permis." @@ -2188,6 +2182,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "Que devrait faire mon code ?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Veuillez entrer une année entre 1900 et {current_year}." @@ -2572,3 +2599,9 @@ msgstr "Ton programme" #~ msgid "usernames_exist" #~ msgstr "Un ou plusieurs pseudos déjà utilisés." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/fr_CA/LC_MESSAGES/messages.po b/translations/fr_CA/LC_MESSAGES/messages.po index 27709699b16..221b9245c9a 100644 --- a/translations/fr_CA/LC_MESSAGES/messages.po +++ b/translations/fr_CA/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Vous avez essayé d'utiliser la variable {name} à la ligne {access_line_number}, mais vous l'avez définie à la ligne {definition_line_number}. Définissez une variable avant de l'utiliser." @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2556,6 +2550,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2788,3 +2815,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/fy/LC_MESSAGES/messages.po b/translations/fy/LC_MESSAGES/messages.po index f189a7ec28c..376e3208e62 100644 --- a/translations/fy/LC_MESSAGES/messages.po +++ b/translations/fy/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "De koade dysto skreaun hast is gjin jildige Hedy-koade. Der sit in flater op rigel {location[0]}. Do hast `{character_found}` typt, mar dat mei op dy plak net?" @@ -2455,6 +2449,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "It jier moat letter wêze as 1900 en {current_year}" @@ -2859,3 +2886,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/he/LC_MESSAGES/messages.po b/translations/he/LC_MESSAGES/messages.po index c5d4e06e66a..fa0660003ed 100644 --- a/translations/he/LC_MESSAGES/messages.po +++ b/translations/he/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "ניסיתם להשתמש במשתנה {name} בשורה {access_line_number}, אבל הגדרתם אותו רק בשורה {definition_line_number}. צריך להגדיר משתנים לפני שמשתמשים בהם." @@ -118,9 +115,6 @@ msgstr "אין מספיק רווחים בשורה {line_number}. יש שם {lead msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "הקוד שהזנתם הוא לא קוד הֶדִי תקין. יש שגיאה בשורה {location[0]}, במיקום {location[1]}. כתבתם `{character_found}`, אבל זה לא מתאים לכאן." @@ -2519,6 +2513,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2925,3 +2952,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/hi/LC_MESSAGES/messages.po b/translations/hi/LC_MESSAGES/messages.po index 0f1260cea5d..1ba781d66c9 100644 --- a/translations/hi/LC_MESSAGES/messages.po +++ b/translations/hi/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "आपने लाइन {access_line_number} पर वेरिएबल {name} का उपयोग करने का प्रयास किया, लेकिन आपने इसे लाइन {definition_line_number} पर सेट कर दिया। उपयोग करने से पहले एक वेरिएबल सेट करें।" @@ -118,9 +115,6 @@ msgstr "आपने लाइन {line_number} में बहुत कम msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "आपके द्वारा दर्ज किया गया कोड मान्य Hedy कोड नहीं है। लाइन {location[0]}, स्थिति {location[1]} पर एक गलती है। आपने `{character_found}` टाइप किया, लेकिन इसकी अनुमति नहीं है|" @@ -2353,6 +2347,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "कृपया एक वर्ष डालें जो इनके बीच में हो १९०० और {current_year}" @@ -2747,3 +2774,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/hr/LC_MESSAGES/messages.po b/translations/hr/LC_MESSAGES/messages.po index c37570a2a94..7ae8e20f262 100644 --- a/translations/hr/LC_MESSAGES/messages.po +++ b/translations/hr/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2759,3 +2786,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/hu/LC_MESSAGES/messages.po b/translations/hu/LC_MESSAGES/messages.po index 287a8761710..cb622c85904 100644 --- a/translations/hu/LC_MESSAGES/messages.po +++ b/translations/hu/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "A {name} nevű változót a {access_line_number}. sorban próbáltad használni, de csak a {definition_line_number}. sorban hoztad létre. A változókat előbb létre kell hoznod, csak utána tudod használni őket." @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "A kód, amit beírtál, nem érvényes Hedy kód. Hiba van a következő sorban: {location[0]}, a következő helyen: {location[1]}. Ezt írtad: `{character_found}`, de ez nem megengedett" @@ -2466,6 +2460,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Adj meg egy évet 1900 és {current_year} között" @@ -2870,3 +2897,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "Egy vagy több felhasználónév már létezik, nem hozható létre újra." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ia/LC_MESSAGES/messages.po b/translations/ia/LC_MESSAGES/messages.po index de3665a5002..33b89d77eb8 100644 --- a/translations/ia/LC_MESSAGES/messages.po +++ b/translations/ia/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2834,3 +2861,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/iba/LC_MESSAGES/messages.po b/translations/iba/LC_MESSAGES/messages.po index e29296227e7..3e2c26ed845 100644 --- a/translations/iba/LC_MESSAGES/messages.po +++ b/translations/iba/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2556,6 +2550,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2791,3 +2818,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/id/LC_MESSAGES/messages.po b/translations/id/LC_MESSAGES/messages.po index 9637104e7f3..1ad0b589ba7 100644 --- a/translations/id/LC_MESSAGES/messages.po +++ b/translations/id/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -130,9 +127,6 @@ msgstr "Anda menggunakan terlalu sedikit spasi pada baris {line_number}. Anda me msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Kode yang kamu masukan bukan kode Hedy yang valid. Ada kesalahan pada baris {location[0]}, pada posisi {location[1]}. Kamu menuliskan `{character_found}`, tapi itu tidak diperbolehkan." @@ -2166,6 +2160,39 @@ msgstr "Apa peran Anda?" msgid "what_should_my_code_do" msgstr "Apa yang seharusnya dilakukan oleh kode saya?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Silakan masukkan tahun antara 1900 dan {current_year}." @@ -2538,3 +2565,9 @@ msgstr "Program Anda" #~ msgid "usernames_exist" #~ msgstr "Satu atau lebih nama pengguna sudah digunakan." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/it/LC_MESSAGES/messages.po b/translations/it/LC_MESSAGES/messages.po index 113af8ad05c..0331b8b992d 100644 --- a/translations/it/LC_MESSAGES/messages.po +++ b/translations/it/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Hai provato a utilizzare la variabile {name} sulla riga {access_line_number}, ma l'hai impostata sulla riga {definition_line_number}. Impostare una variabile prima di usarla." @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Il codice che hai scritto non è un codice Hedy valido. C'è un errore alla linea {location[0]}, alla posizione {location[1]}. Hai scritto `{character_found}` ma questo non è permesso." @@ -2487,6 +2481,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Per favore inserisci un anno tra il 1900 e {current_year}" @@ -2892,3 +2919,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ja/LC_MESSAGES/messages.po b/translations/ja/LC_MESSAGES/messages.po index c90827d3cc5..38ff60a5b47 100644 --- a/translations/ja/LC_MESSAGES/messages.po +++ b/translations/ja/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "あなたは {name} という変数を{access_line_number}行で使おうとしましたが、{definition_line_number}行で定めました。変数は、使う前に定めて下さい。" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2543,6 +2537,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2952,3 +2979,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/kab/LC_MESSAGES/messages.po b/translations/kab/LC_MESSAGES/messages.po index b337bdf02c0..47112be0c0f 100644 --- a/translations/kab/LC_MESSAGES/messages.po +++ b/translations/kab/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2488,6 +2482,39 @@ msgstr "D acu-tt temlilt-ik·im?" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2501,3 +2528,9 @@ msgstr "Aḍris-ik·im udmawan..." msgid "your_program" msgstr "Ahil-ik·im" +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/kmr/LC_MESSAGES/messages.po b/translations/kmr/LC_MESSAGES/messages.po index 43c25ec9e43..6e4d7385813 100644 --- a/translations/kmr/LC_MESSAGES/messages.po +++ b/translations/kmr/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2554,6 +2548,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2867,3 +2894,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ko/LC_MESSAGES/messages.po b/translations/ko/LC_MESSAGES/messages.po index 276057b11d3..adc6df5c247 100644 --- a/translations/ko/LC_MESSAGES/messages.po +++ b/translations/ko/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "{access_line_number} 라인에서 {name} 변수를 사용하려고 했지만 {definition_line_number} 라인에서 설정했습니다. 변수를 사용하기 전에 변수를 설정하십시오." @@ -118,9 +115,6 @@ msgstr "{line_number} 행에 사용한 공백이 너무 적습니다. {leading_s msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "입력한 코드가 올바른 Hedy 코드가 아닙니다. {location[1]} 위치의 {location[0]} 행에 오류가 있습니다. `{character_found}`을(를) 입력했지만 이 코드는 허용되지 않습니다." @@ -2584,6 +2578,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2810,3 +2837,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/mi/LC_MESSAGES/messages.po b/translations/mi/LC_MESSAGES/messages.po index d593138224c..e3afeba8d18 100644 --- a/translations/mi/LC_MESSAGES/messages.po +++ b/translations/mi/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2765,3 +2792,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ms/LC_MESSAGES/messages.po b/translations/ms/LC_MESSAGES/messages.po index 5999128e1c9..5b1bffa09b7 100644 --- a/translations/ms/LC_MESSAGES/messages.po +++ b/translations/ms/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2556,6 +2550,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2716,3 +2743,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/nb_NO/LC_MESSAGES/messages.po b/translations/nb_NO/LC_MESSAGES/messages.po index deda732bdd9..c7bb0320cd3 100644 --- a/translations/nb_NO/LC_MESSAGES/messages.po +++ b/translations/nb_NO/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "Du brukte for få mellomrom på linje {line_number}. Du brukte {leading_ msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Koden du skrev inn er ikke korrekt Hedy kode. Det er en feil på linje {location[0]}, på posisjon {location[1]}. Du skrev `{character_found}`, men det er ikke lov." @@ -2301,6 +2295,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Vennligst fyll inn et år mellom 1900 og {current_year}." @@ -2698,3 +2725,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "Et eller flere brukernavn er allerede i bruk." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ne/LC_MESSAGES/messages.po b/translations/ne/LC_MESSAGES/messages.po index 08ccb508f9e..420cf2313cd 100644 --- a/translations/ne/LC_MESSAGES/messages.po +++ b/translations/ne/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2600,3 +2627,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/nl/LC_MESSAGES/messages.po b/translations/nl/LC_MESSAGES/messages.po index c840c3d22f0..7cecc9ab565 100644 --- a/translations/nl/LC_MESSAGES/messages.po +++ b/translations/nl/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "**Vraag**: Wat is de uitvoer van deze code?" - msgid "Access Before Assign" msgstr "De variabele `{name}` gebruikt wordt op regel {access_line_number}, maar is daar nog niet ingesteld. Kun je de variabele instellen voor die gebruikt wordt?" @@ -116,9 +113,6 @@ msgstr "Je hebt te weinig spaties voor regel {line_number} gebruikt. Er staan {l msgid "Non Decimal Variable" msgstr "Op regel {line_number}, heb jij misschien geprobeerd om een nummer te gebruiken, iets dat Hedy niet leuk vindt! Probeer het te veranderen in een decimaal nummer, zoals 2." -msgid "Output" -msgstr "Uitvoer" - #, fuzzy msgid "Parse" msgstr "De code die jij intypte is geen geldige Hedy code. Er zit een foutje op regel {location[0]}, op positie {location[1]}. Jij typte `{character_found}`, maar dat mag op die plek niet." @@ -2085,6 +2079,39 @@ msgstr "Wat is jouw rol?" msgid "what_should_my_code_do" msgstr "Wat moet mijn code doen?" +msgid "workbook_circle_question_text" +msgstr "**Vraag**: Omcirkel {goal} in deze code:" + +msgid "workbook_circle_question_title" +msgstr "Aanwijzen" + +msgid "workbook_define_question_text" +msgstr "**Vraag**: Wat betekent {word}?" + +msgid "workbook_define_question_title" +msgstr "Definiëer" + +msgid "workbook_input_question_text" +msgstr "**Vraag**: Welke code hoort bij deze uitvoer?" + +msgid "workbook_input_question_title" +msgstr "Input" + +msgid "workbook_multiple_choice_question_text" +msgstr "**Vraag**: Is deze code goed of fout?" + +msgid "workbook_multiple_choice_question_title" +msgstr "Kies" + +msgid "workbook_open_question_title" +msgstr "Open vraag" + +msgid "workbook_output_question_text" +msgstr "**Vraag**: Wat is de uitvoer van deze code?" + +msgid "workbook_output_question_title" +msgstr "Output" + msgid "year_invalid" msgstr "Dit is geen geldig jaartal, die moet liggen tussen 1900 en {current_year}." @@ -2457,3 +2484,9 @@ msgstr "Jouw programma" #~ msgid "usernames_exist" #~ msgstr "Een of meerdere gebruikersnamen is al in gebruik." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "**Vraag**: Wat is de uitvoer van deze code?" + +#~ msgid "Output" +#~ msgstr "Uitvoer" + diff --git a/translations/pa_PK/LC_MESSAGES/messages.po b/translations/pa_PK/LC_MESSAGES/messages.po index a05a654ea52..0bb68941a0b 100644 --- a/translations/pa_PK/LC_MESSAGES/messages.po +++ b/translations/pa_PK/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2550,6 +2544,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2881,3 +2908,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/pap/LC_MESSAGES/messages.po b/translations/pap/LC_MESSAGES/messages.po index f2e8bdc0782..85096c5a456 100644 --- a/translations/pap/LC_MESSAGES/messages.po +++ b/translations/pap/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2777,3 +2804,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/peo/LC_MESSAGES/messages.po b/translations/peo/LC_MESSAGES/messages.po index 1a8def7aefd..f8133fd4f80 100644 --- a/translations/peo/LC_MESSAGES/messages.po +++ b/translations/peo/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2556,6 +2550,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2713,3 +2740,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/pl/LC_MESSAGES/messages.po b/translations/pl/LC_MESSAGES/messages.po index 10b11ec7f51..65f80b6189d 100644 --- a/translations/pl/LC_MESSAGES/messages.po +++ b/translations/pl/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Wykryliśmy, że zmienna {name} jest używana w wierszu {access_line_number} przed jej ustawieniem. Czy możesz ustawić zmienną przed jej użyciem?" @@ -94,9 +91,6 @@ msgstr "Wykryliśmy, że wydaje się, że jest zbyt mało spacji {leading_spaces msgid "Non Decimal Variable" msgstr "Wykryliśmy, że w wierszu {line_number} użyłeś numeru, którego Hedy nie obsługuje! Czy możesz wypróbować liczbę dziesiętną, na przykład 2?" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "Wykryliśmy, że {character_found} jest używany w linii {location[0]}, co jest niedozwolone. Czy możesz spróbować znaleźć brakujący lub dodatkowy znak w swoim kodzie?" @@ -2000,6 +1994,39 @@ msgstr "Jaka jest twoja rola?" msgid "what_should_my_code_do" msgstr "Co powinien robić mój kod?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Proszę wprowadzić rok pomiędzy 1900 i {current_year}." @@ -2384,3 +2411,9 @@ msgstr "Twój program" #~ msgid "usernames_exist" #~ msgstr "Jedna lub więcej nazw użytkownika są już zajęte." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/messages.po b/translations/pt_BR/LC_MESSAGES/messages.po index 3e386d65d40..bbe463faf76 100644 --- a/translations/pt_BR/LC_MESSAGES/messages.po +++ b/translations/pt_BR/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Você tentou utilizar a variável {name} na linha {access_line_number}, mas você a definiu na linha {definition_line_number}. Defina uma variável antes de utiliza-la." @@ -118,9 +115,6 @@ msgstr "Você não usou espaços suficientes na linha {line_number}. Você usou msgid "Non Decimal Variable" msgstr "Na linha {line_number}, você pode ter tentado usar um número de que Hedy não gosta muito! Tente mudá-lo para um número decimal como 2." -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "O código que você enviou não é um código Hedy válido. O erro é na linha {location[0]}, posição {location[1]}. Você escreveu `{character_found}`, mas isso não é permitido." @@ -2195,6 +2189,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "O que meu código deveria fazer?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Por favor, insira um ano entre 1900 e {current_year}." @@ -2588,3 +2615,9 @@ msgstr "Seu programa" #~ msgid "usernames_exist" #~ msgstr "Um ou mais nomes de usuário já estão em uso." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/pt_PT/LC_MESSAGES/messages.po b/translations/pt_PT/LC_MESSAGES/messages.po index b3ea1175bb1..f69b7a205bc 100644 --- a/translations/pt_PT/LC_MESSAGES/messages.po +++ b/translations/pt_PT/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "O código que introduziste não é um código Hedy válido. Existe um erro na linha {location[0]}, na posição {location[1]}. Tu digitaste `{character_found}`, mas isso não é permitido." @@ -2197,6 +2191,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Por favor, introduz um ano entre 1900 e {current_year}" @@ -2527,3 +2554,9 @@ msgstr "O seu programa" #~ msgid "usernames_exist" #~ msgstr "Um ou mais nomes de utilizador já estão em uso." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ro/LC_MESSAGES/messages.po b/translations/ro/LC_MESSAGES/messages.po index bc9665ce537..ad2873b57f7 100644 --- a/translations/ro/LC_MESSAGES/messages.po +++ b/translations/ro/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2549,6 +2543,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2867,3 +2894,9 @@ msgstr "Programul tău" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ru/LC_MESSAGES/messages.po b/translations/ru/LC_MESSAGES/messages.po index f96afbfe6c2..e02055812f1 100644 --- a/translations/ru/LC_MESSAGES/messages.po +++ b/translations/ru/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Вы использовали переменную {name} на строке {access_line_number}, но вы присваиваете ей значение на строке {definition_line_number}. Присвойте значение до того как используете переменную." @@ -118,9 +115,6 @@ msgstr "Вы поставили недостаточно пробелов на msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Введенный вами код не является действительным кодом Hedy. В строке {location[0]}, в позиции {location[1]}, допущена ошибка. Вы ввели `{character_found}`, но это недопустимо." @@ -2197,6 +2191,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "Что должен делать мой код?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Пожалуйста, введите год между 1900 и {текущий_год}." @@ -2584,3 +2611,9 @@ msgstr "Ваша программа" #~ msgid "usernames_exist" #~ msgstr "Одно или несколько имен пользователей уже используются." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/sl/LC_MESSAGES/messages.po b/translations/sl/LC_MESSAGES/messages.po index b8fbaacb90e..f9926f7925b 100644 --- a/translations/sl/LC_MESSAGES/messages.po +++ b/translations/sl/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Spremenljivko {name} ste poskušali uporabiti v vrstici {access_line_number}, vendar ste jo nastavili v vrstici {definition_line_number}. Spremenljivko nastavite, preden jo uporabite." @@ -118,9 +115,6 @@ msgstr "V vrstici {line_number} ste uporabili premalo presledkov. Uporabili ste msgid "Non Decimal Variable" msgstr "V vrstici {line_number} ste morda poskusili uporabiti številko, ki Hedy ni preveč všeč! Poskusite ga spremeniti v decimalno število, na primer 2.0." -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Vnesena koda ni veljavna Hedy koda. V vrstici {location[0]} na mestu {location[1]} je napaka. Vnesli ste `{character_found}`, vendar to ni dovoljeno." @@ -2541,6 +2535,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2704,3 +2731,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/sq/LC_MESSAGES/messages.po b/translations/sq/LC_MESSAGES/messages.po index 5291ef4e990..02cf13751f9 100644 --- a/translations/sq/LC_MESSAGES/messages.po +++ b/translations/sq/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2552,6 +2546,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2883,3 +2910,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/sr/LC_MESSAGES/messages.po b/translations/sr/LC_MESSAGES/messages.po index 58f577473bf..d4a3ac84b81 100644 --- a/translations/sr/LC_MESSAGES/messages.po +++ b/translations/sr/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Открили смо да се променљива `{name}` користи на линији {access_line_number} пре него што је постављена. Можете ли поставити променљиву пре него што се користи?" @@ -94,9 +91,6 @@ msgstr "Открили смо да изгледа да има премало {le msgid "Non Decimal Variable" msgstr "Открили смо да на линији {line_number} користите број који Hedy не подржава! Можете ли покушати са децималним бројем, као што је 2?" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "Открили смо да се `{character_found}` користи на линији {location[0]} што није дозвољено. Можете ли покушати да пронађете недостајући или вишак карактера у вашем коду?" @@ -1965,6 +1959,39 @@ msgstr "Која је ваша улога?" msgid "what_should_my_code_do" msgstr "Шта би мој код требало да ради?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Молимо вас да унесете годину између 1900 и {current_year}." @@ -2271,3 +2298,9 @@ msgstr "Ваш програм" #~ msgid "usernames_exist" #~ msgstr "Једно или више корисничких имена је већ у употреби." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/sv/LC_MESSAGES/messages.po b/translations/sv/LC_MESSAGES/messages.po index 4bf8e7f948a..50ae7b1effe 100644 --- a/translations/sv/LC_MESSAGES/messages.po +++ b/translations/sv/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "Du försökte använda variabeln {name} på rad {access_line_number}, men du tilldelar den på rad {definition_line_number}. Ge variabeln ett värde innan du använder den." @@ -118,9 +115,6 @@ msgstr "Du har använt för få mellanslag på rad {line_number}. Du använde {l msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Koden du matat in är inte giltig Hedy-kod. Det finns ett fel på rad {location[0]} och kolumn {location[1]}. Du skrev `{character_found}`, men det är inte tillåtet." @@ -2184,6 +2178,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "Vad ska min kod göra?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Mata in ett år mellan 1900 och {current_year}." @@ -2562,3 +2589,9 @@ msgstr "Ditt program" #~ msgid "usernames_exist" #~ msgstr "Ett eller flera användarnamn finns redan." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/sw/LC_MESSAGES/messages.po b/translations/sw/LC_MESSAGES/messages.po index 705cec84fa8..514a682b279 100644 --- a/translations/sw/LC_MESSAGES/messages.po +++ b/translations/sw/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2493,6 +2487,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2824,3 +2851,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ta/LC_MESSAGES/messages.po b/translations/ta/LC_MESSAGES/messages.po index 446532a29a0..bb308d11f73 100644 --- a/translations/ta/LC_MESSAGES/messages.po +++ b/translations/ta/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2548,6 +2542,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2570,3 +2597,9 @@ msgstr "" #~ msgid "generate_passwords" #~ msgstr "Generate passwords" +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/te/LC_MESSAGES/messages.po b/translations/te/LC_MESSAGES/messages.po index 3a64b58fec5..12904c3aaac 100644 --- a/translations/te/LC_MESSAGES/messages.po +++ b/translations/te/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2552,6 +2546,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2880,3 +2907,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/th/LC_MESSAGES/messages.po b/translations/th/LC_MESSAGES/messages.po index 86c80e4bad2..c5841c76de7 100644 --- a/translations/th/LC_MESSAGES/messages.po +++ b/translations/th/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2526,6 +2520,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2857,3 +2884,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/tl/LC_MESSAGES/messages.po b/translations/tl/LC_MESSAGES/messages.po index 9ef6d9926f0..bc8b0bb31a5 100644 --- a/translations/tl/LC_MESSAGES/messages.po +++ b/translations/tl/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2554,6 +2548,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2882,3 +2909,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/tn/LC_MESSAGES/messages.po b/translations/tn/LC_MESSAGES/messages.po index 22705734571..2ba5c6f8f4a 100644 --- a/translations/tn/LC_MESSAGES/messages.po +++ b/translations/tn/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2567,6 +2561,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2901,3 +2928,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/tr/LC_MESSAGES/messages.po b/translations/tr/LC_MESSAGES/messages.po index b76b1e217aa..17943a7ff99 100644 --- a/translations/tr/LC_MESSAGES/messages.po +++ b/translations/tr/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Satır {access_line_number}'de/da {name} değişkeninin ayarlanmadan önce kullanıldığını tespit ettik. Değişkeni kullanmadan önce ayarlayabilir misiniz?" @@ -100,9 +97,6 @@ msgstr "{line_number} numaralı satırda çok az boşluk kullandınız. {leading msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Girdiğiniz kod geçerli bir Hedy kodu değil. {location[0]} numaralı satırda, {location[1]} numaralı konumda bir hata var. `{character_found}` yazdınız, ancak buna izin verilmez." @@ -2144,6 +2138,39 @@ msgstr "Göreviniz nedir?" msgid "what_should_my_code_do" msgstr "Kodumun ne yapması gerekiyor?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "Lütfen 1900 ile {current_year} arasında bir yıl girin." @@ -2510,3 +2537,9 @@ msgstr "Programınız" #~ msgid "usernames_exist" #~ msgstr "Bir veya daha fazla kullanıcı adı zaten kullanımda." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/uk/LC_MESSAGES/messages.po b/translations/uk/LC_MESSAGES/messages.po index 5609270e15d..30afda37bc5 100644 --- a/translations/uk/LC_MESSAGES/messages.po +++ b/translations/uk/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "У рядку {line_number} використано занадто мал msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "Введений вами код не є дійсним кодом Hedy. У рядку {location[0]}, в позиції {location[1]}, помилка. Ви ввели `{character_found}`, але це не допустимо." @@ -2390,6 +2384,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2777,3 +2804,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/ur/LC_MESSAGES/messages.po b/translations/ur/LC_MESSAGES/messages.po index d04c50e4e28..a5bf04d49f7 100644 --- a/translations/ur/LC_MESSAGES/messages.po +++ b/translations/ur/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2552,6 +2546,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2886,3 +2913,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/uz/LC_MESSAGES/messages.po b/translations/uz/LC_MESSAGES/messages.po index 6ce64054904..2544cb62d6b 100644 --- a/translations/uz/LC_MESSAGES/messages.po +++ b/translations/uz/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - #, fuzzy msgid "Access Before Assign" msgstr "" @@ -118,9 +115,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2557,6 +2551,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2660,3 +2687,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/vi/LC_MESSAGES/messages.po b/translations/vi/LC_MESSAGES/messages.po index 9a5355cd430..b86a06d9e97 100644 --- a/translations/vi/LC_MESSAGES/messages.po +++ b/translations/vi/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "Chúng tôi phát hiện biến `{name}` được sử dụng trên dòng {access_line_number} trước khi được gán giá trị. Bạn có thể gán giá trị cho biến trước khi sử dụng không?" @@ -112,9 +109,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2540,6 +2534,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2868,3 +2895,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/zh_Hans/LC_MESSAGES/messages.po b/translations/zh_Hans/LC_MESSAGES/messages.po index 141d0f2553a..6b0a37d8bf7 100644 --- a/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/translations/zh_Hans/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "我们检测到变量 `{name}` 在设置之前已在第 {access_line_number} 行被使用。您可以在使用之前设置该变量吗?" @@ -94,9 +91,6 @@ msgstr "我们发现第 {line_number} 行使用的 {leading_spaces} 空格似乎 msgid "Non Decimal Variable" msgstr "我们检测到您在第 {line_number} 行使用了 Hedy 不支持的数字!可以尝试使用十进制数,例如 2 吗?" -msgid "Output" -msgstr "" - msgid "Parse" msgstr "我们检测到`{character_found}`在行 {location[0]} 上使用,这是不允许的。可以尝试在代码中查找缺失或多余的字符吗?" @@ -1984,6 +1978,39 @@ msgstr "你的角色是什么?" msgid "what_should_my_code_do" msgstr "我的代码能做什么?" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + msgid "year_invalid" msgstr "请输入介于 1900 和 {current_year} 之间的年份。" @@ -2356,3 +2383,9 @@ msgstr "你的程序" #~ msgid "usernames_exist" #~ msgstr "一个或多个用户名已在使用中。" +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/translations/zh_Hant/LC_MESSAGES/messages.po b/translations/zh_Hant/LC_MESSAGES/messages.po index 63f75225e17..2fbcf794be1 100644 --- a/translations/zh_Hant/LC_MESSAGES/messages.po +++ b/translations/zh_Hant/LC_MESSAGES/messages.po @@ -19,9 +19,6 @@ msgstr "" "X-Generator: Weblate 5.8.2-dev\n" "Generated-By: Babel 2.14.0\n" -msgid "**Question**: What is the output of this code?" -msgstr "" - msgid "Access Before Assign" msgstr "檢測到變數`{name}`在設定前已在第{access_line_number}行被使用。 您能在使用前設定該變數嗎?" @@ -117,9 +114,6 @@ msgstr "" msgid "Non Decimal Variable" msgstr "" -msgid "Output" -msgstr "" - #, fuzzy msgid "Parse" msgstr "" @@ -2551,6 +2545,39 @@ msgstr "" msgid "what_should_my_code_do" msgstr "" +msgid "workbook_circle_question_text" +msgstr "" + +msgid "workbook_circle_question_title" +msgstr "" + +msgid "workbook_define_question_text" +msgstr "" + +msgid "workbook_define_question_title" +msgstr "" + +msgid "workbook_input_question_text" +msgstr "" + +msgid "workbook_input_question_title" +msgstr "" + +msgid "workbook_multiple_choice_question_text" +msgstr "" + +msgid "workbook_multiple_choice_question_title" +msgstr "" + +msgid "workbook_open_question_title" +msgstr "" + +msgid "workbook_output_question_text" +msgstr "" + +msgid "workbook_output_question_title" +msgstr "" + #, fuzzy msgid "year_invalid" msgstr "" @@ -2870,3 +2897,9 @@ msgstr "" #~ msgid "usernames_exist" #~ msgstr "One or more usernames is already in use." +#~ msgid "**Question**: What is the output of this code?" +#~ msgstr "" + +#~ msgid "Output" +#~ msgstr "" + diff --git a/website/for_teachers.py b/website/for_teachers.py index 2332d1ef136..0b549011b19 100644 --- a/website/for_teachers.py +++ b/website/for_teachers.py @@ -98,43 +98,43 @@ def get_workbooks(self, level): for exercise in workbook_for_level['exercises']: if exercise['type'] == 'output': - exercise['title'] = gettext('Output') + exercise['title'] = gettext('workbook_output_question_title') exercise['icon'] = '💻' - exercise['text'] = gettext('**Question**: What is the output of this code?') + exercise['text'] = gettext('workbook_output_question_text') # lines zou ik hier ook uit het antwoord kunnen uitrekenen! exercise['lines'] = [line for x in range(exercise['lines'])] if exercise['type'] == 'circle': - exercise['title'] = 'Aanwijzen' + exercise['title'] = gettext('workbook_circle_question_title') exercise['icon'] = '◯' goal = exercise['goal'] - exercise['text'] = f'**Vraag**: Omcirkel {goal} in deze code:' + exercise['text'] = safe_format(gettext('workbook_circle_question_text'), goal=goal) elif exercise['type'] == 'input': - exercise['title'] = 'Input' + exercise['title'] = gettext('workbook_input_question_title') exercise['icon'] = '🧑‍💻' - exercise['text'] = '**Vraag**: Welke code hoort bij deze uitvoer?' + exercise['text'] = gettext('workbook_input_question_text') a = len(exercise['answer'].split('\n')) exercise['lines'] = [line for x in range(a)] elif exercise['type'] == 'MC-code': - exercise['title'] = 'Kies' + exercise['title'] = gettext('workbook_multiple_choice_question_title') exercise['icon'] = '🤔' - exercise['text'] = '**Vraag**: Is deze code goed of fout?' + exercise['text'] = gettext('workbook_multiple_choice_question_text') # let op! op een dag willen we misschien wel ander soorten MC, dan moet # deze tekst anders exercise['options'] = '〇 ' + ' 〇 '.join(exercise['options']) elif exercise['type'] == 'define': - exercise['title'] = 'Definiëer' + exercise['title'] = gettext('workbook_define_question_title') #'' exercise['icon'] = '📖' word = exercise['word'] - exercise['text'] = f'**Vraag**: Wat betekent {word}?' + exercise['text'] = safe_format(gettext('workbook_define_question_text'), word=word) exercise['lines'] = [line for x in range(exercise['lines'])] elif exercise['type'] == 'question': - exercise['title'] = 'Open vraag' + exercise['title'] = gettext('workbook_open_question_title') # '' exercise['icon'] = '✍️' exercise['lines'] = [line for x in range(exercise['lines'])]