From 27eb44d52e91ec65f89d040b01bf58e33bd8be56 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Tue, 26 Sep 2023 11:04:11 +0300 Subject: [PATCH] feat!: remove Transifex calls for OEP-58 --- .tx/config | 9 - Changelog.md | 4 + Makefile | 8 +- README.md | 14 - .../conf/locale/ar/LC_MESSAGES/text.mo | Bin 19892 -> 0 bytes .../conf/locale/ar/LC_MESSAGES/text.po | 796 --------------- drag_and_drop_v2/conf/locale/config.yaml | 80 -- .../conf/locale/de/LC_MESSAGES/text.mo | Bin 16505 -> 0 bytes .../conf/locale/de/LC_MESSAGES/text.po | 753 --------------- .../conf/locale/en/LC_MESSAGES/django.po | 743 -------------- .../conf/locale/en/LC_MESSAGES/text.mo | Bin 380 -> 0 bytes .../conf/locale/en/LC_MESSAGES/text.po | 1 - .../conf/locale/eo/LC_MESSAGES/text.mo | Bin 32171 -> 0 bytes .../conf/locale/eo/LC_MESSAGES/text.po | 908 ------------------ .../conf/locale/es_419/LC_MESSAGES/text.mo | Bin 18375 -> 0 bytes .../conf/locale/es_419/LC_MESSAGES/text.po | 766 --------------- .../conf/locale/fr/LC_MESSAGES/text.mo | Bin 16671 -> 0 bytes .../conf/locale/fr/LC_MESSAGES/text.po | 766 --------------- .../conf/locale/fr_CA/LC_MESSAGES/text.mo | Bin 18883 -> 0 bytes .../conf/locale/fr_CA/LC_MESSAGES/text.po | 760 --------------- .../conf/locale/he/LC_MESSAGES/text.mo | Bin 11388 -> 0 bytes .../conf/locale/he/LC_MESSAGES/text.po | 770 --------------- .../conf/locale/hi/LC_MESSAGES/text.mo | Bin 2597 -> 0 bytes .../conf/locale/hi/LC_MESSAGES/text.po | 752 --------------- .../conf/locale/it/LC_MESSAGES/text.mo | Bin 4213 -> 0 bytes .../conf/locale/it/LC_MESSAGES/text.po | 761 --------------- .../conf/locale/ja/LC_MESSAGES/text.mo | Bin 13802 -> 0 bytes .../conf/locale/ja/LC_MESSAGES/text.po | 743 -------------- .../conf/locale/ko/LC_MESSAGES/text.mo | Bin 15579 -> 0 bytes .../conf/locale/ko/LC_MESSAGES/text.po | 744 -------------- .../conf/locale/nl/LC_MESSAGES/text.mo | Bin 1280 -> 0 bytes .../conf/locale/nl/LC_MESSAGES/text.po | 751 --------------- .../conf/locale/pl/LC_MESSAGES/text.mo | Bin 13671 -> 0 bytes .../conf/locale/pl/LC_MESSAGES/text.po | 768 --------------- .../conf/locale/pt_BR/LC_MESSAGES/text.mo | Bin 15801 -> 0 bytes .../conf/locale/pt_BR/LC_MESSAGES/text.po | 773 --------------- .../conf/locale/pt_PT/LC_MESSAGES/text.mo | Bin 16196 -> 0 bytes .../conf/locale/pt_PT/LC_MESSAGES/text.po | 767 --------------- .../conf/locale/rtl/LC_MESSAGES/text.mo | Bin 20418 -> 0 bytes .../conf/locale/rtl/LC_MESSAGES/text.po | 801 --------------- .../conf/locale/ru/LC_MESSAGES/text.mo | Bin 18165 -> 0 bytes .../conf/locale/ru/LC_MESSAGES/text.po | 771 --------------- .../conf/locale/tr/LC_MESSAGES/text.mo | Bin 1907 -> 0 bytes .../conf/locale/tr/LC_MESSAGES/text.po | 754 --------------- .../conf/locale/zh_CN/LC_MESSAGES/text.mo | Bin 11444 -> 0 bytes .../conf/locale/zh_CN/LC_MESSAGES/text.po | 746 -------------- drag_and_drop_v2/drag_and_drop_v2.py | 24 - 47 files changed, 5 insertions(+), 15528 deletions(-) delete mode 100644 .tx/config delete mode 100644 drag_and_drop_v2/conf/locale/ar/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/ar/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/de/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/de/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/en/LC_MESSAGES/django.po delete mode 100644 drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.mo delete mode 120000 drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/fr_CA/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/fr_CA/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.po delete mode 100644 drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.mo delete mode 100644 drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.po diff --git a/.tx/config b/.tx/config deleted file mode 100644 index 6681419ad..000000000 --- a/.tx/config +++ /dev/null @@ -1,9 +0,0 @@ -[main] -host = https://www.transifex.com -lang_map = it_IT: it, pl_PL: pl, ko_KR: ko, de_DE: de, ja_JP: ja - -[o:open-edx:p:xblocks:r:drag-and-drop-v2] -file_filter = drag_and_drop_v2/translations//LC_MESSAGES/text.po -source_file = drag_and_drop_v2/translations/en/LC_MESSAGES/text.po -source_lang = en -type = PO diff --git a/Changelog.md b/Changelog.md index 36c55d3e4..ffe52547d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ Drag and Drop XBlock changelog Unreleased --------------------------- +* Remove Transifex calls and bundled translation files for the OEP-58 proposal. + + BREAKING CHANGE: This version breaks translations with Quince and earlier releases. + Version 3.4.0 (2024-01-15) --------------------------- diff --git a/Makefile b/Makefile index e9dd1a190..dfb341851 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: clean help compile_translations dummy_translations extract_translations detect_changed_source_translations \ - build_dummy_translations validate_translations pull_translations push_translations check_translations_up_to_date \ + build_dummy_translations validate_translations check_translations_up_to_date \ requirements selfcheck test test.python test.unit test.quality upgrade .DEFAULT_GOAL := help @@ -52,12 +52,6 @@ build_dummy_translations: dummy_translations compile_translations ## generate an validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations -pull_translations: ## pull translations from transifex - tx pull -t -a -f --mode reviewed --minimum-perc=1 - -push_translations: ## push translations to transifex - tx push -s - check_translations_up_to_date: extract_translations compile_translations dummy_translations detect_changed_source_translations ## extract, compile, and check if translation files are up-to-date piptools: ## install pinned version of pip-compile and pip-sync diff --git a/README.md b/README.md index 5e5e5f57d..68659882a 100644 --- a/README.md +++ b/README.md @@ -545,20 +545,6 @@ translator from edX i18n-tools. $ make dummy_translations ``` -Transifex translations -------------------------------------- - -If you want to download translations from run this command while inside project root directory - -```bash -$ make pull_translations -``` - -Translations can be pushed to Transifex with: -```bash -$ make push_translations -``` - Native API ---------- diff --git a/drag_and_drop_v2/conf/locale/ar/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/ar/LC_MESSAGES/text.mo deleted file mode 100644 index 8b05bf1d2a830e9af92632e13343636c896ed6af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19892 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 F{|B`?z, 2019 -# 6e68c7971a89e50e680ae9444d303c8f, 2016 -# e2f , 2016 -# Omar Al-Ithawi , 2019 -# OpenCraft OpenCraft , 2021 -# qualityalltext , 2016 -# Roaa Nader , 2021 -# Sahbi BG , 2017 -# Sahbi BG , 2017 -# shefaa abu jabel , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: shefaa abu jabel , 2016\n" -"Language-Team: Arabic (http://www.transifex.com/open-edx/xblocks/language/ar/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "مثلث متساوي الساقين ذو ثلاث طبقات ذات نفس الارتفاع. ويبدو قائماً بحيث توجد أوسع طبقة في الأسفل، وأضيق طبقة في الأعلى." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "المنطقة العليا" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "المنطقة الوسطى" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "المنطقة السفلى" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "استخدم هذه المنطقة لربط عنصر مع الطبقة العليا في المثلث." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "استخدم هذه المنطقة لربط عنصر مع الطبقة الوسطى في المثلث." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "استخدم هذه المنطقة لربط عنصر مع الطبقة السفلى في المثلث." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "صحيح! هذا ينتمي إلى المنطقة العُليا." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "صحيح، ينتمي هذا العنصر الى المنطقة الوسطى." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "صحيح، ينتمي هذا العنصر الى المنطقة السفلية." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "لا، هذا العنصر لا ينتمي إلى هذه المنطقة. حاول مرة أخرى." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "أيها الساذج، لا توجد مناطق ملائمة لهذا العنصر." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "بالطبع ينتمي إلى هذا المكان! إنه ينتمي لأي مكان!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "ينتقل إلى النطاق العلوي" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "ينتقل إلى النطاق الأوسط" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "ينتقل إلى النطاق السفلي" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "ينتمي لأي مكان" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "أنا لا أنتمي إلى أي مكان" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "قم بجر هذه العناصر إلى الصورة أعلاه." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "أحسنت صنعاً! لقد استكملت حل مسألة السحب والإسقاط." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "العنوان" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "عنوان مسألة السحب والإسقاط. يظهر العنوان للطلاب." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "سحب وإسقاط" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "الحالة" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "الحالة العادية: تقدم المسألة رداً فورياً في كل مرة يضع فيها الطالب عنصر داخل منطقة الهدف. حالة التقييم: تقدم المسألة رداً فقط بعد أن يضع الطالب جميع العناصر المتاحة داخل مناطق الهدف." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "قياسي" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "تقييم" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "أقصى عدد للمحاولات" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "يحدد عدد المرات التي يستطيع فيها الطالب محاولة الإجابة عن هذه المسألة. في حالة عدم تحديد قيمة، فإنه يُسمح بعدد لا نهائي من المحاولات." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "عرض العنوان" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "عرض العنوان للطلاب؟" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "نص المسألة" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "وصف المسألة أو التعليمات الموضحة للطالب." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "إظهار عنوان \"المسألة\"" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "عرض عنوان \"المسألة\" فوق نص المسألة؟" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "وزن المسألة" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "يحدد عدد النقاط التي تستحقها المسألة." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "لون خلفية العنصر" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "لون الخلفية للعناصر القابلة للسحب في المسألة (على سبيل المثال: \"أزرق\" أو '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "لون نص العنصر" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "لون النص المستخدم مع العناصر القابلة للسحب (على سبيل المثال: \"أبيض\" أو '#ffffff')" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "لقد وصلت الحد الاعلى من العناصر في المنطقة الواحدة." - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "يحدد هذا الاعداد الحد الاعلى من العناصر الذي يمكن اضافتها الى المنطقة الواحدة." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "بيانات المسألة" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "المعلومات بشأن الأوضاع الحالية للعناصر التي أسقطها الطالب في الصورة المستهدفة." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "عدد المحاولات التي استخدمها الطالب" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "يوضح ما إذا كان الطالب قد أنهى المسالة مرة واحدة على الأقل" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "يحافظ على الدرجة القصوى التي يحققها الطالب كقيمة أولية بين ٠ و ١" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "وضع DnDv2 غير معروف {mode} - خطأ في تكوين الدورة" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "يجب استدعاء معالج show_answer فقط لوضعية التقييم" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "يجب عدم طلب مسؤول do_attempt إلا في حالة التقييم" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "لقد وصلت إلى أقصى عدد من المحاولات" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "لقد انقضى الموعد النهائي للتقديم." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "تحميل مسألة السحب والإسقاط." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "الإعدادات الأساسية" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "تقييم أولي" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "تقييم نهائي" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "المناطق" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "صورة الخلفية" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "تقديم صورة مخصصة" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "توليد الصورة تلقائيا" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL للخلفية" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "تغيير الخلفية" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "على سبيل المثال، 'http://example.com/background.png' أو '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "مخطط المناطق" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "عدد الأعمدة" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "عدد الصفوف" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "عدد الأعمدة والصفوف." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "حجم المنطقة" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "عرض المنطقة" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "ارتفاع المنطقة" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "حجم المنطقة بالبكسل." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "توليد الصور والمناطق" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "وصف الخلفية" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n الرجاء تقديم شرح للصورة للمستخدمين غير المرئيين.\n من المفترض أن يوفر الشرح معلومات كافية للسماح لأي شخص \n بحل المسألة حتى بدون رؤية الصورة.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "ملصقات المناطق" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "عرض أسماء الملصقات على الصورة" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "حدود المنطقة" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "عرض حدود المنطقة على الصورة" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "تحديدات المناطق" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "إضافة منطقة" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "العناصر" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "تعريف العنصر" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "إضافة عنصر" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "استمرار" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "حفظ" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "إلغاء" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "أعلى درجاتك هي {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "تم استنفاد آخر محاولة، أعلى درجة هي {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "وضعت بشكل صحيح {correct_count} العناصر" -msgstr[1] "وضعت بشكل صحيح {correct_count} العناصر" -msgstr[2] "وضعت بشكل صحيح {correct_count} العناصر" -msgstr[3] "وضعت بشكل صحيح {correct_count} العناصر" -msgstr[4] "وضعت بشكل صحيح {correct_count} العناصر" -msgstr[5] "وضعت بشكل صحيح {correct_count} العناصر" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count} عناصر في غير محلهم" -msgstr[1] "{misplaced_count} عنصر في غير محله" -msgstr[2] "{misplaced_count} عناصر في غير محلهم" -msgstr[3] "{misplaced_count} عناصر في غير محلهم" -msgstr[4] "{misplaced_count} عنصر في غير محله" -msgstr[5] "{misplaced_count} عنصر في غير محله" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." -msgstr[1] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." -msgstr[2] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." -msgstr[3] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." -msgstr[4] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." -msgstr[5] "في غير محله {misplaced_count} عناصر. تم إرجاع العناصر في غير محلها إلى بنك العناصر." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "لم يتم وضع {missing_count} عنصر مطلوب" -msgstr[1] "لم يتم وضع {missing_count} عنصر مطلوب" -msgstr[2] "لم يتم وضع {missing_count} عناصر مطلوبة" -msgstr[3] "لم يتم وضع {missing_count} عناصر مطلوبة" -msgstr[4] "لم يتم وضع {missing_count} عناصر مطلوبة" -msgstr[5] "لم يتم وضع {missing_count} عنصر مطلوب" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "جاري الارسال" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "منطقة غير معروفة" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "وضع في: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "وضع بشكل صحيح في: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "، قابل للسحب، ممسوك" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "، قابل للسحب" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "لم يتم وضع أي عنصر هنا" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "العناصر الموضوعة هنا:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "، مناطق إسقاط" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "قابل للاسقاط" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "تقييم" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "إغلاق " - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "دعم لوحة المفاتيح" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "هذه المسالة تعمل على قارئ الشاشة \"Screen reader\"." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "المسائل من نوع سحب وإسقاط تتكون من العناصر القابلة للسحب و مناطق إسقاط. يجب على المستخدمين إختبار عنصر قابل للسحب بإستعمال لوحة المفاتيح ثم الإنتقال إلى منطقة إسقاط مناسبة لإسقاطه." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "يمكنك إكمال هذه المسألة باستخدام لوحة المفاتيح فقط باتباع الإرشادات التالية:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "استخدم TAB و SHIFT+TAB فقط للتنقل بين العناصر القابلة للسحب ومناطق الإسقاط." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "اضغط CTRL+M لتحديد عنصر قابل للسحب (إلتقاطه فعليا)." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "انتقل باستخدام TAB و SHIFT+TAB إلى منطقة إسقاط مناسبة واضغط CTRL+M مرة أخرى لإسقاطه هنا." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "اضغط ESC إذا كنت تريد إلغاء عملية الإسقاط (على سبيل المثال، لإلتقاط عنصر مختلف)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "إضغط TAB للعودة إلى قائمة العناصر القابلة للسحب وكرّر هذه العملية حتى يتم وضع كل عنصر في خانته المناسبة." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "لقد استخدمت {used} من {total} محاولات." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "إرسال" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "أظهر الإجابة" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "الإجراءات" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "انتقل إلى البداية" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "إعادة تعيين" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "بعض إجاباتك لم تكن صحيحة." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "تلميحات:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "صحيح" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "خاطئ" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}\\{possible} نقطة (مع علامة)" -msgstr[1] "{earned}\\{possible} نقطة (مع علامة)" -msgstr[2] "{earned}\\{possible} نقطة (مع علامة)" -msgstr[3] "{earned}\\{possible} نقاط (مع علامة)" -msgstr[4] "{earned}\\{possible} نقاط (مع علامة)" -msgstr[5] "{earned}\\{possible} نقطة (مع علامة)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} نقطة (بدون علامة)" -msgstr[1] "{earned}/{possible} نقطة (بدون علامة)" -msgstr[2] "{earned}/{possible} نقطة (بدون علامة)" -msgstr[3] "{earned}/{possible} نقاط (بدون علامة)" -msgstr[4] "{earned}/{possible} نقاط (بدون علامة)" -msgstr[5] "{earned}\\{possible} نقطة (بدون علامة)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} نقطة ممكنة (مع علامة)" -msgstr[1] "{possible} نقطة ممكنة (مع علامة)" -msgstr[2] "{possible} نقطة ممكنة (مع علامة)" -msgstr[3] "{possible} نقاط ممكنة (مع علامة)" -msgstr[4] "{possible} نقاط ممكنة (مع علامة)" -msgstr[5] "{possible} نقطة ممكنة (مع علامة)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} نقطة ممكنة (بدون علامة)" -msgstr[1] "{possible} نقطة ممكنة (بدون علامة)" -msgstr[2] "{possible} نقطة ممكنة (بدون علامة)" -msgstr[3] "{possible} نقاط ممكنة (بدون علامة)" -msgstr[4] "{possible} نقاط ممكنة (بدون علامة)" -msgstr[5] "{possible} نقطة ممكنة (بدون علامة)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "مسألة سحب وإسقاط" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "مشكلة" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "بنك العناصر" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "أهداف الإسقاط" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "لقد حدث خطأ. تعذر تحميل مسألة السحب والإسقاط." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "لا يمكنك إضافة المزيد من العناصر إلى هذه المنطقة." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "لقد كان هناك خطأ في استمارتك." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "الرجاء التحقق من إرسالك." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "منطقة {num}" -msgstr[1] "منطقة {num}" -msgstr[2] "منطقة {num}" -msgstr[3] "منطقة {num}" -msgstr[4] "منطقة {num}" -msgstr[5] "منطقة {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "يرجى التحقق من القيم التي أدخلتها." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "جاري الحفظ" diff --git a/drag_and_drop_v2/conf/locale/config.yaml b/drag_and_drop_v2/conf/locale/config.yaml index 8b9356a83..bbb28a148 100644 --- a/drag_and_drop_v2/conf/locale/config.yaml +++ b/drag_and_drop_v2/conf/locale/config.yaml @@ -2,86 +2,6 @@ locales: - en # English - Source Language - # - am # Amharic - - ar # Arabic - # - az # Azerbaijani - # - bg_BG # Bulgarian (Bulgaria) - # - bn_BD # Bengali (Bangladesh) - # - bn_IN # Bengali (India) - # - bs # Bosnian - # - ca # Catalan - # - ca@valencia # Catalan (Valencia) - # - cs # Czech - # - cy # Welsh - # - da # Danish - - de_DE # German - # - el # Greek - # - en_GB # English (United Kingdom) - # # Don't pull these until we figure out why pages randomly display in these locales, - # # when the user's browser is in English and the user is not logged in. - # #- en@lolcat # LOLCAT English - # #- en@pirate # Pirate English - - es_419 # Spanish (Latin America) - # - es_AR # Spanish (Argentina) - # - es_EC # Spanish (Ecuador) - # - es_ES # Spanish (Spain) - # - es_MX # Spanish (Mexico) - # - es_PE # Spanish (Peru) - # - et_EE # Estonian (Estonia) - # - eu_ES # Basque (Spain) - # - fa # Persian - # - fa_IR # Persian (Iran) - # - fi_FI # Finnish (Finland) - # - fil # Filipino - - fr # French - - fr_CA # French (Canada) - # - gl # Galician - # - gu # Gujarati - - he # Hebrew - - hi # Hindi - # - hr # Croatian - # - hu # Hungarian - # - hy_AM # Armenian (Armenia) - # - id # Indonesian - - it_IT # Italian - - ja_JP # Japanese - # - kk_KZ # Kazakh (Kazakhstan) - # - km_KH # Khmer (Cambodia) - # - kn # Kannada - - ko_KR # Korean (Korea) - # - lt_LT # Lithuanian (Lithuania) - # - ml # Malayalam - # - mn # Mongolian - # - mr # Marathi - # - ms # Malay - # - nb # Norwegian Bokmål - # - ne # Nepali - - nl # Dutch - # - or # Oriya - - pl_PL # Polish - - pt_BR # Portuguese (Brazil) - - pt_PT # Portuguese (Portugal) - # - ro # Romanian - - ru # Russian - # - si # Sinhala - # - sk # Slovak - # - sl # Slovenian - # - sq # Albanian - # - sr # Serbian - # - sv # Swedish - # - sw # Swahili - # - ta # Tamil - # - te # Telugu - # - th # Thai - - tr # Turkish - # - uk # Ukranian - # - ur # Urdu - # - uz # Uzbek - # - vi # Vietnamese - - zh_CN # Chinese (China) - # - zh_HK # Chinese (Hong Kong) - # - zh_TW # Chinese (Taiwan) - # The locales used for fake-accented English, for testing. dummy_locales: diff --git a/drag_and_drop_v2/conf/locale/de/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/de/LC_MESSAGES/text.mo deleted file mode 100644 index 986f25786b548c79db754787bea32fcbab5c740f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16505 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, 2018 -# Julia Bernhard , 2018 -# OpenCraft OpenCraft , 2021 -# Stefania Trabucchi , 2018-2020 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: OpenCraft OpenCraft , 2021\n" -"Language-Team: German (Germany) (http://www.transifex.com/open-edx/xblocks/language/de_DE/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Ein gleichschenkliges Dreieck mit drei gleich großen Schichten. Es wird von unten nach oben betrachtet, die größte Schicht befindet sich unten, die kleinste Schicht oben" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "Oberer Ablagebereich" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "Mittiger Ablagebereich" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "Unterer Ablagebereich" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Benutze dieses Feld um eine Auswahlmöglichkeit/en dem oberen Ablagebereich des Dreiecks zuzuordnen" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Benutze dieses Feld um eine Auswahlmöglichkeit/en dem mittleren Ablagebereich des Dreiecks zuzuordnen" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Benutze dieses Feld um eine Auswahlmöglichkeit/en dem unteren Ablagebereich des Dreiecks zuzuordnen" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Richtig! Dieses Element gehört zu dem oberen Ablagebereich." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Richtig! Dieses Element gehört zu dem mittigen Ablagebereich." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Richtig! Dieses Element gehört zu dem unteren Ablagebereich." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Nein, diese Auswahlmöglichkeit stimmt hier nicht. Versuchen Sie es erneut." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Nein, diese Auswahlmöglichkeit passt in kein Feld." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Natürlich passt es hier! Es passt überall! " - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Gehört nach oben." - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Gehört zu Mitte." - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Gehört nach unten." - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Passt überall" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Die Auswahlmöglichkeit gehört nirgendwo hin. " - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Ziehen Sie die Auswahlmöglichkeit/en auf das obere Bild." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Gut gemacht! Sie haben die Drag & Drop Fragestellung gelöst." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Titel" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "Dies ist der Titel der Drag&Drop Aufgabe. Dieser Titel wird den Teilnehmern angezeigt." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Drag and Drop" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Modus" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Standardmodus: die Fragestellung liefert sofortiges Feedback jedes Mal wenn der Lernende eine Auswahlmöglichkeit in den Ablagebereich zieht. Assessmentmodus: die Fragestellung liefert Feedback nur nachdem ein Lernender alle verfügbaren Auswahlmöglichkeit/en in den Ablagebereich gezogen hat." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Standard" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "assessment" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Maximale Versuche" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Legt fest, wie oft ein Teilnehmer versuchen kann, diese Fragestellung zu lösen. Ist der Wert nicht gesetzt, sind unendlich viele Versuche erlaubt." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Titel anzeigen" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Soll der Titel für die Teilnehmer angezeigt werden?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Fragestellungstext" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "Die Beschreibung des Problems oder die Anweisungen werden dem Lernenden angezeigt." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Anzeigen der Fragestellung/ Titel" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Anzeigen des Titels/ Fragestellung/ über den Fragestellungstext?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Gewichtung der Fragestellung" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Definiert die Anzahl der Punkte, wie die Fragestellung gewertet wird." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Hintergrundfarbe der Auswahlmöglichkeit/en" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "Die Hintergrundfarbe der beweglichen Auswahlmöglichkeit bei der Fragestellung (Beispiel \"blau\" oder \"#0000ff\" )" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Textfarbe der Auswahlmöglichkeit" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Textfarbe der verschiebbaren Auswahlmöglichkeit (Beispiel: \"weiß\" oder \"#fffff\")" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Maximale Anzahl an Elementen pro Ablagebereich" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Mit dieser Einstellung können Sie die Anzahl der Elemente limitieren, welche in den einzelnen Ablagebereichen abgelegt werden können." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Daten der Fragestellung" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Informationen über aktuelle Positionen der Auswahlmöglichkeit/en, die ein Teilnehmer ins Zielbild gezogen hat." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Anzahl der Versuche des Teilnehmers" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Gibt an, ob ein Lernender die Fragestellung mindestens einmal gelöst hat. " - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "VERALTET. Hält die maximal erreichte Punktzahl eines Teilnehmers mittels eines festen Wertes fest." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Hält die maximal erreichte Punktzahl eines Teilnehmers mittels eines Wertes zwischen 0 und 1 fest." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Unknown DnDv2 mode {mode} - Kurs ist falsch konfiguriert" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "show_answer handler sollten nur für den Assessmentmodus augerufen werden" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "do_attempt handler sollte nur für den Assessmentmodus aufgerufen werden" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Maximale Anzahl der erreichten Versuche" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "Einreichungsfrist ist abgelaufen." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Laden der Drag&Drop Aufgabe" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Grundeinstellungen" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Einleitendes Feedback" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Abschließendes Feedback" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Ablagebereiche" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Hintergrundbild" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Benutzerdefiniertes Bild einfügen" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Bild automatisch generieren" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "Hintergrund URL" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Hintergrund ändern" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Zum Beispiel 'http://beispiel.com/image.png' or '/static/image.png'" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Layout der Ablagebereiche" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Anzahl der Spalten" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Anzahl der Zeilen" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Anzahl der Spalten und Zeilen." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Größe des Ablagebereichs" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Breite des Ablagebereichs" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Höhe des Ablagebereichs" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Größe eines einzelnen Ablagebereiches in Pixel." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Bild und Ablagebereiche generieren" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Hintergrundinformationen" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n Bitte geben Sie eine Beschreibung des Bildes für nicht-visuelle Benutzer an.\n Die Beschreibung sollte genügend Informationen enthalten, damit jeder\n die Fragestellung lösen kann, auch ohne das Bild zu sehen. " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Beschriftungen der Ablagebereiche" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Beschriftung auf dem Bild anzeigen" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Rahmen der Ablagebereiche" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Rahmen auf dem Bild anzeigen " - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definitionen der Ablagebereiche" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Einen Ablagebereich hinzufügen" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Auswahlmöglichkeit/en" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Element Definitionen" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Auswahlmöglichkeit/en hinzufügen" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Fortsetzen" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Speichern" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Abbrechen" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Ihre höchste Punktzahl ist {score}." - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Der letzter Versuch wurde gewertet, die höchste Punktzahl ist {score}." - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Richtig platzierte {correct_count} Komponente" -msgstr[1] "{correct_count} Gegenstände richtig platziert" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Falsch platzierte {misplaced_count} Auswahmöglichkeit" -msgstr[1] "Falsch platzierte {misplaced_count} Auswahlmöglichkeiten" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "Falsch platzierte {misplaced_count} Auswahlmöglichkeit. Falsch platzierte Auswahlmöglichkeit wurde zurück auf die Ausgangsposition gezogen." -msgstr[1] "{misplaced_count} Gegenstände verlegt. Falsch platzierte Artikel wurden an die Artikelbank zurückgegeben." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Die benötigte Auwahlmöglichkeit wurde nicht platziert {missing_count}" -msgstr[1] "Die benötigte Auswahlmöglichkeiten wurden nicht platziert {missing_count}" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Übermitteln, einreichen" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Unbekannter Ablagebereich" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Platziert in: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Richtig platziert in: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", ziehbar, ausgewählt" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", ziehbar" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "Keine Elemente platziert" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Platzierte Elemente:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", Ablagebereich" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "beweglich" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Rückmeldung" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "Erklärung" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Schließen" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Tastaturhilfe" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Dies ist eine Screen-Reader kompatible Aufgabe" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Drag & Drop-Fragestellungen bestehen aus ziehbaren Auswahlmöglichkeit/en und Ablagebereich. Nutzer sollten eine ziehbare Auswahlmöglichkeit mit ihrer Tastatur auswählen und dann zu einem geeignetem Ablagebereich navigieren, um es dort zu platzieren." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Sie können dieses Problem/ Fragestellung nur mit Ihrer Tastatur lösen, indem Sie der folgenden Anleitung folgen: " - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Nutzen Sie ausschließlich TAB und SHIFT+TAB zum navigieren zwischen den ziehbaren Auswahlmöglichkeiten und den Ablagebereichen." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Drücken Sie CTRL+M um eine ziehbare Auswahlmöglichkeit auszuwählen (um es effektiv aufzuheben)" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Navigieren Sie mit TAB und SHIFT+TAB zum entsprechenden Ablagebereich und drücken Sie noch einmal STRG+M, um es hier zu platzieren." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Drücken Sie ESC, wenn Sie die aktuelle Platzierung abbrechen möchten (z.B. um eine andere Auswahlmöglichkeit auszuwählen)" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "TAB kehren Sie zur Liste der ziehbaren Auswahlmöglichkeit/en zurück und wiederholen Sie diesen Vorgang bis alle ziehbaren Auswahlmöglichkeit/en auf ihren jeweiligen Ablagebereichen platziert sind." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Sie haben {used} von {total} Versuchen verwendet." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Absenden" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Antwort anzeigen" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Aktionen" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Zurück zum Anfang" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Zurücksetzen" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Einige Ihrer Antworten waren nicht korrekt." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Hinweise:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Korrekt" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Nicht richtig" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} Punkt (graded)" -msgstr[1] "{earned}/{possible} Punkte (graded)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} Punkt (ungraded)" -msgstr[1] "{earned}/{possible} Punkte (ungraded)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} Punkt möglich (graded)" -msgstr[1] "{possible} Punkte möglich (graded)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} Punkt möglich (ungraded)" -msgstr[1] "{possible} Punkte möglich (ungraded)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Drag&Drop Fragestellung" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Fragestellung" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Auswahlmöglichkeit/en-Feld" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Platzierungsmöglichkeiten " - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Es ist ein Fehler aufgetreten. Drag&Drop-Fragestellung kann nicht geladen werden." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "Sie können nicht mehr Elemente in diesem Ablagebereich ablegen." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Es gab einen formalen Fehler." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Bitte überprüfen Sie Ihre Eingaben." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Ablagebereich {num}" -msgstr[1] "Ablagebereiche {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Bitte überprüfen Sie die eingegebenen Werte." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Speichert" diff --git a/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/django.po b/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/django.po deleted file mode 100644 index cea97d53e..000000000 --- a/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/django.po +++ /dev/null @@ -1,743 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-05-22 18:16+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "" - -#: drag_and_drop_v2.py:80 -msgid "Title" -msgstr "" - -#: drag_and_drop_v2.py:81 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" - -#: drag_and_drop_v2.py:83 -msgid "Drag and Drop" -msgstr "" - -#: drag_and_drop_v2.py:88 -msgid "Mode" -msgstr "" - -#: drag_and_drop_v2.py:90 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" - -#: drag_and_drop_v2.py:97 -msgid "Standard" -msgstr "" - -#: drag_and_drop_v2.py:98 -msgid "Assessment" -msgstr "" - -#: drag_and_drop_v2.py:105 -msgid "Maximum attempts" -msgstr "" - -#: drag_and_drop_v2.py:107 -msgid "" -"Defines the number of times a student can try to answer this problem. If the " -"value is not set, infinite attempts are allowed." -msgstr "" - -#: drag_and_drop_v2.py:116 -msgid "Show title" -msgstr "" - -#: drag_and_drop_v2.py:117 -msgid "Display the title to the learner?" -msgstr "" - -#: drag_and_drop_v2.py:124 -msgid "Problem text" -msgstr "" - -#: drag_and_drop_v2.py:125 -msgid "The description of the problem or instructions shown to the learner." -msgstr "" - -#: drag_and_drop_v2.py:132 -msgid "Show \"Problem\" heading" -msgstr "" - -#: drag_and_drop_v2.py:133 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:140 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default' " -"option." -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:157 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:163 -msgid "Problem Weight" -msgstr "" - -#: drag_and_drop_v2.py:164 -msgid "Defines the number of points the problem is worth." -msgstr "" - -#: drag_and_drop_v2.py:171 -msgid "Item background color" -msgstr "" - -#: drag_and_drop_v2.py:172 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" - -#: drag_and_drop_v2.py:179 -msgid "Item text color" -msgstr "" - -#: drag_and_drop_v2.py:180 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:188 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:195 -msgid "Problem data" -msgstr "" - -#: drag_and_drop_v2.py:197 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:207 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" - -#: drag_and_drop_v2.py:214 -msgid "Number of attempts learner used" -msgstr "" - -#: drag_and_drop_v2.py:221 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" - -#: drag_and_drop_v2.py:228 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:234 -msgid "Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:241 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:571 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" - -#: drag_and_drop_v2.py:647 -msgid "show_answer handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:652 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:793 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:798 drag_and_drop_v2.py:916 -msgid "Max number of attempts reached" -msgstr "" - -#: drag_and_drop_v2.py:803 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or '/static/background.png'." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for " -"non-visual users.\n" -" The description should provide sufficient " -"information to allow anyone\n" -" to solve the problem even without seeing the " -"image.\n" -" " -msgstr "" - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "" - -#: utils.py:120 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "" - -#: utils.py:121 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" - -#: utils.py:129 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:140 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:151 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item " -"bank)" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:162 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a " -"different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of " -"the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "" - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "" - -#. Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {earned} is the number of points earned. {possible} is the total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of points will always be at least 1. We pluralize based on the total number of points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "" diff --git a/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.mo deleted file mode 100644 index 71cbdf3e9d8d54be31066ec4ad8628bc2c1f2845..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 380 zcmYL@K~KUk7=|%=+R?Lz&%}d9i{c3jGZa>EvE7z2Nc2{r&Y96JZ6W$Y{CoZuJ5A(G zp7i_Dx9RhJeDu}vIq;l#&OC>nD^HugXY4QU{MmN?lNtRkR}RH%w3NnHT4Bh@vF%H^(V-=Ii1iQ$Qo9Pt!I1Rhe%oml#`f^NEGFCKEL->Rc=KoQ6a?!10%_7(V7ey8`V`;n{war z20Z3;uifk31QV^CRQ|iq#``$=;jWunRB8aLH({)F;i8zL{=V00y-I_qTIqGAN(}v% i$^}`yHKImSZ8jEzYJOK6-VWez49^vuhS0kh1f3tbb!oc* diff --git a/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.po deleted file mode 120000 index 008207476..000000000 --- a/drag_and_drop_v2/conf/locale/en/LC_MESSAGES/text.po +++ /dev/null @@ -1 +0,0 @@ -django.po \ No newline at end of file diff --git a/drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.mo deleted file mode 100644 index 72feda4b97b0123a0d595347a923307970c8f120..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32171 zcmeI54RBo7b>E*I#f}*(wiR3cb{+-G1SJBb6giO~$u>xkA}oHu1SDCs9ch7m0M=aW zuJ$bmLJV!13N0&^B}WwzhI4+W}q$?g!rv z4uY=$kApXZ4}-r1{s#C%;Mi+jeTTtUas3JK4dACi{smv=4#1TLAqiWy8jAps{SiM(Rnraqu@Kh4)8{g_k-7Q{TR3rJPYmtzXk3F+v$wTKLFkc zPJ+k4Ujm;7ucOirg1-%hU>i(&H`oKJz6U*i0aQD`2Ey9l&q4L`@4&BuS90-A@HfC$ zgD-*N=U;(zE%<++`tur?unl|@D8BT9y8l6NFPH(}1kQjO->-wPI(P|GyMF^hdhi2p zba*wW-#3G|fVY6+Ukvguc#uCDmnXm-;1|FTgMS2m8@!#yAT4;?n_a#eL0#VlitYoT z>K_6%J~60qm;~0HC_Y~Ws()_=HQw7i-Ue!( z?FK`zAAA>B0Y%?a;O~J`p!)SO{;0lR09Ec6!OwzU0mZlO(2c{VJboS&o&Oqy<-xPy z-Qamp{d*U}dnb4ZRR5m?#h>2?_k&k(Q~enLe;hmrs=mj-ec)4IFZf-LH?=uBJ_g>y z{TION!MDRy)!Pf|ItF1?@H8lXoC9A4{uZeEzX3|F{>cCSmmdEwsD8idS|@+62Swj? z;BDYGQ1y&~w}TU)`0_0He(>-8^&K!-*N=fcFN4S63omE9+mSKuf9EU;*3%PJtf<{}K$r4|fE?7r|rTi$8!YcA{&z{tF7LzBkwfsPk{y*R>_}DGj3i`3LD+s>F z^``egv+_gS=fR%`V{qI1f?yn+0zV19r8@{H5_}mv0R92^+tjmlyVJAZ+ZhBj9UR#e z1dtMZ1(e?SGf@56%7y4Y2vRioFQE9?4zqq4`~Y|#_zz$Kybqz=0nUSxgR9=}x2eIYg6sUGSa<7x42f@d8@*WUm?3BDgDeid8* z)t{fC@h8A9gR1YQ2i)&t9z%#f!~Ji7{|-FKr1*8^s|3N%f`1MEH2CrHAb14)dr;%@ zNgDl0@Grnl@SPKmul=Cp>NDWG!Eb^;0lxZ(~7Bb_20BHVaQB#lRwB>DI>=@&>FNL?iH{4UZDk&cs+ z&ldk>7x+06;%R#Owf?@~1nC2$cj$r-qG)q;KbRxEi-cM+eQ*W1leCX?fW)-3&#OHa zz*|U~OSh4JoTSftNuRZE%t=tPTmN}u-Njq^{&S=oNk2-8N!v-sNY|3uNy+C9zC20# zSaQSTF!=MNQBsC<6G@+!JFvfqs(mE)1Ee1$y~6IeKR*L}lypC-hxBFA=SliJKR}Y+{+Fb8lJvQf^alHe zjs@RCdYiva;NyHbO!{Hc-K3jI_mDKlx=DAEc90?xQ_9v3Zvk&5y`7}bs~iOX%A?>z z$@dN6GM~PDl!>FTR4yLQWuq_?W}|qhoGVpw#X?vd4lAQkm>bKCMB#9;92Sa&j>EZl zJd+Q{M>M$jGD*gZXGIj1EVIa3WWswMrOAQLZpj>qcvegZ5luG%DvRQ8pYd7stZx z?BPsdh^zjnQlXM~bFd}MmNO$G8QQ7;z9k$fX9fqOtlcb@9)#|odq~}hgYIk=wz^yT zS_o-kEa)DtMCGtMpAWk$T$d{3Ty!gh=R1n!ax_#4y7Lp6Nir3}s9ffLacF3qU$ULy zT?G*o!i;<|lQj})Mqi30aa&yJRKZ+ajEACp6o-{^E>jqxkoW|5%25>NGm{Ld20hM= zV_VZw|QYnsY zF?u9Rg$%?`ELWmZEQ#27BBFCacN|A?Jcf`2o=>{zI7Tb*p)W)8J>yZZJu`G@q+A@Q z=e?5H`Wts0*i(O5Czafeb3^GE2Rk(8`C!K={E5QBw9a5hz8FXDZ#LLbEFcmznv9Oe z27>&(jp4v3j6o*C!6;uukTg`99NUdK;X!`tOloSKdv7kAWyDsQdw{WT$eN!FOZklC zIalZkk4hl#tK=&A=vdNpEyvLzCv^7>!OqGtC$YXe%jb%No}GOMcJAmN*xAz=-Wf%u zI2_9y$&HPVg)z0FVunU@OwnvOI2p#3@vP>5CT5CEn6&Z3;Y@xUhV(?knelu@m@7zT zB|hV0gG?J_v{cL$D(+@7@nP~rv0NFoqDvI14<6751!`UKHOUF8bQVuajH-7uq$Noz45Q-UW(QAAQvOdO*=X~oT)w4H9Wq;=Kx zJQQ7nk(#2V#cHTC94LlmSXef4q?+i|(0I&5b2V%UhenG?t2MgG^KnyHG_4MOxvcfY z#34L7mWyNRNXEJxJuseQ>bXH*LtchH7gOgX$^b!Us*By25e=N#kTiqtj7FKPNWZ4f zX{c+$%wVxel~(N5sx6WDyXfvt>Rd8M25mI(dj$&{QZ< z&QY!$9*QOhitaqOb92K%D4vEE#W9; zLVDiKdZy1&`*zG17_KXyi$~GwyHMuQk<3^rA8iRYjaDk9uB}`Bjn1Ls*w&gd?kp8X zkmqu^X=_}8z@g^fI)ghRBty*b{ex}B`b9sCGi_7_(|0ns1HmeW+oO?Op@2+qEsar_ zL{iF;yYg&vhOOb&m?`LnTNpF0i&-hALmR_;i{s&F1|g?AbW?WHRE~rtm5@{c1-qr< zx`N&?TP$p`k=mfw`Js(^+RSUc3yH9y0dg`j=E<4V7fN)=(~VgxqaHKkIEm%NA&tYsxs013 z1$?s%{u?6|Wpfqsn5tlU59db4%hDFA)6aW#uTm~%$A`!{nf4{1$%HG)wdSnxHog8&H$&juN-00nZNvOWdrw z)iKri1j~@V*Nlz)8CfvLp2UW!#bBij@rpUZ_OxabRMT$ds4|Y#Vdgp`q_*%A3x_tZ zSYO;+A@h~-#F)3PvY3s6eTk|cm!S>^y0_c-_3!T8HE_MIJSj`s02z!@87Dg2F>qkd z^?Pl$hhuWZDCW%r*0_wzwNG9}u&?N6d7aF0a|^@6%(DJwr5EK7Igi#A4+oI`%t$6z zpr+JOOT-~nNHPy~za#47W2}>ECHx)hBa4N&zBXM4`-hnzHiL7Oa73ht{EZ>&6uU|k z_QoJx9Q3ttef|0u0UkOO;(nCFNoo$`@j-?@W>$6v4Ot|i<`Blp7~;IrGCp5lJ%{0I zE0f+H4G&}M(Jb<#b3=zTp!8zAv^l9{Xa9~cH*D2UWKh4L zmZw&;q2U}Ym2Gv6gj(&k5`k+=DjlamlF&6<|&aK5r>^B+4`H{lziMU}NIS z`za&Y^VW}S6@(n;DE)$XXHk>&>I7Y_&LF>IW9W2w28q!LrNBb14(d#r_$<@!cY@M0SR?h3RsQrA-tIjCaNs_%*ZX+aLyzNwuI;mNKHX*2IZaATe#3Y@X$fS@u$f z1v2tyzcVh%X3>g3dO;>9Q4aZK9Mf`CifqBo{Dx6O(iSZIau5b_UNJX&wC2bR%A9yT z;VeJSDs!RaggkXc>4MxwXV^p%TEId|&9%0BVeSeyO^m_}=jOEy+h-GEJirXBTR7Ww z-O|{ulf|!H_*EBO8^>q%*2aEmw#ZBQ?MP$27}b$C$ST!Sw~f#6a6(;ObRpp#Of{E_ z$(k#~l`^h^EWVGazz((HJvP@xx6r9$y{SW+{k}5RffRE2>@`N^RX!o!+O-jqN7zc_hPd&F3ExbxntlH>2&Ueani&iU33zv87?ZkA!{X39U0GM zWs}VQPjm&oUTNiw1vw|3hvCIR@=ZIYIW4d04mkqhQT;upd2+N;tYq@XlBFcFt6Jk6 z>oU0>5@Ur~3Pm?grai1$>0{+3VA*QTDKQE6Waw2TuWKm2kk;olhgU_ruq(WIFjv{omme=@ z@*TS{5^+~pDA{Fv`;E6^@b$~>?S*jT?coiZZ`}|qyG_%VuTEE|;_5V-raF7LI+NvV zbt(kn>gjTIrc|lURA&oebyjOY{WvpLof_fGaCMe#Cw}XoSX`Z}PUXYu996Bn`9$eO z4aB3>+3K8aLZyUI>+mq`pC(P?Z&zmuY83)JRh8;2)aLWm*$J>vJqJ0}>1BJYB5`## ze;6XHL+W_-Y4|V}R;Rhk4pnuAU!aB%8SI&+S?Sig&bQvH3jgHHmo}Y$XyNgNCtsWk z=g*%1#KNibC;9p(pE_~=p%+LCkB1AV=Fcvi26^Us`rX#Tl{QwvW% z|IES(-8+AheDh~0r8>w?k>{V8KRf^2NVxFi3*1#Xl^~0&ocrWGxp3;mx$_U{u4>}@ zC#+2sRRvZff6kwz!4o0*PlQx==Ebi%s;PxL%HXM8crtu(ZvM>3{B!eXph!(WK;bi; zt}Kl{H-A=r6|u@nL+-{o_nW%8B~%%D5zaqHJEtJ+@$)BDVByL057Xr1qHO^>NN2?i zYJcH`5jOYyGi^aTgTM$Nk(KJSf=AU^#_M?Yu!jA#ZuM8ED~N@51J`R1+HBVlaUZEp znTV{a;zgyj38@PB4>~VMKzyCEr3X#ISFWTjs2;DLcGDzonO(VX3YhR~sn<%N5;PQJ zE$glmp-}A%le^52v23XxXQZaJv%0F%P1B`yWztC1hxuD((w?qdNac-lQBCD17`t;V zC{+eHF-?nVdlpeVU7b_=?EY4tDkO3vt%H`TPHFEKfs(eeud~_*P83k*#Z%m%Jv?=2 z=UKFQbs8l{fS5T%>myt^O^0d|zosFOj!J)gpO)Tc1^`~2K3$zf5@y+jHhx%ncqVR6tg;S@m)4ta zi0);rE1Ohj8NBiq%%63tzh(?DQKrcGgOO0l7w5bcqLP|*GsCfPg7Go~WcJ{UOb|wf znlTA7ob}d++t>o##gfXXno*&+Y=$g`%P@b=%+*OUnGI2WE349M zk@<-RPKIB5;{3@GTEq&;PE1M3&s7$BAwU+?CUnfykb+rGStw(S^TNu-Jf{_n zjtY3Cyh7DtbW?8WzCPSYPJ7@7PA^AT;#Dm6f!c!YD2&q_6hT$Yp&hG_dQWpj;u~G6 z#T7kuV9y$8T2y|KuewHpghUXWle-(+?>0UU%D9M^6;pXyL{EB8`-&L zqE#7c8!1||N>;lu*LuiYLybD#Bh%&_Ect45-i`!e+4yNX z++KCoDm-X;*4OH+k(Rw!*{n?X_W>;fnBYrKN4|QF)vaXOe2AH*qf$%BXtSDMtaO}d zYT$iiJI&{<*5LFuxve$Na?Q=Pa6VVNs%#5-s*m&?s6N7kJU&o;M9076@aX_pb?S)x zygAN*!Pr^s3a(i7G&8{#!)W2B;d@-E&Y=ah1fODtOyM{>k5EIw5-hJ7zOM5@G*1sh z%3Qv+AMZ1vVC2_oilS=9GuA(eb%tH7{vHGUwnHEB>TrI*N?WI_qR3zo{lKn;3i_w`%I9y!y-Wn2V3cTwWQt z*wpvW%0O$fhrag2*PifU!ZTV#*}8{yk`@%2;WL~rm8wY0=;9Nm)#(RN`H*8?jN55nex`*Q(C~19ZL?^5ZMc@@ge)iK2aJv~bn6D43CM zH7rqO&5+}l-~<*}qq3Hl2j#irqu-7>a$b_)rQ<56rmIh3vF+TnR_{7FZQ({mVYQtk z28>A1C1;+;w#{M!hr$UDA#>*>6G)yygtQ=84JR#@sUK(| z4US8W?OH8e_5d!)j?85b;Gf~wA_)R+cqdhF42|Qyad98P;?w#g2C=xCV3akQk`x z+A|-udz~^AV_Q8JlbEf0`a`8R@%V=u-_uKGS~o##3+}*5V0)Z_s1tcCh&N9cGZL-q z=X?Mx@SQ|T6gXOqB)5zU$zN4-%wE#=>a^Svmhw1^YpU1ka6tx+M99t2+JCiGq@`_^$bPio9PKBxF%_XAl6yQ8bX|Pj%5R18v}A|30n#CJMBcr(hOK_ z%rja0r9L=)YdkyTY@!bN&;i@B*8^3GC~>YqW(k_{fD^k)$DnbEj+sQ1BrKG1>nAjy znM4Y^Ev$=@6613#+P#KT;Eyq|2e#_%1NWz!jIFuWO?o>e)Sc?0uT62s0lR}_HqoKU zA@wrD)Jaa|NCc>`P!exbwn?yHGlml;@(a;BJ>Qj__2LmPm_FtBrx{=x-A=IBti)i` zL5jFln`%>_bA&3%?T=?&x@k!;_UEcc?B%*B2P{>$D<>#7WnDT{~4t zB}>KuYd>0K&vpf!tJ4);Q0Lo%i`^B&2jzKATtVCLmVK^hql_TNHreQGc*8{*g68ce zM{q4@vKxP3^}bMBut&ib7m&Qv9!^`Zmz~C@?KuppL|DfFaZt4!WBgj2CRm%@cg@NA zvawm$%$kK*R43Iq1B;7*gX5!#Ypkz!5Tvf&+R_pKbIMNK`7l{>Fnu@^g?(wJ%eb2@ftDPq44O-p1X& z=2ooMHB^cl^Ep-itVfW%Xe8ZAmE8uW+nwgc3mDNgnvYF4A1}X{k6Jo19%g@m{iRTev3f8?(=7 zU;*tGql?bWT+Cq-+HX`{(p4*OnYDAqMoSGn*uk>cj;bjDbI8=Gv>Ye$H(#_&H$|Qk zQXlEBK8#L6S{-LFj(Q1#bRZ!hQ@wf<0t(n`-C6lcs0~ylz+r+X)^TOTk{IfyN)8PiK_LIjmuAxHa&vw;y+R*W zKFfr|fvbXw@e40gMmV@yTh8eb7R_Bv;3Ont@iHyB>JBvVt}ACFwMJ9WuNIfI2`;n8 zK_~frYRvm^&R6o=IP0pD-4ofDw=FJjTYUdL$hhKhWp=0a0I4Y}_pXHGtpa*hlIJfq z-y3!oY#pM5Ic^Vg=^5HyJHcYFv9bt@o)_T6O6^Tn%Xu($Zg`Ue-Ev($ApfT6;jy(f zL1$G5LBaZmzAmVa0iBmPh(e;iWgNA-Zu-U(hZ2{}v|_U}v%1P!@GNPg>6t}^MQqz> znX{<))6EWK<0wl<^LSD+%IO=yR@wa)6uZMZHY^xRg81x1FM3%@ol|RT-x#P-4$WC6buPN~SO;$0Db`0B=oae1`!}Ss~WF#$OTm8ww@gx*p^S9U2VRh7E zDE)Cex$yoK3+~Wx5+1VC2&0uVM5cLX6#jl~aMz6j ze_kBMLx$Gk&iTQIAqHk|bb}|2&$yWev-keWeX&4{oeXk*1&#*iQgoa`kCinqM%RsQ zIM;f8Ooa0(-Xmu(jPNg#bDIR|tK>Az)99xjO5}|d+)594tk0%k8tK&jN{ys7>Owo{ zj=``cU+WEwhEwbHJHboarMelo-makfDyxW+M5tWt%xcL44!z#W;n&u6E9KhJe94l3 z>e-&3VG`85V02mXDv@;)B~5{gBpLZ}X7Zm6#S8~824p#**RNc9{_1@^U(}RK^aYbG zIh$9%0{{?N8Brm(FXuO}CR!YBtY6MG zzS1GtI8Pq2YNX#qwx--`i6Fyo|D~GIEd^8IUsqABu`*fw+1c>q<%u%1$=egr&kAUB z++p1)NcljNQRk0sRa$CSA_qlWW z-lX34X&!O*f=|A*E&X~^SHHdB^dcKL|Io5cgzZH3F1i;oNXs@uPu8oQg;TVYyl<5k zu==6Uk#*F+6T6Eamzs%P+!pVmxHOIFxtGPwHMO>Wd~|E~#SJ$1Z+%-_;Lz^>2T1(& Ai~s-t diff --git a/drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.po deleted file mode 100644 index ab33abc3a..000000000 --- a/drag_and_drop_v2/conf/locale/eo/LC_MESSAGES/text.po +++ /dev/null @@ -1,908 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-23 16:10+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: eo\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" -"Àn ïsösçélés trïänglé wïth thréé läýérs öf sïmïlär héïght. Ìt ïs shöwn " -"üprïght, sö thé wïdést läýér ïs löçätéd ät thé ßöttöm, änd thé närröwést " -"läýér ïs löçätéd ät thé töp. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " -"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα" -" αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ " -"ηιѕι υт αłιqυιρ єχ єα ¢σммσ∂σ ¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη " -"яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт єѕѕє ¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυłłα " -"ραяιαтυя. єχ¢єρтєυя ѕιηт σ¢¢αє¢αт ¢υρι∂αтαт ηση ρяσι∂єηт, ѕυηт ιη ¢υłρα qυ#" - -#: default_data.py -msgid "The Top Zone" -msgstr "Thé Töp Zöné Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: default_data.py -msgid "The Middle Zone" -msgstr "Thé Mïddlé Zöné Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: default_data.py -msgid "The Bottom Zone" -msgstr "Thé Böttöm Zöné Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: default_data.py -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" -"Ûsé thïs zöné tö ässöçïäté än ïtém wïth thé töp läýér öf thé trïänglé. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" -"Ûsé thïs zöné tö ässöçïäté än ïtém wïth thé mïddlé läýér öf thé trïänglé. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" - -#: default_data.py -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" -"Ûsé thïs zöné tö ässöçïäté än ïtém wïth thé ßöttöm läýér öf thé trïänglé. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" - -#: default_data.py -msgid "Correct! This one belongs to The Top Zone." -msgstr "" -"Çörréçt! Thïs öné ßélöngs tö Thé Töp Zöné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" -"Çörréçt! Thïs öné ßélöngs tö Thé Mïddlé Zöné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" -"Çörréçt! Thïs öné ßélöngs tö Thé Böttöm Zöné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "No, this item does not belong here. Try again." -msgstr "" -"Nö, thïs ïtém döés nöt ßélöng héré. Trý ägäïn. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя α#" - -#: default_data.py -msgid "You silly, there are no zones for this one." -msgstr "" -"Ýöü sïllý, théré äré nö zönés för thïs öné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "Of course it goes here! It goes anywhere!" -msgstr "" -"Öf çöürsé ït göés héré! Ìt göés änýwhéré! Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: default_data.py -msgid "Goes to the top" -msgstr "Göés tö thé töp Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: default_data.py -msgid "Goes to the middle" -msgstr "Göés tö thé mïddlé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" - -#: default_data.py -msgid "Goes to the bottom" -msgstr "Göés tö thé ßöttöm Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" - -#: default_data.py -msgid "Goes anywhere" -msgstr "Göés änýwhéré Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" - -#: default_data.py -msgid "I don't belong anywhere" -msgstr "Ì dön't ßélöng änýwhéré Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" - -#: default_data.py -msgid "Drag the items onto the image above." -msgstr "" -"Dräg thé ïtéms öntö thé ïmägé äßövé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυ#" - -#: default_data.py -msgid "Good work! You have completed this drag and drop problem." -msgstr "" -"Gööd wörk! Ýöü hävé çömplétéd thïs dräg änd dröp prößlém. Ⱡ'σяєм ιρѕυм ∂σłσя" -" ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py -msgid "Title" -msgstr "Tïtlé Ⱡ'σяєм ιρѕ#" - -#: drag_and_drop_v2.py -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" -"Thé tïtlé öf thé dräg änd dröp prößlém. Thé tïtlé ïs dïspläýéd tö léärnérs. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυ#" - -#: drag_and_drop_v2.py -msgid "Drag and Drop" -msgstr "Dräg änd Dröp Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" - -#: drag_and_drop_v2.py -msgid "Mode" -msgstr "Mödé Ⱡ'σяєм ι#" - -#: drag_and_drop_v2.py -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" -"Ständärd mödé: thé prößlém prövïdés ïmmédïäté féédßäçk éäçh tïmé ä léärnér " -"dröps än ïtém ön ä tärgét zöné. Àsséssmént mödé: thé prößlém prövïdés " -"féédßäçk önlý äftér ä léärnér dröps äll äväïläßlé ïtéms ön tärgét zönés. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ " -"тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм," -" qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ єα ¢σммσ∂σ " -"¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт єѕѕє " -"¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυłłα ραяιαт#" - -#: drag_and_drop_v2.py -msgid "Standard" -msgstr "Ständärd Ⱡ'σяєм ιρѕυм ∂#" - -#: drag_and_drop_v2.py -msgid "Assessment" -msgstr "Àsséssmént Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: drag_and_drop_v2.py -msgid "Maximum attempts" -msgstr "Mäxïmüm ättémpts Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" - -#: drag_and_drop_v2.py -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "" -"Défïnés thé nümßér öf tïmés ä stüdént çän trý tö änswér thïs prößlém. Ìf thé" -" välüé ïs nöt sét, ïnfïnïté ättémpts äré ällöwéd. Ⱡ'σяєм #" - -#: drag_and_drop_v2.py -msgid "Show title" -msgstr "Shöw tïtlé Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: drag_and_drop_v2.py -msgid "Display the title to the learner?" -msgstr "" -"Dïspläý thé tïtlé tö thé léärnér? Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" - -#: drag_and_drop_v2.py -msgid "Problem text" -msgstr "Prößlém téxt Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: drag_and_drop_v2.py -msgid "The description of the problem or instructions shown to the learner." -msgstr "" -"Thé désçrïptïön öf thé prößlém ör ïnstrüçtïöns shöwn tö thé léärnér. Ⱡ'σяєм " -"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: drag_and_drop_v2.py -msgid "Show \"Problem\" heading" -msgstr "Shöw \"Prößlém\" héädïng Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" - -#: drag_and_drop_v2.py -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" -"Dïspläý thé héädïng \"Prößlém\" äßövé thé prößlém téxt? Ⱡ'σяєм ιρѕυм ∂σłσя " -"ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py -msgid "Show answer" -msgstr "Shöw änswér Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: drag_and_drop_v2.py -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" -"Défïnés whén tö shöw thé änswér tö thé prößlém. À défäült välüé çän ßé sét " -"ïn Àdvänçéd Séttïngs. Tö révért séttïng ä çüstöm välüé, çhöösé thé 'Défäült'" -" öptïön. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ " -"єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм" -" νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ єα " -"¢σммσ∂σ ¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт" -" єѕѕє ¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυłłα ραяιαтυя. єχ¢єρтєυя ѕιηт σ¢¢αє¢αт " -"¢υρι∂αтαт ηση ρяσι∂єηт, ѕυηт ιη ¢υłρα qυι σƒƒι¢ια ∂єѕєяυη#" - -#: drag_and_drop_v2.py -msgid "Default" -msgstr "Défäült Ⱡ'σяєм ιρѕυм #" - -#: drag_and_drop_v2.py -msgid "Always" -msgstr "Àlwäýs Ⱡ'σяєм ιρѕυ#" - -#: drag_and_drop_v2.py -msgid "Answered" -msgstr "Ànswéréd Ⱡ'σяєм ιρѕυм ∂#" - -#: drag_and_drop_v2.py -msgid "Attempted or Past Due" -msgstr "Àttémptéd ör Päst Düé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: drag_and_drop_v2.py -msgid "Closed" -msgstr "Çlöséd Ⱡ'σяєм ιρѕυ#" - -#: drag_and_drop_v2.py -msgid "Finished" -msgstr "Fïnïshéd Ⱡ'σяєм ιρѕυм ∂#" - -#: drag_and_drop_v2.py -msgid "Correct or Past Due" -msgstr "Çörréçt ör Päst Düé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" - -#: drag_and_drop_v2.py -msgid "Past Due" -msgstr "Päst Düé Ⱡ'σяєм ιρѕυм ∂#" - -#: drag_and_drop_v2.py -msgid "Never" -msgstr "Névér Ⱡ'σяєм ιρѕ#" - -#: drag_and_drop_v2.py -msgid "After All Attempts" -msgstr "Àftér Àll Àttémpts Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" - -#: drag_and_drop_v2.py -msgid "After All Attempts or Correct" -msgstr "Àftér Àll Àttémpts ör Çörréçt Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#: drag_and_drop_v2.py -msgid "Attempted" -msgstr "Àttémptéd Ⱡ'σяєм ιρѕυм ∂σł#" - -#: drag_and_drop_v2.py -msgid "Problem Weight" -msgstr "Prößlém Wéïght Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: drag_and_drop_v2.py -msgid "Defines the number of points the problem is worth." -msgstr "" -"Défïnés thé nümßér öf pöïnts thé prößlém ïs wörth. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " -"αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py -msgid "Item background color" -msgstr "Ìtém ßäçkgröünd çölör Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: drag_and_drop_v2.py -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" -"Thé ßäçkgröünd çölör öf dräggäßlé ïtéms ïn thé prößlém (éxämplé: 'ßlüé' ör " -"'#0000ff'). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#: drag_and_drop_v2.py -msgid "Item text color" -msgstr "Ìtém téxt çölör Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: drag_and_drop_v2.py -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" -"Téxt çölör tö üsé för dräggäßlé ïtéms (éxämplé: 'whïté' ör '#ffffff'). " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: drag_and_drop_v2.py -msgid "Maximum items per zone" -msgstr "Mäxïmüm ïtéms pér zöné Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" - -#: drag_and_drop_v2.py -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" -"Thïs séttïng lïmïts thé nümßér öf ïtéms thät çän ßé dröppéd ïntö ä sïnglé " -"zöné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: drag_and_drop_v2.py -msgid "Problem data" -msgstr "Prößlém dätä Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: drag_and_drop_v2.py -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" -"Ìnförmätïön äßöüt zönés, ïtéms, féédßäçk, éxplänätïön änd ßäçkgröünd ïmägé " -"för thïs prößlém. Thïs ïnförmätïön ïs dérïvéd fröm thé ïnpüt thät ä çöürsé " -"äüthör prövïdés vïä thé ïntéräçtïvé édïtör whén çönfïgürïng thé prößlém. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ " -"тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм," -" qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ єα ¢σммσ∂σ " -"¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт єѕѕє " -"¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυł#" - -#: drag_and_drop_v2.py -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" -"Ìnförmätïön äßöüt çürrént pösïtïöns öf ïtéms thät ä léärnér häs dröppéd ön " -"thé tärgét ïmägé. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" - -#: drag_and_drop_v2.py -msgid "Number of attempts learner used" -msgstr "Nümßér öf ättémpts léärnér üséd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: drag_and_drop_v2.py -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" -"Ìndïçätés whéthér ä léärnér häs çömplétéd thé prößlém ät léäst önçé Ⱡ'σяєм " -"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: drag_and_drop_v2.py -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" -"DÉPRÉÇÀTÉD. Kééps mäxïmüm sçöré äçhïévéd ßý stüdént äs ä wéïghtéd välüé. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" - -#: drag_and_drop_v2.py -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" -"Kééps mäxïmüm sçöré äçhïévéd ßý stüdént äs ä räw välüé ßétwéén 0 änd 1. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя#" - -#: drag_and_drop_v2.py -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" -"Mäxïmüm sçöré äväïläßlé öf thé prößlém äs ä räw välüé ßétwéén 0 änd 1. " -"Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: drag_and_drop_v2.py -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" -"Ûnknöwn DnDv2 mödé {mode} - çöürsé ïs mïsçönfïgüréd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " -"αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py -msgid "show_answer handler should only be called for assessment mode" -msgstr "" -"shöw_änswér händlér shöüld önlý ßé çälléd för ässéssmént mödé Ⱡ'σяєм ιρѕυм " -"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py -msgid "The answer is unavailable" -msgstr "Thé änswér ïs ünäväïläßlé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" - -#: drag_and_drop_v2.py -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" -"dö_ättémpt händlér shöüld önlý ßé çälléd för ässéssmént mödé Ⱡ'σяєм ιρѕυм " -"∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: drag_and_drop_v2.py drag_and_drop_v2.py -msgid "Max number of attempts reached" -msgstr "Mäx nümßér öf ättémpts réäçhéd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: drag_and_drop_v2.py -msgid "Submission deadline has passed." -msgstr "Süßmïssïön déädlïné häs pässéd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: templates/html/drag_and_drop.html -msgid "Loading drag and drop problem." -msgstr "Löädïng dräg änd dröp prößlém. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: templates/html/drag_and_drop_edit.html -msgid "Basic Settings" -msgstr "Bäsïç Séttïngs Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: templates/html/drag_and_drop_edit.html -msgid "(inherited from Advanced Settings)" -msgstr "" -"(ïnhérïtéd fröm Àdvänçéd Séttïngs) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: templates/html/drag_and_drop_edit.html -msgid "Introductory feedback" -msgstr "Ìntrödüçtörý féédßäçk Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: templates/html/drag_and_drop_edit.html -msgid "Final feedback" -msgstr "Fïnäl féédßäçk Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: templates/html/drag_and_drop_edit.html -msgid "Explanation Text" -msgstr "Éxplänätïön Téxt Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zones" -msgstr "Zönés Ⱡ'σяєм ιρѕ#" - -#: templates/html/drag_and_drop_edit.html -msgid "Background Image" -msgstr "Bäçkgröünd Ìmägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" - -#: templates/html/drag_and_drop_edit.html -msgid "Provide custom image" -msgstr "Prövïdé çüstöm ïmägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: templates/html/drag_and_drop_edit.html -msgid "Generate image automatically" -msgstr "Généräté ïmägé äütömätïçällý Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#: templates/html/drag_and_drop_edit.html -msgid "Background URL" -msgstr "Bäçkgröünd ÛRL Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: templates/html/drag_and_drop_edit.html -msgid "Change background" -msgstr "Çhängé ßäçkgröünd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" - -#: templates/html/drag_and_drop_edit.html -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" -"För éxämplé, 'http://éxämplé.çöm/ßäçkgröünd.png' ör " -"'/stätïç/ßäçkgröünd.png'. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone Layout" -msgstr "Zöné Läýöüt Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of columns" -msgstr "Nümßér öf çölümns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмє#" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of rows" -msgstr "Nümßér öf röws Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of columns and rows." -msgstr "Nümßér öf çölümns änd röws. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone Size" -msgstr "Zöné Sïzé Ⱡ'σяєм ιρѕυм ∂σł#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone width" -msgstr "Zöné wïdth Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone height" -msgstr "Zöné héïght Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: templates/html/drag_and_drop_edit.html -msgid "Size of a single zone in pixels." -msgstr "" -"Sïzé öf ä sïnglé zöné ïn pïxéls. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" - -#: templates/html/drag_and_drop_edit.html -msgid "Generate image and zones" -msgstr "Généräté ïmägé änd zönés Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" - -#: templates/html/drag_and_drop_edit.html -msgid "Background description" -msgstr "Bäçkgröünd désçrïptïön Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" - -#: templates/html/drag_and_drop_edit.html -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" -"\n" -" Pléäsé prövïdé ä désçrïptïön öf thé ïmägé för nön-vïsüäl üsérs.\n" -" Thé désçrïptïön shöüld prövïdé süffïçïént ïnförmätïön tö ällöw änýöné\n" -" tö sölvé thé prößlém évén wïthöüt sééïng thé ïmägé.\n" -" Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone labels" -msgstr "Zöné läßéls Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: templates/html/drag_and_drop_edit.html -msgid "Display label names on the image" -msgstr "" -"Dïspläý läßél nämés ön thé ïmägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone borders" -msgstr "Zöné ßördérs Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: templates/html/drag_and_drop_edit.html -msgid "Display zone borders on the image" -msgstr "" -"Dïspläý zöné ßördérs ön thé ïmägé Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тє#" - -#: templates/html/drag_and_drop_edit.html -msgid "Display zone borders when dragging an item" -msgstr "" -"Dïspläý zöné ßördérs whén dräggïng än ïtém Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone definitions" -msgstr "Zöné défïnïtïöns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" - -#: templates/html/drag_and_drop_edit.html -msgid "Add a zone" -msgstr "Àdd ä zöné Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: templates/html/drag_and_drop_edit.html -msgid "Items" -msgstr "Ìtéms Ⱡ'σяєм ιρѕ#" - -#: templates/html/drag_and_drop_edit.html -msgid "Item definitions" -msgstr "Ìtém défïnïtïöns Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αм#" - -#: templates/html/drag_and_drop_edit.html -msgid "Add an item" -msgstr "Àdd än ïtém Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: templates/html/drag_and_drop_edit.html -msgid "Continue" -msgstr "Çöntïnüé Ⱡ'σяєм ιρѕυм ∂#" - -#: templates/html/drag_and_drop_edit.html -msgid "Save" -msgstr "Sävé Ⱡ'σяєм ι#" - -#: templates/html/drag_and_drop_edit.html -msgid "Cancel" -msgstr "Çänçél Ⱡ'σяєм ιρѕυ#" - -#: utils.py -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Ýöür hïghést sçöré ïs {score} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" - -#: utils.py -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" -"Fïnäl ättémpt wäs üséd, hïghést sçöré ïs {score} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт " -"αмєт, ¢σηѕє¢тєтυя #" - -#: utils.py -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "" -"Çörréçtlý pläçéd {correct_count} ïtém Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" -msgstr[1] "" -"Çörréçtlý pläçéd {correct_count} ïtéms Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" - -#: utils.py -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Mïspläçéd {misplaced_count} ïtém Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт#" -msgstr[1] "Mïspläçéd {misplaced_count} ïtéms Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" - -#: utils.py -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "" -"Mïspläçéd {misplaced_count} ïtém (mïspläçéd ïtém wäs rétürnéd tö thé ïtém " -"ßänk) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α#" -msgstr[1] "" -"Mïspläçéd {misplaced_count} ïtéms (mïspläçéd ïtéms wéré rétürnéd tö thé ïtém" -" ßänk) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: utils.py -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -"Dïd nöt pläçé {missing_count} réqüïréd ïtém Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢т#" -msgstr[1] "" -"Dïd nöt pläçé {missing_count} réqüïréd ïtéms Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тє#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Submitting" -msgstr "Süßmïttïng Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: public/js/drag_and_drop.js -msgid "Unknown Zone" -msgstr "Ûnknöwn Zöné Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: public/js/drag_and_drop.js -msgid "Placed in: {zone_title}" -msgstr "Pläçéd ïn: {zone_title} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт#" - -#: public/js/drag_and_drop.js -msgid "Correctly placed in: {zone_title}" -msgstr "Çörréçtlý pläçéd ïn: {zone_title} Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" - -#: public/js/drag_and_drop.js -msgid ", draggable, grabbed" -msgstr ", dräggäßlé, gräßßéd Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: public/js/drag_and_drop.js -msgid ", draggable" -msgstr ", dräggäßlé Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: public/js/drag_and_drop.js -msgid "No items placed here" -msgstr "Nö ïtéms pläçéd héré Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: public/js/drag_and_drop.js -msgid "Items placed here: " -msgstr "Ìtéms pläçéd héré: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" - -#: public/js/drag_and_drop.js -msgid ", dropzone" -msgstr ", dröpzöné Ⱡ'σяєм ιρѕυм ∂σłσ#" - -#: public/js/drag_and_drop.js -msgid "droppable" -msgstr "dröppäßlé Ⱡ'σяєм ιρѕυм ∂σł#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Feedback" -msgstr "Féédßäçk Ⱡ'σяєм ιρѕυм ∂#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Explanation" -msgstr "Éxplänätïön Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Close" -msgstr "Çlösé Ⱡ'σяєм ιρѕ#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Keyboard Help" -msgstr "Kéýßöärd Hélp Ⱡ'σяєм ιρѕυм ∂σłσя ѕι#" - -#: public/js/drag_and_drop.js -msgid "This is a screen reader-friendly problem." -msgstr "" -"Thïs ïs ä sçréén réädér-frïéndlý prößlém. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: public/js/drag_and_drop.js -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" -"Dräg änd Dröp prößléms çönsïst öf dräggäßlé ïtéms änd dröpzönés. Ûsérs " -"shöüld séléçt ä dräggäßlé ïtém wïth théïr kéýßöärd änd thén nävïgäté tö än " -"äppröprïäté dröpzöné tö dröp ït. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя " -"α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα" -" αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ " -"ηιѕι υт αłιqυιρ єχ єα ¢σммσ∂σ ¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη " -"яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт єѕѕє ¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυłłα " -"ραяιαтυя. єχ¢єρтєυя ѕιηт σ¢¢αє¢αт ¢υρι∂αтαт ηση ρяσι∂єηт, ѕυηт ιη #" - -#: public/js/drag_and_drop.js -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" -"Ýöü çän çömplété thïs prößlém üsïng önlý ýöür kéýßöärd ßý föllöwïng thé " -"güïdänçé ßélöw: Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" - -#: public/js/drag_and_drop.js -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" -"Ûsé önlý TÀB änd SHÌFT+TÀB tö nävïgäté ßétwéén dräggäßlé ïtéms änd dröp " -"zönés. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: public/js/drag_and_drop.js -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" -"Préss ÇTRL+M tö séléçt ä dräggäßlé ïtém (éfféçtïvélý pïçkïng ït üp). Ⱡ'σяєм " -"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя #" - -#: public/js/drag_and_drop.js -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" -"Nävïgäté üsïng TÀB änd SHÌFT+TÀB tö thé äppröprïäté dröpzöné änd préss " -"ÇTRL+M önçé möré tö dröp ït héré. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: public/js/drag_and_drop.js -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" -"Préss ÉSÇ ïf ýöü wänt tö çänçél thé dröp öpérätïön (för éxämplé, tö séléçt ä" -" dïfférént ïtém). Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" - -#: public/js/drag_and_drop.js -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" -"TÀB ßäçk tö thé lïst öf dräggäßlé ïtéms änd répéät thïs pröçéss üntïl äll öf" -" thé dräggäßlé ïtéms hävé ßéén pläçéd ön théïr réspéçtïvé dröpzönés. Ⱡ'σяєм " -"ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢ιηg єłιт, ѕє∂ ∂σ єιυѕмσ∂ тємρσя " -"ιη¢ι∂ι∂υηт υт łαвσяє єт ∂σłσяє мαgηα αłιqυα. υт єηιм α∂ мιηιм νєηιαм, qυιѕ " -"ησѕтяυ∂ єχєя¢ιтαтιση υłłαм¢σ łαвσяιѕ ηιѕι υт αłιqυιρ єχ єα ¢σммσ∂σ " -"¢σηѕєqυαт. ∂υιѕ αυтє ιяυяє ∂σłσя ιη яєρяєнєη∂єяιт ιη νσłυρтαтє νєłιт єѕѕє " -"¢ιłłυм ∂σłσяє єυ ƒυgιαт ηυłłα ραяιαтυя. єχ¢єρтєυя ѕιηт σ¢¢αє¢αт ¢υρι∂αтαт " -"ηση ρяσι∂єηт, ѕυηт ιη ¢υłρα qυι σƒƒι¢ια ∂єѕєяυηт мσłłιт αηιм ι∂ є#" - -#: public/js/drag_and_drop.js -msgid "You have used {used} of {total} attempts." -msgstr "" -"Ýöü hävé üséd {used} öf {total} ättémpts. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєт#" - -#: public/js/drag_and_drop.js -msgid "Submit" -msgstr "Süßmït Ⱡ'σяєм ιρѕυ#" - -#: public/js/drag_and_drop.js -msgid "Show Answer" -msgstr "Shöw Ànswér Ⱡ'σяєм ιρѕυм ∂σłσя #" - -#: public/js/drag_and_drop.js -msgid "Actions" -msgstr "Àçtïöns Ⱡ'σяєм ιρѕυм #" - -#: public/js/drag_and_drop.js -msgid "Go to Beginning" -msgstr "Gö tö Bégïnnïng Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт α#" - -#: public/js/drag_and_drop.js -msgid "Reset" -msgstr "Rését Ⱡ'σяєм ιρѕ#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Some of your answers were not correct." -msgstr "" -"Sömé öf ýöür änswérs wéré nöt çörréçt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя#" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Hints:" -msgstr "Hïnts: Ⱡ'σяєм ιρѕυ#" - -#: public/js/drag_and_drop.js -msgid "Correct" -msgstr "Çörréçt Ⱡ'σяєм ιρѕυм #" - -#: public/js/drag_and_drop.js -msgid "Incorrect" -msgstr "Ìnçörréçt Ⱡ'σяєм ιρѕυм ∂σł#" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} pöïnt (grädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢#" -msgstr[1] "" -"{earned}/{possible} pöïnts (grädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σ#" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -"{earned}/{possible} pöïnt (üngrädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢ση#" -msgstr[1] "" -"{earned}/{possible} pöïnts (üngrädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕ#" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -"{possible} pöïnt pössïßlé (grädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє#" -msgstr[1] "" -"{possible} pöïnts pössïßlé (grädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -"{possible} pöïnt pössïßlé (üngrädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" -msgstr[1] "" -"{possible} pöïnts pössïßlé (üngrädéd) Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢т#" - -#: public/js/drag_and_drop.js -msgid "Drag and Drop Problem" -msgstr "Dräg änd Dröp Prößlém Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, #" - -#: public/js/drag_and_drop.js -msgid "Problem" -msgstr "Prößlém Ⱡ'σяєм ιρѕυм #" - -#: public/js/drag_and_drop.js -msgid "Item Bank" -msgstr "Ìtém Bänk Ⱡ'σяєм ιρѕυм ∂σł#" - -#: public/js/drag_and_drop.js -msgid "Drop Targets" -msgstr "Dröp Tärgéts Ⱡ'σяєм ιρѕυм ∂σłσя ѕ#" - -#: public/js/drag_and_drop.js -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" -"Àn érrör öççürréd. Ûnäßlé tö löäd dräg änd dröp prößlém. Ⱡ'σяєм ιρѕυм ∂σłσя " -"ѕιт αмєт, ¢σηѕє¢тєтυя α#" - -#: public/js/drag_and_drop.js -msgid "You cannot add any more items to this zone." -msgstr "" -"Ýöü çännöt ädd äný möré ïtéms tö thïs zöné. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυя #" - -#: public/js/drag_and_drop_edit.js public/js/drag_and_drop_edit.js -#: public/js/drag_and_drop_edit.js -msgid "There was an error with your form." -msgstr "" -"Théré wäs än érrör wïth ýöür förm. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: public/js/drag_and_drop_edit.js -msgid "Please check over your submission." -msgstr "" -"Pléäsé çhéçk övér ýöür süßmïssïön. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" - -#: public/js/drag_and_drop_edit.js -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zöné {num} Ⱡ'σяєм ιρѕυм ∂#" -msgstr[1] "Zöné {num} Ⱡ'σяєм ιρѕυм ∂#" - -#: public/js/drag_and_drop_edit.js -msgid "Please check the values you entered." -msgstr "" -"Pléäsé çhéçk thé välüés ýöü éntéréd. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, " -"¢σηѕє¢тєтυ#" - -#: public/js/drag_and_drop_edit.js -msgid "Saving" -msgstr "Sävïng Ⱡ'σяєм ιρѕυ#" diff --git a/drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.mo deleted file mode 100644 index 4051b374105465b45ee3a0820389396564f68a36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18375 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 R%0FV!$LMhRq91wF{{wCtM`Qp1 diff --git a/drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.po deleted file mode 100644 index 8ffbacec4..000000000 --- a/drag_and_drop_v2/conf/locale/es_419/LC_MESSAGES/text.po +++ /dev/null @@ -1,766 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Albeiro Gonzalez , 2018 -# Ana Garcia, 2022 -# Ana Garcia, 2022 -# Jorge Mora Henao , 2018 -# Juan Camilo Montoya Franco , 2017,2021 -# OpenCraft OpenCraft , 2021 -# Yovany Alexander Álvarez Correa , 2018 -# Yovany Alexander Álvarez Correa , 2018 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Ana Garcia, 2022\n" -"Language-Team: Spanish (Latin America) (http://www.transifex.com/open-edx/xblocks/language/es_419/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es_419\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Un triángulo isósceles con tres capas de altura similar. Se muestra vertical, por lo que la capa más ancha se encuentra en la parte inferior y la capa más estrecha se encuentra en la parte superior." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "Zona superior" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "Zona media" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "Zona inferior" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Use esta zona para asociar un ítem con la parte superior del triangulo." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Use esta zona para asociar un ítem con la parte media del triangulo." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Use esta zona para asociar un ítem con la parte inferior del triangulo." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Correcto! Este objeto pertenece a la Zona superior." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Correcto! Este objeto pertenece a la Zona del medio." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Correcto! Este objeto pertenece a la Zona inferior." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "No. Este ítem no pertenece aquí. Intenta nuevamente" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "No. No hay ninguna zona para este ítem." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Por supuesto que va acá! Va en cualquier parte!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Va en la parte superior" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Va en la parte media" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Va en la parte inferior" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Va en cualquier parte" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "No va en ninguna parte" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Arrastra los elementos y ubicalos en la imagen de abajo" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Buen trabajo! Has completado este ejercicio de arrastrar y soltar" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Título" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "El título del problema de arrastrar y soltar. El título se muestra a los alumnos." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Arrastrar y soltar" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Modo" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Modo Estándar: el problema proporciona retroalimentación inmediata cada vez que el estudiante suelta un elemento en una zona. Modo evaluación: el problema proporciona retroalimentación sólo después de que el estudiante suelte todos los elementos arrastrables en las zonas." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Estándar" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Evaluación" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Máximos intentos" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Define el número de veces que un estudiante puede intentar responder a este problema. Si el valor no está establecido, se permiten intentos infinitos." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Mostrar título" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "¿Mostrar el título al estudiante?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Texto del problema" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "Descripción del problema o instrucciones mostradas al estudiante" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Mostrar \"Problema\" en el encabezado" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "¿Mostrar la palabra \"Problema\" sobre el texto del problema?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "Mostrar respuesta" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "Defina cuándo mostrar la respuesta al problema. Se puede establecer un valor predeterminado en Configuración avanzada. Para revertir la configuración de un valor personalizado, elija la opción \"Por defecto\"" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "Por defecto" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "Siempre" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "Respondido" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "Intentado o Vencido" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "Cerrado" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "Finalizado" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "Correcto o fecha vencida" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "Vencido" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "Nunca" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "Después de todos los Intentos" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "Después de todos los intentos o de corregir" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "Intentos" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Valor del problema" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Define el número de puntos que vale este problema." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Color de fondo para los items" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "El color de fondo de los elementos arrastrables (ejemplo: 'blue' o '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Color de texto para los items" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Color de texto para los elementos arrastrables (ejemplo: 'white' o '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Máximo de objetos por zona" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Esta configuración limita el número de items que pueden ser colocados en una zona" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Datos del problema" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "Información sobre las zonas, los ítems, los comentarios, la explicación y la imagen de fondo de este problema. Esta información se deriva de la entrada que el autor del curso proporciona a través del editor interactivo cuando configura el problema." - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Información sobre las posiciones actuales de los elementos que un alumno ha soltado en la imagen de destino." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Número de intentos de estudiante usados" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Indica si un alumno ha completado el problema al menos una vez" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "DEPRECADO. Mantiene el máximo puntaje alcanzado por un estudiante como un valor ponderado." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Mantiene el máximo puntaje alcanzado por un estudiante como un número entre 0 y 1." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "Máximo puntaje posible para este problema, como un número entre 0 y 1." - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Modo DnDv2 desconocido {mode} - el curso está mal configurado" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "El handlre show_answer sólo debe ser llamado para el modo calificable" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "La respuesta no está disponible" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "El hendler do_attempt sólo debe ser llamado para el modo calificable" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Máximo número de intentos alcanzado" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "La fecha límite de envío ya pasó." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Cargando problema de arrastrar y soltar." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Configuraciones básicas" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "(heredado de Configuración avanzada)" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Retroalimentación inicial" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Retroalimentación final" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "Texto explicativo" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zonas" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Imagen de fondo" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Incluya una imagen personalizada" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Generar imagen automáticamente" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL de imagen de fondo" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Cambiar imagen de fondo" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Por ejemplo, 'http://example.com/background.png' o '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Distribución de zonas" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Número de columnas" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Número de filas" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Número de columnas y filas." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Tamaño de la zona" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Ancho de la zona" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Altura de la zona" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Tamaño de la zona en pixeles." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Generar imagen y zonas" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Descripción del fondo" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n Proporcione una descripción de la imagen para usuarios con discapacidad visual.\n La descripción debe proporcionar información suficiente para que cualquiera \n pueda resolver el problema incluso sin ver la imagen.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Etiquetas de las zonas" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Mostrar los nombres de las zonas en la imagen" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Margenes de la zona" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Mostrar los margenes de la zona en la imagen" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "Mostrar los bordes de la zona al arrastrar un elemento" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definición de las zonas" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Añadir zona" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Items" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Definición de objetos" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Añadir un item" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continuar" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Guardar" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Cancelar" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Tu puntaje más alto es {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Se ha utilizado el último intento. Su puntaje máximo fué {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} elemento correctamente colocado" -msgstr[1] "{correct_count} elementos correctamente colocados" -msgstr[2] "{correct_count} elementos correctamente colocados" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Colocó incorrectamente {misplaced_count} ítem" -msgstr[1] "Colocó incorrectamente {misplaced_count} ítems" -msgstr[2] "Colocó incorrectamente {misplaced_count} ítems" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} artículo perdido. Los artículos perdidos se devolvieron al banco de artículos." -msgstr[1] "{misplaced_count} artículos perdidos. Los artículos perdidos se devolvieron al banco de artículos." -msgstr[2] "{misplaced_count} artículos perdidos. Los artículos perdidos se devolvieron al banco de artículos." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "No colocó {missing_count} ítem requerido" -msgstr[1] "No colocó {missing_count} ítems requeridos" -msgstr[2] "No colocó {missing_count} ítems requeridos" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Enviando" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Zona desconocida" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Ubicado en: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Ubicado correctamente en {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", arrastrable, tomado" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", arrastrable" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "No se colocaron objetos acá" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Objetos colocados acá:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", zona para soltar los ítems" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "objeto arrastrable" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Retroalimentación" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "Explicación" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Cerrar" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Ayuda de teclado" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Este tipo de problema es compatible con los lectores de pantalla." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Los problemas de arrastrar y soltar contienen elementos arrastrables y zonas. Los usuarios deben seleccionar un elemento arrastrable con el teclado y llevarlo a una zona adecuada para soltarlos." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Puede completar este problema usando únicamente su teclado y siguiendo las recomendaciones a continuación:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Utilice sólo las teclas TAB y SHIFT + TAB para navegar entre los elementos arrastrables y las zonas." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Presione CTRL + M para seleccionar un elemento arrastrable (para seleccionarlo efectivamente)." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Navegue usando TAB y MAYÚS + TAB a la zona desplegable apropiada y presione CTRL + M nuevamente para dejarlo en esa zona." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Presione ESC si desea cancelar la operación de soltar (por ejemplo, para seleccionar un elemento diferente)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "Use la tecla TAB para volver a la lista de elementos arrastrables y repetir este proceso hasta que todos los elementos arrastrables estén en sus respectivas zonas." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Usted ha usado {used} de {total} intentos." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Enviar" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Mostrar Respuesta" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Acciones" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Ir al comienzo" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Reiniciar" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Algunas de sus respuestas no fueron correctas." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Sugerencias:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Correcto" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Incorrecto" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} punto (calificado)" -msgstr[1] "{earned}/{possible} puntos (calificado)" -msgstr[2] "{earned}/{possible} puntos (calificado)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} punto (no calificado)" -msgstr[1] "{earned}/{possible} puntos (no calificado)" -msgstr[2] "{earned}/{possible} puntos (no calificado)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} punto posible (calificado)" -msgstr[1] "{possible} puntos posibles (calificado)" -msgstr[2] "{possible} puntos posibles (calificado)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} punto posible (no calificado)" -msgstr[1] "{possible} puntos posibles (no calificado)" -msgstr[2] "{possible} puntos posibles (no calificado)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Problema de Arrastrar y Soltar" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Problema" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Items" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Zonas para soltar" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Ocurrió un error. No fue posible cargar el problema de arrastrar y soltar." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "No puedes añadir más objetos a esta zona." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Ha habido un error con su formulario." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Por favor revise nuevamente su envío" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zona {num}" -msgstr[1] "Zona {num}" -msgstr[2] "Zona {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Por favor revise los valores ingresados." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Guardando" diff --git a/drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.mo deleted file mode 100644 index 3b63d993fbd2dfa2df0cce46c993f455ed6262de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16671 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 VuU^BUMt6CZ!PZ~@>ctIv{vYN1&4T~{ diff --git a/drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.po deleted file mode 100644 index 647bc6515..000000000 --- a/drag_and_drop_v2/conf/locale/fr/LC_MESSAGES/text.po +++ /dev/null @@ -1,766 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# Abdessamad Derraz , 2021-2022 -# alexis swyngedauw, 2022 -# bill jambon , 2016 -# John Burke , 2018 -# moocit-france , 2019 -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# OpenCraft OpenCraft , 2021 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: alexis swyngedauw, 2022\n" -"Language-Team: French (http://www.transifex.com/open-edx/xblocks/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Un triangle isocèle avec trois niveaux de même hauteur. Il est montré la base en bas, et donc le plus large niveau est situé à la base, alors que le niveau le plus étroit est situé au sommet." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "La zone du haut" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "La zone du milieu" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "La zone du bas" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Utilisez cette zone pour y associer un élément au niveau au sommet du triangle." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Utilisez cette zone pour y associer un élément au niveau au milieu du triangle." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Utilisez cette zone pour associer un élément au niveau à la base du triangle." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Correct! Celui-ci appartient à la zone supérieur." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Correct! Celui-ci appartient à la zone du milieu." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Correct! Celui-ci appartient à la zone inférieure." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Non, cet élément n'appartient pas là. Essayez encore." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Il n'y a pas de zone pour celui-là." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Bien sûr qu'il va là ! Il peut aller n'importe où !" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Va au sommet" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Va au milieu" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Va en bas" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Va n'importe où" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Je ne vais nulle part" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Glissez cet élément sur l'image ci-dessus." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Bon travail! Vous avez complété cet exercice de glisser-déposer." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Titre" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "Le titre de l'exercice de glisser-déplacer. Ce titre est affiché aux étudiants." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Glisser Déposer" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Mode" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Mode standard : l'exercice fait immédiatement un commentaire à chaque fois que l'étudiant déplace un élément dans une zone cible. Mode d'évaluation : l'exercice fait un commentaire une fois que l'étudiant déplace tous les éléments disponibles dans les zones cibles." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Standard" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Évaluation" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Nombre d'essais maximum" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Définit le nombre de fois qu'un étudiant peut essayer de répondre au problème. Si aucune valeur n'est précisée, un nombre infini d'essais est autorisé." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Afficher le titre" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Afficher le titre aux étudiants ?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Problème écrit" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "La description du problème ou les instructions affichées à l'étudiant." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Montrer l'en-tête du « Problème »" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Afficher l'en-tête « Problème » au dessus du texte du problème ?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Poids du problème" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Définir le nombre de points pour lequel ce problème compte." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Élément couleur de fond" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "La couleur de fond des éléments glissables dans l'exercice (par exemple : 'bleu' ou '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Élément couleur du texte" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "La couleur de texte à employer pour les éléments glissables (par exemple : 'blanc' ou '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Nombre maximum d'éléments par zone" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Ce paramètre limite le nombre d'éléments pouvant être déposés dans une seule zone." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Données du problème" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Information à propos des emplacements actuels d'éléments déposés par l'étudiant sur l'image cible." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Nombre de tentatives faites par l'étudiant" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Indique si l'étudiant a terminé ce problème au moins une fois" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "DÉCONSEILLÉ. Conserve le score maximum atteint par l'étudiant en tant que valeur pondérée." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Conserve le score maximum atteint par l'étudiant en tant que valeur brute entre 0 et 1." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "Note maximale disponible du problème sous forme de valeur brute entre 0 et 1." - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Mode {mode} DnDv2 inconnu - cours mal-configuré" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "responsable de réponses à montrer show_answer à contacter uniquement en mode d'évaluation" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "responsable de tentatives faites do_attempt à contacter uniquement en mode d'évaluation" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Nombre maximum de tentatives atteint" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "La date limite de soumission est passée." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Chargement de l'exercice de glisser-déplasser." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Paramètres de base" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Commentaire d'instructions" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Commentaire final" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zones" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Image de fond" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Fournissez une image personnalisée" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Générer automatiquement une image" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL du fond" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Changer de fond" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Par exemple, « http://example.com/background.png » ou « /static/background.png »." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Disposition des zones" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Le nombre de colonnes" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Le nombre de rangées" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Le nombre de colonnes et de rangées." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Taille de la zone" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Largeur de la zone" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Hauteur de la zone" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Taille d'une seule zone en pixels." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Générer l'image et les zones" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Description du fond" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n Veuillez fournir une description de l'image pour les utilisateurs.\n La description devrait être assez complète pour permettre à quiconque\n de résoudre ce problème même sans avoir vu l'image.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Labels des zones" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Afficher les noms de label sur l'image" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Bordures de zone" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Afficher les bordures de zone sur l'image" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Définition des zones" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Ajouter une zone" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Éléments" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Définitions des éléments" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Ajouter un élément" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continuer" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Enregistrer" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Annuler" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Votre score le plus élevé est de {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Vous avez utilisé votre dernière tentative, votre score le plus élevé est de {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} élément correctement placé" -msgstr[1] "{correct_count} éléments correctement placés" -msgstr[2] "{correct_count} éléments correctement placés" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count} élément mal placé" -msgstr[1] "{misplaced_count} éléments mal placés" -msgstr[2] "{misplaced_count} éléments mal placés" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} élément mal placé. Cet élément est de nouveau disponible." -msgstr[1] "{misplaced_count} éléments mal placés. Ces éléments sont de nouveaux disponibles." -msgstr[2] "{misplaced_count} éléments mal placés. Ces éléments sont de nouveaux disponibles." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "{missing_count} élément requis n'a pas été positionné" -msgstr[1] "{missing_count} éléments requis n'ont pas été positionnés" -msgstr[2] "{missing_count} éléments requis n'ont pas été positionnés" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Réponse" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Zone inconnue" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Placé dans : {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Placé correctement dans : {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", glissable, saisi" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", glissable" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "Aucun élément placé ici" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Éléments placés ici:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "zone de dépôt" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "déposable" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Commentaire" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "Explication" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Fermer" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Aide clavier" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Il s'agit d'un problème facile à lire à l'écran." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Les exercices de Glisser-Déposer est composé d'éléments glissables et de zones de dépôt. Les utilisateurs devront sélectionner un élément glissable avec leur clavier et le diriger vers une zone de dépôt acceptable afin de le déposer." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Vous pouvez régler ce problème en utilisant votre propre clavier selon les instructions ci-dessous :" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Utilisez seulement TAB et MAJ+TAB pour naviguer entre les éléments glissables et les zones de dépôt." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Appuyez sur CTRL+M pour sélectionnez un élément glissable (le ramassant vraiment)." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Naviguez en utilisant TAB et SHIFT+TAB jusqu'à la zone de dépôt adéquate et appuyez sur CTRL+M encore une fois pour la déposer là." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Appuyez sur ESC si vous voulez annuler l'opération de dépôt (par exemple, pour sélectionner un autre élément)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "Appuyez à nouveau sur TAB pour revenir à la liste d’éléments glissables et répétez cette procédure jusqu’à ce que tous les éléments glissables aient été placés dans leur propre zone de dépôt." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Vous avez utilisé {used} de vos {total} tentatives." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Envoyer" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Afficher la réponse" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Actions" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Revenir au début" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Réinitialiser" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Certaines de vos réponses n'étaient pas correctes." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Astuces:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Correcte" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Incorrect" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} point (noté)" -msgstr[1] "{earned}/{possible} points (notés)" -msgstr[2] "{earned}/{possible} points (notés)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} point (non noté)" -msgstr[1] "{earned}/{possible} points (non notés)" -msgstr[2] "{earned}/{possible} points (non notés)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} point éventuel (noté)" -msgstr[1] "{possible} points éventuels (notés)" -msgstr[2] "{possible} points éventuels (notés)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} point éventuel (non noté)" -msgstr[1] "{possible} points éventuels (non notés)" -msgstr[2] "{possible} points éventuels (non notés)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Problème de glisser-déposer" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Exercice" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Banque d'éléments" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Cibles de dépôt" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Une erreur est survenue. Impossible de charger l'exercice de glisser-déposer." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "Vous ne pouvez plus ajouter d’éléments à cette zone." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Il y avait une erreur avec votre formulaire." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Veuillez vérifier vos réponses" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zone {num}" -msgstr[1] "Zone {num}" -msgstr[2] "Zone {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Veuillez vérifier les valeurs que vous avez saisies." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Enregistrement" diff --git a/drag_and_drop_v2/conf/locale/fr_CA/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/fr_CA/LC_MESSAGES/text.mo deleted file mode 100644 index 6b715e073220c280f0dd3be6f505a875a8d36eb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18883 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, 2017 -# Pierre Mailhot , 2017,2020-2022 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Pierre Mailhot , 2017,2020-2022\n" -"Language-Team: French (Canada) (http://www.transifex.com/open-edx/xblocks/language/fr_CA/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr_CA\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Un triangle isocèle avec trois segments de hauteur similaire. Il est représenté en position verticale, de sorte que le segment le plus large se trouve en bas et que le segment le plus étroit se trouve en haut." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "La zone supérieure" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "La zone intermédiaire" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "La zone inférieure" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Utilisez cette zone pour associer un élément avec le segment supérieur du triangle." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Utilisez cette zone pour associer un élément avec le segment intermédiaire du triangle." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Utilisez cette zone pour associer un élément avec le segment inférieur du triangle." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Correct! Celui-ci appartient à la zone supérieur." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Correct! Celui-ci appartient à la zone du milieu." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Correct! Celui-ci appartient à la zone inférieure." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Non, cet élément ne se place pas ici. Réessayez." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Vous êtes bête, il n'y a aucune zone pour celui-ci." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Bien sûr que ça va ici! Ça va n'importe où!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Va en haut" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Va au milieu" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Va en bas" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Va n'importe où" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Je n'appartiens à aucun endroit" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Faites glisser les éléments sur l'image ci-dessus." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Bon travail! Vous avez complété ce problème de glisser-déposer." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Titre" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "Le titre du problème de glisser-déposer. Le titre est affiché aux apprenants." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Glisser Déposer" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Mode" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Mode standard: ce problème fournit une rétroaction immédiate à chaque fois qu'un apprenant dépose un élément sur une zone cible. Mode d'évaluation: ce problème fournit une rétroaction seulement après qu'un apprenant ait déposé tous les éléments disponibles sur les zones cibles." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Standard" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Évaluation" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Nombre maximal de tentatives" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Définit le nombre de fois où un étudiant peut tenter de répondre à ce problème. Si cette valeur n'est pas définie, un nombre infini de tentatives est permis." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Afficher le titre" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Afficher le titre à l'apprenant?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Texte du problème" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "La description du problème ou les instructions montrées à l'apprenant." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Montrer l'en-tête « Problème »" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Afficher l'en-tête « Problème » au-dessus du texte du problème?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "Afficher la réponse" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "Définit quand afficher la réponse au problème. Une valeur de défaut peut être définie dans les paramètres avancés. Pour annuler la définition d'une valeur personnalisée, choisissez l'option \"Par défaut\"." - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "Défaut" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "Toujours" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "Répondu" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "Tenté ou en retard" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "Fermé" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "Terminé" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "Correct ou en retard" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "En retard" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "Jamais" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "Après toutes les tentatives" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "Après toutes les tentatives ou correct" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "Tenté" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Poids du problème" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Définit le nombre de points que le problème vaut." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Couleur d'arrière-plan de l'élément" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "Couleur d'arrière-plan des éléments à glisser-déposer dans le problème (exemple: 'blue' ou '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Couleur du texte de l'élément" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Couleur du texte à utiliser pour les éléments à glisser-déposer (exemple: 'white' ou '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Nombre maximum d'éléments par zone" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Ce paramètre limite le nombre d'éléments pouvant être déposés dans une seule zone." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Données du problème" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "Informations sur les zones, les éléments, les commentaires, les explications et le fonds d'écran pour ce problème. Ces informations sont dérivées des données fournies par l'auteur du cours via l'éditeur interactif lors de la configuration du problème." - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Informations concernant les positions actuelles des éléments qu'un apprenant a déposés sur l'image cible." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Nombre de tentatives utilisées par l'apprenant" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Indique si un apprenant a complété le problème au moins une fois" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "DÉCONSEILLÉ. Conserve le score maximum atteint par l'étudiant en tant que valeur pondérée." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Conserve le score maximum atteint par l'étudiant en tant que valeur brute entre 0 et 1." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "Note maximale disponible du problème sous forme de valeur brute entre 0 et 1." - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Mode {mode} DnDv2 inconnu - le cours est mal configuré" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "show_answer ne doit être utilisé que pour le mode d'évaluation" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "La réponse est indisponible" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "do_attempt ne doit être utilisé que pour le mode d'évaluation" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Nombre maximal de tentatives atteint" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "La date limite de soumission est passée." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Chargement du problème de glisser-déposer." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Paramètres de base" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "(hérité des Paramètres Avancés)" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Rétroaction préliminaire" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Rétroaction finale" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "Texte d'explication" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zones" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Image de fond" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Fournissez une image personnalisée" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Générer automatiquement une image" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL de fond" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Changer le fond" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Par exemple, 'http://example.com/background.png' ou '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Disposition des zones" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Le nombre de colonnes" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Le nombre de rangées" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Le nombre de colonnes et de rangées." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Taille de la zone" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Largeur de la zone" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Hauteur de la zone" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Taille d'une seule zone en pixels." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Générer l'image et les zones" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Description du fond" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\nSVP veuillez fournir une description de l'image pour les utilisateurs non visuels. La description doit fournir suffisamment d'informations pour permettre à n'importe qui de résoudre le problème, même sans voir l'image." - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Étiquettes des zones" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Afficher les noms des étiquettes sur l'image" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Bordures des zones" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Afficher les bordures des zones sur l'image" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "Afficher les bordures de zone lors du déplacement d'un élément" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Définitions des zones" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Ajouter une zone" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Éléments" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Définitions des éléments" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Ajouter un élément" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continuer" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Enregistrer" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Annuler" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Votre score le plus élevé est {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "La dernière tentative a été utilisée, le score le plus élevé est {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} élément a été correctement placé" -msgstr[1] "{correct_count} éléments ont été correctement placés" -msgstr[2] "{correct_count} éléments ont été correctement placés" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count} élément n'a pas été correctement placé" -msgstr[1] "{misplaced_count} éléments n'ont pas été correctement placés" -msgstr[2] "{misplaced_count} éléments n'ont pas été correctement placés" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} élément n'a pas été correctement placé. L'élément mal placé a été retourné à la banque d'éléments." -msgstr[1] "{misplaced_count} éléments n'ont pas été correctement placés. Les éléments mal placés ont été retournés à la banque d'éléments." -msgstr[2] "{misplaced_count} éléments n'ont pas été correctement placés. Les éléments mal placés ont été retournés à la banque d'éléments." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Vous n'avez pas placé {missing_count} élément requis" -msgstr[1] "Vous n'avez pas placé {missing_count} éléments requis" -msgstr[2] "Vous n'avez pas placé {missing_count} éléments requis" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Soumission" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Zone inconnue" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Placé dans: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Correctement placé dans: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", glissable, saisi" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", glissable" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "Aucun élément placé ici" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Éléments placés ici:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", zone cible" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "déposable" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Rétroaction" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "Explication" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Fermer" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Aide clavier" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Il s'agit d'un problème facile à lire à l'écran." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Les problèmes de glisser-déposer consistent en des éléments à glisser-déposer et des zones pour déposer ces éléments. Les utilisateurs doivent sélectionner un élément à glisser-déposer avec leur clavier, puis naviguer à un endroit approprié pour le déposer." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Vous pouvez compléter ce problème en utilisant uniquement votre clavier en suivant les conseils ci-dessous:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Utilisez seulement TAB et SHIFT+TAB pour naviguer entre les éléments à glisser-déposer et les endroits pour les déposer." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Appuyez sur CTRL+M pour sélectionner un élément à glisser-déposer (pour le prendre correctement)" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Naviguez jusqu'à la zone de dépôt en utilisant TAB et SHIFT+TAB et appuyez sur CTRL+M une fois de plus pour déposer l'élément." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Appuyez sur ÉCHAP pour annuler l'opération (par exemple, pour sélectionner un autre élément)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "Appuyez sur TAB pour revenir à la liste des éléments à glisser-déposer et répétez ce processus jusqu'à ce que tous les éléments aient été placés dans leurs zones respectives." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Vous avez utilisé {used} essais sur {total}." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Soumettre" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Afficher la réponse" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Actions" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Aller au début" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Réinitialiser" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Certaines de vos réponses étaient incorrectes." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Indices : " - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Correct" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Incorrect" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} point (noté)" -msgstr[1] "{earned}/{possible} points (noté)" -msgstr[2] "{earned}/{possible} points (noté)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} point (pas noté)" -msgstr[1] "{earned}/{possible} points (pas noté)" -msgstr[2] "{earned}/{possible} points (pas noté)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} point possible (noté)" -msgstr[1] "{possible} points possibles (noté)" -msgstr[2] "{possible} points possibles (noté)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} point possible (pas noté)" -msgstr[1] "{possible} points possibles (pas noté)" -msgstr[2] "{possible} points possibles (pas noté)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Exercice de Glisser Déposer" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Exercice" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Banque d'éléments" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Cibles" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Une erreur est survenue. Impossible de charger le problème de glisser-déposer." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "Vous ne pouvez plus ajouter d’éléments à cette zone." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Une erreur s'est produite avec votre formulaire." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Veuillez SVP vérifier votre soumission." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zone {num}" -msgstr[1] "Zone {num}" -msgstr[2] "Zone {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Veuillez vérifier les valeurs que vous avez saisies." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Sauvegarde en cours" diff --git a/drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.mo deleted file mode 100644 index 77911ba7cf5fb07029cadbcdd07359a610d4ff40..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11388 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 OTzNGa-BZFjWBvzt)IjF| diff --git a/drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.po deleted file mode 100644 index bfe59f174..000000000 --- a/drag_and_drop_v2/conf/locale/he/LC_MESSAGES/text.po +++ /dev/null @@ -1,770 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# e2f_HE c1 , 2016 -# Omar Al-Ithawi , 2019 -# qualityalltext , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: qualityalltext , 2016\n" -"Language-Team: Hebrew (http://www.transifex.com/open-edx/xblocks/language/he/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "משולש שווה-שוקיים בעל שלוש שכבות בגובה דומה. הוא מוצג אנכית, כך שהשכבה הרחבה ביותר נמצאת בתחתית, והשכבה הצרה ביותר נמצאת למעלה." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "האזור העליון" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "האזור האמצעי" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "האזור התחתון" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "השתמש באזור זה על מנת לקשר פריט עם השכבה העליונה של המשולש." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "השתמש באזור זה על מנת לקשר פריט עם השכבה האמצעית של המשולש." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "השתמש באזור זה על מנת לקשר פריט עם השכבה התחתונה של המשולש." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "לא, פריט זה אינו שייך לכאן. יש לנסות שנית." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "אין אזורים עבור זה." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "בוודאי שזה לשם! זה מתאים בכל מקום!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "מתאים למעלה" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "מתאים למרכז" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "מתאים לתחתית" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "בכל מקום" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "אינני שייך לשום מקום" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "גרור את הפריטים אל התמונה למעלה." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "עבודה טובה! השלמת את בעיית הגרירה והשחרור הזו." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "כותרת" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "הכותרת של בעיית הגרירה והשחרור. הכותרת מוצגת ללומדים." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "גרירה ושחרור" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "מצב" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "מצב תקני: הבעיה מספקת משוב מיידי בכל פעם שתלמיד משחרר פריט באזור יעד. מצב הערכה: הבעיה מספקת משוב רק לאחר שתלמיד משחרר את כל הפריטים הזמינים באזורי היעד." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "תקן" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "הערכה" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "מספר נסיונות מרבי" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "מגדיר את מספר הפעמים בהן סטודנט יכול לנסות לענות על בעיה זו. אם הערך לא נקבע, יתאפשרו אינסוף ניסיונות." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "הצג כותרת" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "האם להציג את הכותרת ללומד?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "טקסט הבעיה" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "תיאור הבעיה או הוראות המוצגות ללומד." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "הצג כותרת \"בעיה\"" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "האם להציג את הכותרת \"בעיה\" מעל לטקסט הבעיה?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "צבע הרקע של הפריט" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "צבע הרקע של הפריטים הניתנים לגרירה בבעיה (לדוגמה: 'כחול' או '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "צבע הטקסט של הפריט" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "צבע הטקסט לשימוש עבור פריטים הניתנים לגרירה (דוגמה: 'לבן' או '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "נתוני הבעיה" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "מידע אודות מיקום נוכחי של פריטים שצריך הלומד לשחרר על תמונת המטרה." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "מספר הנסיונות שהלומד השתמש בהם" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "מציין האם השלים הלומד את הבעיה לפחות פעם אחת" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "מצב DnDv2 לא ידוע {mode} - הקורס אינו מוגדר" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "מדריך הראה_תשובה צריך להיות במצב הערכה בלבד" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "יש לקרוא למבצע do_attempt רק עבור מצב הערכה" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "אירעה חריגה ממספר הניסיונות המרבי" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "העלאת בעיית גרירה ושחרור." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "משוב פתיחה" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "משוב סופי" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "אזורים" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "כתובת URL של הרקע" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "שינוי רקע" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "לדוגמה, 'http://example.com/background.png' או '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "תיאור רקע" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n נא ספק תיאור של התמונה למשתמשים חסרי יכולת ויזואלית.\n התיאור חייב לספק מידע במידה מספקת ולאפשר לכל אחד\n לפתור את הבעיה גם מבלי לראות את התמונה.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "תוויות האזור" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "יש להציג את שמות התווית על התמונה" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "גבולות האזור" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "הצג את גבולות האזור על התמונה" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "הפרדות אזור" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "הוסף אזור" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "פריטים" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "הוסף פריט" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "המשך" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "שמירה" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "ביטול" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "נעשה שימוש בניסיון האחרון, הציון הגבוה ביותר הוא {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "פריט {correct_count} הונח נכון" -msgstr[1] " {correct_count} פריטים הונחו נכון" -msgstr[2] " {correct_count} פריטים הונחו נכון" -msgstr[3] " {correct_count} פריטים הונחו נכון" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "פריטי {misplaced_count} שאינם במקומם" -msgstr[1] "פריטי {misplaced_count} שאינם במקומם" -msgstr[2] "פריטי {misplaced_count} שאינם במקומם" -msgstr[3] "פריטי {misplaced_count} שאינם במקומם" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "פריט {misplaced_count} שהונח לא נכון. הפריט שהונח לא נכון הוחזר לבנק הפריטים." -msgstr[1] " {misplaced_count} פריטים שהונחו לא נכון. הפריטים שהונחו לא נכון הוחזרו לבנק הפריטים." -msgstr[2] " {misplaced_count} פריטים שהונחו לא נכון. הפריטים שהונחו לא נכון הוחזרו לבנק הפריטים." -msgstr[3] " {misplaced_count} פריטים שהונחו לא נכון. הפריטים שהונחו לא נכון הוחזרו לבנק הפריטים." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "לא הניח פריט דרוש {missing_count}" -msgstr[1] "לא הניח {missing_count} פריטים דרושים" -msgstr[2] "לא הניח {missing_count} פריטים דרושים" -msgstr[3] "לא הניח {missing_count} פריטים דרושים" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "ממוקם ב: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "ממוקם כהלכה ב: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "משוב" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "סגירה" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "מקלדת עזרה" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "השתמשת ב-{used} מתוך {total} ניסיונות." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "שלח" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "הצג תשובה" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "אתחל" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "חלק מהתשובות שלך אינן נכונות." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "נכון" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "לא נכון" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "בעיה" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "בנק פריטים" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "אירעה שגיאה. לא ניתן להעלות בעיית גרירה ושחרור." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "היתה שגיאה בטופס שלך." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "בדוק שנית את השליחה." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "שומר" diff --git a/drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.mo deleted file mode 100644 index 0ee4caf776ac92ba173596425f390689e46a6066..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2597 zcmbW0%a0UQ6vj*O*(xfEk3^F@2}B4}-P34zG#M8#fRi{ff%ciWsP4YgT~b}usk%K6 z9|<5TO318$1W7QVhKwj^Fu;%)-MH1nl^bKqKfsMkO^m;DtEYzn+*s-A@7{CI<2&EE z_1mgDjypV0@IJ-+EALv~)3@=*GjzM-+y$1wJHajBJ>c`;-QaHUJ#Y`W2K=#i{wMeV z`@g}*!FyNmf&-xB*#O=Fmcb&p30x0qQ1Z@#E5VbX_?-iV#}_@k1Qys|1Mdfa0449w z;0Ev)@J)JHLGY98Jq{lM-vMPm3ksjlK_9nvz<)r=yPBe+^=44)kr~J%8a~7;+>yw6kXLm4ujgS7WDdgZQE}Sgg>@Y` zJAx?D&WO`5AR$;eY)3J&sl=0ixJe8PkLx)Dyy-=BWMwv)? zVKRl2Y59rj#8EBK?V=hbgangb(AA2AFfuC9W>EPd>3yS>XN+!l3`t`)K@d&pM$s9G zy{3)CrJX3qMftYvHF2v&le*~a(z;Re>ieDDk&p^!rdm4I&Zufc;WI|nbP$Ej>+E5@ z*W0Khb;hEGc3z4GbIMYPKoSYZUaaIRswxe7P0tUD&YlTXkGgR}Ge$MVTU-XzXm7Vj zV!#>CC0IoDs`i^LsT>5H#B;u&308;8o9+#!Bj)zIcjxx8VBr|_be7`GZT*>mX=-Y!Xe8R7(9^|w)GkFG9lE+P zU7D_0f~BArUuyZK^@Xv~v7Jjzl#4?JxuIM+w>r~-rP0%-)Cm~MHdSwVOvDVoT;1hv zS@M%|6FPQxGWQ1RR@9c7Z~8nds^u5PgKq2v?ye|qClwWT>^2$RxJ~8D;dP-J7*^%= z+X_yWex0S~vbkgYt1LY(`?-&@^bjXs0?W+UPG{+N*5?4;gr4YoFJ$SpZ0-O)gfDQ4 z;iCLY?ym^LM0$abvoy8llpO4-Ps}|3*2lu7Ed4%9XEDqY2YhNP=W!B5E*!`}oRER7 zFtaCfN3-;bJ-?EBiWxq{5FiwwdSnn3u6f<_wjWYnu!*kb>3iYJ;Z`^I-a*>o#zhPDsY#2k`4|| zmVP4fi#>}7h;%u3>e)ZEEuJBqQ-*cG&h(V!c_>fPXCUcqT?Pgr*20N0$R?xBd0ohP zoyt;1BvR&A;yPW`yTn`+lD$T5j=oVI#E=_zGE2X;d8Ii~(()t~j20BOKG(BWtxIsh zx|B^u3h8UWvd+b3BMx%1~EnV~ONig8JQtfU`2`a-13nyOS!yVd-1P!1X_Z?G^;E I-fDEtzq~$S(f|Me diff --git a/drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.po deleted file mode 100644 index 528ff696c..000000000 --- a/drag_and_drop_v2/conf/locale/hi/LC_MESSAGES/text.po +++ /dev/null @@ -1,752 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Harshitha Parupudi , 2020 -# Priyanka M, 2019 -# Priyanka M, 2019 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Priyanka M, 2019\n" -"Language-Team: Hindi (http://www.transifex.com/open-edx/xblocks/language/hi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hi\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "शीर्ष क्षेत्र" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "नहीं, यह आइटम यहाँ नहीं है। पुनः प्रयास करें।" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "आप मूर्खतापूर्ण हैं, इसके लिए कोई क्षेत्र नहीं है।" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "कहीं भी चला जाता है |" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "कहीं भी चला जाता है |" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "मैं कहीं भी नहीं हूं" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "ऊपर की छवि पर आइटम खींचें।" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "शीर्षक" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "प्रणाली" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "इस समस्या का उत्तर देने के लिए एक छात्र कितनी बार कोशिश कर सकता है, इसे परिभाषित करता है। यदि मान सेट नहीं है, तो अनंत प्रयासों की अनुमति है।" - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "समस्या वजन" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "इटेम्स " - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "जारी रखें" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "सेव करें" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "रद्द करें" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "भेजने से" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "प्रतिक्रिया" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "बंद करे" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "प्रस्तुत" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "" - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "सही" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "ग़लत" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "समस्या" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "सेव हो रहा है" diff --git a/drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.mo deleted file mode 100644 index 05bd56ef4eb417bac359365b304503993b032eb9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4213 zcmds(ON<;x8Gs821~v(g@QNWoB_w_j&+N>4z1|(OSoW?>7QDprZj3_?tD5ebnTor+ zhVJUwU0X(iNJzjX2qJPo0)Y?+E<8>-M!rP|4oH9yaNqzJuG~2A{XISHwGrXQf!6kX zUDeg~|Mfrj&kx=AlH!`@euVp*Z%}FtKJX@fxE{VwsX2HU-VYzI#~t`~#%JLB;HTgr zXyCix2)-5GfNy~>z)SFJZ~^`v-h%hPSt$*_0w0Axh7ZDDLXr0eD02P^W&eM`x50nH z_rgO=3Lk;*fD4dU>OA}~e5&RUzLW8n;rHOTAS$RH%6$Z$g`(#UKO%1kAApmZFF;xU zBIHx`5)`|98yx};bMW3U*{19wG+4s{>^tlG*oDRym68;e%+=ODs zYY2Had>+cWFF>)+SK&kOWrzs%lY0IakWbaCHD7}-GyV+}yC-b&efS+HK3_u_(W`(W z=j%}9`~ZqQe+EU~t5DAUYbf^qEtK#6UUQB`qQ^1#G1!4mz~`WxEbA1Df|NexL zyYO#N^gWC)S@&4YMJVUH2*obX!uP-($QCNV7W@*F?|%x#p0B_&@HHs<9%54Tco53_ zll(}$u0z@HIVgS|L)23e_7aC8TjGc5Dn5WZ%>6L8>?dcGOLP#u7h*6qM$w$Nc@bylW*n`=MNWACysogC-BpV(BpLht%KjN1R4FK^Hch&@MwGY^Y7ZkYm&^ zIfEqeyEaC;D>(MPPE6k>Ix`~GBMSXpYKFF1ATz;*gkN91POQl@o1azdxf!BVtk-it zRu}fzFEf=BF1pMldSGoV4p2{t6?$qTs}0Ok$bDQ!!E>@^*#>$Z@R*K#;&WBa2D^tT znsK2nc@w*AsNQJZG(fEyYMz`FW3^TG zQy0juq1q;14kV=PA|W)3f1eYXMaXeJ>00Olp@iLCq19H~5^(BSkv`%CwjijHT1EKH z>gksH9JNCCeIDDqm=0n|LRalOov4C)`m&I7KTqDbHsaP*K0$g8O|U(^(CIF5q2?r{d*>Q_E3* zp&u_TcB3fj4+in_sdyz`v8SV*m6OX$r&m640?`XyBxS>r^lWWgllJsRFo~l=9FvFr z^R)YNvS@b~d)>kI!vxY+kry znQpr?Cnb{_)Y{%3b99N9d2-xkXLK|&IaOx$neB_M_uo)$fwjjLg?dh!gFSl+B=dUaKI^;zA~yw{Je@^It`PfzHs7`)Sw z1sxW2S+H6v)EINrG->) zW>e>~tV|L^M@jpRf;?SVw-KhLS;(gMwhc>}$7+u1UsO9%6Q?N?0%aDH{*OMXdXg(5 zvW5y@rZ)F-;xWz58KP7`&oA)t;^d#m)xFI%|+)F zPwXkB%;?XT^NN+gmblQX)_?H|!>FjF9FPUwlvhMvtM>Vg;$v(-(^5queo z+{CrjRacZm{f!$&J9bGOWAtRT$^JQO6RB;q5PBeHz$|#; ztRicRh<2r|zTy&jHfn3^?63}#i**yzlom`xr6ZPdnluXb)P+1pb=54Q(Me;Y5>7l3 zQXRAjvP#dRvskR&;t;xTsO%)CXx=_uMXV$Eau-!mGhN#Fi(T*PeQoIt;^EX3g-a_> zH%8NRNy!gX-JTh;Ug*@#rnSvFUK7EC(&tqi2jAA8OkABvWKC-FTpU!0!^D4%-c?}W zQfB!t!$>EL4Cfp2oyl>IPw?LVv$Rbg6PV%lcW1u9Nq2luXWT6G^vLKkxGIqG3*AZn zKcqd|;%-+fI?p{b+p~aal8YXmOo&|h4dQHHrK`^iKTCjV^s948RMI%7ITQG&vC7$k zw2_RolyJ$ws47QuPLgus?yi^;#7$%(S^B%wQm4}@`Q*RQJ4siycXC5* y5c(wrg21$u%42u?6;^UwD#NVLpQpu7bG)wX)4Dd@Uye~vUug3Gz@+?>p#BBxgR#f} diff --git a/drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.po deleted file mode 100644 index 55e8858fd..000000000 --- a/drag_and_drop_v2/conf/locale/it/LC_MESSAGES/text.po +++ /dev/null @@ -1,761 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# Fare Fare , 2017 -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021\n" -"Language-Team: Italian (Italy) (http://www.transifex.com/open-edx/xblocks/language/it_IT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it_IT\n" -"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Titolo" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Trascina e Rilascia" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Modalità" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Standard" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Valutazione" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Tentativi massimi" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Definisce il numero di volte in cui uno studente può provare a rispondere a questo problema. Se il valore non è impostato, vengono consentiti infiniti tentativi." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Mostra titolo" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Mostra il titolo al discente?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Testo del problema" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "Descrizione del problema o istruzioni mostrate al discente." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Peso del problema" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Definisce il numero di punto che il problema vale." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Colore di sfondo dell'oggetto" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Coloro del testo dell'oggetto" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Dato del problema" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Numero di tentativi che il discente ha utilizzato" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Numero massimo di tentativi raggiunto" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Caricamento del problema di drag and drop." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Feedback introduttivo" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Feedback finale" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zone" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL di sfondo" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Cambia sfondo" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Descrizione sfondo" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Etichette della zona" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Visualizza i nomi delle etichette sull'immagine" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Bordi della zona" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definizioni della zona" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Aggiungi una zona" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Oggetti" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Aggiungi un oggetto" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continua" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Salva" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Annulla" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Il tuo punteggio più alto è {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} elementi posizionati correttamente" -msgstr[1] "{correct_count} elementi posizionati correttamente" -msgstr[2] "{correct_count} elementi posizionati correttamente" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} elementi fuori posto. Gli oggetti smarriti sono stati restituiti alla banca degli articoli." -msgstr[1] "{misplaced_count} elementi fuori posto. Gli oggetti smarriti sono stati restituiti alla banca degli articoli." -msgstr[2] "{misplaced_count} elementi fuori posto. Gli oggetti smarriti sono stati restituiti alla banca degli articoli." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "In fase di invio" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "Spiegazione" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Alcune delle tue risposte non erano corrette." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Suggerimenti:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Corretto" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Errato" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Problema" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Salvataggio in corso" diff --git a/drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.mo deleted file mode 100644 index ad94f318cd9c10ddec30bd1b354fd0c231fe1e0a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13802 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 diff --git a/drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.po deleted file mode 100644 index f3d30610f..000000000 --- a/drag_and_drop_v2/conf/locale/ja/LC_MESSAGES/text.po +++ /dev/null @@ -1,743 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Machida Miki , 2018 -# OpenCraft OpenCraft , 2021 -# 藤田 忠光 , 2018 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: 藤田 忠光 , 2018\n" -"Language-Team: Japanese (Japan) (http://www.transifex.com/open-edx/xblocks/language/ja_JP/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja_JP\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "ほぼ同じ高さの3層のレイヤーを含む二等辺三角形。最も幅の広いレイヤーを底に、最も狭いレイヤーが上にくるように直立して配置されます。" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "最上位ゾーン" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "中間ゾーン" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "最下位ゾーン" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "このゾーンを使用して、アイテムを三角形の最上位レイヤーに関連付けます。" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "このゾーンを使用して、アイテムを三角形の中間レイヤーに関連付けます。" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "このゾーンを使用して、アイテムを三角形の最下層に関連付けます。" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "違います。このアイテムはここには移動できません。もう一度やり直してください。" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "違います。このアイテムにはゾーンがありません。" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "もちろん、これはここに配置します。どこにでも移動できます。" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "最上位に移動" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "中間に移動" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "最下位に移動" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "どこにでも移動可能" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "所属先なし" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "上の画像にアイテムをドラッグしてください。" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "よくできました!これでドラッグアンドドロップの問題が解決しました。" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "件名" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "ドラッグアンドドロップの問題のタイトル。タイトルは受講者に表示されます。" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "ドラッグアンドドロップ" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "モード" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "標準モード:受講者がターゲットゾーンに問題のアイテムをドロップするたびに、即座にフィードバックを返します。テストモード:受講者がターゲットゾーンにある問題のすべてのアイテムをドロップした後でフィードバックを返します。" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "標準" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "テスト" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "最大試行回数" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "受講者がこの問題に解答できる回数を指定してください。値を指定しない場合は何回でも解答できることになります。" - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "タイトルの表示" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "受講者にタイトルを表示しますか?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "問題テキスト" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "受講者に表示する問題または指示の説明。" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "「問題」の見出しを表示" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "問題テキストの上に「問題」という見出しを表示しますか?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "問題の重み付け" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "各問題の配点を定義します。" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "アイテムの背景色" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "問題のドラッグ可能なアイテムの背景色 (例:'blue'または'#0000ff')。" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "アイテムテキストの色" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "ドラッグ可能なアイテムに使用するテキストの色 (例:'white'または'#ffffff')。" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "問題データ" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "受講者がターゲット画像にドロップしたアイテムの現在位置に関する情報。" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "受講者が試行した回数" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "受講者が問題を最低一回完了したかどうかを示します。" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "不明なDnDv2モード {mode} - 講座の設定が正しくありません。" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "show_answerハンドラーはテストモードだけで呼び出します。" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "do_attemptハンドラーはテストモードだけで呼び出します。" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "最大試行回数に到達しました。" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "ドラッグアンドドロップ問題を読み込んでいます。" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "導入フィードバック" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "最終フィードバック" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "ゾーン" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "背景URL" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "背景を変更" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "例:'http://example.com/background.png' または '/static/background.png' となります。" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "背景の説明" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n 画像が見えないユーザーのために画像の説明を入力してください。\n 説明には、誰もが画像を見なくても問題を解決できるように\n 十分な情報が提供されている必要があります。\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "ゾーンラベル" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "画像にラベル名を表示" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "ゾーン境界" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "画像にゾーンの境界線を表示する" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "ゾーン定義" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "ゾーンを追加する" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "アイテム" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "アイテムを追加する" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "続ける" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "保存" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "キャンセル" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "あなたの最高スコアは{score}です" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "最終試行が使用されました。最高得点は {score} 点です。" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count}つのアイテムを正しく配置しました" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count} 個のアイテムの配置が違いました" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count}つのアイテムを置き忘れました。 置き忘れた商品は商品バンクに返却されました。" - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "{missing_count} 個の必須アイテムを配置しませんでした" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "提出中" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "次の場所に配置しました:  {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "次を正しく配置しました: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", draggable, grabbed" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", draggable" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", dropzone" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "コメント" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "閉じる" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "キーボードヘルプ" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "ドラッグアンドドロップの問題は、ドラッグ可能なアイテムとドロップゾーンから構成します。ユーザーはキーボードを使用してドラッグ可能なアイテムを選択し、適切なドロップゾーンに移動してドロップする必要があります。" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "次のガイダンスに従って、キーボードのみを使用してこの問題を完了できます。" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "ドラッグ可能なアイテムとドロップゾーンの間を移動するには、TABキーとSHIFT + TABキーのみを押します。" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "ドラッグ可能なアイテムを選択するには、CTRL + Mキーを押します (ピックアップ)。" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "TABキーとSHIFT + TABキーを押して適切なドロップゾーンに移動し、CTRL + Mキーを押してここにドロップします。" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "ドロップ操作をキャンセルするには (例: 別のアイテムを選択するときなど)、ESCキーを押します。" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "TABキーを押してドラッグ可能なアイテムのリストに戻ります。各アイテムをそれぞれのドロップゾーンに配置するまで、このプロセスを繰り返します。" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "合計試行回数 {total} 回のうち {used} 回行いました。" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "提出" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "回答を見る" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "操作" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "最初に移動" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "リセット" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "あなたの答えのいくつかは正しくありませんでした。" - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "ヒント:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "正解" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "不正解" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} 点 (成績評価対象)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} 点 (成績評価対象外)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} 点満点 (成績評価対象)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} 点満点 (成績評価対象外)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "ドラッグアンドドロップの問題" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "問題" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "アイテムバンク" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "ドロップターゲット" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "エラーが発生しました。ドラッグアンドドロップの問題が読み込めません。" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "フォームでエラーが発生しました。" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "提出内容を確認してください。" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "保存中" diff --git a/drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.mo deleted file mode 100644 index fc06a70415ae99737459622e36246ebd9e0a3ded..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15579 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 VqvG#co8@6bY~xJRjcJ_fe*s9Z`o;hN diff --git a/drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.po deleted file mode 100644 index 2e3496830..000000000 --- a/drag_and_drop_v2/conf/locale/ko/LC_MESSAGES/text.po +++ /dev/null @@ -1,744 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Jinsun Kim , 2020 -# OpenCraft OpenCraft , 2021 -# Seungheon Shin , 2020 -# Wonjae Choi , 2021 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Wonjae Choi , 2021\n" -"Language-Team: Korean (Korea) (http://www.transifex.com/open-edx/xblocks/language/ko_KR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko_KR\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "비슷한 높이의 세 개의 층으로 구성된 이등변 삼각형입니다. 똑바로 서있는 형태이므로, 가장 넓은 층은 하단에 위치해있으며, 가장 좁은 층은 상단에 위치해 있습니다." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "상단 영역" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "중단 영역" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "하단 영역" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "이 영역을 이용하여 항목을 삼각형의 상단층과 연결하세요." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "이 영역을 이용하여 항목을 삼각형의 중단층과 연결하세요." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "이 영역을 이용하여 항목을 삼각형의 하단층과 연결하세요." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "정답입니다! 이것은 상단 영역에 속합니다." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "정답입니다! 이것은 중단 영역에 속합니다." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "정답입니다! 이것은 하단 영역에 속합니다." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "틀렸습니다, 이 항목은 이 곳에 속하지 않습니다. 다시 시도하세요." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "어리석네요, 이것은 어느 영역에도 속하지 않습니다." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "당연히 여기가 맞죠! 어디든 맞습니다!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "상단으로 갑니다" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "중단으로 갑니다" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "하단으로 갑니다" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "어디든지 갑니다" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "난 어디에도 속하지 않습니다" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "사진 위로 항목을 끌어다 놓으세요." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "잘했습니다! 당신은 이 끌어놓기 문제를 해결하셨습니다." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "제목" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "끌어놓기 문제의 제목. 제목은 학습자에게 공개됩니다." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "끌어놓기" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "모드" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "표준 모드: 학습자가 목표 영역에 각 항목을 놓을 때마다 즉각적으로 피드백을 제공합니다. 평가 모드: 학습자가 모든 이용가능한 항목을 목표 영역에 놓았을 때만 피드백을 제공합니다." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "표준" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "평가" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "최대 시도횟수" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "학생이 이 문제에 대해 답할 수 있는 횟수를 지정합니다. 만약 값이 지정되지 않았다면, 무한정으로 시도할 수 있습니다." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "제목 보이기" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "학습자에게 제목을 표시합니까?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "문제 텍스트" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "학습자에게 보여지는 문제 또는 지시사항의 내용" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "\"문제\"의 제목 보이기" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "문제 텍스트 위에 \"문제\"의 제목을 표시합니까?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "문제 중요도" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "문제의 중요도를 숫자로 지정합니다." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "항목 배경 색상" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "문제의 끌기 가능한 항목의 배경 색상 (예시: '파랑' 또는 '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "항목 텍스트 색상" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "끌기 가능한 항목의 텍스트 색상 (예시: '하양' 또는 '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "영역 당 최대 항목 수" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "이 설정은 하나의 영역에 놓일 수 있는 항목의 최대 개수를 설정 합니다." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "문제 데이터" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "학습자가 목표 이미지에 놓은 항목의 현재 위치에 대한 정보." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "학습자가 시도한 횟수" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "학습자가 문제를 한 번 이상 완료했는지 표시합니다." - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "대체됩니다. 학생이 달성한 최대 점수를 가중치로 유지합니다." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "학생이 달성한 최대 점수를 0과 1 사이의 원래 값으로 유지합니다." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "알 수 없는 DnDv2 모드 {mode} - 강의가 잘못 구성되어있습니다." - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "show_answer 핸들러는 평가 모드에서만 사용할 수 있습니다." - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "do_attempt 핸들러는 평가 모드에서만 사용할 수 있습니다." - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "최대 시도 횟수에 도달함" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "제출 마감일이 지났습니다." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "끌어놓기 문제를 불러오는 중." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "기본 설정" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "초기 피드백" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "최종 피드백" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "영역" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "배경 이미지" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "사용자 정의 이미지를 제공하기" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "이미지를 자동으로 생성하기" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "배경 URL" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "배경 변경" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "예를 들어, 'http://example.com/background.png' 또는 '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "영역 레이아웃" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "열의 개수" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "행의 개수" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "행과 열의 개수" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "영역 크기" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "영역 너비" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "영역 높이" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "픽셀 단위의 단일 영역 크기" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "이미지와 영역 생성하기" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "배경 설명" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n 이미지를 볼 수 없는 사용제를 위해 이미지의 설명을 제공하세요.\n 누구나 이미지를 보지 않고도 문제를 풀 수 있도록\n 충분한 정보를 설명해주어야 합니다.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "영역 레이블" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "이미지에 레이블 이름을 표시하기" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "영역의 경계" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "이미지에 영역의 경계를 표시하기" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "영역 정의" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "영역 추가하기" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "항목" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "항목 정의" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "항목 추가하기" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "계속" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "저장" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "취소" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "최고 점수는 {score} 입니다." - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "최종 시도가 사용되었으며, 최고 점수는 {score} 입니다" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} 개의 항목을 올바르게 배치했습니다" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count}개의 항목이 잘못 배치되었습니다" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} 개 항목을 잘못 배치했습니다. 잘못 배치 된 품목은 품목 은행에 반환되었습니다." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "{missing_count}개의 필요한 항목들을 배치하지 않았습니다" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "제출 중" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "알수없는 영역" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "{zone_title}에 배치되어 있음" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "{zone_title}에 알맞게 배치되어 있음" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", 끌기 가능, 잡혀있음" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", 끌기 가능" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "항목이 배치되어 있지 않음" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "다음의 항목들이 배치되어 있음:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", 놓기 영역" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "놓기 가능함" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "피드백" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "닫기" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "키보드 도움" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "이 문제는 화면 이용자에게 적합한 문제입니다." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "끌어놓기 문제는 끌기 가능한 항목들과 놓기 영역으로 이루어져 있습니다. 사용자는 끌기 가능한 아이템을 키보드로 선택해서 적절한 놓기 영역으로 이동시켜야 합니다." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "다음 가이드라인을 따르면 키보드만 사용해서 문제를 해결할 수 있습니다:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "TAB 또는 SHIFT+TAB을 사용하여 끌기 가능한 항목과 놓기 영역을 넘나드세요." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "CTRL+M을 눌러 끌기 가능한 항목을 선택하세요 (효율적으로 집기)." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "TAB과 SHIFT+TAB을 사용하여 적절한 놓기 영역으로 가져다 놓은 뒤 CTRL+M을 한번 더 눌러 항목을 놓으세요." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "놓기 조작을 취소하고 싶다면 ESC를 누르세요 (예를 들어, 다른 항목을 선택하기 위해)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "TAB을 하여 끌기 가능한 항목의 목록으로 돌아가고 이 과정을 모든 끌기 가능한 항목들을 각각의 놓기 영역으로 옮길 때까지 반복하세요." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "당신은 {total}번의 시도 중 {used}만큼 사용했습니다." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "제출하기" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "정답 보기" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "행동" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "처음으로 가기" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "초기화" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "일부 답변이 올바르지 않습니다." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "힌트 :" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "정답" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "오답" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible}점 (채점됨)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible}점 (미채점됨)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible}점 가능함 (채점됨)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible}점 가능함 (미채점됨)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "끌어놓기 문제" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "문제" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "항목 창고" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "놓기 목표" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "오류가 생겼습니다. 끌어놓기 문제를 불러올 수 없습니다." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "이 영역에는 더이상 항목을 추가할 수 없습니다." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "형식에 오류가 있습니다." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "제출물을 확인하세요." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "{num}번 영역" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "입력한 값을 확인하세요." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "저장 중" diff --git a/drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.mo deleted file mode 100644 index c7eace5e5e293cdf72b3bae5a9153de4da1f8aa5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1280 zcma)5%We}f6dj;E6vT!tAYC@76-;I(q)BEApb!Ai1>r(;`qa*vhEl17aadazJ~m1&a!OeugJHM zeC=K5hFtOUB)dw686NDp z>~oM2?8{sM5gO|z#X=gGTt(G-T`VVQoN#SG<23G1!@>CL&_b~tyhD3~*)Op^l_G#w z%bBFRy0XOwQW?9W1f%(LkLEt#U;jn6o zU8E5oRjKSda=?Yn*~l4%e9!>hWL6)6lCc$obGp4RY@anK~G zSOS_5rMYRp=&jqW#Ff1!sAQ>#189Y*ne8(GkyW}`u1IFDOV!snF&GbZyS9XG zE>_y}0`9iKTUe@0Jq$6&zQkz5&-MDh@=m#ZA~-YlNxxU2d=X_%@t_L#7_Ra-=Aj}q zF(3$0z)IT}uAi9xJXw8KSHqihM@*%)$#ccdN|)v@-QQ1R4tqpEK1BbUp_GbofiF_w UzexFsNAQ$GB4u1$+?glv7f4@|(*OVf diff --git a/drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.po deleted file mode 100644 index 9b561d9b8..000000000 --- a/drag_and_drop_v2/conf/locale/nl/LC_MESSAGES/text.po +++ /dev/null @@ -1,751 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021\n" -"Language-Team: Dutch (http://www.transifex.com/open-edx/xblocks/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "" - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Je hoogste score is {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Correct geplaatste {correct_count} item" -msgstr[1] "Correct geplaatste {correct_count} items" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "Misplaatste {misplaced_count} item. Misplaatste item is teruggebracht naar de itembank" -msgstr[1] "Misplaatste {misplaced_count} items. Misplaatste items zijn teruggestuurd naar de itembank" - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Sommige van uw antwoorden waren niet correct." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Hints:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Probleem" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "" diff --git a/drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.mo deleted file mode 100644 index 9621431c8423c6abd62448b7ad5edf4417cfaa7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13671 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 diff --git a/drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.po deleted file mode 100644 index da10e9dfc..000000000 --- a/drag_and_drop_v2/conf/locale/pl/LC_MESSAGES/text.po +++ /dev/null @@ -1,768 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Maciej Kolankowski , 2018 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Maciej Kolankowski , 2018\n" -"Language-Team: Polish (Poland) (http://www.transifex.com/open-edx/xblocks/language/pl_PL/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl_PL\n" -"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Trójkąt równoramienny z trzema strefami o podobnej wysokości. Najszersza strefa znajduje się na dole, a najwęższa na górze." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "Górna strefa" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "Środkowa strefa" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "Dolna strefa" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Użyj tej strefy, aby powiązać element z górną częścią trójkąta." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Użyj tej strefy, aby powiązać element ze środkową częścią trójkąta." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Użyj tej strefy, aby powiązać element z dolną częścią trójkąta." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Nie, ten element tutaj nie pasuje. Spróbuj ponownie." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Źle, ten element nie pasuje do żadnej strefy." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Oczywiście! Element pasuje wszędzie!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Pasuje do górnej strefy" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Pasuje do środkowej strefy" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Pasuje do dolnej strefy" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Pasuje wszędzie" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Nie pasuje do żadnej ze stref" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Dopasuj elementy do odpowiednich stref obrazka." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Dobra robota! Ćwiczenie ukończone." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Tytuł" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "Tytuł tego ćwiczenia, widoczny dla studentów." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Przeciągnij i upuść" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Tryb" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Tryb standardowy: odpowiedź pojawia się za każdym razem kiedy student przyporządkowuje element do strefy. Tryb oceny: odpowiedź pojawia się dopiero po przyporządkowaniu wszystkich elementów do stref." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Standardowy" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Oceny" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Maksymalna liczba prób" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Pozwala określić liczbę prób jaką student może podjąć w celu wykonania ćwiczenia. W przypadku niewpisania wartości, dopuszcza się nielimitowaną liczbę prób." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Wyświetlanie tytułu" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Czy wyświetlać studentom tytuł ćwiczenia?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Opis ćwiczenia" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "Opis ćwiczenia i/lub instrukcje dla studentów." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Wyświetlanie nagłówka \"Ćwiczenie\"" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Czy wyświetlić nagłówek \"Ćwiczenie\" nad treścią ćwiczenia?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Waga ćwiczenia" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Określa liczbę punktów za wykonanie ćwiczenia." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Kolor tła elementu" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "Kolor tła dopasowywanych elementów (np. '#0000ff')" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Kolor tekstu elementu" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Kolor tekstu dopasowywanych elementów (np. '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Dane ćwiczenia" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Informacja na temat obecnych pozycji elementów upuszczonych przez studenta na obrazek docelowy." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Liczba podejść" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Wskazuje, czy student wykonał ćwiczenie przynajmniej jeden raz." - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Nieznany tryb DnDv2 {mode} - kurs skonfigurowany nieprawidłowo" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "Z show_answer powinno się korzystać tylko w trybie oceny" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "Z do_attempt powinno się korzystać tylko w trybie oceny" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Wykorzystano maksymalną liczbę prób." - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Ładowanie ćwiczenia \"przeciągnij i upuść\"." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Komentarz początkowy" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Komentarz końcowy" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Strefy" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "Adres URL tła" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Zmień tło" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Na przykład 'http://example.com/background.png' lub '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Opis tła" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\nProszę wprowadzić opis obrazka przeznaczony dla osób z zaburzeniami widzenia. Opis powinien być na tyle precyzyjny, aby umożliwić rozwiązanie ćwiczenia nawet bez możliwości zobaczenia obrazka. " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Etykiety strefy" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Wyświetl na obrazku nazwy etykiet" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Granice strefy" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Wyświetl na obrazku granice strefy" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definicje strefy" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Dodaj strefę" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Elementy" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Dodaj element" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Kontynuuj" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Zapisz" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Anuluj" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Twój najlepszy wynik to {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Wykorzystano ostatnie podejście, twój najlepszy wynik to {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Poprawnie dopasowano {correct_count} element" -msgstr[1] "Poprawnie dopasowano {correct_count} elementy" -msgstr[2] "Poprawnie dopasowano {correct_count} elementów" -msgstr[3] "Poprawnie dopasowano {correct_count} elementów" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Błędnie dopasowano {misplaced_count} element" -msgstr[1] "Błędnie dopasowano {misplaced_count} elementy" -msgstr[2] "Błędnie dopasowano {misplaced_count} elementów" -msgstr[3] "Błędnie dopasowano {misplaced_count} elementów" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "Błędnie dopasowano {misplaced_count} element (nieprawidłowo dopasowany element wrócił do puli)" -msgstr[1] "Błędnie dopasowano {misplaced_count} elementy (nieprawidłowo dopasowane elementy wróciły do puli)" -msgstr[2] "Błędnie dopasowano {misplaced_count} elementów (nieprawidłowo dopasowane elementy wróciły do puli)" -msgstr[3] "Błędnie dopasowano {misplaced_count} elementów (nieprawidłowo dopasowane elementy wróciły do puli)" - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Nie dopasowano {missing_count} wymaganego elementu" -msgstr[1] "Nie dopasowano {missing_count} wymaganych elementów" -msgstr[2] "Nie dopasowano {missing_count} wymaganych elementów" -msgstr[3] "Nie dopasowano {missing_count} wymaganych elementów" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Przesyłanie" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Umieszczono w strefie: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Prawidłowo umieszczono w strefie: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "." - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "." - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", strefa" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Komentarz" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Zamknij" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Pomoc klawiatury" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Ćwiczenia \"przeciągnij i upuść\" składają się z dających się przeciągać elementów oraz stref, do których te elementy należy przyporządkować. Zadanie studenta polega na wyborze elementu za pomocą klawiatury, a następnie dopasowaniu elementu do odpowiedniej strefy." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Możesz wykonać to ćwiczenie korzystając wyłącznie z klawiatury, postępując zgodnie z poniższymi wskazówkami:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Używaj klawiszy TAB oraz SHIFT+TAB w celu przemieszczania się pomiędzy elementami i strefami." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Naciśnij CTRL+M, aby wybrać element (i go \"podnieść\")." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Używając TAB i SHIFT+TAB przenieś się do wybranej strefy i naciśnij CTRL+M, aby umieścić w niej element." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Naciśnij ESC jeśli chcesz anulować rozpoczętą czynność (np. chcąc wybrać inny element)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "Przyciskiem TAB wróć do listy elementów i powtarzaj czynność aż wszystkie elementy zostaną przez ciebie dopasowane do stref." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Wykorzystano {used} spośród {total} możliwych podejść." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Wyślij" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Pokaż odpowiedź" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Czynności" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Wróć do początku" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Reset" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Część z twoich odpowiedzi nie była poprawna." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Podpowiedzi:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Prawidłowe" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Nieprawidłowo" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} punkt (graded)" -msgstr[1] "{earned}/{possible} punkty (graded)" -msgstr[2] "{earned}/{possible} punktów (graded)" -msgstr[3] "{earned}/{possible} punktów (graded)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} punkt (ungraded)" -msgstr[1] "{earned}/{possible} punkt (ungraded)" -msgstr[2] "{earned}/{possible} punkty (ungraded)" -msgstr[3] "{earned}/{possible} punktów (ungraded)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} możliwy punkt (graded)" -msgstr[1] "{possible} możliwe punkty (graded)" -msgstr[2] "{possible} możliwych punktów (graded)" -msgstr[3] "{possible} możliwych punktów (graded)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} możliwy punkt (ungraded)" -msgstr[1] "{possible} możliwe punkty (ungraded)" -msgstr[2] "{possible} możliwych punktów (ungraded)" -msgstr[3] "{possible} możliwych punktów (ungraded)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Ćwiczenie \"przeciągnij i upuść\"" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Ćwiczenie" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Zbiór elementów" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Upuszczaj elementy" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Wystąpił błąd. Nie udało się załadować ćwiczenia \"przeciągnij i upuść\"." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Wystąpił błąd z przesyłaniem odpowiedzi." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Proszę jeszcze raz sprawdzić swoje ćwiczenie." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "" diff --git a/drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.mo deleted file mode 100644 index c78aaec4bc43ff32c131861aa943cab28078ccf7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15801 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 diff --git a/drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.po deleted file mode 100644 index 562ac8c2c..000000000 --- a/drag_and_drop_v2/conf/locale/pt_BR/LC_MESSAGES/text.po +++ /dev/null @@ -1,773 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Anderson Franca , 2017 -# danielcn , 2016 -# danielcn , 2016 -# Fabio Oliveira Silva , 2018 -# Gabriel Oliveira , 2020 -# Genaro Costa , 2016 -# Heitor Oliveira , 2016 -# Igor Silveira da Silva , 2021 -# OpenCraft OpenCraft , 2021 -# Paulo Alves , 2021 -# Renata Barboza, 2016-2017 -# Renata Barboza, 2017 -# Renata Barboza, 2016 -# Rogério Santos Filho , 2016 -# Salatiel Ewerton , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Salatiel Ewerton , 2016\n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/open-edx/xblocks/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Um triângulo isósceles com três camadas de alturas semelhantes está sendo exibido verticalmente, assim a camada mais larga está localizada na parte inferior e a camada mais estreita no topo." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "A zona superior" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "A zona central" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "A zona inferior" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Use esta zona para associar um item à camada superior do triângulo." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Use esta zona para associar um item à camada central do triângulo." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Use esta zona para associar um item à camada inferior do triângulo." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Correto! Este pertence a área do topo." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Correto! Este pertence a área do meio." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Correto! Este pertence a área de baixo." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Não, este não é o item correto. Tente novamente." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Não há zonas para este item." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Claro que cabe aqui! Cabe em qualquer lugar!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Vai para a zona superior" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Vai para a zona central" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Vai para a zona inferior" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Cabe em qualquer lugar" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Eu não caibo em nenhum lugar" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Arraste os itens para a imagem acima." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Bom trabalho! Você completou este problema." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Título" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "O título do problema de arraste e solte. O título é exibido aos alunos." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Arraste e Solte" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Modo" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Modo padrão: o problema fornece comentário imediatamente cada vez que um aluno solta um item numa zona-alvo. Modo avaliação: o problema fornece comentário somente depois que um aluno solta todos os itens nas áreas-alvo." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Padrão" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Avaliação" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Máximo de tentativas" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Define o número de tentativas que os estudantes podem fazer para resolver este problema. Se o valor não for definido, infinitas tentativas serão permitidas." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Exibir título" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Exibir título ao aluno?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Descrição do problema" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "A descrição do problema ou instruções exibidas ao aluno." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Exibir o cabeçalho do \"Problema\"" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Exibir o cabeçalho de \"Problema\" acima da descrição?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Valor do problema" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Define o número de pontos válidos para este problema." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Cor do plano de fundo" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "A cor do plano de fundo de itens que podem ser arrastados no problema (por exemplo: 'azul' ou '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Cor do texto" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Cor do texto para itens que podem ser arrastados (por exemplo: 'branco' ou '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Itens máximos por zona" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Esta configuração limita o número de itens que podem ser largados de uma única zona." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Dados do problema" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Informações sobre as posições atuais de itens que um aluno soltou na imagem-alvo." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Numero de tentativas usadas pelo aluno" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Indica se um aluno completou o problema pelo menos uma vez" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "DEPRECIADO.Mantém a pontuação máxima alcançada pelo aluno como um valor pesado." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Mantém a pontuação máxima alcançada pelo estudante como um valor cru entre 0 e 1." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Modo {mode} DnDv2 desconhecido - o curso não está configurado corretamente" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "A ferramenta show_answer deve somente ser executada no modo de avaliação" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "A ferramenta do_attempt deve ser executada somente no modo de avaliação" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Número máximo de tentativas alcançado" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "O prazo de envio expirou." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Carregando o problema" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Configurações básicas" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Feedback introdutório" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Comentário final" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zonas" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Imagem de fundo" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Fornecer imagem personalizada" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Gerar imagem automaticamente" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL do plano de fundo" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Alterar plano de fundo" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Por exemplo, 'http://example.com/background.png' ou '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Estilo da zona" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Número de colunas" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Número de linhas" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Número de colunas e linhas." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Tamanho da zona" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Largura da zona" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Altura da zona" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Tamanho de uma única zona em pixels." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Gerar imagem e áreas" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Descrição do plano de fundo" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\nForneça uma descrição da imagem para usuários não-visuais.\nA descrição deve ter informação suficiente para permitir que qualquer pessoa\nresolva o problema mesmo sem visualizar a imagem." - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Etiquetas da zona" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Exibir nomes da etiqueta na imagem" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Bordas da zona" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Exibir as bordas da zona na imagem" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definições da zona" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Adicionar uma zona" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Itens" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Definições do item" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Adicionar um item" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continuar" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Salvar" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Cancelar" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Sua maior pontuação é {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Tentativa final. Sua pontuação mais alta é {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} item colocado corretamente" -msgstr[1] "{correct_count} itens colocados corretamente" -msgstr[2] "{correct_count} itens colocados corretamente" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Item mal posicionado: {misplaced_count}" -msgstr[1] "Itens mal posicionados: {misplaced_count}" -msgstr[2] "Itens mal posicionados: {misplaced_count}" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} item perdido. Os itens perdidos foram devolvidos ao banco de itens." -msgstr[1] "{misplaced_count} itens perdidos. Os itens perdidos foram devolvidos ao banco de itens." -msgstr[2] "{misplaced_count} itens perdidos. Os itens perdidos foram devolvidos ao banco de itens." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "{missing_count} item obrigatório não foi posicionado" -msgstr[1] "{missing_count} itens obrigatórios não foram posicionados" -msgstr[2] "{missing_count} itens obrigatórios não foram posicionados" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Enviando" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Zona desconhecida" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Posicionado em: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Corretamente posicionado em: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", arrastável, agarrado" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", arrastável" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "Nenhum item colocado aqui" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Itens colocados aqui:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", ponto de largada" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "Removível" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Comentário" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Fechar" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Ajuda do Teclado" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Esta é uma tela de leitura fácil de problemas." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Os problemas de arrastar e soltar consistem em itens arrastáveis e área de soltura. Usuários podem selecionar um item arrastável com seu teclado e navegar até um ponto apropriado para solta-lo. " - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Você pode completar esse problema usando seu teclado para seguir o guia abaixo:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Utilize somente TAB e SHIFT+TAB para navegar entre os intens arrastaveis e áreas para soltar." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Aperte CTRL+M para selecionar um item arrastável (efetivamente pegando)" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Navegue utilizando TAB e SHIFT+TAB para a área de soltura apropriada pressionando CTRL+M uma vez mais para soltar aqui." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Pressione ESC se você deseja cancelar a operação de soltar (por exemplo, para selecionar um item diferente)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "TAB voltar para a lista de itens arrastáveis e repetir esse processo até todos os itens arrastáveis estarem em suas respectivas áreas para soltar." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Você fez {used} das {total} tentativas." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Enviar" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Exibir resposta" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Ações" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Vá para o Início" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Redefinir" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Algumas de suas respostas não estavam corretas." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Dicas:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Correto" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Incorreto" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} ponto (corrigido)" -msgstr[1] "{earned}/{possible} pontos (corrigidos)" -msgstr[2] "{earned}/{possible} pontos (corrigidos)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} ponto (não corrigido)" -msgstr[1] "{earned}/{possible} pontos (não corrigidos)" -msgstr[2] "{earned}/{possible} pontos (não corrigidos)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} ponto possível (corrigido)" -msgstr[1] "{possible} pontos possíveis (corrigidos)" -msgstr[2] "{possible} pontos possíveis (corrigidos)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} ponto possível (não corrigido)" -msgstr[1] "{possible} pontos possíveis (não corrigidos)" -msgstr[2] "{possible} pontos possíveis (não corrigidos)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Programa de Arrastar e Soltar" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Problema" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Banco de itens" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Destinos de Soltar" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Ocorreu um erro. Não foi possível carregar o problema de arraste e solte." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "Você não pode adicionar mais itens nesta área." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Ocorreu um erro com seu formulário." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Por favor, verifique seu envio." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zona {num}" -msgstr[1] "Zona {num}" -msgstr[2] "Zona {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Por favor verifique os valores que você inseriu." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Salvando" diff --git a/drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.mo deleted file mode 100644 index c26512e5924f1e4d3285131c784977ea4185cbd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16196 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 diff --git a/drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.po deleted file mode 100644 index 898dff62d..000000000 --- a/drag_and_drop_v2/conf/locale/pt_PT/LC_MESSAGES/text.po +++ /dev/null @@ -1,767 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Cátia Lopes , 2019 -# Guilherme Campos , 2020 -# Ivo Branco , 2021 -# Luis Manuel Moreno , 2019 -# Luis Valente , 2020 -# Manuela Silva , 2018 -# Manuela Silva , 2018 -# Monica Pereira , 2017 -# Manuela Silva , 2018 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Manuela Silva , 2018\n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/open-edx/xblocks/language/pt_PT/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt_PT\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Um triângulo isósceles com três camadas de altura semelhante. É mostrado na posição vertical, de modo que a camada maior esteja localizada na parte inferior e a camada mais pequena localizada na parte superior." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "A zona superior" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "A zona média" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "A zona inferior" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Use esta zona para associar um item à camada superior do triângulo." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Use esta zona para associar um item à camada intermediária do triângulo." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Use esta zona para associar um item com a camada inferior do triângulo." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "Correto! Este pertence à zona superior." - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Correto! Este pertence à zona intermédia." - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Correto! Este pertence à zona inferior." - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Não, este item não pertence aqui. Tente novamente." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Não há zonas criadas para este item." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Claro que vai! Vai a qualquer lugar!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Vai para o topo" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Vai para o meio" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Vai para o fundo" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Vai a qualquer lugar" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Eu não pertenço a nenhum lugar" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Arraste os itens para a imagem acima." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Bom trabalho! Concluiu este problema de arrastar e soltar." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Título" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "O título do problema de arrastar e soltar. O título é visível para os estudantes." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Arraste e Solte" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Modo" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Modo padrão: o problema dá feedback imediato cada vez que um aluno solta um item numa zona de destino. Modo de avaliação: o problema dá feedback apenas depois do estudante arrastar todos os itens disponíveis para as zonas de destino." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Padrão" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Avaliação" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Máximo de tentativas" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Define o número de vezes que um estudante pode tentar responder a este problema. Se o valor não estiver definido, é permitido um número infinito de tentativas." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Mostrar título" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Mostrar o título ao estudante?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Texto do problema" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "A descrição do problema ou instruções que o estudante vê." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Mostrar o título \"problema\"" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Mostrar o título \"problema\" acima do texto do problema?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Importância do problema" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Define o número de pontos que o problema vale." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Cor do fundo do item" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "A cor de fundo dos itens arrastáveis no problema (exemplo: 'blue' ou '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Cor do texto do item" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Cor do texto dos itens arrastáveis (exemplo: 'white' ou '#ffffff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "Máximo de itens por zona" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "Esta configuração limita o número de itens que podem ser colocados numa única zona." - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Dados do problema" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Informações sobre as posições atuais dos itens que um estudante descartou na imagem de destino." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Número de tentativas utilizadas pelo estudante" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Indica se um estudante concluiu o problema pelo menos uma vez" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "DESCONTINUADO. Mantém a pontuação máxima alcançada pelo aluno como valor ponderado." - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "Mantém a pontuação máxima alcançada pelo aluno como um valor bruto entre 0 e 1." - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "Pontuação máxima disponível do problema com um valor bruto entre 0 e 1." - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Modo DnDv2 desconhecido {mode} - o curso está mal configurado" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "O manipulador show_answer só deve ser utilizado no modo de avaliação" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "O manipulador do_attempt só deve ser utilizado no modo de avaliação" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Número máximo de tentativas atingido" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "O prazo para submissão já passou." - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "A carregar o problema de arrastar e largar." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "Configurações básicas" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Comentário inicial" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Feedback final" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Zonas" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "Imagem de fundo" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "Forneça uma imagem personalizada" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "Gerar imagem automaticamente" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL do plano de fundo" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Mudar o plano de fundo" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Por exemplo, 'http://example.com/background.png' ou '/static/background.png'." - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "Layout da zona" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "Número de colunas" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "Número de linhas" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "Número de colunas e linhas." - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "Dimensões da Zona" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "Largura da Zona" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "Altura da Zona" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "Tamanho em pixéis de uma zona única ." - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "Gerar imagem e zonas" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Descrição do plano de fundo" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n Por favor, disponibilize uma descrição da imagem para utilizadores com dificuldades visuais.\n A descrição deve dar informações suficientes para permitir que qualquer pessoa\n resolva o problema mesmo sem ver a imagem.\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Etiquetas de zona" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Mostrar nomes de etiquetas na imagem" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Limites da zona" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Mostrar limites da zona na imagem" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Definições de zona" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Adicionar uma zona" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Itens" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "Definições do item" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Adicionar um item" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Continuar" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Guardar" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Cancelar" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "A sua pontuação mais alta é {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "A última tentativa foi utilizada, a pontuação mais alta é {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "{correct_count} item colocado corretamente" -msgstr[1] "{correct_count} itens corretamente colocados" -msgstr[2] "{correct_count} itens corretamente colocados" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "{misplaced_count} item mal colocado" -msgstr[1] "{misplaced_count} itens mal colocados" -msgstr[2] "{misplaced_count} itens mal colocados" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} item mal colocado. Este item foi devolvido ao banco de itens. " -msgstr[1] "{misplaced_count} itens mal colocados. Estes itens foram devolvidos ao banco de itens. " -msgstr[2] "{misplaced_count} itens mal colocados. Estes itens foram devolvidos ao banco de itens. " - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Não foi colocado {missing_count} item obrigatório" -msgstr[1] "Não foram colocados {missing_count} itens obrigatórios" -msgstr[2] "Não foram colocados {missing_count} itens obrigatórios" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "A submeter" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "Zona desconhecida" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Colocado em: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Corretamente colocado em: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", arrastável, agarrando" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", arrastável" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "Nenhum item colocado aqui" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "Itens colocados aqui:" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", zona para largar os itens" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "arrastável" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Comentário" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Fechar" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Ajuda de Teclado" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "Este é um problema amigável para os leitores de ecrã." - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Os problemas de arrastar e largar consistem em itens arrastáveis e zonas para largar esses mesmos itens. Os utilizadores devem selecionar um item arrastável com o seu teclado e, em seguida, navegar até à zona apropriada para o largar." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Pode concluir este problema usando apenas o teclado e seguindo as orientações abaixo:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Use somente TAB e SHIFT+TAB para navegar entre itens arrastáveis e zonas para largar." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Pressione CTRL + M para selecionar um item arrastável (pegar efetivamente no item)." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Navegue usando TAB e SHIFT + TAB para a zona apropriada e pressione CTRL + M mais uma vez para largar o item aqui." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Prima ESC se pretender cancelar a operação de largar (por exemplo, para selecionar um item diferente)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "TAB de volta à lista de itens arrastáveis e repita este processo até que todos os itens arrastáveis tenham sido colocados nas suas respectivas zonas." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Usou {used} de {total} tentativas." - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Submeter" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Mostrar Resposta" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Ações" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Ir para início" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Reiniciar" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Algumas das suas respostas não estavam corretas." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Sugestões:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Correto" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Incorreto" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} ponto (classificado)" -msgstr[1] "{earned}/{possible} pontos (classificado)" -msgstr[2] "{earned}/{possible} pontos (classificado)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} ponto (não classificado)" -msgstr[1] "{earned}/{possible} pontos (não classificado)" -msgstr[2] "{earned}/{possible} pontos (não classificado)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} ponto possível (classificado)" -msgstr[1] "{possible} pontos possíveis (classificado)" -msgstr[2] "{possible} pontos possíveis (classificado)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} ponto possível (não classificado)" -msgstr[1] "{possible} pontos possíveis (não classificado)" -msgstr[2] "{possible} pontos possíveis (não classificado)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Problema de Arrastar e Largar" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Problema" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Banco de Itens" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Alvos onde Largar" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Ocorreu um erro. Não é possível carregar este problema." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "Não pode adicionar mais itens nesta zona." - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Houve um erro com o seu formulário." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Por favor, verifique o envio." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Zona {num}" -msgstr[1] "Zona {num}" -msgstr[2] "Zona {num}" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "Por favor, verifique os valores que introduziu." - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "A Guardar" diff --git a/drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.mo deleted file mode 100644 index a19cba43f0104e5309355edecfe7c9f0bc478e22..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20418 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 diff --git a/drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.po deleted file mode 100644 index bb941061d..000000000 --- a/drag_and_drop_v2/conf/locale/rtl/LC_MESSAGES/text.po +++ /dev/null @@ -1,801 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-23 16:10+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: rtl\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: default_data.py -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" -"Ⱥn ᴉsøsɔǝlǝs ʇɹᴉɐnƃlǝ ʍᴉʇɥ ʇɥɹǝǝ lɐʎǝɹs øɟ sᴉɯᴉlɐɹ ɥǝᴉƃɥʇ. Ɨʇ ᴉs sɥøʍn " -"ndɹᴉƃɥʇ, sø ʇɥǝ ʍᴉdǝsʇ lɐʎǝɹ ᴉs løɔɐʇǝd ɐʇ ʇɥǝ bøʇʇøɯ, ɐnd ʇɥǝ nɐɹɹøʍǝsʇ " -"lɐʎǝɹ ᴉs løɔɐʇǝd ɐʇ ʇɥǝ ʇød." - -#: default_data.py -msgid "The Top Zone" -msgstr "Ŧɥǝ Ŧød Ƶønǝ" - -#: default_data.py -msgid "The Middle Zone" -msgstr "Ŧɥǝ Mᴉddlǝ Ƶønǝ" - -#: default_data.py -msgid "The Bottom Zone" -msgstr "Ŧɥǝ Ƀøʇʇøɯ Ƶønǝ" - -#: default_data.py -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" -"Ʉsǝ ʇɥᴉs zønǝ ʇø ɐssøɔᴉɐʇǝ ɐn ᴉʇǝɯ ʍᴉʇɥ ʇɥǝ ʇød lɐʎǝɹ øɟ ʇɥǝ ʇɹᴉɐnƃlǝ." - -#: default_data.py -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" -"Ʉsǝ ʇɥᴉs zønǝ ʇø ɐssøɔᴉɐʇǝ ɐn ᴉʇǝɯ ʍᴉʇɥ ʇɥǝ ɯᴉddlǝ lɐʎǝɹ øɟ ʇɥǝ ʇɹᴉɐnƃlǝ." - -#: default_data.py -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" -"Ʉsǝ ʇɥᴉs zønǝ ʇø ɐssøɔᴉɐʇǝ ɐn ᴉʇǝɯ ʍᴉʇɥ ʇɥǝ bøʇʇøɯ lɐʎǝɹ øɟ ʇɥǝ ʇɹᴉɐnƃlǝ." - -#: default_data.py -msgid "Correct! This one belongs to The Top Zone." -msgstr "Ȼøɹɹǝɔʇ! Ŧɥᴉs ønǝ bǝlønƃs ʇø Ŧɥǝ Ŧød Ƶønǝ." - -#: default_data.py -msgid "Correct! This one belongs to The Middle Zone." -msgstr "Ȼøɹɹǝɔʇ! Ŧɥᴉs ønǝ bǝlønƃs ʇø Ŧɥǝ Mᴉddlǝ Ƶønǝ." - -#: default_data.py -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "Ȼøɹɹǝɔʇ! Ŧɥᴉs ønǝ bǝlønƃs ʇø Ŧɥǝ Ƀøʇʇøɯ Ƶønǝ." - -#: default_data.py -msgid "No, this item does not belong here. Try again." -msgstr "Nø, ʇɥᴉs ᴉʇǝɯ døǝs nøʇ bǝlønƃ ɥǝɹǝ. Ŧɹʎ ɐƃɐᴉn." - -#: default_data.py -msgid "You silly, there are no zones for this one." -msgstr "Ɏøn sᴉllʎ, ʇɥǝɹǝ ɐɹǝ nø zønǝs ɟøɹ ʇɥᴉs ønǝ." - -#: default_data.py -msgid "Of course it goes here! It goes anywhere!" -msgstr "Øɟ ɔønɹsǝ ᴉʇ ƃøǝs ɥǝɹǝ! Ɨʇ ƃøǝs ɐnʎʍɥǝɹǝ!" - -#: default_data.py -msgid "Goes to the top" -msgstr "Ǥøǝs ʇø ʇɥǝ ʇød" - -#: default_data.py -msgid "Goes to the middle" -msgstr "Ǥøǝs ʇø ʇɥǝ ɯᴉddlǝ" - -#: default_data.py -msgid "Goes to the bottom" -msgstr "Ǥøǝs ʇø ʇɥǝ bøʇʇøɯ" - -#: default_data.py -msgid "Goes anywhere" -msgstr "Ǥøǝs ɐnʎʍɥǝɹǝ" - -#: default_data.py -msgid "I don't belong anywhere" -msgstr "Ɨ døn'ʇ bǝlønƃ ɐnʎʍɥǝɹǝ" - -#: default_data.py -msgid "Drag the items onto the image above." -msgstr "Đɹɐƃ ʇɥǝ ᴉʇǝɯs ønʇø ʇɥǝ ᴉɯɐƃǝ ɐbøʌǝ." - -#: default_data.py -msgid "Good work! You have completed this drag and drop problem." -msgstr "Ǥøød ʍøɹʞ! Ɏøn ɥɐʌǝ ɔøɯdlǝʇǝd ʇɥᴉs dɹɐƃ ɐnd dɹød dɹøblǝɯ." - -#: drag_and_drop_v2.py -msgid "Title" -msgstr "Ŧᴉʇlǝ" - -#: drag_and_drop_v2.py -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" -"Ŧɥǝ ʇᴉʇlǝ øɟ ʇɥǝ dɹɐƃ ɐnd dɹød dɹøblǝɯ. Ŧɥǝ ʇᴉʇlǝ ᴉs dᴉsdlɐʎǝd ʇø lǝɐɹnǝɹs." - -#: drag_and_drop_v2.py -msgid "Drag and Drop" -msgstr "Đɹɐƃ ɐnd Đɹød" - -#: drag_and_drop_v2.py -msgid "Mode" -msgstr "Mødǝ" - -#: drag_and_drop_v2.py -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" -"Sʇɐndɐɹd ɯødǝ: ʇɥǝ dɹøblǝɯ dɹøʌᴉdǝs ᴉɯɯǝdᴉɐʇǝ ɟǝǝdbɐɔʞ ǝɐɔɥ ʇᴉɯǝ ɐ lǝɐɹnǝɹ " -"dɹøds ɐn ᴉʇǝɯ øn ɐ ʇɐɹƃǝʇ zønǝ. Ⱥssǝssɯǝnʇ ɯødǝ: ʇɥǝ dɹøblǝɯ dɹøʌᴉdǝs " -"ɟǝǝdbɐɔʞ ønlʎ ɐɟʇǝɹ ɐ lǝɐɹnǝɹ dɹøds ɐll ɐʌɐᴉlɐblǝ ᴉʇǝɯs øn ʇɐɹƃǝʇ zønǝs." - -#: drag_and_drop_v2.py -msgid "Standard" -msgstr "Sʇɐndɐɹd" - -#: drag_and_drop_v2.py -msgid "Assessment" -msgstr "Ⱥssǝssɯǝnʇ" - -#: drag_and_drop_v2.py -msgid "Maximum attempts" -msgstr "Mɐxᴉɯnɯ ɐʇʇǝɯdʇs" - -#: drag_and_drop_v2.py -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "" -"Đǝɟᴉnǝs ʇɥǝ nnɯbǝɹ øɟ ʇᴉɯǝs ɐ sʇndǝnʇ ɔɐn ʇɹʎ ʇø ɐnsʍǝɹ ʇɥᴉs dɹøblǝɯ. Ɨɟ ʇɥǝ" -" ʌɐlnǝ ᴉs nøʇ sǝʇ, ᴉnɟᴉnᴉʇǝ ɐʇʇǝɯdʇs ɐɹǝ ɐlløʍǝd." - -#: drag_and_drop_v2.py -msgid "Show title" -msgstr "Sɥøʍ ʇᴉʇlǝ" - -#: drag_and_drop_v2.py -msgid "Display the title to the learner?" -msgstr "Đᴉsdlɐʎ ʇɥǝ ʇᴉʇlǝ ʇø ʇɥǝ lǝɐɹnǝɹ?" - -#: drag_and_drop_v2.py -msgid "Problem text" -msgstr "Ᵽɹøblǝɯ ʇǝxʇ" - -#: drag_and_drop_v2.py -msgid "The description of the problem or instructions shown to the learner." -msgstr "Ŧɥǝ dǝsɔɹᴉdʇᴉøn øɟ ʇɥǝ dɹøblǝɯ øɹ ᴉnsʇɹnɔʇᴉøns sɥøʍn ʇø ʇɥǝ lǝɐɹnǝɹ." - -#: drag_and_drop_v2.py -msgid "Show \"Problem\" heading" -msgstr "Sɥøʍ \"Ᵽɹøblǝɯ\" ɥǝɐdᴉnƃ" - -#: drag_and_drop_v2.py -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Đᴉsdlɐʎ ʇɥǝ ɥǝɐdᴉnƃ \"Ᵽɹøblǝɯ\" ɐbøʌǝ ʇɥǝ dɹøblǝɯ ʇǝxʇ?" - -#: drag_and_drop_v2.py -msgid "Show answer" -msgstr "Sɥøʍ ɐnsʍǝɹ" - -#: drag_and_drop_v2.py -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" -"Đǝɟᴉnǝs ʍɥǝn ʇø sɥøʍ ʇɥǝ ɐnsʍǝɹ ʇø ʇɥǝ dɹøblǝɯ. Ⱥ dǝɟɐnlʇ ʌɐlnǝ ɔɐn bǝ sǝʇ " -"ᴉn Ⱥdʌɐnɔǝd Sǝʇʇᴉnƃs. Ŧø ɹǝʌǝɹʇ sǝʇʇᴉnƃ ɐ ɔnsʇøɯ ʌɐlnǝ, ɔɥøøsǝ ʇɥǝ 'Đǝɟɐnlʇ'" -" ødʇᴉøn." - -#: drag_and_drop_v2.py -msgid "Default" -msgstr "Đǝɟɐnlʇ" - -#: drag_and_drop_v2.py -msgid "Always" -msgstr "Ⱥlʍɐʎs" - -#: drag_and_drop_v2.py -msgid "Answered" -msgstr "Ⱥnsʍǝɹǝd" - -#: drag_and_drop_v2.py -msgid "Attempted or Past Due" -msgstr "Ⱥʇʇǝɯdʇǝd øɹ Ᵽɐsʇ Đnǝ" - -#: drag_and_drop_v2.py -msgid "Closed" -msgstr "Ȼløsǝd" - -#: drag_and_drop_v2.py -msgid "Finished" -msgstr "Fᴉnᴉsɥǝd" - -#: drag_and_drop_v2.py -msgid "Correct or Past Due" -msgstr "Ȼøɹɹǝɔʇ øɹ Ᵽɐsʇ Đnǝ" - -#: drag_and_drop_v2.py -msgid "Past Due" -msgstr "Ᵽɐsʇ Đnǝ" - -#: drag_and_drop_v2.py -msgid "Never" -msgstr "Nǝʌǝɹ" - -#: drag_and_drop_v2.py -msgid "After All Attempts" -msgstr "Ⱥɟʇǝɹ Ⱥll Ⱥʇʇǝɯdʇs" - -#: drag_and_drop_v2.py -msgid "After All Attempts or Correct" -msgstr "Ⱥɟʇǝɹ Ⱥll Ⱥʇʇǝɯdʇs øɹ Ȼøɹɹǝɔʇ" - -#: drag_and_drop_v2.py -msgid "Attempted" -msgstr "Ⱥʇʇǝɯdʇǝd" - -#: drag_and_drop_v2.py -msgid "Problem Weight" -msgstr "Ᵽɹøblǝɯ Wǝᴉƃɥʇ" - -#: drag_and_drop_v2.py -msgid "Defines the number of points the problem is worth." -msgstr "Đǝɟᴉnǝs ʇɥǝ nnɯbǝɹ øɟ døᴉnʇs ʇɥǝ dɹøblǝɯ ᴉs ʍøɹʇɥ." - -#: drag_and_drop_v2.py -msgid "Item background color" -msgstr "Ɨʇǝɯ bɐɔʞƃɹønnd ɔøløɹ" - -#: drag_and_drop_v2.py -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" -"Ŧɥǝ bɐɔʞƃɹønnd ɔøløɹ øɟ dɹɐƃƃɐblǝ ᴉʇǝɯs ᴉn ʇɥǝ dɹøblǝɯ (ǝxɐɯdlǝ: 'blnǝ' øɹ " -"'#0000ɟɟ')." - -#: drag_and_drop_v2.py -msgid "Item text color" -msgstr "Ɨʇǝɯ ʇǝxʇ ɔøløɹ" - -#: drag_and_drop_v2.py -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" -"Ŧǝxʇ ɔøløɹ ʇø nsǝ ɟøɹ dɹɐƃƃɐblǝ ᴉʇǝɯs (ǝxɐɯdlǝ: 'ʍɥᴉʇǝ' øɹ '#ɟɟɟɟɟɟ')." - -#: drag_and_drop_v2.py -msgid "Maximum items per zone" -msgstr "Mɐxᴉɯnɯ ᴉʇǝɯs dǝɹ zønǝ" - -#: drag_and_drop_v2.py -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" -"Ŧɥᴉs sǝʇʇᴉnƃ lᴉɯᴉʇs ʇɥǝ nnɯbǝɹ øɟ ᴉʇǝɯs ʇɥɐʇ ɔɐn bǝ dɹøddǝd ᴉnʇø ɐ sᴉnƃlǝ " -"zønǝ." - -#: drag_and_drop_v2.py -msgid "Problem data" -msgstr "Ᵽɹøblǝɯ dɐʇɐ" - -#: drag_and_drop_v2.py -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" -"Ɨnɟøɹɯɐʇᴉøn ɐbønʇ zønǝs, ᴉʇǝɯs, ɟǝǝdbɐɔʞ, ǝxdlɐnɐʇᴉøn ɐnd bɐɔʞƃɹønnd ᴉɯɐƃǝ " -"ɟøɹ ʇɥᴉs dɹøblǝɯ. Ŧɥᴉs ᴉnɟøɹɯɐʇᴉøn ᴉs dǝɹᴉʌǝd ɟɹøɯ ʇɥǝ ᴉndnʇ ʇɥɐʇ ɐ ɔønɹsǝ " -"ɐnʇɥøɹ dɹøʌᴉdǝs ʌᴉɐ ʇɥǝ ᴉnʇǝɹɐɔʇᴉʌǝ ǝdᴉʇøɹ ʍɥǝn ɔønɟᴉƃnɹᴉnƃ ʇɥǝ dɹøblǝɯ." - -#: drag_and_drop_v2.py -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" -"Ɨnɟøɹɯɐʇᴉøn ɐbønʇ ɔnɹɹǝnʇ døsᴉʇᴉøns øɟ ᴉʇǝɯs ʇɥɐʇ ɐ lǝɐɹnǝɹ ɥɐs dɹøddǝd øn " -"ʇɥǝ ʇɐɹƃǝʇ ᴉɯɐƃǝ." - -#: drag_and_drop_v2.py -msgid "Number of attempts learner used" -msgstr "Nnɯbǝɹ øɟ ɐʇʇǝɯdʇs lǝɐɹnǝɹ nsǝd" - -#: drag_and_drop_v2.py -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Ɨndᴉɔɐʇǝs ʍɥǝʇɥǝɹ ɐ lǝɐɹnǝɹ ɥɐs ɔøɯdlǝʇǝd ʇɥǝ dɹøblǝɯ ɐʇ lǝɐsʇ ønɔǝ" - -#: drag_and_drop_v2.py -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" -"ĐɆⱣɌɆȻȺŦɆĐ. Ꝁǝǝds ɯɐxᴉɯnɯ sɔøɹǝ ɐɔɥᴉǝʌǝd bʎ sʇndǝnʇ ɐs ɐ ʍǝᴉƃɥʇǝd ʌɐlnǝ." - -#: drag_and_drop_v2.py -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" -"Ꝁǝǝds ɯɐxᴉɯnɯ sɔøɹǝ ɐɔɥᴉǝʌǝd bʎ sʇndǝnʇ ɐs ɐ ɹɐʍ ʌɐlnǝ bǝʇʍǝǝn 0 ɐnd 1." - -#: drag_and_drop_v2.py -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" -"Mɐxᴉɯnɯ sɔøɹǝ ɐʌɐᴉlɐblǝ øɟ ʇɥǝ dɹøblǝɯ ɐs ɐ ɹɐʍ ʌɐlnǝ bǝʇʍǝǝn 0 ɐnd 1." - -#: drag_and_drop_v2.py -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Ʉnʞnøʍn ĐnĐʌ2 ɯødǝ {mode} - ɔønɹsǝ ᴉs ɯᴉsɔønɟᴉƃnɹǝd" - -#: drag_and_drop_v2.py -msgid "show_answer handler should only be called for assessment mode" -msgstr "sɥøʍ_ɐnsʍǝɹ ɥɐndlǝɹ sɥønld ønlʎ bǝ ɔɐllǝd ɟøɹ ɐssǝssɯǝnʇ ɯødǝ" - -#: drag_and_drop_v2.py -msgid "The answer is unavailable" -msgstr "Ŧɥǝ ɐnsʍǝɹ ᴉs nnɐʌɐᴉlɐblǝ" - -#: drag_and_drop_v2.py -msgid "do_attempt handler should only be called for assessment mode" -msgstr "dø_ɐʇʇǝɯdʇ ɥɐndlǝɹ sɥønld ønlʎ bǝ ɔɐllǝd ɟøɹ ɐssǝssɯǝnʇ ɯødǝ" - -#: drag_and_drop_v2.py drag_and_drop_v2.py -msgid "Max number of attempts reached" -msgstr "Mɐx nnɯbǝɹ øɟ ɐʇʇǝɯdʇs ɹǝɐɔɥǝd" - -#: drag_and_drop_v2.py -msgid "Submission deadline has passed." -msgstr "Snbɯᴉssᴉøn dǝɐdlᴉnǝ ɥɐs dɐssǝd." - -#: templates/html/drag_and_drop.html -msgid "Loading drag and drop problem." -msgstr "Łøɐdᴉnƃ dɹɐƃ ɐnd dɹød dɹøblǝɯ." - -#: templates/html/drag_and_drop_edit.html -msgid "Basic Settings" -msgstr "Ƀɐsᴉɔ Sǝʇʇᴉnƃs" - -#: templates/html/drag_and_drop_edit.html -msgid "(inherited from Advanced Settings)" -msgstr "(ᴉnɥǝɹᴉʇǝd ɟɹøɯ Ⱥdʌɐnɔǝd Sǝʇʇᴉnƃs)" - -#: templates/html/drag_and_drop_edit.html -msgid "Introductory feedback" -msgstr "Ɨnʇɹødnɔʇøɹʎ ɟǝǝdbɐɔʞ" - -#: templates/html/drag_and_drop_edit.html -msgid "Final feedback" -msgstr "Fᴉnɐl ɟǝǝdbɐɔʞ" - -#: templates/html/drag_and_drop_edit.html -msgid "Explanation Text" -msgstr "Ɇxdlɐnɐʇᴉøn Ŧǝxʇ" - -#: templates/html/drag_and_drop_edit.html -msgid "Zones" -msgstr "Ƶønǝs" - -#: templates/html/drag_and_drop_edit.html -msgid "Background Image" -msgstr "Ƀɐɔʞƃɹønnd Ɨɯɐƃǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Provide custom image" -msgstr "Ᵽɹøʌᴉdǝ ɔnsʇøɯ ᴉɯɐƃǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Generate image automatically" -msgstr "Ǥǝnǝɹɐʇǝ ᴉɯɐƃǝ ɐnʇøɯɐʇᴉɔɐllʎ" - -#: templates/html/drag_and_drop_edit.html -msgid "Background URL" -msgstr "Ƀɐɔʞƃɹønnd ɄɌŁ" - -#: templates/html/drag_and_drop_edit.html -msgid "Change background" -msgstr "Ȼɥɐnƃǝ bɐɔʞƃɹønnd" - -#: templates/html/drag_and_drop_edit.html -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" -"Føɹ ǝxɐɯdlǝ, 'ɥʇʇd://ǝxɐɯdlǝ.ɔøɯ/bɐɔʞƃɹønnd.dnƃ' øɹ " -"'/sʇɐʇᴉɔ/bɐɔʞƃɹønnd.dnƃ'." - -#: templates/html/drag_and_drop_edit.html -msgid "Zone Layout" -msgstr "Ƶønǝ Łɐʎønʇ" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of columns" -msgstr "Nnɯbǝɹ øɟ ɔølnɯns" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of rows" -msgstr "Nnɯbǝɹ øɟ ɹøʍs" - -#: templates/html/drag_and_drop_edit.html -msgid "Number of columns and rows." -msgstr "Nnɯbǝɹ øɟ ɔølnɯns ɐnd ɹøʍs." - -#: templates/html/drag_and_drop_edit.html -msgid "Zone Size" -msgstr "Ƶønǝ Sᴉzǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone width" -msgstr "Ƶønǝ ʍᴉdʇɥ" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone height" -msgstr "Ƶønǝ ɥǝᴉƃɥʇ" - -#: templates/html/drag_and_drop_edit.html -msgid "Size of a single zone in pixels." -msgstr "Sᴉzǝ øɟ ɐ sᴉnƃlǝ zønǝ ᴉn dᴉxǝls." - -#: templates/html/drag_and_drop_edit.html -msgid "Generate image and zones" -msgstr "Ǥǝnǝɹɐʇǝ ᴉɯɐƃǝ ɐnd zønǝs" - -#: templates/html/drag_and_drop_edit.html -msgid "Background description" -msgstr "Ƀɐɔʞƃɹønnd dǝsɔɹᴉdʇᴉøn" - -#: templates/html/drag_and_drop_edit.html -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" -"\n" -" Ᵽlǝɐsǝ dɹøʌᴉdǝ ɐ dǝsɔɹᴉdʇᴉøn øɟ ʇɥǝ ᴉɯɐƃǝ ɟøɹ nøn-ʌᴉsnɐl nsǝɹs.\n" -" Ŧɥǝ dǝsɔɹᴉdʇᴉøn sɥønld dɹøʌᴉdǝ snɟɟᴉɔᴉǝnʇ ᴉnɟøɹɯɐʇᴉøn ʇø ɐlløʍ ɐnʎønǝ\n" -" ʇø sølʌǝ ʇɥǝ dɹøblǝɯ ǝʌǝn ʍᴉʇɥønʇ sǝǝᴉnƃ ʇɥǝ ᴉɯɐƃǝ.\n" -" " - -#: templates/html/drag_and_drop_edit.html -msgid "Zone labels" -msgstr "Ƶønǝ lɐbǝls" - -#: templates/html/drag_and_drop_edit.html -msgid "Display label names on the image" -msgstr "Đᴉsdlɐʎ lɐbǝl nɐɯǝs øn ʇɥǝ ᴉɯɐƃǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone borders" -msgstr "Ƶønǝ bøɹdǝɹs" - -#: templates/html/drag_and_drop_edit.html -msgid "Display zone borders on the image" -msgstr "Đᴉsdlɐʎ zønǝ bøɹdǝɹs øn ʇɥǝ ᴉɯɐƃǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Display zone borders when dragging an item" -msgstr "Đᴉsdlɐʎ zønǝ bøɹdǝɹs ʍɥǝn dɹɐƃƃᴉnƃ ɐn ᴉʇǝɯ" - -#: templates/html/drag_and_drop_edit.html -msgid "Zone definitions" -msgstr "Ƶønǝ dǝɟᴉnᴉʇᴉøns" - -#: templates/html/drag_and_drop_edit.html -msgid "Add a zone" -msgstr "Ⱥdd ɐ zønǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Items" -msgstr "Ɨʇǝɯs" - -#: templates/html/drag_and_drop_edit.html -msgid "Item definitions" -msgstr "Ɨʇǝɯ dǝɟᴉnᴉʇᴉøns" - -#: templates/html/drag_and_drop_edit.html -msgid "Add an item" -msgstr "Ⱥdd ɐn ᴉʇǝɯ" - -#: templates/html/drag_and_drop_edit.html -msgid "Continue" -msgstr "Ȼønʇᴉnnǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Save" -msgstr "Sɐʌǝ" - -#: templates/html/drag_and_drop_edit.html -msgid "Cancel" -msgstr "Ȼɐnɔǝl" - -#: utils.py -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Ɏønɹ ɥᴉƃɥǝsʇ sɔøɹǝ ᴉs {score}" - -#: utils.py -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Fᴉnɐl ɐʇʇǝɯdʇ ʍɐs nsǝd, ɥᴉƃɥǝsʇ sɔøɹǝ ᴉs {score}" - -#: utils.py -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Ȼøɹɹǝɔʇlʎ dlɐɔǝd {correct_count} ᴉʇǝɯ" -msgstr[1] "Ȼøɹɹǝɔʇlʎ dlɐɔǝd {correct_count} ᴉʇǝɯs" - -#: utils.py -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Mᴉsdlɐɔǝd {misplaced_count} ᴉʇǝɯ" -msgstr[1] "Mᴉsdlɐɔǝd {misplaced_count} ᴉʇǝɯs" - -#: utils.py -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "" -"Mᴉsdlɐɔǝd {misplaced_count} ᴉʇǝɯ (ɯᴉsdlɐɔǝd ᴉʇǝɯ ʍɐs ɹǝʇnɹnǝd ʇø ʇɥǝ ᴉʇǝɯ " -"bɐnʞ)" -msgstr[1] "" -"Mᴉsdlɐɔǝd {misplaced_count} ᴉʇǝɯs (ɯᴉsdlɐɔǝd ᴉʇǝɯs ʍǝɹǝ ɹǝʇnɹnǝd ʇø ʇɥǝ ᴉʇǝɯ" -" bɐnʞ)" - -#: utils.py -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Đᴉd nøʇ dlɐɔǝ {missing_count} ɹǝbnᴉɹǝd ᴉʇǝɯ" -msgstr[1] "Đᴉd nøʇ dlɐɔǝ {missing_count} ɹǝbnᴉɹǝd ᴉʇǝɯs" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Submitting" -msgstr "Snbɯᴉʇʇᴉnƃ" - -#: public/js/drag_and_drop.js -msgid "Unknown Zone" -msgstr "Ʉnʞnøʍn Ƶønǝ" - -#: public/js/drag_and_drop.js -msgid "Placed in: {zone_title}" -msgstr "Ᵽlɐɔǝd ᴉn: {zone_title}" - -#: public/js/drag_and_drop.js -msgid "Correctly placed in: {zone_title}" -msgstr "Ȼøɹɹǝɔʇlʎ dlɐɔǝd ᴉn: {zone_title}" - -#: public/js/drag_and_drop.js -msgid ", draggable, grabbed" -msgstr ", dɹɐƃƃɐblǝ, ƃɹɐbbǝd" - -#: public/js/drag_and_drop.js -msgid ", draggable" -msgstr ", dɹɐƃƃɐblǝ" - -#: public/js/drag_and_drop.js -msgid "No items placed here" -msgstr "Nø ᴉʇǝɯs dlɐɔǝd ɥǝɹǝ" - -#: public/js/drag_and_drop.js -msgid "Items placed here: " -msgstr "Ɨʇǝɯs dlɐɔǝd ɥǝɹǝ: " - -#: public/js/drag_and_drop.js -msgid ", dropzone" -msgstr ", dɹødzønǝ" - -#: public/js/drag_and_drop.js -msgid "droppable" -msgstr "dɹøddɐblǝ" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Feedback" -msgstr "Fǝǝdbɐɔʞ" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Explanation" -msgstr "Ɇxdlɐnɐʇᴉøn" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Close" -msgstr "Ȼløsǝ" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Keyboard Help" -msgstr "Ꝁǝʎbøɐɹd Ħǝld" - -#: public/js/drag_and_drop.js -msgid "This is a screen reader-friendly problem." -msgstr "Ŧɥᴉs ᴉs ɐ sɔɹǝǝn ɹǝɐdǝɹ-ɟɹᴉǝndlʎ dɹøblǝɯ." - -#: public/js/drag_and_drop.js -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" -"Đɹɐƃ ɐnd Đɹød dɹøblǝɯs ɔønsᴉsʇ øɟ dɹɐƃƃɐblǝ ᴉʇǝɯs ɐnd dɹødzønǝs. Ʉsǝɹs " -"sɥønld sǝlǝɔʇ ɐ dɹɐƃƃɐblǝ ᴉʇǝɯ ʍᴉʇɥ ʇɥǝᴉɹ ʞǝʎbøɐɹd ɐnd ʇɥǝn nɐʌᴉƃɐʇǝ ʇø ɐn " -"ɐddɹødɹᴉɐʇǝ dɹødzønǝ ʇø dɹød ᴉʇ." - -#: public/js/drag_and_drop.js -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" -"Ɏøn ɔɐn ɔøɯdlǝʇǝ ʇɥᴉs dɹøblǝɯ nsᴉnƃ ønlʎ ʎønɹ ʞǝʎbøɐɹd bʎ ɟølløʍᴉnƃ ʇɥǝ " -"ƃnᴉdɐnɔǝ bǝløʍ:" - -#: public/js/drag_and_drop.js -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" -"Ʉsǝ ønlʎ ŦȺɃ ɐnd SĦƗFŦ+ŦȺɃ ʇø nɐʌᴉƃɐʇǝ bǝʇʍǝǝn dɹɐƃƃɐblǝ ᴉʇǝɯs ɐnd dɹød " -"zønǝs." - -#: public/js/drag_and_drop.js -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Ᵽɹǝss ȻŦɌŁ+M ʇø sǝlǝɔʇ ɐ dɹɐƃƃɐblǝ ᴉʇǝɯ (ǝɟɟǝɔʇᴉʌǝlʎ dᴉɔʞᴉnƃ ᴉʇ nd)." - -#: public/js/drag_and_drop.js -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" -"Nɐʌᴉƃɐʇǝ nsᴉnƃ ŦȺɃ ɐnd SĦƗFŦ+ŦȺɃ ʇø ʇɥǝ ɐddɹødɹᴉɐʇǝ dɹødzønǝ ɐnd dɹǝss " -"ȻŦɌŁ+M ønɔǝ ɯøɹǝ ʇø dɹød ᴉʇ ɥǝɹǝ." - -#: public/js/drag_and_drop.js -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" -"Ᵽɹǝss ɆSȻ ᴉɟ ʎøn ʍɐnʇ ʇø ɔɐnɔǝl ʇɥǝ dɹød ødǝɹɐʇᴉøn (ɟøɹ ǝxɐɯdlǝ, ʇø sǝlǝɔʇ ɐ" -" dᴉɟɟǝɹǝnʇ ᴉʇǝɯ)." - -#: public/js/drag_and_drop.js -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" -"ŦȺɃ bɐɔʞ ʇø ʇɥǝ lᴉsʇ øɟ dɹɐƃƃɐblǝ ᴉʇǝɯs ɐnd ɹǝdǝɐʇ ʇɥᴉs dɹøɔǝss nnʇᴉl ɐll øɟ" -" ʇɥǝ dɹɐƃƃɐblǝ ᴉʇǝɯs ɥɐʌǝ bǝǝn dlɐɔǝd øn ʇɥǝᴉɹ ɹǝsdǝɔʇᴉʌǝ dɹødzønǝs." - -#: public/js/drag_and_drop.js -msgid "You have used {used} of {total} attempts." -msgstr "Ɏøn ɥɐʌǝ nsǝd {used} øɟ {total} ɐʇʇǝɯdʇs." - -#: public/js/drag_and_drop.js -msgid "Submit" -msgstr "Snbɯᴉʇ" - -#: public/js/drag_and_drop.js -msgid "Show Answer" -msgstr "Sɥøʍ Ⱥnsʍǝɹ" - -#: public/js/drag_and_drop.js -msgid "Actions" -msgstr "Ⱥɔʇᴉøns" - -#: public/js/drag_and_drop.js -msgid "Go to Beginning" -msgstr "Ǥø ʇø Ƀǝƃᴉnnᴉnƃ" - -#: public/js/drag_and_drop.js -msgid "Reset" -msgstr "Ɍǝsǝʇ" - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Some of your answers were not correct." -msgstr "Søɯǝ øɟ ʎønɹ ɐnsʍǝɹs ʍǝɹǝ nøʇ ɔøɹɹǝɔʇ." - -#: public/js/drag_and_drop.js public/js/drag_and_drop.js -msgid "Hints:" -msgstr "Ħᴉnʇs:" - -#: public/js/drag_and_drop.js -msgid "Correct" -msgstr "Ȼøɹɹǝɔʇ" - -#: public/js/drag_and_drop.js -msgid "Incorrect" -msgstr "Ɨnɔøɹɹǝɔʇ" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned}/{possible} døᴉnʇ (ƃɹɐdǝd)" -msgstr[1] "{earned}/{possible} døᴉnʇs (ƃɹɐdǝd)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned}/{possible} døᴉnʇ (nnƃɹɐdǝd)" -msgstr[1] "{earned}/{possible} døᴉnʇs (nnƃɹɐdǝd)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} døᴉnʇ døssᴉblǝ (ƃɹɐdǝd)" -msgstr[1] "{possible} døᴉnʇs døssᴉblǝ (ƃɹɐdǝd)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} døᴉnʇ døssᴉblǝ (nnƃɹɐdǝd)" -msgstr[1] "{possible} døᴉnʇs døssᴉblǝ (nnƃɹɐdǝd)" - -#: public/js/drag_and_drop.js -msgid "Drag and Drop Problem" -msgstr "Đɹɐƃ ɐnd Đɹød Ᵽɹøblǝɯ" - -#: public/js/drag_and_drop.js -msgid "Problem" -msgstr "Ᵽɹøblǝɯ" - -#: public/js/drag_and_drop.js -msgid "Item Bank" -msgstr "Ɨʇǝɯ Ƀɐnʞ" - -#: public/js/drag_and_drop.js -msgid "Drop Targets" -msgstr "Đɹød Ŧɐɹƃǝʇs" - -#: public/js/drag_and_drop.js -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Ⱥn ǝɹɹøɹ øɔɔnɹɹǝd. Ʉnɐblǝ ʇø løɐd dɹɐƃ ɐnd dɹød dɹøblǝɯ." - -#: public/js/drag_and_drop.js -msgid "You cannot add any more items to this zone." -msgstr "Ɏøn ɔɐnnøʇ ɐdd ɐnʎ ɯøɹǝ ᴉʇǝɯs ʇø ʇɥᴉs zønǝ." - -#: public/js/drag_and_drop_edit.js public/js/drag_and_drop_edit.js -#: public/js/drag_and_drop_edit.js -msgid "There was an error with your form." -msgstr "Ŧɥǝɹǝ ʍɐs ɐn ǝɹɹøɹ ʍᴉʇɥ ʎønɹ ɟøɹɯ." - -#: public/js/drag_and_drop_edit.js -msgid "Please check over your submission." -msgstr "Ᵽlǝɐsǝ ɔɥǝɔʞ øʌǝɹ ʎønɹ snbɯᴉssᴉøn." - -#: public/js/drag_and_drop_edit.js -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "Ƶønǝ {num}" -msgstr[1] "Ƶønǝ {num}" - -#: public/js/drag_and_drop_edit.js -msgid "Please check the values you entered." -msgstr "Ᵽlǝɐsǝ ɔɥǝɔʞ ʇɥǝ ʌɐlnǝs ʎøn ǝnʇǝɹǝd." - -#: public/js/drag_and_drop_edit.js -msgid "Saving" -msgstr "Sɐʌᴉnƃ" diff --git a/drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.mo deleted file mode 100644 index a976d405cf522b8b5db4ab07588a1a3414182b65..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18165 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 Zpt+D~TpS}8w6KdK<7G0ZnY~zq{u_<{Hje-R diff --git a/drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.po deleted file mode 100644 index f4aa9f9d7..000000000 --- a/drag_and_drop_v2/conf/locale/ru/LC_MESSAGES/text.po +++ /dev/null @@ -1,771 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Liubov Fomicheva , 2017-2018 -# Weyedide , 2016 -# Weyedide , 2016 -# Александр Зуев , 2016 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: Александр Зуев , 2016\n" -"Language-Team: Russian (http://www.transifex.com/open-edx/xblocks/language/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "Равнобедренный треугольник с тремя слоями одинаковой высоты. Расположен вершиной вверх, поэтому самый широкий слой находится в нижней части, а самый узкий слой — в верхней части." - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "Верхняя Зона" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "Средняя Зона" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "Нижняя Зона" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "Используйте эту зону, чтобы связать элемент с верхним слоем треугольника." - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "Используйте эту зону, чтобы связать элемент со средним слоем треугольника." - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "Используйте эту зону, чтобы связать элемент с нижним слоем треугольника." - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "Нет, этот элемент не подходит сюда. Попробуйте ещё раз." - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "Ай-яй-яй, для этого элемента нет подходящих зон." - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "Конечно, этот элемент подходит сюда! Он подходит куда угодно!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "Подходит к верхнему уровню" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "Подходит к среднему уровню" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "Подходит к нижнему уровню" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "Подходит всюду" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "Я никуда не подхожу" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "Перетащите элементы на изображение, расположенное выше." - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "Хорошо! Вы справились с этим заданием." - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Заголовок" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "Название задачи на перетаскивание элементов, отображаемое для слушателей." - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Задача на перетаскивание" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Режим" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "Стандартный режим: при каждом перетаскивании элемента в целевую зону слушатель получает обратную связь. Оцениваемый режим: слушатель получает обратную связь только после того, как перетащит в целевые зоны все доступные элементы." - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "Стандартный" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "Оцениваемый" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "Максимальное количество попыток" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "Определяет, сколько раз слушатель может давать ответ на задание. Если значение не установлено, предоставляется неограниченное количество попыток." - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Показывать заголовок" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "Отображать название для слушателей?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "Текст задачи" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "Условия задачи или указания, показываемые слушателю." - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "Отображать заголовок «Задача»" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "Отображать заголовок «Задача» над условием?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "Вес задания" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "Определяет количество баллов за задачу." - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "Фон элемента" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "Фон перетаскиваемых элементов в задаче (например, 'blue' или '#0000ff')." - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "Цвет текста элементов" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "Цвет текста в перетаскиваемых элементах (например, 'blue' или '#0000ff')." - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "Данные о задаче" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "Информация о текущем местонахождении элементов, которые слушатель расположил на заданных участках изображения." - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "Количество попыток, использованных слушателем" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "Показывает, удалось ли слушателю хотя бы один раз выполнить задание" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "Неизвестный режим {mode} задачи DnDv2 — курс неверно настроен" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "Обработчик show_answer должен вызываться только в режиме оценивания" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "Обработчик do_attempt должен вызываться только в режиме оценивания" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "Превышено максимальное количество попыток" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "Идёт загрузка задания на перетаскивание." - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "Исходное сообщение для обратной связи" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "Итоговое сообщение для обратной связи" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "Зоны" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "URL-адрес фонового изображения" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Выбрать фон" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "Например, http://example.com/background.png или /static/background.png" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Описание фона" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\nПожалуйста, опишите изображение для невидящих пользователей.\nОписание должно содержать достаточно информации, чтобы любой\nмог решить задачу, даже не видя изображение." - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "Подписи зон" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "Показывать подписи на изображении" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "Границы зон" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "Отображать границы зон на изображении" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "Зоны" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "Добавить зону" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "Элементы" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "Добавить элемент" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "Продолжить" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Сохранить" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "Отмена" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "Ваш максимальный балл: {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "Последняя попытка использована, максимальный балл: {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Верно расположен {correct_count} элемент" -msgstr[1] "Верно расположено {correct_count} элемента" -msgstr[2] "Верно расположено {correct_count} элементов" -msgstr[3] "Верно расположено {correct_count} элементов" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "Ошибочно расположен {correct_count} элемент" -msgstr[1] "Ошибочно расположено {correct_count} элемента" -msgstr[2] "Ошибочно расположено {correct_count} элементов" -msgstr[3] "Ошибочно расположено {correct_count} элементов" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "Ошибочно расположен {correct_count} элемент. Этот элемент возвращён в банк элементов." -msgstr[1] "Ошибочно расположено {correct_count} элемента. Эти элементы возвращены в банк элементов." -msgstr[2] "Ошибочно расположено {correct_count} элементов. Эти элементы возвращены в банк элементов." -msgstr[3] "Ошибочно расположено {correct_count} элементов. Эти элементы возвращены в банк элементов." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "Не использован {missing_count} обязательный элемент" -msgstr[1] "Не использовано {missing_count} обязательных элемента" -msgstr[2] "Не использовано {missing_count} обязательных элементов" -msgstr[3] "Не использовано {missing_count} обязательных элементов" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "Отправка" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "Расположен в зоне: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "Верно расположен в зоне: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", перетаскиваемый, захвачен" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", перетаскиваемый" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ", зона для перетаскивания" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Обратная связь" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "Закрыть" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "Помощь по управлению с клавиатуры" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "Задачи на перетаскивания состоят из перетаскиваемых элементов и зон для перетаскивания. Пользователю необходимо выбрать элемент с помощью клавиатуры и переместить его в соответствующую зону." - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "Вы можете выполнить это задание с клавиатуры, используя следующие указания:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "Для выбора перетаскиваемых элементов и зон используйте только клавиши TAB и SHIFT+TAB." - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "Для выбора перетаскиваемого элемента нажмите CTRL+M (латинская M). Элемент будет захвачен." - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "Используя TAB и SHIFT+TAB, перейдите к соответствующей зоне и нажмите CTRL+M ещё раз, чтобы поместить элемент в эту зону." - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "Нажмите ESC, чтобы отменить перемещение (например, чтобы выбрать другой элемент)." - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "С помощью TAB вернитесь к списку перетаскиваемых элементов и повторяйте указанные действия до тех пор, пока все перетаскиваемые элементы не будут помещены в соответствующие зоны." - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "Вы использовали {used} из {total} попыток" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "Отправить" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "Показать ответ" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "Действия" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "Вернуться к началу" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "Сбросить" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Некоторые ваши ответы неверны." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "Подсказки:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "Верных" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "Неверных" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "{earned} из {possible} балла (оценивается)" -msgstr[1] "{earned} из {possible} баллов (оценивается)" -msgstr[2] "{earned} из {possible} баллов (оценивается)" -msgstr[3] "{earned} из {possible} баллов (оценивается)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "{earned} из {possible} балла (не оценивается)" -msgstr[1] "{earned} из {possible} баллов (не оценивается)" -msgstr[2] "{earned} из {possible} баллов (не оценивается)" -msgstr[3] "{earned} из {possible} баллов (не оценивается)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "{possible} возможный балл (оценивается)" -msgstr[1] "{possible} возможных балла (оценивается)" -msgstr[2] "{possible} возможных баллов (оценивается)" -msgstr[3] "{possible} возможных баллов (оценивается)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "{possible} возможный балл (не оценивается)" -msgstr[1] "{possible} возможных балла (не оценивается)" -msgstr[2] "{possible} возможных баллов (не оценивается)" -msgstr[3] "{possible} возможных баллов (не оценивается)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "Задача на перетаскивание" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Задача" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "Банк элементов" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "Цели для перетаскивания" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "Произошла ошибка. Не удалось загрузить задачу на перетаскивание." - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "Ошибка при обработке вашей формы." - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "Пожалуйста, проверьте свой ответ." - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Сохранение" diff --git a/drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.mo deleted file mode 100644 index 55fa59ba79ca94a1c3bb0aa00d2df2c5e31f998f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1907 zcmchX&u<$=6vwAfewiPIQaBZ9xS&LI?KmJP4k@jj1S;YtYFtE1BsAWASx-HlS#H9x=_!4o*&D#SKNFZ(;kT{hae*hQ0vvHgV5I-)AJoA~K-}m0U9shLp z^rsBv9O`-01JoB#H&3BK`3`&@{2qK5`~`dl{1sdUPd&icli)S*QE(IV`w09TRN!gw z%!7p!aVEi(c<7 z@Hub=`~chpp9Q}Hy`SHJUhhZnXYf7<3HCJ(qszVpz0MD4ihZCze;*9M-$3v0EP{C) ze09RhppSnQ^#0ud;a;KT?fNr5uA}1b+uy@ulL>Fz->WY;IxXIY*YyQgS@>EE(0IR| zM)iI^g?bj1)kWBit;ux6BT7Rn6DN&k4WUC)tkDrVCf=TIVhv+0g-#84qC`j$-wO|C zJ`5q^?r`a-_wRP4Y{`n43z%NACSfZ?k+;O&k=ms-)|BayjowlBq!m6hoi42MzDT(x zmst(JoZ+rRhYM|?yR-kOm;O;O<$bdBw~{6zwr)*ZA?OXUO}>#jW*Z&T=T16>8Pg+f zw)ntg7Qv>_oCs^<_~iD=tOaN5#yQjDw~VG@+>}wI=y=>R$z)I{-}H(d8FwgkJcSa% zP5EBYyW`!ujZ6hsqu@Q5L{@A3{kk$?H!WSK#8?+J(^y79J&V(zWoo>%z7|}kZRz(0 zOTtl&&(Bp~3+C{9gU`KQt5#p0Ln*C_)CDbzV3csi*7#aNx?#nZJJEZyLn^s!uoC)} za%g&&E(?of0;O;rmOh~k1ij|dqXEJTQd33W_&ZL*TrrHZ7LJ?~mJzN>`IM>V!LeOX5jt}x06LaTfPpH4a% z$uhtBR|}+haZHiDaM;5?iSGKF(1J@55vR!8FaQ4rnlQrwTuN4pVn+ZMa|sF>l=VeX1-76DyRj@QTgDkipOojB@` dKf_a<%ukGT*|O#XBqyaVPci{@Z(#b4e+QAFO%4D6 diff --git a/drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.po deleted file mode 100644 index c1a5033b7..000000000 --- a/drag_and_drop_v2/conf/locale/tr/LC_MESSAGES/text.po +++ /dev/null @@ -1,754 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# Erdoğan Şahin, 2016 -# Erdoğan Şahin, 2016 -# 7d6b04fff6aa1b6964c4cb709cdbd24b_0b8e9dc <0f5d8258cb2bd641cccbffd85d9d9e7c_938679>, 2021 -# OpenCraft OpenCraft , 2021 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: OpenCraft OpenCraft , 2021\n" -"Language-Team: Turkish (http://www.transifex.com/open-edx/xblocks/language/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "Üst Bölge" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "Orta Bölge" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "Alt Bölge" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "Başlık" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "Sürükle ve Bırak" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "Mod" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "" - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "Başlığı göster" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "Arkaplanı değiştir" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "Arkaplan açıklaması" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "" - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "Kaydet" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "İptal" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "En yüksek puanınız {score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "Doğru yerleştirilmiş {correct_count} öğe" -msgstr[1] "Doğru yerleştirilmiş {correct_count} öğe" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "" -msgstr[1] "" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "{misplaced_count} öğe yanlış yerleştirildi. Yanlış yerleştirilen öğeler, öğe bankasına iade edildi." -msgstr[1] "{misplaced_count} öğe yanlış yerleştirildi. Yanlış yerleştirilen öğeler, öğe bankasına iade edildi." - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr "" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr "" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr "" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "Geri Bildirim" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "Cevaplarınızdan bazıları doğru değildi." - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "İpuçları:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "" -msgstr[1] "" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "Sorun" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" -msgstr[1] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "Kaydediliyor" diff --git a/drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.mo b/drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.mo deleted file mode 100644 index c72b18bc036a187148a92f0663c2455013e26c9d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11444 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 diff --git a/drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.po b/drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.po deleted file mode 100644 index e7d4ef58b..000000000 --- a/drag_and_drop_v2/conf/locale/zh_CN/LC_MESSAGES/text.po +++ /dev/null @@ -1,746 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# -# Translators: -# Beck Gee <1113300417@hit.edu.cn>, 2016 -# focusheart , 2017,2019 -# focusheart , 2017,2019 -# OpenCraft OpenCraft , 2021 -# Vivian Young <1720211423@qq.com>, 2016 -# 百杰 陈 , 2018 -msgid "" -msgstr "" -"Project-Id-Version: XBlocks\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-13 21:14+0200\n" -"PO-Revision-Date: 2016-06-09 07:11+0000\n" -"Last-Translator: 百杰 陈 , 2018\n" -"Language-Team: Chinese (China) (http://www.transifex.com/open-edx/xblocks/language/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#: default_data.py:5 -msgid "" -"An isosceles triangle with three layers of similar height. It is shown " -"upright, so the widest layer is located at the bottom, and the narrowest " -"layer is located at the top." -msgstr "一个等腰三角形有三个高度相似的阶层。等腰三角形是垂直的,因此最宽的一层在底部,而最窄的一层在顶部。" - -#: default_data.py:14 -msgid "The Top Zone" -msgstr "顶部区域" - -#: default_data.py:15 -msgid "The Middle Zone" -msgstr "中部区域" - -#: default_data.py:16 -msgid "The Bottom Zone" -msgstr "底部区域" - -#: default_data.py:18 -msgid "Use this zone to associate an item with the top layer of the triangle." -msgstr "用这个区域去和三角形的顶层连接成一对。" - -#: default_data.py:19 -msgid "" -"Use this zone to associate an item with the middle layer of the triangle." -msgstr "用这个区域去和三角形的中间层连接成一个对。" - -#: default_data.py:20 -msgid "" -"Use this zone to associate an item with the bottom layer of the triangle." -msgstr "用这个区域去和三角形的底层连接成一个对。" - -#: default_data.py:22 -msgid "Correct! This one belongs to The Top Zone." -msgstr "" - -#: default_data.py:23 -msgid "Correct! This one belongs to The Middle Zone." -msgstr "" - -#: default_data.py:24 -msgid "Correct! This one belongs to The Bottom Zone." -msgstr "" - -#: default_data.py:25 -msgid "No, this item does not belong here. Try again." -msgstr "不对,这一条不属于这儿。再试一次。" - -#: default_data.py:26 -msgid "You silly, there are no zones for this one." -msgstr "你这个小智障,这儿没有区域留给这个啦。" - -#: default_data.py:27 -msgid "Of course it goes here! It goes anywhere!" -msgstr "当然这儿就可以!哪儿都可以!" - -#: default_data.py:29 -msgid "Goes to the top" -msgstr "顶层" - -#: default_data.py:30 -msgid "Goes to the middle" -msgstr "中层" - -#: default_data.py:31 -msgid "Goes to the bottom" -msgstr "底层" - -#: default_data.py:32 -msgid "Goes anywhere" -msgstr "哪儿都可以" - -#: default_data.py:33 -msgid "I don't belong anywhere" -msgstr "我不属于任何地方" - -#: default_data.py:35 -msgid "Drag the items onto the image above." -msgstr "把这一对拖到上面的图形里。" - -#: default_data.py:36 -msgid "Good work! You have completed this drag and drop problem." -msgstr "太棒了!你已经完成了这个拖拽问题啦。" - -#: drag_and_drop_v2.py:79 -msgid "Title" -msgstr "标题" - -#: drag_and_drop_v2.py:80 -msgid "" -"The title of the drag and drop problem. The title is displayed to learners." -msgstr "拖放问题的标题。向学员显示标题。" - -#: drag_and_drop_v2.py:82 -msgid "Drag and Drop" -msgstr "拖放" - -#: drag_and_drop_v2.py:87 -msgid "Mode" -msgstr "模式" - -#: drag_and_drop_v2.py:89 -msgid "" -"Standard mode: the problem provides immediate feedback each time a learner " -"drops an item on a target zone. Assessment mode: the problem provides " -"feedback only after a learner drops all available items on target zones." -msgstr "标准模式:只要学员作答题目,马上提供反馈。评分模式:学员必须完整答题后,才会提供反馈。" - -#: drag_and_drop_v2.py:96 -msgid "Standard" -msgstr "标准模式" - -#: drag_and_drop_v2.py:97 -msgid "Assessment" -msgstr "评分模式" - -#: drag_and_drop_v2.py:104 -msgid "Maximum attempts" -msgstr "总答题机会" - -#: drag_and_drop_v2.py:106 -msgid "" -"Defines the number of times a student can try to answer this problem. If the" -" value is not set, infinite attempts are allowed." -msgstr "设置学员可对此题目作答的机会次数,如果不设置此值,那么学员可无数次作答。" - -#: drag_and_drop_v2.py:115 -msgid "Show title" -msgstr "显示标题" - -#: drag_and_drop_v2.py:116 -msgid "Display the title to the learner?" -msgstr "是否向学员显示标题?" - -#: drag_and_drop_v2.py:123 -msgid "Problem text" -msgstr "问题文本" - -#: drag_and_drop_v2.py:124 -msgid "The description of the problem or instructions shown to the learner." -msgstr "学员可见的题目描述或作答指引。" - -#: drag_and_drop_v2.py:131 -msgid "Show \"Problem\" heading" -msgstr "显示“问题”标题" - -#: drag_and_drop_v2.py:132 -msgid "Display the heading \"Problem\" above the problem text?" -msgstr "是否在问题文本上方显示标题“问题”?" - -#: drag_and_drop_v2.py:138 -msgid "Show answer" -msgstr "" - -#: drag_and_drop_v2.py:139 -msgid "" -"Defines when to show the answer to the problem. A default value can be set " -"in Advanced Settings. To revert setting a custom value, choose the 'Default'" -" option." -msgstr "" - -#: drag_and_drop_v2.py:145 -msgid "Default" -msgstr "" - -#: drag_and_drop_v2.py:146 -msgid "Always" -msgstr "" - -#: drag_and_drop_v2.py:147 -msgid "Answered" -msgstr "" - -#: drag_and_drop_v2.py:148 -msgid "Attempted or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:149 -msgid "Closed" -msgstr "" - -#: drag_and_drop_v2.py:150 -msgid "Finished" -msgstr "" - -#: drag_and_drop_v2.py:151 -msgid "Correct or Past Due" -msgstr "" - -#: drag_and_drop_v2.py:152 -msgid "Past Due" -msgstr "" - -#: drag_and_drop_v2.py:153 -msgid "Never" -msgstr "" - -#: drag_and_drop_v2.py:154 -msgid "After All Attempts" -msgstr "" - -#: drag_and_drop_v2.py:155 -msgid "After All Attempts or Correct" -msgstr "" - -#: drag_and_drop_v2.py:156 -msgid "Attempted" -msgstr "" - -#: drag_and_drop_v2.py:162 -msgid "Problem Weight" -msgstr "题目分数占比" - -#: drag_and_drop_v2.py:163 -msgid "Defines the number of points the problem is worth." -msgstr "设置此题目的总分。" - -#: drag_and_drop_v2.py:170 -msgid "Item background color" -msgstr "项目背景颜色" - -#: drag_and_drop_v2.py:171 -msgid "" -"The background color of draggable items in the problem (example: 'blue' or " -"'#0000ff')." -msgstr "题目中可拖拽项的背景颜色(例如: 'blue' or '#0000ff')。" - -#: drag_and_drop_v2.py:178 -msgid "Item text color" -msgstr "项目文本颜色" - -#: drag_and_drop_v2.py:179 -msgid "Text color to use for draggable items (example: 'white' or '#ffffff')." -msgstr "可拖拽项的文字颜色(例如:'white' or '#ffffff')。" - -#: drag_and_drop_v2.py:186 -msgid "Maximum items per zone" -msgstr "" - -#: drag_and_drop_v2.py:187 -msgid "" -"This setting limits the number of items that can be dropped into a single " -"zone." -msgstr "" - -#: drag_and_drop_v2.py:194 -msgid "Problem data" -msgstr "问题数据" - -#: drag_and_drop_v2.py:196 -msgid "" -"Information about zones, items, feedback, explanation and background image " -"for this problem. This information is derived from the input that a course " -"author provides via the interactive editor when configuring the problem." -msgstr "" - -#: drag_and_drop_v2.py:206 -msgid "" -"Information about current positions of items that a learner has dropped on " -"the target image." -msgstr "关于学员已拖放到目标项目的那些项目当前位置的信息。" - -#: drag_and_drop_v2.py:213 -msgid "Number of attempts learner used" -msgstr "学员已作答次数" - -#: drag_and_drop_v2.py:220 -msgid "Indicates whether a learner has completed the problem at least once" -msgstr "指示学员是否已经至少完成了该一次" - -#: drag_and_drop_v2.py:227 -msgid "" -"DEPRECATED. Keeps maximum score achieved by student as a weighted value." -msgstr "" - -#: drag_and_drop_v2.py:233 -msgid "" -"Keeps maximum score achieved by student as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:240 -msgid "Maximum score available of the problem as a raw value between 0 and 1." -msgstr "" - -#: drag_and_drop_v2.py:568 -#, python-brace-format -msgid "Unknown DnDv2 mode {mode} - course is misconfigured" -msgstr "未知DnDv2模式{mode} - 课程配置错误" - -#: drag_and_drop_v2.py:644 -msgid "show_answer handler should only be called for assessment mode" -msgstr "show_answer不应该仅适用于评分模式" - -#: drag_and_drop_v2.py:649 -msgid "The answer is unavailable" -msgstr "" - -#: drag_and_drop_v2.py:798 -msgid "do_attempt handler should only be called for assessment mode" -msgstr "do_attempt不应该仅适用于评分模式" - -#: drag_and_drop_v2.py:803 drag_and_drop_v2.py:921 -msgid "Max number of attempts reached" -msgstr "已用完所有答题机会" - -#: drag_and_drop_v2.py:808 -msgid "Submission deadline has passed." -msgstr "" - -#: templates/html/drag_and_drop.html:4 -msgid "Loading drag and drop problem." -msgstr "加载拖放问题。" - -#: templates/html/drag_and_drop_edit.html:10 -msgid "Basic Settings" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:53 -msgid "(inherited from Advanced Settings)" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:90 -msgid "Introductory feedback" -msgstr "引言反馈" - -#: templates/html/drag_and_drop_edit.html:95 -msgid "Final feedback" -msgstr "最终反馈" - -#: templates/html/drag_and_drop_edit.html:100 -msgid "Explanation Text" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:109 -msgid "Zones" -msgstr "区域" - -#: templates/html/drag_and_drop_edit.html:114 -msgid "Background Image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:117 -msgid "Provide custom image" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:121 -msgid "Generate image automatically" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:126 -msgid "Background URL" -msgstr "背景 URL" - -#: templates/html/drag_and_drop_edit.html:133 -msgid "Change background" -msgstr "更改背景" - -#: templates/html/drag_and_drop_edit.html:135 -msgid "" -"For example, 'http://example.com/background.png' or " -"'/static/background.png'." -msgstr "例如:“http://example.com/background.png” or “/static/background.png”。" - -#: templates/html/drag_and_drop_edit.html:140 -msgid "Zone Layout" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:142 -msgid "Number of columns" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:150 -msgid "Number of rows" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:157 -msgid "Number of columns and rows." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:161 -msgid "Zone Size" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:163 -msgid "Zone width" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:171 -msgid "Zone height" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:178 -msgid "Size of a single zone in pixels." -msgstr "" - -#: templates/html/drag_and_drop_edit.html:181 -msgid "Generate image and zones" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:184 -msgid "Background description" -msgstr "背景描述" - -#: templates/html/drag_and_drop_edit.html:189 -msgid "" -"\n" -" Please provide a description of the image for non-visual users.\n" -" The description should provide sufficient information to allow anyone\n" -" to solve the problem even without seeing the image.\n" -" " -msgstr "\n 请为非可视用户提供图像描述。\n 该描述内容应提供充足的信息以允许任何人\n 即使不看图像也能解决问题。\n " - -#: templates/html/drag_and_drop_edit.html:199 -msgid "Zone labels" -msgstr "区域标签" - -#: templates/html/drag_and_drop_edit.html:202 -msgid "Display label names on the image" -msgstr "在图像上显示标签名称" - -#: templates/html/drag_and_drop_edit.html:206 -msgid "Zone borders" -msgstr "区域边框" - -#: templates/html/drag_and_drop_edit.html:209 -msgid "Display zone borders on the image" -msgstr "在图像上显示区域边框" - -#: templates/html/drag_and_drop_edit.html:215 -msgid "Display zone borders when dragging an item" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:220 -msgid "Zone definitions" -msgstr "答题区设置" - -#: templates/html/drag_and_drop_edit.html:226 -msgid "Add a zone" -msgstr "添加一个区域" - -#: templates/html/drag_and_drop_edit.html:240 -msgid "Items" -msgstr "项目" - -#: templates/html/drag_and_drop_edit.html:274 -msgid "Item definitions" -msgstr "" - -#: templates/html/drag_and_drop_edit.html:278 -msgid "Add an item" -msgstr "添加一个项目" - -#: templates/html/drag_and_drop_edit.html:288 -msgid "Continue" -msgstr "继续" - -#: templates/html/drag_and_drop_edit.html:292 -msgid "Save" -msgstr "保存" - -#: templates/html/drag_and_drop_edit.html:296 -msgid "Cancel" -msgstr "取消" - -#: utils.py:59 -#, python-brace-format -msgid "Your highest score is {score}" -msgstr "您的最高分数是{score}" - -#: utils.py:60 -#, python-brace-format -msgid "Final attempt was used, highest score is {score}" -msgstr "最后一次尝试已用完,最高分为 {score}" - -#: utils.py:68 -#, python-brace-format -msgid "Correctly placed {correct_count} item" -msgid_plural "Correctly placed {correct_count} items" -msgstr[0] "正确放置{correct_count}件物品" - -#: utils.py:79 -#, python-brace-format -msgid "Misplaced {misplaced_count} item" -msgid_plural "Misplaced {misplaced_count} items" -msgstr[0] "误投{misplaced_count}项" - -#: utils.py:90 -#, python-brace-format -msgid "" -"Misplaced {misplaced_count} item (misplaced item was returned to the item " -"bank)" -msgid_plural "" -"Misplaced {misplaced_count} items (misplaced items were returned to the item" -" bank)" -msgstr[0] "放错了{misplaced_count}个项目。 放错了位置的物品被退回了物品库。" - -#: utils.py:101 -#, python-brace-format -msgid "Did not place {missing_count} required item" -msgid_plural "Did not place {missing_count} required items" -msgstr[0] "未投放{missing_count}个必须项" - -#: public/js/drag_and_drop.js:48 public/js/drag_and_drop.js:399 -msgid "Submitting" -msgstr "提交中" - -#: public/js/drag_and_drop.js:162 -msgid "Unknown Zone" -msgstr "" - -#: public/js/drag_and_drop.js:166 -msgid "Placed in: {zone_title}" -msgstr "位于: {zone_title}" - -#: public/js/drag_and_drop.js:170 -msgid "Correctly placed in: {zone_title}" -msgstr "正确的放在: {zone_title}" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable, grabbed" -msgstr ", 可拖放, 已抓起" - -#: public/js/drag_and_drop.js:182 -msgid ", draggable" -msgstr ", 可拖放" - -#: public/js/drag_and_drop.js:259 -msgid "No items placed here" -msgstr "" - -#: public/js/drag_and_drop.js:265 -msgid "Items placed here: " -msgstr "" - -#: public/js/drag_and_drop.js:297 -msgid ", dropzone" -msgstr ",投放区" - -#: public/js/drag_and_drop.js:300 -msgid "droppable" -msgstr "" - -#: public/js/drag_and_drop.js:321 public/js/drag_and_drop.js:325 -msgid "Feedback" -msgstr "反馈" - -#: public/js/drag_and_drop.js:336 public/js/drag_and_drop.js:341 -msgid "Explanation" -msgstr "" - -#: public/js/drag_and_drop.js:357 public/js/drag_and_drop.js:547 -msgid "Close" -msgstr "关闭" - -#: public/js/drag_and_drop.js:360 public/js/drag_and_drop.js:595 -msgid "Keyboard Help" -msgstr "键盘帮助" - -#: public/js/drag_and_drop.js:363 -msgid "This is a screen reader-friendly problem." -msgstr "" - -#: public/js/drag_and_drop.js:364 -msgid "" -"Drag and Drop problems consist of draggable items and dropzones. Users " -"should select a draggable item with their keyboard and then navigate to an " -"appropriate dropzone to drop it." -msgstr "拖放型题目包含可拖拽项和投放区域。用户可使用键盘选择一个拖拽项,然后放置在适当的区内。" - -#: public/js/drag_and_drop.js:365 -msgid "" -"You can complete this problem using only your keyboard by following the " -"guidance below:" -msgstr "使用键盘完成此题目,简单步骤如下:" - -#: public/js/drag_and_drop.js:367 -msgid "" -"Use only TAB and SHIFT+TAB to navigate between draggable items and drop " -"zones." -msgstr "使用TAB和SHIFT+TAB在可拖拽项和投放区二者轻松来回切换。" - -#: public/js/drag_and_drop.js:368 -msgid "Press CTRL+M to select a draggable item (effectively picking it up)." -msgstr "点击CTRL+M来选择可拖拽项(操作轻松高效)。" - -#: public/js/drag_and_drop.js:369 -msgid "" -"Navigate using TAB and SHIFT+TAB to the appropriate dropzone and press " -"CTRL+M once more to drop it here." -msgstr "使用TAB和SHIFT+TAB拖拽项至适当投放区,然后再次点击CTRL+M进行投放。" - -#: public/js/drag_and_drop.js:370 -msgid "" -"Press ESC if you want to cancel the drop operation (for example, to select a" -" different item)." -msgstr "如需取消投放操作,请点击ESC(例如:需要选择另外一项)。" - -#: public/js/drag_and_drop.js:371 -msgid "" -"TAB back to the list of draggable items and repeat this process until all of" -" the draggable items have been placed on their respective dropzones." -msgstr "点击TAB回到拖拽项列表,并重复此操作直至将所有项投放至相应区域。" - -#: public/js/drag_and_drop.js:389 -msgid "You have used {used} of {total} attempts." -msgstr "总共{total}次答题机会,已使用{used}次。" - -#: public/js/drag_and_drop.js:412 -msgid "Submit" -msgstr "提交" - -#: public/js/drag_and_drop.js:453 -msgid "Show Answer" -msgstr "显示答案" - -#: public/js/drag_and_drop.js:462 -msgid "Actions" -msgstr "操作" - -#: public/js/drag_and_drop.js:466 -msgid "Go to Beginning" -msgstr "返回开始" - -#: public/js/drag_and_drop.js:472 -msgid "Reset" -msgstr "重设" - -#: public/js/drag_and_drop.js:506 public/js/drag_and_drop.js:1233 -msgid "Some of your answers were not correct." -msgstr "您的某些答案不正确。" - -#: public/js/drag_and_drop.js:507 public/js/drag_and_drop.js:1236 -msgid "Hints:" -msgstr "提示:" - -#: public/js/drag_and_drop.js:577 -msgid "Correct" -msgstr "正确" - -#: public/js/drag_and_drop.js:577 -msgid "Incorrect" -msgstr "不正确" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:610 -msgid "{earned}/{possible} point (graded)" -msgid_plural "{earned}/{possible} points (graded)" -msgstr[0] "得分:{earned},总分:{possible}(计入成绩)" - -#. Translators: {earned} is the number of points earned. {possible} is the -#. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of -#. points will always be at least 1. We pluralize based on the total number of -#. points (example: 0/1 point; 1/2 points). -#: public/js/drag_and_drop.js:617 -msgid "{earned}/{possible} point (ungraded)" -msgid_plural "{earned}/{possible} points (ungraded)" -msgstr[0] "得分:{earned},总分:{possible}(不计入成绩)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:627 -msgid "{possible} point possible (graded)" -msgid_plural "{possible} points possible (graded)" -msgstr[0] "总分:{possible}(计入成绩)" - -#. Translators: {possible} is the number of points possible (examples: 1, 3, -#. 10). -#: public/js/drag_and_drop.js:634 -msgid "{possible} point possible (ungraded)" -msgid_plural "{possible} points possible (ungraded)" -msgstr[0] "总分:{possible}(不计入成绩)" - -#: public/js/drag_and_drop.js:660 -msgid "Drag and Drop Problem" -msgstr "拖放型题目" - -#: public/js/drag_and_drop.js:662 -msgid "Problem" -msgstr "问题" - -#: public/js/drag_and_drop.js:687 -msgid "Item Bank" -msgstr "答题项库" - -#: public/js/drag_and_drop.js:732 -msgid "Drop Targets" -msgstr "放下目标" - -#: public/js/drag_and_drop.js:898 -msgid "An error occurred. Unable to load drag and drop problem." -msgstr "发生了错误。无法加载拖放问题。" - -#: public/js/drag_and_drop.js:1359 -msgid "You cannot add any more items to this zone." -msgstr "" - -#: public/js/drag_and_drop_edit.js:123 public/js/drag_and_drop_edit.js:520 -#: public/js/drag_and_drop_edit.js:751 -msgid "There was an error with your form." -msgstr "您的表格有一个错误。" - -#: public/js/drag_and_drop_edit.js:124 -msgid "Please check over your submission." -msgstr "请核对您的提交信息。" - -#: public/js/drag_and_drop_edit.js:370 -msgid "Zone {num}" -msgid_plural "Zone {num}" -msgstr[0] "" - -#: public/js/drag_and_drop_edit.js:521 -msgid "Please check the values you entered." -msgstr "" - -#: public/js/drag_and_drop_edit.js:744 -msgid "Saving" -msgstr "正在保存" diff --git a/drag_and_drop_v2/drag_and_drop_v2.py b/drag_and_drop_v2/drag_and_drop_v2.py index a385d6915..800b582bd 100644 --- a/drag_and_drop_v2/drag_and_drop_v2.py +++ b/drag_and_drop_v2/drag_and_drop_v2.py @@ -15,10 +15,8 @@ import six.moves.urllib.parse # pylint: disable=import-error import six.moves.urllib.request # pylint: disable=import-error import six -import pkg_resources import webob -from django.utils import translation from xblock.core import XBlock from xblock.exceptions import JsonHandlerError from xblock.fields import Boolean, Dict, Float, Integer, Scope, String @@ -321,25 +319,6 @@ def _learner_raw_score(self): correct_count, total_count = self._get_item_stats() return correct_count / float(total_count) - @staticmethod - def _get_deprecated_i18n_js_url(): - """ - Returns the deprecated JavaScript translation file for the currently selected language, if any found by - `pkg_resources` - - This method returns pre-OEP-58 i18n files and is deprecated in favor - of `get_javascript_i18n_catalog_url`. - """ - lang_code = translation.get_language() - if not lang_code: - return None - text_js = 'public/js/translations/{lang_code}/text.js' - country_code = lang_code.split('-')[0] - for code in (translation.to_locale(lang_code), lang_code, country_code): - if pkg_resources.resource_exists(loader.module_name, text_js.format(lang_code=code)): - return text_js.format(lang_code=code) - return None - def _get_statici18n_js_url(self): """ Return the JavaScript translation file provided by the XBlockI18NService. @@ -348,9 +327,6 @@ def _get_statici18n_js_url(self): if javascript_url := url_getter_func(self): return javascript_url - if deprecated_url := self._get_deprecated_i18n_js_url(): - return self.runtime.local_resource_url(self, deprecated_url) - return None @XBlock.supports("multi_device") # Enable this block for use in the mobile app via webview