From e1c1f140703c1a005392887f2404f5bc74ed7282 Mon Sep 17 00:00:00 2001 From: Zachary Hancock Date: Tue, 15 Jun 2021 17:39:34 -0400 Subject: [PATCH 1/3] doc: add test plan document (#886) * WIP * test: onboarding tests * test: certificates and grades * doc: cleanup/links * docs: instructor dashboard tests * docs: proofreading/cleanup * docs: changelog * docs: RPNow test course * docs: link from developing doc * docs: formatting clean up * docs: rst validation --- CHANGELOG.rst | 1 + docs/developing.rst | 7 ++ docs/testing/test_plan.md | 254 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 262 insertions(+) create mode 100644 docs/testing/test_plan.md diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4d77392ef7..c62916d6524 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,7 @@ Change Log Unreleased ~~~~~~~~~~ +* Add `test_plan` document to describe key features and test cases [3.15.0] - 2021-06-15 ~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/developing.rst b/docs/developing.rst index f0dc8243a2b..4638ec2a91f 100644 --- a/docs/developing.rst +++ b/docs/developing.rst @@ -269,3 +269,10 @@ Release a new version of edx-proctoring * In edx-platform, create a branch and update the requirements/edx/base.in file to reflect the new tagged branch. * create a PR of this branch in edx-platform onto edx-platform:master * Once the PR onto edx-platform has been merged, the updated edx-proctoring will be live in production when the normally scheduled release completes. + +How do I validate my changes in stage or production? +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* See `test plan`_ for manual tests and data setup + +.. _test plan: ./testing/test_plan.md diff --git a/docs/testing/test_plan.md b/docs/testing/test_plan.md new file mode 100644 index 00000000000..17433c42db6 --- /dev/null +++ b/docs/testing/test_plan.md @@ -0,0 +1,254 @@ +# Special Exams Test Plan + +This document should serve as a catalogue of key features included in the proctoring/special-exams system. It may be used in part, or in full, whenever manual testing is required. + +## Resources + +#### Test Courses in Stage +- [course-v1:edX+cheating101+2018T3](https://learning.stage.edx.org/course/course-v1:edX+cheating101+2018T3/home) (Proctortrack) +- [course-v1:edX+StageProctortrack+2019](https://learning.stage.edx.org/course/course-v1:edX+StageProctortrack+2019/home) (Proctortrack) +- [course-v1:Proctoring2+Proctoring2+Proctoring2](https://learning.stage.edx.org/course/course-v1:Proctoring2+Proctoring2+Proctoring2/home) (RPNow) + +#### Django Admin Models +- Exam Attempt: https://courses-internal.stage.edx.org/admin/edx_proctoring/proctoredexamstudentattempt/ +- Exam Review: https://courses-internal.stage.edx.org/admin/edx_proctoring/proctoredexamsoftwaresecurereview/ + +#### Useful Queries +- Certificate Status: `select status from certificates_generatedcertificate where name = and course_id = ;` + +# Features + +## Timed Exam + +### Test Cases + +#### A paid track learner is able to start, complete, and submit a timed exam +- [ ] Log in as a verified learner and navigate to the exam section +- [ ] You should see an interstitial with the following information: + - [ ] Statement that this is a timed exam + - [ ] The number of minutes allowed to complete the exam. This should match the `time allotted` value in studio. + - [ ] A button or link to start the exam +- [ ] Click the link to start the exam +- [ ] You should see the first unit in the exam +- [ ] The exam timer is shown and functions properly. [Exam Timer](#exam-timer) +- [ ] Click end my exam using the timer banner +- [ ] You should see an interstitial confirming if you want to submit +- [ ] Submit the exam +- [ ] You should see an interstitial confirming the exam has been submitted +- [ ] If you navigate away and return to this section you should still see the submitted interstitial + +#### A paid track learner is not able to enter an expired exam (Instuctor paced courses only) + +- [ ] In studio, set the due date for the exam in the past +- [ ] Log in as a verified learner and navigate to the timed exam section +- [ ] An interstitial is shown stating that the due date for this exam has passed + +## Exam Timer + +#### The exam timer functions during a timed special exam +- [ ] Log in as a verified learner and begin a timed or proctored exam +- [ ] When viewing exam content there should be a banner with the following information: + - [ ] Notification you that you are in a timed exam + - [ ] A button to end the exam + - [ ] A timer counting down from the correct `time allotted` for this exam +- [ ] The timer should return with the correct value (meaning it continues to count down on the backend) when you: + - [ ] Refresh the page + - [ ] Navigate to other course content, then return to the exam +- [ ] Click end my exam on the banner +- [ ] You should see an interstitial confirming if you want to submit + - [ ] The timer should continue to count down +- [ ] Click I want to continue working +- [ ] You should be returned to the exam content +- [ ] Click end my exam on the banner +- [ ] Click submit on the confirmation page +- [ ] You should see an interstitial confirming the exam has been submitted + +#### If the exam timer reaches zero the exam is automatically submitted +- [ ] (optional) In studio, set `time allotted` on the timed exam to 2-3 minutes to ease testing +- [ ] Log in as a verified learner and begin the timed exam +- [ ] Observe the timer as it approaches zero +- [ ] The timer should visually indicate low time remaining +- [ ] The timer should pause at 00:00 for approximately 5 seconds +- [ ] An interstitial is shown notifying the learner their exam time has expired and answers have been automatically submitted. +- [ ] If you modified `time allotted` please reset it to the initial value + +#### A learner is given limted time if starting a exam that is nearly due +- [ ] In studio, verify `time allotted` for the exam is greater than 5 minutes +- [ ] In studio, set the due date for the exam to 5 minutes from now +- [ ] Log in as a verified learner and navigate to the timed exam section +- [ ] You should see an interstitial that you have 5 minutes to complete the exam +- [ ] Begin the exam, the timer should reflect the reduced time limit + +## Proctored Exam + +### Test Cases + +#### A paid track learner is able to start, complete, and submit a proctored exam +- [ ] Log in as a verified learner and navigate to the proctored exam section +- [ ] You should see an interstitial with the following information: + - [ ] Statement that this is a proctored exam + - [ ] A button or link to continue +- [ ] Click the link to continue +- [ ] You should see an interstitial prompting you to set up the proctoring software +- [ ] Click start system check or copy/paste the exam code to follow steps according to the proctoring software +- [ ] After set up you should be returned to edx courseware and the start exam button should be enabled +- [ ] You should see a final interstitial stating the rules of the proctored exam and the time allotted to complete it + - [ ] There should be a functioning link to the support docs four proctored exam rules +- [ ] Click start my exam +- [ ] You should see the first unit in the exam +- [ ] The exam timer is shown and functions properly. [Exam Timer](#exam-timer) +- [ ] Click end my exam on the banner +- [ ] Click submit on the confirmation page +- [ ] You should see an interstitial confirming the exam has been submitted and is waiting on review +- [ ] You should receive an email stating your exam has been submitted for review +- [ ] This test has been completed with a Proctortrack exam +- [ ] This test has been completed with a RPNow exam + +#### Learners are removed from the exam if connectivity to the proctoring software is not maintained +- [ ] Log in as a verified learner, navigate to the exam section, follow all instructions, and start the exam +- [ ] Interrupt session by either closing the proctoring in software or disconnecting your internet +- [ ] Wait up to 1-2 minutes, but no more than five. +- [ ] You should see an interstitial stating that an error has occurred +- [ ] you can no longer view the exam content + +#### Learners are able to resume an exam upon approval from the course team +- [ ] Follow steps to start and be removed from an exam due to a connection error, make note of the time remaining. [Exam With Error State](#error) +- [ ] In another browser, use the instructor dashboard to resume the learner exam attempt. [Resume Exam](#resume-exam) +- [ ] Return as the learner and navigate to the exam section +- [ ] You should see an interstitial stating that the exam is ready to resume + - [ ] The time remaining should match that noted just before being removed from the exam due to an error +- [ ] You should be able to successfully complete and submit to the exam +- [ ] You should receive an email stating your exam has been submitted for review + + +#### Additional features +- [ ] Missing and pending prerequisites +- [ ] Missing and pending verification +- [ ] Proctored exam opt-out and its impact on other proctored exams in the course +- [ ] Incorrect browser during RPNow exam + +## Onboarding Exam + +### Test Cases + +#### And approved onboarding profile is required to begin a proctored exam +- [ ] Ensure you have a learner account without a verified onboarding profile + - [ ] If not, use the instructor dashboard to remove any prior onboarding attempts +- [ ] Log in as a verified learner and navigate to the proctored exam section +- [ ] Click the link on the first interstitial to start your exam +- [ ] You should be blocked from the exam with a message stating you must complete onboarding +- [ ] This page should include a link to the onboarding exam +- [ ] Click "Navigate to Onboarding Exam" +- [ ] You should be sent to the onboarding exam for this course +- [ ] This behavior should be the same if the learner has a rejected onboarding profile +- [ ] The "Navigate to Onboarding Exam" link should be omitted if the learner's onboarding profile is pending review + +#### A learner is able to start, complete, and submit an onboarding exam +- [ ] Log in as a verified learner and navigate to the proctored exam section +- [ ] You should see an interstitial with the following information: + - [ ] Statement that this is a onboarding exam + - [ ] A button or link to continue +- [ ] Click the link to continue +- [ ] You should see an interstitial prompting you to set up the proctoring software +- [ ] Click start system check and follow set up steps according to the proctoring software +- [ ] During setup you should be prompted for a face scan and id photo +- [ ] After set up you should be returned to edx courseware and the start exam button should be enabled +- [ ] You should see a final interstitial stating the rules of the proctored exam and the time allotted to complete it +- [ ] After being redirected to edx course war you should be able to start and submit your exam +- [ ] You should see an interstitial confirming the exam has been submitted and is waiting on review +- [ ] You should receive an email stating your exam has been submitted for review + +#### A learner can retry an onboarding exam in the error or rejected status +- [ ] Login is a verified learner and navigate to the proctored exam section. This will create an exam attempt. +- [ ] As an admin, in another browser, manually update the `created` attempt status to `error` LINK +- [ ] Return to the learner's examine refresh the page +- [ ] You should be presented with an error message and a button to "Retry my exam" +- [ ] Clicking retry my exam should direct the learner back to the start system check page +- [ ] You should be able to follow the steps to start, complete, and submit the onboarding exam. +- [ ] As an admin, in another browser, manually update the `created` attempt status to `rejected` LINK +- [ ] Return to the learner's examine refresh the page +- [ ] You should be presented with a rejected message and a button to "Retry my exam" +- [ ] Clicking retry my exam should direct the learner back to the start system check page +- [ ] You should be able to follow the steps to start, complete, and submit the onboarding exam. + +#### Additional Features +- [ ] Onboarding status panel for missing and completed onboarding profiles +- [ ] Onboarding status panel for expired or exams that have not yet been released + +## Certificates and Grades + +#### A rejected exam review should invalidate certificate and set grade to 0 +- [ ] Login as a verified learner and complete enough content so that completing an exam will earn you a passing grade +- [ ] Follow steps to start, complete, and submit a proctored exam. [Proctor Exam](#proctor-exam) + - [ ] make sure to receive a grade that will meet the threshold for passing the course +- [ ] Get the `external_id` of the attempt from LINK +- [ ] As an admin user use the external id to send a POST request to the exam review endpoint with a status of `suspicious` + - [ ] An alternative is to wait for this review to come back organically (may take 24hrs) +- [ ] Update the review from `suspicious` to `rules violation` in [Django Admin](#django-admin-models) +- [ ] Validate the exam grade has been overridden to zero using gradebook +- [ ] Query read replica to validate the certificate has been marked `unavailable` [Useful Queries](#useful-queries) + +#### If a learner has multiple sessions for an exam, a falling review of either recording should invalidate the certificate and set the grade to 0 +- [ ] Login as a verified learner and complete enough content so that completing an exam will earn you a passing grade +- [ ] Follow steps to put your exam attempt in the `error` state. [Exam With Error State](#error) +- [ ] In another browser, use the instructor dashboard to allow this learner to resume +- [ ] Returned to the learner's browser, refresh the page, start, complete, and submit the exam. + - [ ] make sure to receive a grade that will meet the threshold for passing the course +- [ ] Get the `external_id` of both the resumed and submitted attempts from [Django Admin](#django-admin-models) +- [ ] As an admin user use the external id of the resumed attempt to send a POST request to the exam review endpoint with a status of `passed` + - [ ] An alternative is to wait for this review to come back organically (may take 24hrs) +- [ ] As an admin user use the external id of the submitted attempt to send a POST request to the exam review endpoint with a status of `suspicious` +- [ ] Update the review from `suspicious` to `rules violation` in [Django Admin](#django-admin-models) +- [ ] Validate the exam grade has been overridden to zero using gradebook (tab in instructor dashboard) +- [ ] Query read replica to validate the certificate has been marked `unavailable` [Useful Queries](#useful-queries) + +## Instructor Dashboard + +### Test Cases + +#### Individual exam attempts are shown and may be removed by the instructor +- [ ] As a learner, enter a timed exam section and complete at least one unit in the exam +- [ ] In another browser, navigate to the instructor dashboard and expand the "Student Special Exam Attempt" section +- [ ] There should be an attempt by the learner in step #1 with the correct status, exam name, and date. +- [ ] The "Actions" column should have one link to "Reset" +- [ ] Reset the exam and click yes on the confirmation alert +- [ ] Return to the exam as the learner +- [ ] You should see the initial interstitial indicating that this is a timed exam +- [ ] Enter the exam, any previously completed units should be reset + +#### Exam attempts in the error state may be resumed +- [ ] Follow steps to start and be removed from an exam due to a connection error, make note of the time remaining. [Exam With Error State](#error) +- [ ] In another browser, navigate to the instructor dashboard and expand the "Student Special Exam Attempt" section +- [ ] Find the attempt for learner in step #1. There should be a gear icon in the "Actions" column that unveils two options: "reset" and "resume" +- [ ] Click resume and accept the confirmation message +- [ ] Return to the learner's browser. [Learners should be able to resume and complete the exam](#learner-resume) + +#### Multiple sessions for the same exam (due to a resume) appear as a group and can be removed in bulk +- [ ] Follow the steps to put an exam in the error state and submit a resumed attempt as the learner [Resume Exam](#resume-exam) +- [ ] Navigate to the instructor dashboard and expand the "Students Special Exam Attempt" section +- [ ] Find the attempt for the learner and step #1. +- [ ] This row should expand to display two distinct attempts with the appropriate dates and status +- [ ] Click the reset button. Both attempts should be removed. +- [ ] Return to the learner's browser and return to the exam section. +- [ ] The learner should be able to start and complete a new attempt. + +#### Onboarding status view includes all paid-track learners and is filterable +- [ ] And sure you have a at least one learner in your course that: + - [ ] Has not started onboarding + - [ ] Has completed onboarding +- [ ] Download the course roster using the "Data Download" tab on the instructor dashboard + - [ ] A CSV learners can be downloaded by clicking the "Donald profile information as a CSV" button +- [ ] Filter the audit learners out of the report +- [ ] View the special exams tab and open the "Student Onboarding Status" dropdown +- [ ] Ensure all learners in the CSV have a row in the drop down +- [ ] Filtering by "Not Started" it includes the learner(s) who has not started onboarding +- [ ] Filtering by multiple statuses functions as expected + +#### Proctortrack review dashboard is rendered for the correct course +This is only applicable to Proctortrack courses +- [ ] Navigate to the special exams tab within the instructor dashboard +- [ ] Expand the "Review Dashboard" dropdown +- [ ] The Proctortrack UI is rendered for the correct course + +#### Additional Features +- [ ] Allowances From 5be1191cf167f303e2ac5c22e11fb733c2074b30 Mon Sep 17 00:00:00 2001 From: Viktor Rusakov <52399399+ViktorRusakov@users.noreply.github.com> Date: Wed, 16 Jun 2021 18:40:15 +0300 Subject: [PATCH 2/3] fix: [BD-26] Fix a bug in exam attempt API where total time for the exam would not include allowance time (#887) * fix: calculate correct total time for exam when allowance has been added * docs: update changelog and package version --- CHANGELOG.rst | 4 ++++ edx_proctoring/__init__.py | 2 +- edx_proctoring/api.py | 9 ++++++++- edx_proctoring/tests/test_mfe_views.py | 24 ++++++++++++++++++++++-- edx_proctoring/views.py | 18 ++++++++++++------ package.json | 2 +- 6 files changed, 48 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c62916d6524..a079d287e9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,10 @@ Change Log Unreleased ~~~~~~~~~~ + +[3.15.1] - 2021-06-16 +~~~~~~~~~~~~~~~~~~~~~ +* Fix a bug in exam attempt API where total time allowed for the exam would not include allowance time. * Add `test_plan` document to describe key features and test cases [3.15.0] - 2021-06-15 diff --git a/edx_proctoring/__init__.py b/edx_proctoring/__init__.py index fff3a666688..bc8d38447b5 100644 --- a/edx_proctoring/__init__.py +++ b/edx_proctoring/__init__.py @@ -3,6 +3,6 @@ """ # Be sure to update the version number in edx_proctoring/package.json -__version__ = '3.15.0' +__version__ = '3.15.1' default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name diff --git a/edx_proctoring/api.py b/edx_proctoring/api.py index 0a19f92915d..65067884603 100644 --- a/edx_proctoring/api.py +++ b/edx_proctoring/api.py @@ -81,6 +81,14 @@ USER_MODEL = get_user_model() +def get_total_allowed_time_for_exam(exam, user_id): + """ + Returns total allowed time in humanized form for exam including allowance time. + """ + total_allowed_time = _calculate_allowed_mins(exam, user_id) + return humanized_time(total_allowed_time) + + def get_proctoring_settings_by_exam_id(exam_id): """ Return proctoring settings and exam proctoring backend for proctored exam by exam_id. @@ -744,7 +752,6 @@ def get_exam_attempt_data(exam_id, attempt_id, is_learning_mfe=False): # a same process as the LMS if is_learning_mfe: exam_url_path = resolve_exam_url_for_learning_mfe(exam['course_id'], exam['content_id']) - else: exam_url_path = reverse('jump_to', args=[exam['course_id'], exam['content_id']]) diff --git a/edx_proctoring/tests/test_mfe_views.py b/edx_proctoring/tests/test_mfe_views.py index 9dde76f4611..10049f7533d 100644 --- a/edx_proctoring/tests/test_mfe_views.py +++ b/edx_proctoring/tests/test_mfe_views.py @@ -11,10 +11,11 @@ from django.test.utils import override_settings from django.urls import reverse -from edx_proctoring.api import get_review_policy_by_exam_id +from edx_proctoring.api import get_exam_by_id, get_review_policy_by_exam_id from edx_proctoring.exceptions import BackendProviderNotConfigured, ProctoredExamNotFoundException -from edx_proctoring.models import ProctoredExam +from edx_proctoring.models import ProctoredExam, ProctoredExamStudentAllowance from edx_proctoring.statuses import ProctoredExamStudentAttemptStatus +from edx_proctoring.utils import humanized_time from .utils import ProctoredExamTestCase @@ -65,6 +66,25 @@ def assertHasExamData(self, response_data, has_attempt, self.assertEqual(exam_data['content_id'], self.content_id if not content_id else content_id) self.assertEqual(exam_data['time_limit_mins'], self.default_time_limit) + def test_exam_total_time_with_allowance_time_before_exam_starts(self): + """ + Tests that exam has correct total time when user has additional + time allowance and exam has not started yet. + """ + allowed_extra_time = 10 + ProctoredExamStudentAllowance.objects.create( + proctored_exam_id=self.proctored_exam_id, + user_id=self.user_id, + key=self.key, + value=str(allowed_extra_time) + ) + response = self.client.get(self.url) + exam = get_exam_by_id(self.proctored_exam_id) + self.assertEqual(response.status_code, 200) + response_data = json.loads(response.content.decode('utf-8')) + expected_total_time = humanized_time(exam['time_limit_mins'] + allowed_extra_time) + self.assertEqual(response_data['exam']['total_time'], expected_total_time) + def test_get_started_proctored_exam_attempts_data(self): """ Tests the get proctored exam attempts data by course id and usage key endpoint for started exam. diff --git a/edx_proctoring/views.py b/edx_proctoring/views.py index b0549c9b87d..5554b722267 100644 --- a/edx_proctoring/views.py +++ b/edx_proctoring/views.py @@ -48,6 +48,7 @@ get_onboarding_attempt_data_for_learner, get_proctoring_settings_by_exam_id, get_review_policy_by_exam_id, + get_total_allowed_time_for_exam, get_user_attempts_by_exam_id, is_exam_passed_due, mark_exam_attempt_as_ready, @@ -238,12 +239,17 @@ def get(self, request, course_id, content_id): attempt.get('id'), is_learning_mfe=is_learning_mfe ) - # Exam hasn't been started yet but it is proctored so needs to be checked - # if prerequisites are satisfied. We only do this for proctored exam hence - # additional check 'not exam['is_practice_exam']', meaning we do not check - # prerequisites for practice or onboarding exams - elif exam['is_proctored'] and not exam['is_practice_exam']: - exam = check_prerequisites(exam, request.user.id) + else: + # calculate total allowed time for the exam including + # allowance time to show on the MFE entrance pages + exam['total_time'] = get_total_allowed_time_for_exam(exam, request.user.id) + + # Exam hasn't been started yet but it is proctored so needs to be checked + # if prerequisites are satisfied. We only do this for proctored exam hence + # additional check 'not exam['is_practice_exam']', meaning we do not check + # prerequisites for practice or onboarding exams + if exam['is_proctored'] and not exam['is_practice_exam']: + exam = check_prerequisites(exam, request.user.id) # if user hasn't completed required onboarding exam before taking # proctored exam we need to navigate them to it with a link diff --git a/package.json b/package.json index 27dcbf32b73..b0ac3aacc3c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@edx/edx-proctoring", "//": "Be sure to update the version number in edx_proctoring/__init__.py", "//": "Note that the version format is slightly different than that of the Python version when using prereleases.", - "version": "3.15.0", + "version": "3.15.1", "main": "edx_proctoring/static/index.js", "scripts": { "test": "gulp test" From 2d4a91d19c70bbf9ef306460cf83dcf9d39576fb Mon Sep 17 00:00:00 2001 From: edX Transifex Bot Date: Sun, 20 Jun 2021 20:16:11 +0000 Subject: [PATCH 3/3] fix(i18n): update translations --- .../locale/ar/LC_MESSAGES/django.po | 58 +- .../locale/ar/LC_MESSAGES/djangojs.po | 58 +- .../locale/ca/LC_MESSAGES/django.po | 58 +- .../locale/ca/LC_MESSAGES/djangojs.po | 58 +- .../locale/cs/LC_MESSAGES/django.po | 58 +- .../locale/cs/LC_MESSAGES/djangojs.po | 58 +- .../locale/de_DE/LC_MESSAGES/django.po | 60 +- .../locale/de_DE/LC_MESSAGES/djangojs.po | 60 +- .../locale/el/LC_MESSAGES/django.po | 58 +- .../locale/el/LC_MESSAGES/djangojs.po | 58 +- .../locale/es_419/LC_MESSAGES/django.po | 58 +- .../locale/es_419/LC_MESSAGES/djangojs.po | 58 +- .../locale/eu_ES/LC_MESSAGES/django.po | 58 +- .../locale/eu_ES/LC_MESSAGES/djangojs.po | 58 +- .../locale/fr/LC_MESSAGES/django.po | 58 +- .../locale/fr/LC_MESSAGES/djangojs.po | 58 +- .../locale/fr_CA/LC_MESSAGES/django.po | 58 +- .../locale/fr_CA/LC_MESSAGES/djangojs.po | 58 +- .../locale/he/LC_MESSAGES/django.po | 58 +- .../locale/he/LC_MESSAGES/djangojs.po | 58 +- .../locale/id/LC_MESSAGES/django.po | 58 +- .../locale/id/LC_MESSAGES/djangojs.po | 58 +- .../locale/it_IT/LC_MESSAGES/django.mo | Bin 823 -> 41446 bytes .../locale/it_IT/LC_MESSAGES/django.po | 552 ++++++++++++++---- .../locale/it_IT/LC_MESSAGES/djangojs.mo | Bin 823 -> 41477 bytes .../locale/it_IT/LC_MESSAGES/djangojs.po | 552 ++++++++++++++---- .../locale/ja_JP/LC_MESSAGES/djangojs.po | 58 +- .../locale/ka/LC_MESSAGES/django.po | 58 +- .../locale/ka/LC_MESSAGES/djangojs.po | 58 +- .../locale/lv/LC_MESSAGES/django.po | 58 +- .../locale/lv/LC_MESSAGES/djangojs.po | 58 +- .../locale/mn/LC_MESSAGES/django.po | 58 +- .../locale/mn/LC_MESSAGES/djangojs.po | 58 +- .../locale/nb/LC_MESSAGES/django.po | 58 +- .../locale/nb/LC_MESSAGES/djangojs.po | 58 +- .../locale/pt_PT/LC_MESSAGES/django.po | 58 +- .../locale/pt_PT/LC_MESSAGES/djangojs.mo | Bin 15134 -> 15692 bytes .../locale/pt_PT/LC_MESSAGES/djangojs.po | 134 +++-- .../locale/ro/LC_MESSAGES/django.po | 58 +- .../locale/ro/LC_MESSAGES/djangojs.po | 58 +- .../locale/ru/LC_MESSAGES/django.po | 58 +- .../locale/ru/LC_MESSAGES/djangojs.po | 58 +- .../locale/sw_KE/LC_MESSAGES/django.po | 58 +- .../locale/sw_KE/LC_MESSAGES/djangojs.po | 58 +- .../locale/tr_TR/LC_MESSAGES/django.po | 58 +- .../locale/tr_TR/LC_MESSAGES/djangojs.po | 58 +- .../locale/uk/LC_MESSAGES/django.po | 58 +- .../locale/uk/LC_MESSAGES/djangojs.po | 58 +- .../locale/zh_CN/LC_MESSAGES/django.po | 58 +- .../locale/zh_CN/LC_MESSAGES/djangojs.po | 58 +- 50 files changed, 2242 insertions(+), 1552 deletions(-) diff --git a/edx_proctoring/locale/ar/LC_MESSAGES/django.po b/edx_proctoring/locale/ar/LC_MESSAGES/django.po index 84b3c8f7e9f..28da6ee6c6c 100644 --- a/edx_proctoring/locale/ar/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/ar/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Karam Hawari , 2021\n" "Language-Team: Arabic (https://www.transifex.com/open-edx/teams/6205/ar/)\n" @@ -120,75 +120,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "بقي لديك {remaining_time} " -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "دورتك التعليمية" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "امتحان مراقب" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "خيار المراقبة متاح" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "امتحان مفتوح" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "مراجعة جلسة المعلقة" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "عبر المراقبة" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "فشل المراقبة" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "خيار المراقبة لم يعد متوفراً" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "امتحان تمرين دون علامة" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "امتحان تمرين مكتمل" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "امتحان تمرين راسب" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "امتحان موقوت" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1442,50 +1442,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "لم نتمكن من تحديد معرف الدورة التعليمية" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "يجب أن تكون عضو طاقم من أجل القيام بهذا الطلب." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "بقي لديك أقل من دقيقة" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ar/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ar/LC_MESSAGES/djangojs.po index 57410d40f81..8a513a5d577 100644 --- a/edx_proctoring/locale/ar/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ar/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Karam Hawari , 2021\n" "Language-Team: Arabic (https://www.transifex.com/open-edx/teams/6205/ar/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "بقي لديك {remaining_time} " -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "مساقك التعليمي" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "امتحان مراقب" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "خيار المراقبة متاح" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "امتحان مفتوح" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "مراجعة جلسة المعلقة" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "عبر المراقبة" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "فشل المراقبة" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "خيار المراقبة لم يعد متوفراً" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "امتحان تمرين دون علامة" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "امتحان تدريبي مكتمل" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "امتحان تدريبي راسب" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "امتحان مؤقت" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1440,50 +1440,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "لم نتمكن من تحديد رمز المساق التعليمي" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "يجب أن تكون عضو طاقم من أجل القيام بهذا الطلب." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "بقي لديك أقل من دقيقة" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ca/LC_MESSAGES/django.po b/edx_proctoring/locale/ca/LC_MESSAGES/django.po index 0b2a5297698..2cd804bc06e 100644 --- a/edx_proctoring/locale/ca/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/ca/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Juanjo Bote , 2021\n" "Language-Team: Catalan (https://www.transifex.com/open-edx/teams/6205/ca/)\n" @@ -116,75 +116,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "teniu {remaining_time} romanent" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "el teu curs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Realització de l'examen supervisat" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opció Supervisat disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prenent com a examen obert" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisió pendent de la sessió" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisat aprovat" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisat suspès" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "L'opció Supervisat ja no està disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Exàmen de pràctica sense classificar" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen pràctic completat" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "L'examen de pràctica suspès" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen temporal" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1469,50 +1469,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "no s'ha pogut determinar el course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Ha de ser un usuari del personal per realitzar aquesta sol·licitud." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "teniu menys d'un minut romanent" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ca/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ca/LC_MESSAGES/djangojs.po index 213e0c9d550..c3e5bb6ff21 100644 --- a/edx_proctoring/locale/ca/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ca/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Juanjo Bote , 2021\n" "Language-Team: Catalan (https://www.transifex.com/open-edx/teams/6205/ca/)\n" @@ -115,75 +115,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "teniu {remaining_time} romanent" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "el vostre curs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Realització de l'examen supervisat" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opció Supervisat disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prenent com a examen obert" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisió pendent de la sessió" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisat aprovat" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisat suspès" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "L'opció Supervisat ja no està disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen de pràctica no graduat" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen pràctic completat" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "L'examen de pràctica ha fallat" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen temporal" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1468,50 +1468,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "no s'ha pogut determinar el course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Ha de ser un usuari del personal per realitzar aquesta sol·licitud." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "teniu menys d'un minut romanent" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/cs/LC_MESSAGES/django.po b/edx_proctoring/locale/cs/LC_MESSAGES/django.po index 6da0dcb8bac..e2d5560d45e 100644 --- a/edx_proctoring/locale/cs/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/cs/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: trendspotter, 2021\n" "Language-Team: Czech (https://www.transifex.com/open-edx/teams/6205/cs/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1363,50 +1363,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/cs/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/cs/LC_MESSAGES/djangojs.po index d262c7313d1..f8f5cb61161 100644 --- a/edx_proctoring/locale/cs/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/cs/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: trendspotter, 2021\n" "Language-Team: Czech (https://www.transifex.com/open-edx/teams/6205/cs/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1363,50 +1363,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/de_DE/LC_MESSAGES/django.po b/edx_proctoring/locale/de_DE/LC_MESSAGES/django.po index 03a7888d817..bd0aac9ada1 100644 --- a/edx_proctoring/locale/de_DE/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/de_DE/LC_MESSAGES/django.po @@ -5,7 +5,7 @@ # EdX Team , 2018. # # Translators: -# Ron Lucke , 2016 +# Ron Lucke , 2016 # yamahapsr200 , 2016 # Shan , 2016 # Alexander L. , 2017 @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Stefania Trabucchi , 2021\n" "Language-Team: German (Germany) (https://www.transifex.com/open-edx/teams/6205/de_DE/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Sie haben noch {remaining_time} übrig" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Ihr Kurs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Als eine beaufsichtigten Prüfung teilnehmen" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option Beaufsichtigt verfügbar" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Als eine Freie Prüfung teilnehmen" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Laufende Begutachtung der Sitzung" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Bestanden unter Beaufsichtigung" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Nicht bestanden unter Beaufsichtigung" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Die Option Beaufsichtigt steht nicht länger zur Verfügung" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Upgrade auf Praktische Prüfung" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Übungsprüfung bestanden" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Übungsprüfung nicht bestanden" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Terminierte Prüfung" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1464,50 +1464,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "Konnte course_id nicht feststellen" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Muss ein Mitarbeiter sein, um diese Anfrage auszuführen." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Sie haben weniger als eine Minute übrig" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/de_DE/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/de_DE/LC_MESSAGES/djangojs.po index e201b6b487a..2f4ad56ca3e 100644 --- a/edx_proctoring/locale/de_DE/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/de_DE/LC_MESSAGES/djangojs.po @@ -5,7 +5,7 @@ # EdX Team , 2018. # # Translators: -# Ron Lucke , 2016 +# Ron Lucke , 2016 # yamahapsr200 , 2016 # Shan , 2016 # Alexander L. , 2017 @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Stefania Trabucchi , 2021\n" "Language-Team: German (Germany) (https://www.transifex.com/open-edx/teams/6205/de_DE/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Sie haben noch {remaining_time} übrig" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Ihr Kurs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Als eine beaufsichtigten Prüfung teilnehmen" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option Beaufsichtigt verfügbar" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Als eine Freie Prüfung teilnehmen" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Laufende Begutachtung der Sitzung" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Bestanden unter Beaufsichtigung" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Nicht bestanden unter Beaufsichtigung" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Die Option Beaufsichtigt steht nicht länger zur Verfügung" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Upgrade auf Praktische Prüfung" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Übungsprüfung bestanden" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Übungsprüfung nicht bestanden" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Terminierte Prüfung" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1464,50 +1464,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "Konnte course_id nicht feststellen" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Muss ein Mitarbeiter sein, um diese Anfrage auszuführen." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Sie haben weniger als eine Minute übrig" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/el/LC_MESSAGES/django.po b/edx_proctoring/locale/el/LC_MESSAGES/django.po index a04bf5731df..ad96cfff2ca 100644 --- a/edx_proctoring/locale/el/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/el/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Katerina Ligkovanli , 2021\n" "Language-Team: Greek (https://www.transifex.com/open-edx/teams/6205/el/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1366,50 +1366,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/el/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/el/LC_MESSAGES/djangojs.po index fae29ec01a1..419ea182bdb 100644 --- a/edx_proctoring/locale/el/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/el/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Katerina Ligkovanli , 2021\n" "Language-Team: Greek (https://www.transifex.com/open-edx/teams/6205/el/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1363,50 +1363,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/es_419/LC_MESSAGES/django.po b/edx_proctoring/locale/es_419/LC_MESSAGES/django.po index 951bff261b3..785d21baa5a 100644 --- a/edx_proctoring/locale/es_419/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/es_419/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Albeiro Gonzalez , 2021\n" "Language-Team: Spanish (Latin America) (https://www.transifex.com/open-edx/teams/6205/es_419/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Hay {remaining_time} restante" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "tu curso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Haciendo como examen supervisado" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opción supervisada disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Haciendo como examen abierto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisión de sesión pendiente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisión aprobada" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisión negada" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Opción supervisado ya no está disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen de práctica no calificado" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen de práctica completado" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen de práctica no aprobado" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen cronometrado" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1441,50 +1441,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "No se pudo determinar la ID del curso" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Hay que ser un usuario del equipo para cumplir esta pedida." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Queda menos de un minuto" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/es_419/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/es_419/LC_MESSAGES/djangojs.po index 1ce41c5c224..474e3b95529 100644 --- a/edx_proctoring/locale/es_419/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/es_419/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Albeiro Gonzalez , 2021\n" "Language-Team: Spanish (Latin America) (https://www.transifex.com/open-edx/teams/6205/es_419/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "usted tiene {remaining_time} para terminar" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "su curso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Tomando como examen supervisado" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opción supervisada disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Tomando como examen abierto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisión de sesión pendiente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisión aprobada" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisión fallida" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "La opción supervisado ya no está disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen de práctica no calificado" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen de práctica completado" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen de práctica no aprobado" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen cronometrado" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1441,50 +1441,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "No se pudo determinar la ID del curso" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Hay que ser un usuario del equipo para cumplir esta petición." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Queda menos de un minuto" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/eu_ES/LC_MESSAGES/django.po b/edx_proctoring/locale/eu_ES/LC_MESSAGES/django.po index f74542dedea..fcf0d73e0c1 100644 --- a/edx_proctoring/locale/eu_ES/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/eu_ES/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Abel Camacho , 2021\n" "Language-Team: Basque (Spain) (https://www.transifex.com/open-edx/teams/6205/eu_ES/)\n" @@ -114,75 +114,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "zure ikastaroa" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1360,50 +1360,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/eu_ES/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/eu_ES/LC_MESSAGES/djangojs.po index bd73a6fe5e2..9cde86cc310 100644 --- a/edx_proctoring/locale/eu_ES/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/eu_ES/LC_MESSAGES/djangojs.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Abel Camacho , 2021\n" "Language-Team: Basque (Spain) (https://www.transifex.com/open-edx/teams/6205/eu_ES/)\n" @@ -114,75 +114,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "zure ikastaroa" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1360,50 +1360,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/fr/LC_MESSAGES/django.po b/edx_proctoring/locale/fr/LC_MESSAGES/django.po index c73eca19acd..c7ab0eb0965 100644 --- a/edx_proctoring/locale/fr/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/fr/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Alexandre DS , 2021\n" "Language-Team: French (https://www.transifex.com/open-edx/teams/6205/fr/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "vous avez {remaining_time} restant" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "votre cours" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Faire en tant qu'examen surveillé" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option Examen Surveillé Possible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prendre comme session libre" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "En attente de la revue de la session." -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Examen Surveillé Effectué." -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Echec de l'Examen Surveillé" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Option Examen Surveillé Plus Disponible." -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen d'entrainement non noté" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen d'essai complété" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen d'essai échoué" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen minuté" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1435,51 +1435,51 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "ne peut déterminer l'identifiant du cours - course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Vous devez être un utilisateur du type Enseignant pour faire cette requête." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "vous avez moins d'une minute restante" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/fr/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/fr/LC_MESSAGES/djangojs.po index fc9ec9dbf18..f61c971e5af 100644 --- a/edx_proctoring/locale/fr/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/fr/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Alexandre DS , 2021\n" "Language-Team: French (https://www.transifex.com/open-edx/teams/6205/fr/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "vous avez {remaining_time} restant" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "votre cours" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Faire en tant qu'examen surveillé" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option Examen Surveillé Possible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prendre comme session libre." -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "En attente de la revue de la session." -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "A passé l'examen surveillé." -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Echec de l'Examen Surveillé" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Option Examen Surveillé Plus Disponible." -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen d'entrainement non noté" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen d'essai complété" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen d'essai échoué" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen minuté" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1427,51 +1427,51 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "ne peut déterminer l'identifiant du cours - course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Vous devez être un utilisateur du type Enseignant pour faire cette requête." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "vous avez moins d'une minute restante" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/fr_CA/LC_MESSAGES/django.po b/edx_proctoring/locale/fr_CA/LC_MESSAGES/django.po index c5627e3e010..8f1062d3eb7 100644 --- a/edx_proctoring/locale/fr_CA/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/fr_CA/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Pierre Mailhot , 2021\n" "Language-Team: French (Canada) (https://www.transifex.com/open-edx/teams/6205/fr_CA/)\n" @@ -115,77 +115,77 @@ msgstr "Intégration en attente" msgid "Onboarding Expired" msgstr "L'intégration a expiré" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "il vous reste {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "votre cours" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "Résultats d'examen surveillé pour {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "Revue d'examen surveillé en cours pour {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" "Examen surveillé {exam_name} pour {course_name} pour l'utilisateur " "{username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Prendre comme examen surveillé" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option surveillée disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prendre comme examen ouvert" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Examen de la session en attente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "A passé la surveillance" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "A échoué la surveillance" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "L'option surveillée n'est plus disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen de pratique non noté" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen de pratique terminé" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen de pratique échoué" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen minuté" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "Question sur le statut d'intégration" @@ -1791,51 +1791,51 @@ msgstr "un examen d'intégration" msgid "a practice exam" msgstr "un examen de pratique" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "impossible de déterminer l'id de cours" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Doit être un membre de l'équipe pédagogique pour effectuer cette requête." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "Paramètre de requête obligatoire course_id manquant" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "Il n'y a pas d'examen d'intégration lié à cet identifiant de cours." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "Il n'y a pas d'examen d'intégration accessible à cet utilisateur." -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "Aucune API de statut d'intégration pour {proctor_service}" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "il vous reste moins d'une minute" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "Aucun examen dans le cours {course_id}." -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "Aucun examen surveillé dans le cours {course_id}" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "Aucun tableau de bord d'instructeur pour {proctor_service}" diff --git a/edx_proctoring/locale/fr_CA/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/fr_CA/LC_MESSAGES/djangojs.po index 48bf7773e51..b2cb4862865 100644 --- a/edx_proctoring/locale/fr_CA/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/fr_CA/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Pierre Mailhot , 2021\n" "Language-Team: French (Canada) (https://www.transifex.com/open-edx/teams/6205/fr_CA/)\n" @@ -115,77 +115,77 @@ msgstr "Intégration en attente" msgid "Onboarding Expired" msgstr "L'intégration a expiré" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "il vous reste {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "votre cours" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "Résultats d'examen surveillé pour {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "Revue d'examen surveillé en cours pour {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" "Examen surveillé {exam_name} pour {course_name} pour l'utilisateur " "{username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Prendre comme examen surveillé" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Option surveillée disponible" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Prendre comme examen ouvert" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Examen de la session en attente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "A passé la surveillance" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "A échoué la surveillance" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "L'option surveillée n'est plus disponible" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Examen de pratique non noté" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Examen de pratique terminé" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Examen de pratique échoué" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Examen minuté" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "Question sur le statut d'intégration" @@ -1786,51 +1786,51 @@ msgstr "un examen d'intégration" msgid "a practice exam" msgstr "un examen de pratique" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "impossible de déterminer l'id de cours" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Doit être un membre de l'équipe pédagogique pour effectuer cette requête." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "Paramètre de requête obligatoire course_id manquant" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "Il n'y a pas d'examen d'intégration lié à cet identifiant de cours." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "Il n'y a pas d'examen d'intégration accessible à cet utilisateur." -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "Aucune API de statut d'intégration pour {proctor_service}" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "il vous reste moins d'une minute" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "Aucun examen dans le cours {course_id}." -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "Aucun examen surveillé dans le cours {course_id}" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "Aucun tableau de bord d'instructeur pour {proctor_service}" diff --git a/edx_proctoring/locale/he/LC_MESSAGES/django.po b/edx_proctoring/locale/he/LC_MESSAGES/django.po index 3d970f78e71..98502952d22 100644 --- a/edx_proctoring/locale/he/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/he/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Hodaya Zada , 2021\n" "Language-Team: Hebrew (https://www.transifex.com/open-edx/teams/6205/he/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "נותרה לך {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "הקורס שלך" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "בחירה כמבחן תחת פיקוח" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "אפשרות תחת פיקוח זמינה" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr " בחירה במבחן פתוח" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "סקירת מפגש בהמתנה" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "פיקוח שעבר" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "פיקוח שנכשל" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "האופציה תחת פיקוח אינה זמינה עוד." -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "מבחן תרגול ללא ציון" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "הושלם מבחן תרגול" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "מבחן תרגול שנכשל" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "מבחן מתוזמן" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1441,50 +1441,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "לא ניתן להגדיר את מזהה הקורס" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "חייב להיות משתמש צוות על מנת לבצע בקשה זו." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "נותרה לך פחות מדקה" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/he/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/he/LC_MESSAGES/djangojs.po index 32253a175f4..945f9ac4089 100644 --- a/edx_proctoring/locale/he/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/he/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Hodaya Zada , 2021\n" "Language-Team: Hebrew (https://www.transifex.com/open-edx/teams/6205/he/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "נותרה לך {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "הקורס שלך" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "בחירה כמבחן תחת פיקוח" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "אפשרות תחת פיקוח זמינה" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr " בחירה במבחן פתוח" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "סקירת מפגש בהמתנה" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "פיקוח שעבר" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "פיקוח שנכשל" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "האופציה תחת פיקוח אינה זמינה עוד." -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "מבחן תחת פיקוח ללא ציון" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "הושלם מבחן תרגול" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "מבחן תרגול שנכשל" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "מבחן מתוזמן" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1440,50 +1440,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "לא ניתן להגדיר את מזהה הקורס" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "חייב להיות משתמש צוות על מנת לבצע בקשה זו." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "נותרה לך פחות מדקה" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/id/LC_MESSAGES/django.po b/edx_proctoring/locale/id/LC_MESSAGES/django.po index 9f0377c9221..0eb00b88643 100644 --- a/edx_proctoring/locale/id/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/id/LC_MESSAGES/django.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Aprisa Chrysantina , 2021\n" "Language-Team: Indonesian (https://www.transifex.com/open-edx/teams/6205/id/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Anda memiliki {remaining_time} tersisa" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Pelatihan anda" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Pilihan proktor tersedia" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Mengambil ujian terbuka" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Ulasan sesi yang tertunda" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Lulus proktoring" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Gagal dalam proses proktoring" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Pilihan proktor tidak tersedia lagi" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Ujian sesi latihan yang tidak masuk dalam penilaian" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Sesi Latihan telah diselesaikan" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Gagal dalam ujian sesi latihan" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Ujian Terjadwal" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1371,50 +1371,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "tidak dapat menentukan course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Harus menjadi Staf untuk melakukan permintaan ini." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Anda hanya memiliki sisa waktu kurang dari satu menit." -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/id/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/id/LC_MESSAGES/djangojs.po index 30aa50bb74f..7da7431413f 100644 --- a/edx_proctoring/locale/id/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/id/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Aprisa Chrysantina , 2021\n" "Language-Team: Indonesian (https://www.transifex.com/open-edx/teams/6205/id/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Anda memiliki {remaining_time} tersisa" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Pelatihan anda" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Pilihan proktor tersedia" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Mengambil ujian terbuka" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Ulasan sesi yang tertunda" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Lulus proses proktoring" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Gagal dalam proses proktoring" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Pilihan proktor tidak tersedia lagi" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Ujian sesi latihan yang tidak masuk dalam penilaian" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Sesi Latihan telah diselesaikan" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Gagal dalam ujian sesi latihan" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Ujian Berwaktu" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1370,50 +1370,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "tidak dapat menentukan course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Harus menjadi Staf untuk melakukan permintaan ini." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Anda hanya memiliki sisa waktu kurang dari satu menit." -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/it_IT/LC_MESSAGES/django.mo b/edx_proctoring/locale/it_IT/LC_MESSAGES/django.mo index 4fd9977367f625fd0a0627b07dbce6df78a61a3a..7394db12bfa454c449f6755b6cf25caf3e86bdcf 100644 GIT binary patch literal 41446 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

2~M)Y_B!bRE2XQr&Z7Bn0Mz~ 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 diff --git a/edx_proctoring/locale/it_IT/LC_MESSAGES/django.po b/edx_proctoring/locale/it_IT/LC_MESSAGES/django.po index 9e51ee29c45..804e24094e7 100644 --- a/edx_proctoring/locale/it_IT/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/it_IT/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Domenico Casanica , 2021\n" "Language-Team: Italian (Italy) (https://www.transifex.com/open-edx/teams/6205/it_IT/)\n" @@ -32,23 +32,23 @@ msgstr "" #: admin.py:109 msgid "internally reviewed" -msgstr "" +msgstr "verificato internamente" #: admin.py:118 msgid "All Unreviewed" -msgstr "" +msgstr "Tutti i non verificati" #: admin.py:119 msgid "All Unreviewed Failures" -msgstr "" +msgstr "Tutti gli errori non verificati" #: admin.py:139 msgid "active proctored exams" -msgstr "" +msgstr "esami supervisionati attivi" #: admin.py:197 msgid "courses with active proctored exams" -msgstr "" +msgstr "corsi con esami supervisionati attivi" #: admin.py:359 msgid "Course Id" @@ -56,31 +56,31 @@ msgstr "ID del corso" #: admin.py:397 msgid "Created" -msgstr "" +msgstr "Creato" #: admin.py:398 msgid "Download Software Clicked" -msgstr "" +msgstr "Scarica Software Selezionato" #: admin.py:399 msgid "Ready To Start" -msgstr "" +msgstr "Pronto a partire" #: admin.py:400 msgid "Started" -msgstr "" +msgstr "Avviato" #: admin.py:401 msgid "Ready To Submit" -msgstr "" +msgstr "Pronto per l'invio" #: admin.py:402 msgid "Declined" -msgstr "" +msgstr "Negato" #: admin.py:403 msgid "Timed Out" -msgstr "" +msgstr "Scaduto" #: admin.py:404 msgid "Submitted" @@ -88,7 +88,7 @@ msgstr "Inviato" #: admin.py:405 msgid "Second Review Required" -msgstr "" +msgstr "Richiesta seconda verifica" #: admin.py:406 msgid "Verified" @@ -104,103 +104,104 @@ msgstr "Errore" #: admin.py:409 msgid "Ready To Resume" -msgstr "" +msgstr "Pronto a ripartire" #: admin.py:413 msgid "Onboarding Missing" -msgstr "" +msgstr "Onboarding mancante" #: admin.py:414 msgid "Onboarding Failed" -msgstr "" +msgstr "Onboarding non riuscito" #: admin.py:415 msgid "Onboarding Pending" -msgstr "" +msgstr "Onboarding in sospeso" #: admin.py:416 msgid "Onboarding Expired" -msgstr "" +msgstr "Onboarding scaduto" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" -msgstr "" +msgstr "hai a disposizione ancora {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" -msgstr "" +msgstr "il tuo corso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" -msgstr "" +msgstr "Risultati supervisione del {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" -msgstr "" +msgstr "Verifica supervisione in corso per {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" +"Esame supervisionato {exam_name} in {course_name} per utente {username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" -msgstr "" +msgstr "Esame sostenuto con supervisore" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" -msgstr "" +msgstr "Possibilità di supervisione disponibile" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" -msgstr "" +msgstr "Esame sostenuto come aperto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" -msgstr "" +msgstr "Verifica sessione in sospeso" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" -msgstr "" +msgstr "Supervisione superata" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" -msgstr "" +msgstr "Supervisione non superata" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" -msgstr "" +msgstr "Possibilità di supervisione non più disponibile" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" -msgstr "" +msgstr "Esame di prova senza voto" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" -msgstr "" +msgstr "Esame di prova completato" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" -msgstr "" +msgstr "Esame di prova non superato" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Esame a Tempo" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" -msgstr "" +msgstr "Domanda sullo stato di onboarding" #: models.py:403 msgid "Taking as Proctored" -msgstr "" +msgstr "Sostenuto come supervisionato" #: models.py:407 msgid "Is Sample Attempt" -msgstr "" +msgstr "È un tentativo di esempio" #: models.py:428 msgid "Is Resumable" @@ -208,7 +209,7 @@ msgstr "" #: models.py:599 msgid "Additional Time (minutes)" -msgstr "" +msgstr "Tempo aggiuntivo (minuti)" #: models.py:600 msgid "Review Policy Exception" @@ -220,6 +221,9 @@ msgid "" " The result will be visible after Loading... \n" " " msgstr "" +"\n" +" Il risultato sarà visibile dopo Caricamento in corso... \n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:5 #: templates/emails/proctoring_attempt_submitted_email.html:5 @@ -230,6 +234,9 @@ msgid "" " Hello %(username)s,\n" " " msgstr "" +"\n" +" Salve %(username)s,\n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:12 #, python-format @@ -240,6 +247,11 @@ msgid "" " met all proctoring requirements.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato controllato e tu\n" +" hai soddisfatto i requisiti di supervisione.\n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:21 #, python-format @@ -251,6 +263,12 @@ msgid "" " .\n" " " msgstr "" +"\n" +" Se hai domande relative ai risultati, puoi accedere alla pagina\n" +" \n" +" %(contact_url_text)s\n" +" .\n" +" " #: templates/emails/proctoring_attempt_submitted_email.html:12 #, python-format @@ -263,6 +281,13 @@ msgid "" " status within 5 business days.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato correttamente\n" +" inviato e verrà ora controllato per verificare che siano state\n" +" seguite tutte le regole di esema. Riceverai un'email riportante lo stato del\n" +" tuo esame entro 5 giorni lavorativi.\n" +" " #: templates/emails/proctoring_attempt_unsatisfactory_email.html:12 #, python-format @@ -277,6 +302,15 @@ msgid "" " you did not successfully meet the proctored exam requirements.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato controllato e il\n" +" team del corso ha riscontrato una o più violazioni delle regole per gli esami supervisionati. Alcuni esempi\n" +"degli eventi che possono comportare una violazione delle regole includono la navigazione\n" +"in Internet, l'identificazione di foto sfocata o mancante, l'utilizzo del telefono,\n" +"o l'aiuto da un'altra persona. A seguito della problematica riscontrata(e),\n" +"non hai soddisfatto i requisiti per l'esame con supervisione.\n" +" " #: templates/emails/proctoring_attempt_unsatisfactory_email.html:25 #, python-format @@ -289,6 +323,12 @@ msgid "" " .\n" " " msgstr "" +"\n" +" Per presentare ricorso contro i risultati degli esami supervisionati, accedi, con tutte le informazioni pertinente\n" +" il tuo esame, alla pagina \n" +" %(contact_url_text)s\n" +" .\n" +" " #: templates/onboarding_exam/entrance.html:5 msgid "" @@ -296,6 +336,9 @@ msgid "" " Proctoring onboarding exam\n" " " msgstr "" +"\n" +" Esame di onboarding con supervisione\n" +" " #: templates/onboarding_exam/entrance.html:12 msgid "" @@ -303,6 +346,9 @@ msgid "" " Why this is important to you:\n" " " msgstr "" +"\n" +" Perché ciò è importante:\n" +" " #: templates/onboarding_exam/entrance.html:18 msgid "" @@ -310,6 +356,9 @@ msgid "" " Establish your identity with the proctoring system to take a proctored exam\n" " " msgstr "" +"\n" +" Conferma la tua identità con il sistema di supervisione per sostenere un esame supervisionato\n" +" " #: templates/onboarding_exam/entrance.html:23 msgid "" @@ -317,6 +366,9 @@ msgid "" " Create your onboarding profile for faster access in the future\n" " " msgstr "" +"\n" +" Crea il tuo profilo di onboarding per snellire la procedura di accesso in futuro\n" +" " #: templates/onboarding_exam/entrance.html:28 msgid "" @@ -324,6 +376,9 @@ msgid "" " Practice taking a proctored test\n" " " msgstr "" +"\n" +" Allenati a sostenere un test con supervisione\n" +" " #: templates/onboarding_exam/entrance.html:34 #, python-format @@ -332,6 +387,9 @@ msgid "" " Proctoring for this course is provided via %(provider_name)s. Onboarding review, including identity verification, can take 2+ business days.\n" " " msgstr "" +"\n" +" La supervisione per questo corso è fornita da %(provider_name)s. Il controllo della procedura di onboarding, comprensiva del controllo dell'identità, potrebbe richiedere più di 2 giorni lavorati.\n" +" " #: templates/onboarding_exam/entrance.html:40 #, python-format @@ -342,6 +400,8 @@ msgid "" " Make sure this email has been added to your inbox filter.\n" " " msgstr "" +"\n" +" Una volta che il tuo profilo è stato controllato, riceverai un'email con i risultati della verifica. Il mittente dell'email sarà %(learner_notification_from_email)s. Assicurati che questa email non sia stata aggiunta alla posta indesiderata. " #: templates/onboarding_exam/entrance.html:49 #, python-format @@ -352,10 +412,13 @@ msgid "" " if you have questions.\n" " " msgstr "" +"\n" +" In caso di domande puoi rivolgerti a %(integration_specific_email)s.\n" +" " #: templates/onboarding_exam/entrance.html:58 msgid "Continue to onboarding" -msgstr "" +msgstr "Vai all'onboarding" #: templates/onboarding_exam/entrance.html:62 msgid "" @@ -363,6 +426,9 @@ msgid "" " You will be guided through online proctoring software set up and identity verification.\n" " " msgstr "" +"\n" +" Sarai guidato attraverso la configurazione del software di supervisione online e la verifica dell'identità.\n" +" " #: templates/onboarding_exam/error.html:4 msgid "" @@ -370,6 +436,9 @@ msgid "" " Error: There was a problem with your onboarding session\n" " " msgstr "" +"\n" +" Errore: Si è verificato un problema nella sessione di onboarding\n" +" " #: templates/onboarding_exam/error.html:13 msgid "" @@ -378,6 +447,8 @@ msgid "" " You should retry this onboarding exam.\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è terminata prima che tu completassi questo esame di onboarding. Dovrai sostenere nuovamente l'esame di onboarding. " #: templates/onboarding_exam/ready_to_submit.html:6 #, python-format @@ -386,6 +457,9 @@ msgid "" " You are taking \"%(exam_display_name)s\" as an onboarding exam. You must click “Yes, end my proctored exam” and submit your proctoring session to complete onboarding.\n" " " msgstr "" +"\n" +" Stai sostenendo \"%(exam_display_name)s\" come esame di onboarding. Per completare l'onboarding dovrai fare clic su “Sì, termina il mio esame supervisionato” e inviare la tua sessione di supervisione.\n" +" " #: templates/onboarding_exam/rejected.html:5 msgid "" @@ -393,6 +467,8 @@ msgid "" " Your onboarding session was reviewed, but did not pass all requirements\n" " " msgstr "" +"\n" +" La tua sessione di onboarding è stata verificata e non ha soddisfatto tutti i requisiti" #: templates/onboarding_exam/rejected.html:12 #, python-format @@ -410,13 +486,13 @@ msgstr "" #: templates/practice_exam/error.html:29 #: templates/practice_exam/submitted.html:18 msgid "Retry my exam" -msgstr "" +msgstr "Riprovo il mio esame" #: templates/onboarding_exam/rejected.html:21 #: templates/practice_exam/error.html:30 #: templates/practice_exam/submitted.html:19 msgid "Resetting Onboarding Exam" -msgstr "" +msgstr "Ripristino esame di onboarding" #: templates/onboarding_exam/submitted.html:4 msgid "" @@ -424,6 +500,9 @@ msgid "" " You have submitted this onboarding exam\n" " " msgstr "" +"\n" +" Hai inviato questo esame di onboarding\n" +" " #: templates/onboarding_exam/submitted.html:11 msgid "" @@ -434,6 +513,8 @@ msgid "" " profile review can take 2+ business days.\n" " " msgstr "" +"\n" +" Se non disponi di un profilo di onboarding sul sistema, Verificient esaminerà quanto da te inviato e creerà un profilo di onboarding per concederti l'accesso agli esami supervisionati. La verifica per il profilo di onboarding può richiedere più di 2 giorni lavorativi. " #: templates/onboarding_exam/submitted.html:19 #, python-format @@ -447,6 +528,9 @@ msgid "" " so make sure this email has been added to your inbox filter.\n" " " msgstr "" +"\n" +" Una volta che il tuo profilo è stato controllato, riceverai un'email con i risultati della verifica. Il mittente dell'email sarà %(learner_notification_from_email)s , quindi assicurati che non venga inserita nella posta indesiderata.\n" +" " #: templates/onboarding_exam/submitted.html:29 msgid "" @@ -456,6 +540,8 @@ msgid "" " to validate that your setup still meets the requirements for proctoring.\n" " " msgstr "" +"\n" +" Se hai già un profilo di onboarding approvato tramite un altro corso, questo materiale inviato non verrà controllato. Puoi sostenere di nuovo questo esame in qualsiasi momento per verificare che la tua configurazione soddisfi ancora i requisiti per supervisione." #: templates/onboarding_exam/submitted.html:36 msgid "" @@ -467,7 +553,7 @@ msgstr "" #: templates/onboarding_exam/submitted.html:41 msgid "I understand and want to reset this onboarding exam." -msgstr "" +msgstr "Comprendo e accetto di ripristinare questo esame di onboarding." #: templates/onboarding_exam/submitted.html:53 #: templates/onboarding_exam/verified.html:16 @@ -480,6 +566,11 @@ msgid "" " if you have questions.\n" " " msgstr "" +"\n" +" In caso di domande puoi rivolgerti a\n" +" \n" +" %(integration_specific_email)s\n" +" . " #: templates/onboarding_exam/verified.html:4 msgid "" @@ -487,6 +578,9 @@ msgid "" " Your onboarding profile was reviewed successfully\n" " " msgstr "" +"\n" +" Il tuo profilo di onboarding è stato verificato correttamente\n" +" " #: templates/onboarding_exam/verified.html:11 msgid "" @@ -494,6 +588,9 @@ msgid "" " Your profile has been established, and you're ready to take proctored exams in this course.\n" " " msgstr "" +"\n" +" Il tuo profilo è stato attivato e puoi quindi sostenere esami supervisionati in questo corso.\n" +" " #: templates/practice_exam/entrance.html:5 msgid "" @@ -501,6 +598,9 @@ msgid "" " Try a proctored exam\n" " " msgstr "" +"\n" +" Prova un esame supervisionato\n" +" " #: templates/practice_exam/entrance.html:12 msgid "" @@ -509,10 +609,13 @@ msgid "" " on your grade in the course.\n" " " msgstr "" +"\n" +" Acquisisci familiarità con la supervisione dei veri esami che dovrai sostenere più avanti nel corso. Questo esame di prova non influirà sul tuo voto del corso.\n" +" " #: templates/practice_exam/entrance.html:20 msgid "Continue to my practice exam" -msgstr "" +msgstr "Accedi al mio esame di prova" #: templates/practice_exam/entrance.html:25 msgid "" @@ -520,6 +623,9 @@ msgid "" " You will be guided through steps to set up online proctoring software and verify your identity.\n" " " msgstr "" +"\n" +" Sarai guidato attraverso i passaggi di configurazione del software di monitoraggio online e di verifica della tua identità.\n" +" " #: templates/practice_exam/error.html:5 msgid "" @@ -527,6 +633,8 @@ msgid "" " There was a problem with your practice proctoring session\n" " " msgstr "" +"\n" +" Si è verificato un problema nella sessione con supervisione di prova" #: templates/practice_exam/error.html:13 msgid "" @@ -534,6 +642,9 @@ msgid "" " Your practice proctoring results: Unsatisfactory \n" " " msgstr "" +"\n" +" I risultati della tua supervisione di prova: Non soddisfacente \n" +" " #: templates/practice_exam/error.html:21 msgid "" @@ -542,6 +653,8 @@ msgid "" " You can retry this practice exam if you had problems setting up the online proctoring software.\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è terminata prima che tu completassi questo esame di prova. Puoi provare nuovamente questo esame pratico se hai avuto problemi con la configurazione del software di supervisione online. " #: templates/practice_exam/submitted.html:5 msgid "" @@ -549,6 +662,9 @@ msgid "" " You have submitted this practice proctored exam\n" " " msgstr "" +"\n" +" Hai inviato questo esame di esercitazione con supervisione\n" +" " #: templates/practice_exam/submitted.html:13 msgid "" @@ -557,6 +673,9 @@ msgid "" " You have completed this practice exam and can continue with your course work.\n" " " msgstr "" +"\n" +" Gli esami di prova non influiscono sul tuo voto. Hai completato questo esame di prova e puoi continuare con le attività del corso.\n" +" " #: templates/proctored_exam/confirm-decline.html:5 msgid "" @@ -564,6 +683,9 @@ msgid "" " Are you sure you want to take this exam without proctoring?\n" " " msgstr "" +"\n" +" Sei sicuro di voler sostenere questo esame senza supervisione?\n" +" " #: templates/proctored_exam/confirm-decline.html:10 msgid "" @@ -571,10 +693,13 @@ msgid "" " If you take this exam without proctoring, you will not be eligible for course credit or the MicroMasters credential if either applies to this course.\n" " " msgstr "" +"\n" +" Se sostieni questo esame senza supervisione, non avrai diritto al credito del corso o alle credenziali MicroMasters eventualmente applicabili a questo corso.\n" +" " #: templates/proctored_exam/confirm-decline.html:16 msgid "Continue Exam Without Proctoring" -msgstr "" +msgstr "Continua l'esame senza supervisione" #: templates/proctored_exam/confirm-decline.html:19 msgid "Go Back" @@ -588,6 +713,9 @@ msgid "" " This exam is proctored\n" " " msgstr "" +"\n" +" Questo esame prevede la supervisione\n" +" " #: templates/proctored_exam/entrance.html:9 msgid "" @@ -596,11 +724,15 @@ msgid "" "\n" " " msgstr "" +"\n" +" Per avere diritto al credito o alle credenziali di programma associate a questo corso, è necessario superare la verifica del supervisore per questo esame.\n" +"\n" +" " #: templates/proctored_exam/entrance.html:15 #: templates/proctored_exam/ready_to_resume.html:19 msgid "Continue to my proctored exam." -msgstr "" +msgstr "Accedi al mio esame con supervisione." #: templates/proctored_exam/entrance.html:18 #: templates/proctored_exam/ready_to_resume.html:22 @@ -609,6 +741,8 @@ msgid "" " You will be guided through steps to set up online proctoring software and verify your identity.
\n" " " msgstr "" +"\n" +" Sarai guidato attraverso i passaggi di configurazione del software di monitoraggio online e di verifica della tua identità.
" #: templates/proctored_exam/error.html:4 #: templates/proctored_exam/error_wrong_browser.html:4 @@ -617,6 +751,9 @@ msgid "" " Error with proctored exam\n" " " msgstr "" +"\n" +" Errore nell'esame supervisionato\n" +" " #: templates/proctored_exam/error.html:11 #, python-format @@ -627,6 +764,11 @@ msgid "" " for assistance, and return to the exam once you receive further instructions.\n" " " msgstr "" +"\n" +" Si è verificato un errore nel tuo esame con supervisione. Contatta il tuo team del corso\n" +" all'indirizzo %(proctoring_escalation_email)s\n" +" per ottenere assistenza e torna all'esame quando avrai ricevuto ulteriori istruzioni.\n" +" " #: templates/proctored_exam/error.html:17 #, python-format @@ -637,6 +779,8 @@ msgid "" " assistance, and return to the exam once you receive further instructions.\n" " " msgstr "" +"\n" +" Si è verificato un errore nel tuo esame con supervisione. Rivolgiti al %(platform_name)s Supporto per ottenere assistenza e torna all'esame quando avrai ricevuto ulteriori istruzioni. " #: templates/proctored_exam/error_modal.html:7 msgid "Close" @@ -650,6 +794,8 @@ msgid "" " return to the RPNow application to proceed.\n" " " msgstr "" +"\n" +" Il contenuto di questo esame può essere visualizzato solo tramite l'applicazione RPNow. Se non hai ancora completato l'esame, torna all'applicazione RPNow per procedere. " #: templates/proctored_exam/error_wrong_browser.html:17 msgid "" @@ -657,10 +803,12 @@ msgid "" " Alternatively, you can end your exam.\n" " " msgstr "" +"\n" +" In alternativa, puoi terminare l'esame." #: templates/proctored_exam/error_wrong_browser.html:22 msgid "End My Exam" -msgstr "" +msgstr "Termina il mio esame" #: templates/proctored_exam/expired.html:4 templates/timed_exam/expired.html:4 msgid "" @@ -668,6 +816,8 @@ msgid "" " The due date for this exam has passed\n" " " msgstr "" +"\n" +" La data di scadenza prevista per questo esame è stata superata" #: templates/proctored_exam/expired.html:9 templates/timed_exam/expired.html:9 msgid "" @@ -675,6 +825,9 @@ msgid "" " Because the due date has passed, you are no longer able to take this exam.\n" " " msgstr "" +"\n" +" Poiché la data di scadenza è trascorsa, non puoi più sostenere questo esame.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:9 msgid "" @@ -682,6 +835,9 @@ msgid "" " You did not satisfy the requirements for taking this exam with proctoring.\n" " " msgstr "" +"\n" +" Non hai soddisfatto i requisiti per sostenere questo esame con supervisione.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:14 msgid "" @@ -689,6 +845,9 @@ msgid "" " You did not satisfy the following prerequisites:\n" " " msgstr "" +"\n" +" Non hai soddisfatto i seguenti prerequisiti:\n" +" " #: templates/proctored_exam/failed-prerequisites.html:32 msgid "" @@ -696,6 +855,9 @@ msgid "" " Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n" " " msgstr "" +"\n" +" A causa dei prerequisiti non soddisfatti, potrai sostenere questo esame solo senza supervisione.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:40 #, python-format @@ -704,6 +866,8 @@ msgid "" " If you have questions about the status of your requirements, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei requisiti, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/footer.html:5 msgid "" @@ -711,6 +875,9 @@ msgid "" " About Proctored Exams\n" " " msgstr "" +"\n" +" Informazioni sugli esami con supervisione\n" +" " #: templates/proctored_exam/id_verification.html:6 msgid "" @@ -718,6 +885,9 @@ msgid "" " Complete your verification before starting the proctored exam.\n" " " msgstr "" +"\n" +" Completa la verifica prima di iniziare l'esame con supervisione.\n" +" " #: templates/proctored_exam/id_verification.html:11 msgid "" @@ -725,6 +895,9 @@ msgid "" " You must successfully complete identity verification before you can start the proctored exam.\n" " " msgstr "" +"\n" +" È necessario superare la verifica dell'identità prima di poter iniziare l'esame con supervisione.\n" +" " #: templates/proctored_exam/id_verification.html:17 msgid "" @@ -733,6 +906,8 @@ msgid "" " submit your verification.\n" " " msgstr "" +"\n" +" La tua verifica è in sospeso. I risultati dovrebbero essere disponibili 2-3 giorni dopo l'invio della verifica. " #: templates/proctored_exam/id_verification.html:24 msgid "" @@ -742,6 +917,8 @@ msgid "" " then try again.\n" " " msgstr "" +"\n" +" Non hai superato la verifica. Leggi le nostre linee guida per assicurarti di aver compreso i requisiti per completare correttamente la verifica, quindi riprova. " #: templates/proctored_exam/id_verification.html:32 msgid "Retry Verification" @@ -754,11 +931,13 @@ msgid "" " before you can start the proctored exam.\n" " " msgstr "" +"\n" +" La tua verifica è scaduta. Dovrai superare una nuova verifica dell'identità prima di poter iniziare l'esame con supervisione. " #: templates/proctored_exam/id_verification.html:44 #: templates/proctored_exam/id_verification.html:56 msgid "Continue to Verification" -msgstr "" +msgstr "Accedi alla Verifica" #: templates/proctored_exam/id_verification.html:49 msgid "" @@ -767,6 +946,8 @@ msgid "" " such as a driver's license or passport, before you continue.\n" " " msgstr "" +"\n" +" Prima di continuare, assicurati di essere su un computer con una webcam e di disporre di un documento d'identità valido con foto, come ad esempio la patente di guida o il passaporto. " #: templates/proctored_exam/inactive_account.html:4 msgid "" @@ -774,6 +955,8 @@ msgid "" " You have not activated your account.\n" " " msgstr "" +"\n" +" Non hai attivato il tuo account. " #: templates/proctored_exam/inactive_account.html:10 #, python-format @@ -783,6 +966,8 @@ msgid "" " you are required to activate your account.\n" " " msgstr "" +"\n" +" Il tuo account della %(platform_name)s non è stato ancora attivato. Per sostenere l'esame con supervisione, devi attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:16 #, python-format @@ -792,6 +977,8 @@ msgid "" " %(platform_name)s.\n" " " msgstr "" +"\n" +" Verifica nelle cartelle Posta in arrivo e Spam della tua e-mail registrata se è presente un'e-mail di attivazione proveniente da %(platform_name)s. " #: templates/proctored_exam/inactive_account.html:21 #, python-format @@ -801,6 +988,8 @@ msgid "" " activate your account.\n" " " msgstr "" +"\n" +" Se non trovi questa mail, potrai ripristinare la tua password per attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:26 msgid "" @@ -808,6 +997,8 @@ msgid "" " If you cannot find this email, you can reset your password to activate your account.\n" " " msgstr "" +"\n" +" Se non trovi questa mail, potrai ripristinare la tua password per attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:32 #, python-format @@ -817,6 +1008,8 @@ msgid "" " %(platform_name)s Support.\n" " " msgstr "" +"\n" +" Se il problema non si risolve contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/instructions.html:6 msgid "" @@ -824,6 +1017,8 @@ msgid "" " Set up and start your proctored exam\n" " " msgstr "" +"\n" +" Imposta e avvia il tuo esame con supervisione " #: templates/proctored_exam/instructions.html:12 msgid "" @@ -835,6 +1030,8 @@ msgid "" " passport.\n" " " msgstr "" +"\n" +" Nota: come parte della configurazione dell'esame con supervisione, ti verrà chiesto di verificare la tua identità. Prima di iniziare, assicurati di essere su un computer con una webcam e di avere un documento d'identità valido con foto, come ad esempio la patente di guida o il passaporto. " #: templates/proctored_exam/instructions.html:27 #, python-format @@ -843,15 +1040,17 @@ msgid "" " If you have issues relating to proctoring, you can contact %(provider_name)s technical support by emailing %(provider_tech_support_email)s or by calling %(provider_tech_support_phone)s.\n" " " msgstr "" +"\n" +" In caso di problemi relativi alla supervisione, potrai rivolgerti al supporto tecnico di %(provider_name)s inviando un'email a %(provider_tech_support_email)s o chiamando il %(provider_tech_support_phone)s. " #: templates/proctored_exam/instructions.html:33 #: templates/proctored_exam/instructions.html:78 msgid "Start System Check" -msgstr "" +msgstr "Avvia verifica sistema" #: templates/proctored_exam/instructions.html:36 msgid "Start Exam" -msgstr "" +msgstr "Avvia esame" #: templates/proctored_exam/instructions.html:40 msgid "" @@ -859,6 +1058,9 @@ msgid "" " Step 1\n" " " msgstr "" +"\n" +" Passo 1\n" +" " #: templates/proctored_exam/instructions.html:45 msgid "" @@ -866,10 +1068,12 @@ msgid "" " Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n" " " msgstr "" +"\n" +" Copia questo codice di esame univoco. In seguito ti verrà chiesto di inserire questo codice prima di iniziare l'esame. " #: templates/proctored_exam/instructions.html:51 msgid "Copy Exam Code" -msgstr "" +msgstr "Copia codice esame" #: templates/proctored_exam/instructions.html:54 msgid "" @@ -877,6 +1081,8 @@ msgid "" " Select the exam code, then copy it using Control + C (Windows) or Command + C (Mac).\n" " " msgstr "" +"\n" +" Seleziona il codice dell'esame, quindi copialo utilizzando Ctrl + C (Windows) o Cmd + C (Mac). " #: templates/proctored_exam/instructions.html:59 msgid "" @@ -884,6 +1090,9 @@ msgid "" " Step 2\n" " " msgstr "" +"\n" +" Passo 2\n" +" " #: templates/proctored_exam/instructions.html:64 msgid "" @@ -891,6 +1100,8 @@ msgid "" " Start your system check now. A new window will open for this step and you will verify your identity.\n" " " msgstr "" +"\n" +" Avvia la verifica del tuo sistema. In questa fase si aprirà una nuova finestra e confermerai la tua identità. " #: templates/proctored_exam/instructions.html:69 msgid "" @@ -898,14 +1109,19 @@ msgid "" " Make sure you:\n" " " msgstr "" +"\n" +" Assicurati di:\n" +" " #: templates/proctored_exam/instructions.html:74 msgid "Have a computer with a functioning webcam" -msgstr "" +msgstr "Disporre di un computer con una webcam funzionante" #: templates/proctored_exam/instructions.html:75 msgid "Have your valid photo ID (e.g. driver's license or passport) ready" msgstr "" +"Avere a disposizione un documento d'identità valido con foto (ad es. la " +"patente di guida o il passaporto)" #: templates/proctored_exam/instructions.html:81 msgid "" @@ -913,6 +1129,9 @@ msgid "" " Step 3\n" " " msgstr "" +"\n" +" Passo 3\n" +" " #: templates/proctored_exam/instructions.html:86 msgid "" @@ -920,11 +1139,13 @@ msgid "" " For security and exam integrity reasons, we ask you to sign in to your edX account. Then we will direct you to the RPNow proctoring experience.\n" " " msgstr "" +"\n" +" Per motivi di sicurezza e per l'integrità dell'esame, ti chiediamo di accedere al tuo account edX. Quindi ti indirizzeremo all'esperienza di supervisione di RPNow. " #: templates/proctored_exam/instructions.html:100 #: templates/proctored_exam/proctoring_opt_out_button.html:5 msgid "Take this exam without proctoring." -msgstr "" +msgstr "Sostieni questo esame senza supervisione." #: templates/proctored_exam/onboarding_error.html:4 msgid "" @@ -932,6 +1153,8 @@ msgid "" " You must complete an onboarding exam before taking this proctored exam\n" " " msgstr "" +"\n" +" È necessario completare un esame di onboarding prima di sostenere questo esame con supervisione " #: templates/proctored_exam/onboarding_error.html:11 msgid "" @@ -939,11 +1162,14 @@ msgid "" " Please complete an onboarding exam before attempting this exam.\n" " " msgstr "" +"\n" +" Completare l'esame di onboarding prima di tentare questo esame.\n" +" " #: templates/proctored_exam/onboarding_error.html:17 #: templates/proctored_exam/onboarding_error.html:32 msgid "Navigate to onboarding exam" -msgstr "" +msgstr "Accedi all'esame di onboarding" #: templates/proctored_exam/onboarding_error.html:21 msgid "" @@ -951,6 +1177,8 @@ msgid "" " Your onboarding exam is being reviewed. Before attempting this exam, please allow 2+ business days for your onboarding exam to be reviewed.\n" " " msgstr "" +"\n" +" Il tuo esame di onboarding è in fase di verifica. Prima di sostenere questo esame è necessario attendere più di 2 giorni lavorativi per la verifica dell'esame di onboarding. " #: templates/proctored_exam/onboarding_error.html:26 msgid "" @@ -958,6 +1186,8 @@ msgid "" " Your onboarding exam failed to pass all requirements.\n" " " msgstr "" +"\n" +" Il tuo esame di onboarding non ha superato tutti i requisiti. " #: templates/proctored_exam/onboarding_error.html:38 #, python-format @@ -968,6 +1198,8 @@ msgid "" " %(integration_specific_email)s.\n" " " msgstr "" +"\n" +" La supervisione per il tuo esame è fornita tramite %(provider_name)s. In caso di domande relative allo stato del tuo esame di onboarding rivolgiti all'indirizzo %(integration_specific_email)s. " #: templates/proctored_exam/pending-prerequisites.html:9 msgid "" @@ -975,6 +1207,8 @@ msgid "" " You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam.\n" " " msgstr "" +"\n" +" Non ha completato i prerequisiti per questo esame. È necessario soddisfare tutti i requisiti prima di poter sostenere l'esame con supervisione. " #: templates/proctored_exam/pending-prerequisites.html:14 msgid "" @@ -982,6 +1216,8 @@ msgid "" " The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n" " " msgstr "" +"\n" +" I seguenti prerequisiti sono nello stato in sospeso e devono essere correttamente completati prima di poter procedere: " #: templates/proctored_exam/pending-prerequisites.html:30 msgid "" @@ -989,10 +1225,12 @@ msgid "" " You can take this exam with proctoring only when all prerequisites have been successfully completed.\n" " " msgstr "" +"\n" +" È possibile sostenere questo esame con supervisione solo quando tutti i prerequisiti sono stati correttamente completati. " #: templates/proctored_exam/proctoring_launch_callback.html:164 msgid " Your Proctoring Session Has Started " -msgstr "" +msgstr " La tua sessione di supervisione è stata avviata" #: templates/proctored_exam/proctoring_launch_callback.html:165 #, python-format @@ -1001,6 +1239,10 @@ msgid "" "href=\"%(link_urls.online_proctoring_rules)s\" target=\"_blank\">online " "proctoring rules to pass the proctoring review for your exam. " msgstr "" +" Da questo momento dovrai attenerti alle regole di " +"supervisione online per superare la verifica della supervisione del tuo " +"esame." #: templates/proctored_exam/proctoring_launch_callback.html:168 msgid "" @@ -1008,6 +1250,8 @@ msgid "" " Do not close this window before you finish your exam. if you close this window, your proctoring session ends, and you will not successfully complete the proctored exam.\n" " " msgstr "" +"\n" +" Non chiudere questa finestra prima di aver terminato l'esame. Se chiudi questa finestra, la tua sessione di supervisione verrà interrotta e non completerai correttamente l'esame con supervisione. " #: templates/proctored_exam/proctoring_launch_callback.html:173 #, python-format @@ -1018,6 +1262,8 @@ msgid "" " and upload your proctoring session data for review.\n" " " msgstr "" +"\n" +" Ritorna alla finestra del corso %(platform_name)s per iniziare il tuo esame. Una volta che l'esame è terminato e contrassegnato come completato, sarà possibile chiudere questa finestra per terminare la sessione di supervisione e caricare i dati della sessione di supervisione per la verifica. " #: templates/proctored_exam/ready_to_resume.html:4 msgid "" @@ -1025,6 +1271,8 @@ msgid "" " Your exam is ready to be resumed.\n" " " msgstr "" +"\n" +" L'esame è pronto per essere ripreso. " #: templates/proctored_exam/ready_to_resume.html:9 #, python-format @@ -1033,6 +1281,8 @@ msgid "" " You will have %(total_time)s to complete your exam.\n" " " msgstr "" +"\n" +" Avrai a disposizione %(total_time)s per completare il tuo esame." #: templates/proctored_exam/ready_to_resume.html:14 msgid "" @@ -1040,6 +1290,8 @@ msgid "" " To be eligible for credit or the program credential associated with this course, you must pass the proctoring review for this exam.\n" " " msgstr "" +"\n" +" Per avere diritto al credito o alle credenziali di programma associate a questo corso, è necessario superare la verifica del supervisore per questo esame. " #: templates/proctored_exam/ready_to_start.html:5 msgid "" @@ -1047,6 +1299,9 @@ msgid "" " Important\n" " " msgstr "" +"\n" +" Importante\n" +" " #: templates/proctored_exam/ready_to_start.html:10 #, python-format @@ -1058,6 +1313,11 @@ msgid "" " • If time expires before you click \"End My Exam\", only your submitted answers will be graded.\n" " " msgstr "" +"\n" +" • Hai a disposizione %(total_time)s per completare questo esame.
\n" +" • Una volta iniziato l'esame non potrai arrestare il timer.
\n" +" • Per qualsiasi tipo di domanda, dovrai fare clic su \"invia\" per completare la risposta.
\n" +" • Se il tempo scade prima che tu faccia clic su \"Termina il mio esame\", solo le risposta inviate saranno valutate. " #: templates/proctored_exam/ready_to_start.html:18 msgid "" @@ -1065,6 +1325,9 @@ msgid "" " Proctored Exam Rules\n" " " msgstr "" +"\n" +" Regole dell'esame con supervisione\n" +" " #: templates/proctored_exam/ready_to_start.html:23 msgid "" @@ -1074,6 +1337,10 @@ msgid "" "
\n" " " msgstr "" +"\n" +" Durante il completamento di questo esame dovrai rispettare le seguenti regole.\n" +" Se violi queste regole, riceverai un punteggio di 0 all'esame e non avrai diritto al credito del corso accademico.
\n" +" " #: templates/proctored_exam/ready_to_start.html:29 #, python-format @@ -1082,6 +1349,8 @@ msgid "" " %(platform_name)s Rules for Online Proctored Exams\n" " " msgstr "" +"\n" +" Regole %(platform_name)s per gli esami con supervisione online " #: templates/proctored_exam/ready_to_start.html:36 msgid "" @@ -1089,6 +1358,8 @@ msgid "" " Additional Exam Rules\n" " " msgstr "" +"\n" +" Ulteriori regole d'esame " #: templates/proctored_exam/ready_to_start.html:41 #, python-format @@ -1099,14 +1370,17 @@ msgid "" " %(exam_review_policy)s
\n" " " msgstr "" +"\n" +" All'esame si applicano le seguenti ulteriori regole. Queste regole hanno la precedenza sulle regole per gli esami con supervisione online.

%(exam_review_policy)s
\n" +" " #: templates/proctored_exam/ready_to_start.html:49 msgid "Start my exam" -msgstr "" +msgstr "Avvia il mio esame" #: templates/proctored_exam/ready_to_start.html:50 msgid "Starting Exam" -msgstr "" +msgstr "Avvio dell'esame" #: templates/proctored_exam/ready_to_submit.html:4 msgid "" @@ -1114,26 +1388,33 @@ msgid "" " Are you sure you want to end your proctored exam?\n" " " msgstr "" +"\n" +" Sei sicuro di voler terminare il tuo esame con supervisione? " #: templates/proctored_exam/ready_to_submit.html:10 msgid "" "Make sure that you have selected \"Submit\" for each answer before you " "submit your exam." msgstr "" +"Prima di inviare l'esame assicurati di aver selezionato \"Invia\" per tutte " +"le risposte." #: templates/proctored_exam/ready_to_submit.html:12 msgid "" "Once you click \"Yes, end my proctored exam\", the exam will be closed, and " "your proctoring session will be submitted for review." msgstr "" +"Una volta fatto clic su \"Sì, termina il mio esame supervisionato\", l'esame" +" verrà chiuso e la tua sessione con supervisione verrà inoltrata alla " +"verifica. " #: templates/proctored_exam/ready_to_submit.html:15 msgid "Yes, end my proctored exam" -msgstr "" +msgstr "Sì, termina il mio esame supervisionato" #: templates/proctored_exam/ready_to_submit.html:16 msgid "Ending Exam" -msgstr "" +msgstr "Conclusione dell'esame" #: templates/proctored_exam/ready_to_submit.html:21 msgid "" @@ -1141,6 +1422,8 @@ msgid "" " No, I'd like to continue working\n" " " msgstr "" +"\n" +" No, voglio continuare a lavorare " #: templates/proctored_exam/rejected.html:5 msgid "" @@ -1148,6 +1431,8 @@ msgid "" " Your proctoring session was reviewed, but did not pass all requirements\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è stata verificata e non ha soddisfatto tutti i requisiti " #: templates/proctored_exam/rejected.html:13 #, python-format @@ -1156,6 +1441,8 @@ msgid "" " If you have questions about the status of your proctoring session results, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei risultati della sessione con supervisione, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/rejected.html:23 msgid "" @@ -1163,6 +1450,8 @@ msgid "" " If you have concerns about your proctoring session results, contact your course team.\n" " " msgstr "" +"\n" +" In caso di considerazioni sullo stato dei risultati della sessione con supervisione, contatta il team del tuo corso. " #: templates/proctored_exam/submitted.html:4 msgid "" @@ -1170,22 +1459,29 @@ msgid "" " You have submitted this proctored exam for review\n" " " msgstr "" +"\n" +" Hai inviato questo esame con supervisione per la verifica\n" +" " #: templates/proctored_exam/submitted.html:9 msgid "Your recorded data should now be uploaded for review." -msgstr "" +msgstr "I dati registrati devono ora essere caricati per la verifica. " #: templates/proctored_exam/submitted.html:11 msgid "" "If the proctoring software window is still open, close it now and confirm " "that you want to quit the application." msgstr "" +"Se la finestra del software di supervisione è ancora aperta, chiuderla ora e" +" confermare che si desidera uscire dall'applicazione. " #: templates/proctored_exam/submitted.html:13 msgid "" "Proctoring results are usually available within 5 business days after you " "submit your exam." msgstr "" +"I risultati della supervisione sono generalmente disponibili entro 5 giorni " +"lavorativi dall'invio dell'esame. " #: templates/proctored_exam/submitted.html:19 #, python-format @@ -1194,6 +1490,8 @@ msgid "" " If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei risultati dell'esame con supervisione, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/verified.html:5 msgid "" @@ -1201,6 +1499,8 @@ msgid "" " Your proctoring session was reviewed successfully. Go to your progress page to view your exam grade.\n" " " msgstr "" +"\n" +"La tua sessione con supervisione è stata correttamente verificata. Vai alla pagina dei progressi per visualizzare il voto del tuo esame. " #: templates/proctored_exam/visit_exam_content.html:5 msgid "" @@ -1208,10 +1508,12 @@ msgid "" " To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n" " " msgstr "" +"\n" +" Per visualizzare le domande e le risposte dell'esame, seleziona Visualizza il mio esame. Lo stato della verifica dell'esame viene visualizzato nel riquadro di navigazione a sinistra. " #: templates/proctored_exam/visit_exam_content.html:11 msgid "View my exam" -msgstr "" +msgstr "Visualizza il mio esame" #: templates/timed_exam/entrance.html:4 #, python-format @@ -1220,30 +1522,34 @@ msgid "" " %(exam_name)s is a Timed Exam (%(total_time)s)\n" " " msgstr "" +"\n" +" %(exam_name)s è un esame a tempo (%(total_time)s)\n" +" " #: templates/timed_exam/entrance.html:9 msgid "This exam has a time limit associated with it." -msgstr "" +msgstr "Questo esame ha un limite di tempo ad esso associato." #: templates/timed_exam/entrance.html:11 msgid "To pass this exam, you must complete the problems in the time allowed." msgstr "" +"Per superare questo esame, dovrai completare i problemi nel tempo previsto." #: templates/timed_exam/entrance.html:13 msgid "After you select " -msgstr "" +msgstr "Dopo che hai selezionato " #: templates/timed_exam/entrance.html:15 msgid "I am ready to start this timed exam," -msgstr "" +msgstr "Sono pronto per avviare questo esame a tempo, " #: templates/timed_exam/entrance.html:17 msgid "you will have " -msgstr "" +msgstr "avrai a disposizione " #: templates/timed_exam/entrance.html:17 msgid " to complete and submit the exam." -msgstr "" +msgstr " per completare e inviare l'esame." #: templates/timed_exam/entrance.html:21 msgid "" @@ -1251,10 +1557,12 @@ msgid "" " I am ready to start this timed exam.\n" " " msgstr "" +"\n" +"Sono pronto per avviare questo esame a tempo. " #: templates/timed_exam/footer.html:3 msgid "Can I request additional time to complete my exam?" -msgstr "" +msgstr "Posso chiedere altro tempo per completare l'esame?" #: templates/timed_exam/footer.html:4 msgid "" @@ -1264,6 +1572,9 @@ msgid "" " Ask your course team for information about additional time allowances.\n" " " msgstr "" +"\n" +" Se hai disabilità, potresti avere diritto a un'indennità di tempo aggiuntiva per gli esami a tempo. Rivolgiti al team del corso informazioni su ulteriori indennità di tempo.\n" +" " #: templates/timed_exam/ready_to_submit.html:4 msgid "" @@ -1271,6 +1582,9 @@ msgid "" " Are you sure that you want to submit your timed exam?\n" " " msgstr "" +"\n" +" Sei sicuro di voler inviare il tuo esame a tempo?\n" +" " #: templates/timed_exam/ready_to_submit.html:9 msgid "" @@ -1278,6 +1592,8 @@ msgid "" " Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n" " " msgstr "" +"\n" +"Prima di inviare l'esame assicurati di aver selezionato \"Invia\" per tutti i problemi." #: templates/timed_exam/ready_to_submit.html:14 msgid "" @@ -1285,6 +1601,8 @@ msgid "" " After you submit your exam, your exam will be graded.\n" " " msgstr "" +"\n" +" Una volta inviato l'esame, questo verrà valutato." #: templates/timed_exam/ready_to_submit.html:19 msgid "" @@ -1292,6 +1610,8 @@ msgid "" " Yes, submit my timed exam.\n" " " msgstr "" +"\n" +" Sì, invia il mio esame a tempo. " #: templates/timed_exam/ready_to_submit.html:25 msgid "" @@ -1299,6 +1619,8 @@ msgid "" " No, I want to continue working.\n" " " msgstr "" +"\n" +" No, voglio continuare a lavorare " #: templates/timed_exam/submitted.html:6 msgid "" @@ -1307,6 +1629,8 @@ msgid "" " will be graded.\n" " " msgstr "" +"\n" +" Il tempo a disposizione per questo esame è scaduto. Il tuo esame è stato inviato e tutto il lavoro completato verrà valutato. " #: templates/timed_exam/submitted.html:11 msgid "" @@ -1314,6 +1638,9 @@ msgid "" " You have submitted your timed exam.\n" " " msgstr "" +"\n" +" Hai inviato il tuo esame a tempo.\n" +" " #: templates/timed_exam/submitted.html:21 msgid "" @@ -1321,97 +1648,102 @@ msgid "" " After the due date has passed, you can review the exam, but you cannot change your answers.\n" " " msgstr "" +"\n" +" Dopo che la data di scadenza è passata, potrai verificare l'esame, ma non potrai modificare le tue risposte.\n" +" " #: utils.py:76 #, python-brace-format msgid "{num_of_hours} hour" -msgstr "" +msgstr "{num_of_hours} ora" #: utils.py:79 #, python-brace-format msgid "{num_of_hours} hours" -msgstr "" +msgstr "{num_of_hours} ore" #: utils.py:87 utils.py:97 #, python-brace-format msgid "{num_of_minutes} minutes" -msgstr "" +msgstr "{num_of_minutes} minuti" #: utils.py:90 #, python-brace-format msgid " and {num_of_minutes} minute" -msgstr "" +msgstr " e {num_of_minutes} minuto" #: utils.py:92 #, python-brace-format msgid "{num_of_minutes} minute" -msgstr "" +msgstr "{num_of_minutes} minuto" #: utils.py:95 #, python-brace-format msgid " and {num_of_minutes} minutes" -msgstr "" +msgstr " e {num_of_minutes} minuti" #: utils.py:310 msgid "a proctored exam" -msgstr "" +msgstr "un esame con supervisione" #: utils.py:313 msgid "a timed exam" -msgstr "" +msgstr "un esame a tempo" #: utils.py:316 msgid "an onboarding exam" -msgstr "" +msgstr "un esame di onboarding" #: utils.py:318 msgid "a practice exam" -msgstr "" +msgstr "un esame di prova" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" -msgstr "" +msgstr "impossibile risalire al course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" +"Per effettuare questa richiesta è necessario essere un utente dello Staff." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" -msgstr "" +msgstr "Parametro di query course_id obbligatorio mancante" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." -msgstr "" +msgstr "Non è presente alcun esame di onboarding correlato a questo id corso." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" +"Non è presente alcun esame di onboarding accessibile per questo utente." -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" -msgstr "" +msgstr "hai a disposizione meno di un minuto" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." -msgstr "" +msgstr "Nessun esame nel corso {course_id}." -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" -msgstr "" +msgstr "Nessun esame con supervisione nel corso {course_id}" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" -msgstr "" +msgstr "Nessuna dashboard dell'istruttore per {proctor_service}" diff --git a/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.mo b/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.mo index 0b922985557da66d528026358a8a4a3b674ea698..006fe92542a6521d8356139dd5af2d762960eac6 100644 GIT binary patch literal 41477 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 z

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 diff --git a/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.po index 418b26491d9..f18611ae89e 100644 --- a/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/it_IT/LC_MESSAGES/djangojs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Domenico Casanica , 2021\n" "Language-Team: Italian (Italy) (https://www.transifex.com/open-edx/teams/6205/it_IT/)\n" @@ -32,23 +32,23 @@ msgstr "" #: admin.py:109 msgid "internally reviewed" -msgstr "" +msgstr "verificato internamente" #: admin.py:118 msgid "All Unreviewed" -msgstr "" +msgstr "Tutti i non verificati" #: admin.py:119 msgid "All Unreviewed Failures" -msgstr "" +msgstr "Tutti gli errori non verificati" #: admin.py:139 msgid "active proctored exams" -msgstr "" +msgstr "esami supervisionati attivi" #: admin.py:197 msgid "courses with active proctored exams" -msgstr "" +msgstr "corsi con esami supervisionati attivi" #: admin.py:359 msgid "Course Id" @@ -56,31 +56,31 @@ msgstr "ID del corso" #: admin.py:397 msgid "Created" -msgstr "" +msgstr "Creato" #: admin.py:398 msgid "Download Software Clicked" -msgstr "" +msgstr "Scarica Software Selezionato" #: admin.py:399 msgid "Ready To Start" -msgstr "" +msgstr "Pronto a partire" #: admin.py:400 msgid "Started" -msgstr "" +msgstr "Avviato" #: admin.py:401 msgid "Ready To Submit" -msgstr "" +msgstr "Pronto per l'invio" #: admin.py:402 msgid "Declined" -msgstr "" +msgstr "Negato" #: admin.py:403 msgid "Timed Out" -msgstr "" +msgstr "Scaduto" #: admin.py:404 msgid "Submitted" @@ -88,7 +88,7 @@ msgstr "Inviato" #: admin.py:405 msgid "Second Review Required" -msgstr "" +msgstr "Richiesta seconda verifica" #: admin.py:406 msgid "Verified" @@ -104,103 +104,104 @@ msgstr "Errore" #: admin.py:409 msgid "Ready To Resume" -msgstr "" +msgstr "Pronto a ripartire" #: admin.py:413 msgid "Onboarding Missing" -msgstr "" +msgstr "Onboarding mancante" #: admin.py:414 msgid "Onboarding Failed" -msgstr "" +msgstr "Onboarding non riuscito" #: admin.py:415 msgid "Onboarding Pending" -msgstr "" +msgstr "Onboarding in sospeso" #: admin.py:416 msgid "Onboarding Expired" -msgstr "" +msgstr "Onboarding scaduto" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" -msgstr "" +msgstr "hai a disposizione ancora {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" -msgstr "" +msgstr "il tuo corso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" -msgstr "" +msgstr "Risultati supervisione del {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" -msgstr "" +msgstr "Verifica supervisione in corso per {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" +"Esame supervisionato {exam_name} in {course_name} per utente {username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" -msgstr "" +msgstr "Esame sostenuto con supervisore" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" -msgstr "" +msgstr "Possibilità di supervisione disponibile" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" -msgstr "" +msgstr "Esame sostenuto come aperto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" -msgstr "" +msgstr "Verifica sessione in sospeso" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" -msgstr "" +msgstr "Supervisione superata" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" -msgstr "" +msgstr "Supervisione non superata" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" -msgstr "" +msgstr "Possibilità di supervisione non più disponibile" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" -msgstr "" +msgstr "Esame di prova senza voto" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" -msgstr "" +msgstr "Esame di prova completato" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" -msgstr "" +msgstr "Esame di prova non superato" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Esame a Tempo" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" -msgstr "" +msgstr "Domanda sullo stato di onboarding" #: models.py:403 msgid "Taking as Proctored" -msgstr "" +msgstr "Sostenuto come supervisionato" #: models.py:407 msgid "Is Sample Attempt" -msgstr "" +msgstr "È un tentativo di esempio" #: models.py:428 msgid "Is Resumable" @@ -208,7 +209,7 @@ msgstr "" #: models.py:599 msgid "Additional Time (minutes)" -msgstr "" +msgstr "Tempo aggiuntivo (minuti)" #: models.py:600 msgid "Review Policy Exception" @@ -220,6 +221,9 @@ msgid "" " The result will be visible after Loading... \n" " " msgstr "" +"\n" +" Il risultato sarà visibile dopo Caricamento in corso... \n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:5 #: templates/emails/proctoring_attempt_submitted_email.html:5 @@ -230,6 +234,9 @@ msgid "" " Hello %(username)s,\n" " " msgstr "" +"\n" +" Salve %(username)s,\n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:12 #, python-format @@ -240,6 +247,11 @@ msgid "" " met all proctoring requirements.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato controllato e tu\n" +" hai soddisfatto i requisiti di supervisione.\n" +" " #: templates/emails/proctoring_attempt_satisfactory_email.html:21 #, python-format @@ -251,6 +263,12 @@ msgid "" " .\n" " " msgstr "" +"\n" +" Se hai domande relative ai risultati, puoi accedere alla pagina\n" +" \n" +" %(contact_url_text)s\n" +" .\n" +" " #: templates/emails/proctoring_attempt_submitted_email.html:12 #, python-format @@ -263,6 +281,13 @@ msgid "" " status within 5 business days.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato correttamente\n" +" inviato e verrà ora controllato per verificare che siano state\n" +" seguite tutte le regole di esema. Riceverai un'email riportante lo stato del\n" +" tuo esame entro 5 giorni lavorativi.\n" +" " #: templates/emails/proctoring_attempt_unsatisfactory_email.html:12 #, python-format @@ -277,6 +302,15 @@ msgid "" " you did not successfully meet the proctored exam requirements.\n" " " msgstr "" +"\n" +" Il tuo esame con supervisione \"%(exam_name)s\" in\n" +" %(course_name)s è stato controllato\n" +" il team del corso ha riscontrato una o più violazioni delle regole per gli esami\n" +" supervisionati. Alcuni esempi degli eventi che possono comportare una violazione delle\n" +" regole includono la navigazione in Internet, l'identificazione di foto sfocata o mancante,\n" +" l'utilizzo del telefono, o l'aiuto di un'altra persona. A seguito della problematica riscontrata(e),\n" +" non hai soddisfatto i requisiti per l'esame con supervisione.\n" +" " #: templates/emails/proctoring_attempt_unsatisfactory_email.html:25 #, python-format @@ -289,6 +323,12 @@ msgid "" " .\n" " " msgstr "" +"\n" +" Per presentare ricorso contro i risultati degli esami supervisionati, accedi, con tutte le informazioni pertinente\n" +" il tuo esame, alla pagina \n" +" %(contact_url_text)s\n" +" .\n" +" " #: templates/onboarding_exam/entrance.html:5 msgid "" @@ -296,6 +336,9 @@ msgid "" " Proctoring onboarding exam\n" " " msgstr "" +"\n" +" Esame di onboarding con supervisione\n" +" " #: templates/onboarding_exam/entrance.html:12 msgid "" @@ -303,6 +346,9 @@ msgid "" " Why this is important to you:\n" " " msgstr "" +"\n" +" Perché ciò è importante:\n" +" " #: templates/onboarding_exam/entrance.html:18 msgid "" @@ -310,6 +356,9 @@ msgid "" " Establish your identity with the proctoring system to take a proctored exam\n" " " msgstr "" +"\n" +" Conferma la tua identità con il sistema di supervisione per sostenere un esame supervisionato\n" +" " #: templates/onboarding_exam/entrance.html:23 msgid "" @@ -317,6 +366,9 @@ msgid "" " Create your onboarding profile for faster access in the future\n" " " msgstr "" +"\n" +" Crea il tuo profilo di onboarding per snellire la procedura di accesso in futuro\n" +" " #: templates/onboarding_exam/entrance.html:28 msgid "" @@ -324,6 +376,9 @@ msgid "" " Practice taking a proctored test\n" " " msgstr "" +"\n" +" Allenati a sostenere un test con supervisione\n" +" " #: templates/onboarding_exam/entrance.html:34 #, python-format @@ -332,6 +387,9 @@ msgid "" " Proctoring for this course is provided via %(provider_name)s. Onboarding review, including identity verification, can take 2+ business days.\n" " " msgstr "" +"\n" +" La supervisione per questo corso è fornita da %(provider_name)s. Il controllo della procedura di onboarding, comprensiva del controllo dell'identità, potrebbe richiedere più di 2 giorni lavorati.\n" +" " #: templates/onboarding_exam/entrance.html:40 #, python-format @@ -342,6 +400,8 @@ msgid "" " Make sure this email has been added to your inbox filter.\n" " " msgstr "" +"\n" +" Una volta che il tuo profilo è stato controllato, riceverai un'email con i risultati della verifica. Il mittente dell'email sarà %(learner_notification_from_email)s. Assicurati che questa email non sia stata aggiunta alla posta indesiderata. " #: templates/onboarding_exam/entrance.html:49 #, python-format @@ -352,10 +412,13 @@ msgid "" " if you have questions.\n" " " msgstr "" +"\n" +" In caso di domande puoi rivolgerti a %(integration_specific_email)s.\n" +" " #: templates/onboarding_exam/entrance.html:58 msgid "Continue to onboarding" -msgstr "" +msgstr "Vai all'onboarding" #: templates/onboarding_exam/entrance.html:62 msgid "" @@ -363,6 +426,9 @@ msgid "" " You will be guided through online proctoring software set up and identity verification.\n" " " msgstr "" +"\n" +" Sarai guidato attraverso la configurazione del software di supervisione online e la verifica dell'identità.\n" +" " #: templates/onboarding_exam/error.html:4 msgid "" @@ -370,6 +436,9 @@ msgid "" " Error: There was a problem with your onboarding session\n" " " msgstr "" +"\n" +" Errore: Si è verificato un problema nella sessione di onboarding\n" +" " #: templates/onboarding_exam/error.html:13 msgid "" @@ -378,6 +447,8 @@ msgid "" " You should retry this onboarding exam.\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è terminata prima che tu completassi questo esame di onboarding. Dovrai sostenere nuovamente l'esame di onboarding. " #: templates/onboarding_exam/ready_to_submit.html:6 #, python-format @@ -386,6 +457,9 @@ msgid "" " You are taking \"%(exam_display_name)s\" as an onboarding exam. You must click “Yes, end my proctored exam” and submit your proctoring session to complete onboarding.\n" " " msgstr "" +"\n" +" Stai sostenendo \"%(exam_display_name)s\" come esame di onboarding. Per completare l'onboarding dovrai fare clic su “Sì, termina il mio esame supervisionato” e inviare la tua sessione di supervisione.\n" +" " #: templates/onboarding_exam/rejected.html:5 msgid "" @@ -393,6 +467,8 @@ msgid "" " Your onboarding session was reviewed, but did not pass all requirements\n" " " msgstr "" +"\n" +" La tua sessione di onboarding è stata verificata e non ha soddisfatto tutti i requisiti" #: templates/onboarding_exam/rejected.html:12 #, python-format @@ -410,13 +486,13 @@ msgstr "" #: templates/practice_exam/error.html:29 #: templates/practice_exam/submitted.html:18 msgid "Retry my exam" -msgstr "" +msgstr "Riprovo il mio esame" #: templates/onboarding_exam/rejected.html:21 #: templates/practice_exam/error.html:30 #: templates/practice_exam/submitted.html:19 msgid "Resetting Onboarding Exam" -msgstr "" +msgstr "Ripristino esame di onboarding" #: templates/onboarding_exam/submitted.html:4 msgid "" @@ -424,6 +500,9 @@ msgid "" " You have submitted this onboarding exam\n" " " msgstr "" +"\n" +" Hai inviato questo esame di onboarding\n" +" " #: templates/onboarding_exam/submitted.html:11 msgid "" @@ -434,6 +513,8 @@ msgid "" " profile review can take 2+ business days.\n" " " msgstr "" +"\n" +" Se non disponi di un profilo di onboarding sul sistema, Verificient esaminerà quanto da te inviato e creerà un profilo di onboarding per concederti l'accesso agli esami supervisionati. La verifica per il profilo di onboarding può richiedere più di 2 giorni lavorativi. " #: templates/onboarding_exam/submitted.html:19 #, python-format @@ -447,6 +528,9 @@ msgid "" " so make sure this email has been added to your inbox filter.\n" " " msgstr "" +"\n" +" Una volta che il tuo profilo è stato controllato, riceverai un'email con i risultati della verifica. Il mittente dell'email sarà %(learner_notification_from_email)s , quindi assicurati che non venga inserita nella posta indesiderata.\n" +" " #: templates/onboarding_exam/submitted.html:29 msgid "" @@ -456,6 +540,8 @@ msgid "" " to validate that your setup still meets the requirements for proctoring.\n" " " msgstr "" +"\n" +" Se hai già un profilo di onboarding approvato tramite un altro corso, questo materiale inviato non verrà controllato. Puoi sostenere di nuovo questo esame in qualsiasi momento per verificare che la tua configurazione soddisfi ancora i requisiti per supervisione. " #: templates/onboarding_exam/submitted.html:36 msgid "" @@ -467,7 +553,7 @@ msgstr "" #: templates/onboarding_exam/submitted.html:41 msgid "I understand and want to reset this onboarding exam." -msgstr "" +msgstr "Comprendo e accetto di ripristinare questo esame di onboarding." #: templates/onboarding_exam/submitted.html:53 #: templates/onboarding_exam/verified.html:16 @@ -480,6 +566,11 @@ msgid "" " if you have questions.\n" " " msgstr "" +"\n" +" In caso di domande puoi rivolgerti a\n" +" \n" +" %(integration_specific_email)s\n" +" . " #: templates/onboarding_exam/verified.html:4 msgid "" @@ -487,6 +578,9 @@ msgid "" " Your onboarding profile was reviewed successfully\n" " " msgstr "" +"\n" +" Il tuo profilo di onboarding è stato verificato correttamente\n" +" " #: templates/onboarding_exam/verified.html:11 msgid "" @@ -494,6 +588,9 @@ msgid "" " Your profile has been established, and you're ready to take proctored exams in this course.\n" " " msgstr "" +"\n" +" Il tuo profilo è stato attivato e puoi quindi sostenere esami supervisionati in questo corso.\n" +" " #: templates/practice_exam/entrance.html:5 msgid "" @@ -501,6 +598,9 @@ msgid "" " Try a proctored exam\n" " " msgstr "" +"\n" +" Prova un esame supervisionato\n" +" " #: templates/practice_exam/entrance.html:12 msgid "" @@ -509,10 +609,13 @@ msgid "" " on your grade in the course.\n" " " msgstr "" +"\n" +" Acquisisci familiarità con la supervisione dei veri esami che dovrai sostenere più avanti nel corso. Questo esame di prova non influirà sul tuo voto del corso.\n" +" " #: templates/practice_exam/entrance.html:20 msgid "Continue to my practice exam" -msgstr "" +msgstr "Accedi al mio esame di prova" #: templates/practice_exam/entrance.html:25 msgid "" @@ -520,6 +623,9 @@ msgid "" " You will be guided through steps to set up online proctoring software and verify your identity.\n" " " msgstr "" +"\n" +" Sarai guidato attraverso i passaggi di configurazione del software di monitoraggio online e di verifica della tua identità.\n" +" " #: templates/practice_exam/error.html:5 msgid "" @@ -527,6 +633,8 @@ msgid "" " There was a problem with your practice proctoring session\n" " " msgstr "" +"\n" +" Si è verificato un problema nella sessione con supervisione di prova" #: templates/practice_exam/error.html:13 msgid "" @@ -534,6 +642,9 @@ msgid "" " Your practice proctoring results: Unsatisfactory \n" " " msgstr "" +"\n" +" I risultati della tua supervisione di prova: Non soddisfacente \n" +" " #: templates/practice_exam/error.html:21 msgid "" @@ -542,6 +653,8 @@ msgid "" " You can retry this practice exam if you had problems setting up the online proctoring software.\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è terminata prima che tu completassi questo esame di prova. Puoi provare nuovamente questo esame pratico se hai avuto problemi con la configurazione del software di supervisione online. " #: templates/practice_exam/submitted.html:5 msgid "" @@ -549,6 +662,9 @@ msgid "" " You have submitted this practice proctored exam\n" " " msgstr "" +"\n" +" Hai inviato questo esame di esercitazione con supervisione\n" +" " #: templates/practice_exam/submitted.html:13 msgid "" @@ -557,6 +673,9 @@ msgid "" " You have completed this practice exam and can continue with your course work.\n" " " msgstr "" +"\n" +" Gli esami di prova non influiscono sul tuo voto. Hai completato questo esame di prova e puoi continuare con le attività del corso.\n" +" " #: templates/proctored_exam/confirm-decline.html:5 msgid "" @@ -564,6 +683,9 @@ msgid "" " Are you sure you want to take this exam without proctoring?\n" " " msgstr "" +"\n" +" Sei sicuro di voler sostenere questo esame senza supervisione?\n" +" " #: templates/proctored_exam/confirm-decline.html:10 msgid "" @@ -571,10 +693,13 @@ msgid "" " If you take this exam without proctoring, you will not be eligible for course credit or the MicroMasters credential if either applies to this course.\n" " " msgstr "" +"\n" +" Se sostieni questo esame senza supervisione, non avrai diritto al credito del corso o alle credenziali MicroMasters eventualmente applicabili a questo corso.\n" +" " #: templates/proctored_exam/confirm-decline.html:16 msgid "Continue Exam Without Proctoring" -msgstr "" +msgstr "Continua l'esame senza supervisione" #: templates/proctored_exam/confirm-decline.html:19 msgid "Go Back" @@ -588,6 +713,9 @@ msgid "" " This exam is proctored\n" " " msgstr "" +"\n" +" Questo esame prevede la supervisione\n" +" " #: templates/proctored_exam/entrance.html:9 msgid "" @@ -596,11 +724,15 @@ msgid "" "\n" " " msgstr "" +"\n" +" Per avere diritto al credito o alle credenziali di programma associate a questo corso, è necessario superare la verifica del supervisore per questo esame.\n" +"\n" +" " #: templates/proctored_exam/entrance.html:15 #: templates/proctored_exam/ready_to_resume.html:19 msgid "Continue to my proctored exam." -msgstr "" +msgstr "Accedi al mio esame con supervisione." #: templates/proctored_exam/entrance.html:18 #: templates/proctored_exam/ready_to_resume.html:22 @@ -609,6 +741,8 @@ msgid "" " You will be guided through steps to set up online proctoring software and verify your identity.
\n" " " msgstr "" +"\n" +" Sarai guidato attraverso i passaggi di configurazione del software di monitoraggio online e di verifica della tua identità.
" #: templates/proctored_exam/error.html:4 #: templates/proctored_exam/error_wrong_browser.html:4 @@ -617,6 +751,9 @@ msgid "" " Error with proctored exam\n" " " msgstr "" +"\n" +" Errore nell'esame supervisionato\n" +" " #: templates/proctored_exam/error.html:11 #, python-format @@ -627,6 +764,11 @@ msgid "" " for assistance, and return to the exam once you receive further instructions.\n" " " msgstr "" +"\n" +" Si è verificato un errore nel tuo esame con supervisione. Contatta il tuo team del corso\n" +" all'indirizzo %(proctoring_escalation_email)s\n" +" per ottenere assistenza e torna all'esame quando avrai ricevuto ulteriori istruzioni.\n" +" " #: templates/proctored_exam/error.html:17 #, python-format @@ -637,6 +779,8 @@ msgid "" " assistance, and return to the exam once you receive further instructions.\n" " " msgstr "" +"\n" +" Si è verificato un errore nel tuo esame con supervisione. Rivolgiti al %(platform_name)s Supporto per ottenere assistenza e torna all'esame quando avrai ricevuto ulteriori istruzioni. " #: templates/proctored_exam/error_modal.html:7 msgid "Close" @@ -650,6 +794,8 @@ msgid "" " return to the RPNow application to proceed.\n" " " msgstr "" +"\n" +" Il contenuto di questo esame può essere visualizzato solo tramite l'applicazione RPNow. Se non hai ancora completato l'esame, torna all'applicazione RPNow per procedere. " #: templates/proctored_exam/error_wrong_browser.html:17 msgid "" @@ -657,10 +803,12 @@ msgid "" " Alternatively, you can end your exam.\n" " " msgstr "" +"\n" +" In alternativa, puoi terminare l'esame." #: templates/proctored_exam/error_wrong_browser.html:22 msgid "End My Exam" -msgstr "" +msgstr "Termina il mio esame" #: templates/proctored_exam/expired.html:4 templates/timed_exam/expired.html:4 msgid "" @@ -668,6 +816,8 @@ msgid "" " The due date for this exam has passed\n" " " msgstr "" +"\n" +" La data di scadenza prevista per questo esame è stata superata" #: templates/proctored_exam/expired.html:9 templates/timed_exam/expired.html:9 msgid "" @@ -675,6 +825,9 @@ msgid "" " Because the due date has passed, you are no longer able to take this exam.\n" " " msgstr "" +"\n" +" Poiché la data di scadenza è trascorsa, non puoi più sostenere questo esame.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:9 msgid "" @@ -682,6 +835,9 @@ msgid "" " You did not satisfy the requirements for taking this exam with proctoring.\n" " " msgstr "" +"\n" +" Non hai soddisfatto i requisiti per sostenere questo esame con supervisione.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:14 msgid "" @@ -689,6 +845,9 @@ msgid "" " You did not satisfy the following prerequisites:\n" " " msgstr "" +"\n" +" Non hai soddisfatto i seguenti prerequisiti:\n" +" " #: templates/proctored_exam/failed-prerequisites.html:32 msgid "" @@ -696,6 +855,9 @@ msgid "" " Due to unsatisfied prerequisites, you can only take this exam without proctoring.\n" " " msgstr "" +"\n" +" A causa dei prerequisiti non soddisfatti, potrai sostenere questo esame solo senza supervisione.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:40 #, python-format @@ -704,6 +866,8 @@ msgid "" " If you have questions about the status of your requirements, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei requisiti, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/footer.html:5 msgid "" @@ -711,6 +875,9 @@ msgid "" " About Proctored Exams\n" " " msgstr "" +"\n" +" Informazioni sugli esami con supervisione\n" +" " #: templates/proctored_exam/id_verification.html:6 msgid "" @@ -718,6 +885,9 @@ msgid "" " Complete your verification before starting the proctored exam.\n" " " msgstr "" +"\n" +" Completa la verifica prima di iniziare l'esame con supervisione.\n" +" " #: templates/proctored_exam/id_verification.html:11 msgid "" @@ -725,6 +895,9 @@ msgid "" " You must successfully complete identity verification before you can start the proctored exam.\n" " " msgstr "" +"\n" +" È necessario superare la verifica dell'identità prima di poter iniziare l'esame con supervisione.\n" +" " #: templates/proctored_exam/id_verification.html:17 msgid "" @@ -733,6 +906,8 @@ msgid "" " submit your verification.\n" " " msgstr "" +"\n" +" La tua verifica è in sospeso. I risultati dovrebbero essere disponibili 2-3 giorni dopo l'invio della verifica. " #: templates/proctored_exam/id_verification.html:24 msgid "" @@ -742,6 +917,8 @@ msgid "" " then try again.\n" " " msgstr "" +"\n" +" Non hai superato la verifica. Leggi le nostre linee guida per assicurarti di aver compreso i requisiti per completare correttamente la verifica, quindi riprova. " #: templates/proctored_exam/id_verification.html:32 msgid "Retry Verification" @@ -754,11 +931,13 @@ msgid "" " before you can start the proctored exam.\n" " " msgstr "" +"\n" +" La tua verifica è scaduta. Dovrai superare una nuova verifica dell'identità prima di poter iniziare l'esame con supervisione. " #: templates/proctored_exam/id_verification.html:44 #: templates/proctored_exam/id_verification.html:56 msgid "Continue to Verification" -msgstr "" +msgstr "Accedi alla Verifica" #: templates/proctored_exam/id_verification.html:49 msgid "" @@ -767,6 +946,8 @@ msgid "" " such as a driver's license or passport, before you continue.\n" " " msgstr "" +"\n" +" Prima di continuare, assicurati di essere su un computer con una webcam e di disporre di un documento d'identità valido con foto, come ad esempio la patente di guida o il passaporto. " #: templates/proctored_exam/inactive_account.html:4 msgid "" @@ -774,6 +955,8 @@ msgid "" " You have not activated your account.\n" " " msgstr "" +"\n" +" Non hai attivato il tuo account. " #: templates/proctored_exam/inactive_account.html:10 #, python-format @@ -783,6 +966,8 @@ msgid "" " you are required to activate your account.\n" " " msgstr "" +"\n" +" Il tuo account della %(platform_name)s non è stato ancora attivato. Per sostenere l'esame con supervisione, devi attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:16 #, python-format @@ -792,6 +977,8 @@ msgid "" " %(platform_name)s.\n" " " msgstr "" +"\n" +" Verifica nelle cartelle Posta in arrivo e Spam della tua e-mail registrata se è presente un'e-mail di attivazione proveniente da %(platform_name)s. " #: templates/proctored_exam/inactive_account.html:21 #, python-format @@ -801,6 +988,8 @@ msgid "" " activate your account.\n" " " msgstr "" +"\n" +" Se non trovi questa mail, potrai ripristinare la tua password per attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:26 msgid "" @@ -808,6 +997,8 @@ msgid "" " If you cannot find this email, you can reset your password to activate your account.\n" " " msgstr "" +"\n" +" Se non trovi questa mail, potrai ripristinare la tua password per attivare il tuo account. " #: templates/proctored_exam/inactive_account.html:32 #, python-format @@ -817,6 +1008,8 @@ msgid "" " %(platform_name)s Support.\n" " " msgstr "" +"\n" +" Se il problema non si risolve contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/instructions.html:6 msgid "" @@ -824,6 +1017,8 @@ msgid "" " Set up and start your proctored exam\n" " " msgstr "" +"\n" +" Imposta e avvia il tuo esame con supervisione " #: templates/proctored_exam/instructions.html:12 msgid "" @@ -835,6 +1030,8 @@ msgid "" " passport.\n" " " msgstr "" +"\n" +" Nota: come parte della configurazione dell'esame con supervisione, ti verrà chiesto di verificare la tua identità. Prima di iniziare, assicurati di essere su un computer con una webcam e di avere un documento d'identità valido con foto, come ad esempio la patente di guida o il passaporto. " #: templates/proctored_exam/instructions.html:27 #, python-format @@ -843,15 +1040,17 @@ msgid "" " If you have issues relating to proctoring, you can contact %(provider_name)s technical support by emailing %(provider_tech_support_email)s or by calling %(provider_tech_support_phone)s.\n" " " msgstr "" +"\n" +" In caso di problemi relativi alla supervisione, potrai rivolgerti al supporto tecnico di %(provider_name)s inviando un'email a %(provider_tech_support_email)s o chiamando il %(provider_tech_support_phone)s. " #: templates/proctored_exam/instructions.html:33 #: templates/proctored_exam/instructions.html:78 msgid "Start System Check" -msgstr "" +msgstr "Avvia verifica sistema" #: templates/proctored_exam/instructions.html:36 msgid "Start Exam" -msgstr "" +msgstr "Avvia esame" #: templates/proctored_exam/instructions.html:40 msgid "" @@ -859,6 +1058,9 @@ msgid "" " Step 1\n" " " msgstr "" +"\n" +" Passo 1\n" +" " #: templates/proctored_exam/instructions.html:45 msgid "" @@ -866,10 +1068,12 @@ msgid "" " Copy this unique exam code. You will be prompted to paste this code later before you start the exam.\n" " " msgstr "" +"\n" +" Copia questo codice di esame univoco. In seguito ti verrà chiesto di inserire questo codice prima di iniziare l'esame. " #: templates/proctored_exam/instructions.html:51 msgid "Copy Exam Code" -msgstr "" +msgstr "Copia codice esame" #: templates/proctored_exam/instructions.html:54 msgid "" @@ -877,6 +1081,8 @@ msgid "" " Select the exam code, then copy it using Control + C (Windows) or Command + C (Mac).\n" " " msgstr "" +"\n" +" Seleziona il codice dell'esame, quindi copialo utilizzando Ctrl + C (Windows) o Cmd + C (Mac). " #: templates/proctored_exam/instructions.html:59 msgid "" @@ -884,6 +1090,9 @@ msgid "" " Step 2\n" " " msgstr "" +"\n" +" Passo 2\n" +" " #: templates/proctored_exam/instructions.html:64 msgid "" @@ -891,6 +1100,8 @@ msgid "" " Start your system check now. A new window will open for this step and you will verify your identity.\n" " " msgstr "" +"\n" +" Avvia la verifica del tuo sistema. In questa fase si aprirà una nuova finestra e confermerai la tua identità. " #: templates/proctored_exam/instructions.html:69 msgid "" @@ -898,14 +1109,19 @@ msgid "" " Make sure you:\n" " " msgstr "" +"\n" +" Assicurati di:\n" +" " #: templates/proctored_exam/instructions.html:74 msgid "Have a computer with a functioning webcam" -msgstr "" +msgstr "Disporre di un computer con una webcam funzionante" #: templates/proctored_exam/instructions.html:75 msgid "Have your valid photo ID (e.g. driver's license or passport) ready" msgstr "" +"Avere a disposizione un documento d'identità valido con foto (ad es. la " +"patente di guida o il passaporto)" #: templates/proctored_exam/instructions.html:81 msgid "" @@ -913,6 +1129,9 @@ msgid "" " Step 3\n" " " msgstr "" +"\n" +" Passo 3\n" +" " #: templates/proctored_exam/instructions.html:86 msgid "" @@ -920,11 +1139,13 @@ msgid "" " For security and exam integrity reasons, we ask you to sign in to your edX account. Then we will direct you to the RPNow proctoring experience.\n" " " msgstr "" +"\n" +" Per motivi di sicurezza e per l'integrità dell'esame, ti chiediamo di accedere al tuo account edX. Quindi ti indirizzeremo all'esperienza di supervisione di RPNow. " #: templates/proctored_exam/instructions.html:100 #: templates/proctored_exam/proctoring_opt_out_button.html:5 msgid "Take this exam without proctoring." -msgstr "" +msgstr "Sostieni questo esame senza supervisione." #: templates/proctored_exam/onboarding_error.html:4 msgid "" @@ -932,6 +1153,8 @@ msgid "" " You must complete an onboarding exam before taking this proctored exam\n" " " msgstr "" +"\n" +" È necessario completare un esame di onboarding prima di sostenere questo esame con supervisione " #: templates/proctored_exam/onboarding_error.html:11 msgid "" @@ -939,11 +1162,14 @@ msgid "" " Please complete an onboarding exam before attempting this exam.\n" " " msgstr "" +"\n" +" Completare l'esame di onboarding prima di tentare questo esame.\n" +" " #: templates/proctored_exam/onboarding_error.html:17 #: templates/proctored_exam/onboarding_error.html:32 msgid "Navigate to onboarding exam" -msgstr "" +msgstr "Accedi all'esame di onboarding" #: templates/proctored_exam/onboarding_error.html:21 msgid "" @@ -951,6 +1177,8 @@ msgid "" " Your onboarding exam is being reviewed. Before attempting this exam, please allow 2+ business days for your onboarding exam to be reviewed.\n" " " msgstr "" +"\n" +" Il tuo esame di onboarding è in fase di verifica. Prima di sostenere questo esame è necessario attendere più di 2 giorni lavorativi per la verifica dell'esame di onboarding. " #: templates/proctored_exam/onboarding_error.html:26 msgid "" @@ -958,6 +1186,8 @@ msgid "" " Your onboarding exam failed to pass all requirements.\n" " " msgstr "" +"\n" +" Il tuo esame di onboarding non ha superato tutti i requisiti. " #: templates/proctored_exam/onboarding_error.html:38 #, python-format @@ -968,6 +1198,8 @@ msgid "" " %(integration_specific_email)s.\n" " " msgstr "" +"\n" +" La supervisione per il tuo esame è fornita tramite %(provider_name)s. In caso di domande relative allo stato del tuo esame di onboarding rivolgiti all'indirizzo %(integration_specific_email)s. " #: templates/proctored_exam/pending-prerequisites.html:9 msgid "" @@ -975,6 +1207,8 @@ msgid "" " You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam.\n" " " msgstr "" +"\n" +" Non ha completato i prerequisiti per questo esame. È necessario soddisfare tutti i requisiti prima di poter sostenere l'esame con supervisione. " #: templates/proctored_exam/pending-prerequisites.html:14 msgid "" @@ -982,6 +1216,8 @@ msgid "" " The following prerequisites are in a pending state and must be successfully completed before you can proceed:\n" " " msgstr "" +"\n" +" I seguenti prerequisiti sono nello stato in sospeso e devono essere correttamente completati prima di poter procedere: " #: templates/proctored_exam/pending-prerequisites.html:30 msgid "" @@ -989,10 +1225,12 @@ msgid "" " You can take this exam with proctoring only when all prerequisites have been successfully completed.\n" " " msgstr "" +"\n" +" È possibile sostenere questo esame con supervisione solo quando tutti i prerequisiti sono stati correttamente completati. " #: templates/proctored_exam/proctoring_launch_callback.html:164 msgid " Your Proctoring Session Has Started " -msgstr "" +msgstr " La tua sessione di supervisione è stata avviata" #: templates/proctored_exam/proctoring_launch_callback.html:165 #, python-format @@ -1001,6 +1239,10 @@ msgid "" "href=\"%(link_urls.online_proctoring_rules)s\" target=\"_blank\">online " "proctoring rules to pass the proctoring review for your exam. " msgstr "" +" Da questo momento dovrai attenerti alle regole di " +"supervisione online per superare la verifica della supervisione del tuo " +"esame." #: templates/proctored_exam/proctoring_launch_callback.html:168 msgid "" @@ -1008,6 +1250,8 @@ msgid "" " Do not close this window before you finish your exam. if you close this window, your proctoring session ends, and you will not successfully complete the proctored exam.\n" " " msgstr "" +"\n" +" Non chiudere questa finestra prima di aver terminato l'esame. Se chiudi questa finestra, la tua sessione di supervisione verrà interrotta e non completerai correttamente l'esame con supervisione. " #: templates/proctored_exam/proctoring_launch_callback.html:173 #, python-format @@ -1018,6 +1262,8 @@ msgid "" " and upload your proctoring session data for review.\n" " " msgstr "" +"\n" +" Ritorna alla finestra del corso %(platform_name)s per iniziare il tuo esame. Una volta che l'esame è terminato e contrassegnato come completato, sarà possibile chiudere questa finestra per terminare la sessione di supervisione e caricare i dati della sessione di supervisione per la verifica. " #: templates/proctored_exam/ready_to_resume.html:4 msgid "" @@ -1025,6 +1271,8 @@ msgid "" " Your exam is ready to be resumed.\n" " " msgstr "" +"\n" +" L'esame è pronto per essere ripreso. " #: templates/proctored_exam/ready_to_resume.html:9 #, python-format @@ -1033,6 +1281,8 @@ msgid "" " You will have %(total_time)s to complete your exam.\n" " " msgstr "" +"\n" +" Avrai a disposizione %(total_time)s per completare il tuo esame." #: templates/proctored_exam/ready_to_resume.html:14 msgid "" @@ -1040,6 +1290,8 @@ msgid "" " To be eligible for credit or the program credential associated with this course, you must pass the proctoring review for this exam.\n" " " msgstr "" +"\n" +" Per avere diritto al credito o alle credenziali di programma associate a questo corso, è necessario superare la verifica del supervisore per questo esame. " #: templates/proctored_exam/ready_to_start.html:5 msgid "" @@ -1047,6 +1299,9 @@ msgid "" " Important\n" " " msgstr "" +"\n" +" Importante\n" +" " #: templates/proctored_exam/ready_to_start.html:10 #, python-format @@ -1058,6 +1313,11 @@ msgid "" " • If time expires before you click \"End My Exam\", only your submitted answers will be graded.\n" " " msgstr "" +"\n" +" • Hai a disposizione %(total_time)s per completare questo esame.
\n" +" • Una volta iniziato l'esame non potrai arrestare il timer.
\n" +" • Per qualsiasi tipo di domanda, dovrai fare clic su \"invia\" per completare la risposta.
\n" +" • Se il tempo scade prima che tu faccia clic su \"Termina il mio esame\", solo le risposta inviate saranno valutate. " #: templates/proctored_exam/ready_to_start.html:18 msgid "" @@ -1065,6 +1325,9 @@ msgid "" " Proctored Exam Rules\n" " " msgstr "" +"\n" +" Regole dell'esame con supervisione\n" +" " #: templates/proctored_exam/ready_to_start.html:23 msgid "" @@ -1074,6 +1337,10 @@ msgid "" "
\n" " " msgstr "" +"\n" +" Durante il completamento di questo esame dovrai rispettare le seguenti regole.\n" +" Se violi queste regole, riceverai un punteggio di 0 all'esame e non avrai diritto al credito del corso accademico.
\n" +" " #: templates/proctored_exam/ready_to_start.html:29 #, python-format @@ -1082,6 +1349,8 @@ msgid "" " %(platform_name)s Rules for Online Proctored Exams\n" " " msgstr "" +"\n" +" Regole %(platform_name)s per gli esami con supervisione online " #: templates/proctored_exam/ready_to_start.html:36 msgid "" @@ -1089,6 +1358,8 @@ msgid "" " Additional Exam Rules\n" " " msgstr "" +"\n" +" Ulteriori regole d'esame " #: templates/proctored_exam/ready_to_start.html:41 #, python-format @@ -1099,14 +1370,17 @@ msgid "" " %(exam_review_policy)s
\n" " " msgstr "" +"\n" +" All'esame si applicano le seguenti ulteriori regole. Queste regole hanno la precedenza sulle regole per gli esami con supervisione online.

%(exam_review_policy)s
\n" +" " #: templates/proctored_exam/ready_to_start.html:49 msgid "Start my exam" -msgstr "" +msgstr "Avvia il mio esame" #: templates/proctored_exam/ready_to_start.html:50 msgid "Starting Exam" -msgstr "" +msgstr "Avvio dell'esame" #: templates/proctored_exam/ready_to_submit.html:4 msgid "" @@ -1114,26 +1388,33 @@ msgid "" " Are you sure you want to end your proctored exam?\n" " " msgstr "" +"\n" +" Sei sicuro di voler terminare il tuo esame con supervisione? " #: templates/proctored_exam/ready_to_submit.html:10 msgid "" "Make sure that you have selected \"Submit\" for each answer before you " "submit your exam." msgstr "" +"Prima di inviare l'esame assicurati di aver selezionato \"Invia\" per tutte " +"le risposte." #: templates/proctored_exam/ready_to_submit.html:12 msgid "" "Once you click \"Yes, end my proctored exam\", the exam will be closed, and " "your proctoring session will be submitted for review." msgstr "" +"Una volta fatto clic su \"Sì, termina il mio esame supervisionato\", l'esame" +" verrà chiuso e la tua sessione con supervisione verrà inoltrata alla " +"verifica. " #: templates/proctored_exam/ready_to_submit.html:15 msgid "Yes, end my proctored exam" -msgstr "" +msgstr "Sì, termina il mio esame supervisionato" #: templates/proctored_exam/ready_to_submit.html:16 msgid "Ending Exam" -msgstr "" +msgstr "Conclusione dell'esame" #: templates/proctored_exam/ready_to_submit.html:21 msgid "" @@ -1141,6 +1422,8 @@ msgid "" " No, I'd like to continue working\n" " " msgstr "" +"\n" +" No, voglio continuare a lavorare " #: templates/proctored_exam/rejected.html:5 msgid "" @@ -1148,6 +1431,8 @@ msgid "" " Your proctoring session was reviewed, but did not pass all requirements\n" " " msgstr "" +"\n" +" La tua sessione di supervisione è stata verificata e non ha soddisfatto tutti i requisiti " #: templates/proctored_exam/rejected.html:13 #, python-format @@ -1156,6 +1441,8 @@ msgid "" " If you have questions about the status of your proctoring session results, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei risultati della sessione con supervisione, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/rejected.html:23 msgid "" @@ -1163,6 +1450,8 @@ msgid "" " If you have concerns about your proctoring session results, contact your course team.\n" " " msgstr "" +"\n" +" In caso di considerazioni sullo stato dei risultati della sessione con supervisione, contatta il team del tuo corso. " #: templates/proctored_exam/submitted.html:4 msgid "" @@ -1170,22 +1459,29 @@ msgid "" " You have submitted this proctored exam for review\n" " " msgstr "" +"\n" +" Hai inviato questo esame con supervisione per la verifica\n" +" " #: templates/proctored_exam/submitted.html:9 msgid "Your recorded data should now be uploaded for review." -msgstr "" +msgstr "I dati registrati devono ora essere caricati per la verifica. " #: templates/proctored_exam/submitted.html:11 msgid "" "If the proctoring software window is still open, close it now and confirm " "that you want to quit the application." msgstr "" +"Se la finestra del software di supervisione è ancora aperta, chiuderla ora e" +" confermare che si desidera uscire dall'applicazione. " #: templates/proctored_exam/submitted.html:13 msgid "" "Proctoring results are usually available within 5 business days after you " "submit your exam." msgstr "" +"I risultati della supervisione sono generalmente disponibili entro 5 giorni " +"lavorativi dall'invio dell'esame. " #: templates/proctored_exam/submitted.html:19 #, python-format @@ -1194,6 +1490,8 @@ msgid "" " If you have questions about the status of your proctored exam results, contact %(platform_name)s Support.\n" " " msgstr "" +"\n" +" In caso di domande sullo stato dei risultati dell'esame con supervisione, contatta il Supporto di %(platform_name)s . " #: templates/proctored_exam/verified.html:5 msgid "" @@ -1201,6 +1499,8 @@ msgid "" " Your proctoring session was reviewed successfully. Go to your progress page to view your exam grade.\n" " " msgstr "" +"\n" +"La tua sessione con supervisione è stata correttamente verificata. Vai alla pagina dei progressi per visualizzare il voto del tuo esame. " #: templates/proctored_exam/visit_exam_content.html:5 msgid "" @@ -1208,10 +1508,12 @@ msgid "" " To view your exam questions and responses, select View my exam. The exam's review status is shown in the left navigation pane.\n" " " msgstr "" +"\n" +" Per visualizzare le domande e le risposte dell'esame, seleziona Visualizza il mio esame. Lo stato della verifica dell'esame viene visualizzato nel riquadro di navigazione a sinistra. " #: templates/proctored_exam/visit_exam_content.html:11 msgid "View my exam" -msgstr "" +msgstr "Visualizza il mio esame" #: templates/timed_exam/entrance.html:4 #, python-format @@ -1220,30 +1522,34 @@ msgid "" " %(exam_name)s is a Timed Exam (%(total_time)s)\n" " " msgstr "" +"\n" +" %(exam_name)s è un esame a tempo (%(total_time)s)\n" +" " #: templates/timed_exam/entrance.html:9 msgid "This exam has a time limit associated with it." -msgstr "" +msgstr "Questo esame ha un limite di tempo ad esso associato." #: templates/timed_exam/entrance.html:11 msgid "To pass this exam, you must complete the problems in the time allowed." msgstr "" +"Per superare questo esame, dovrai completare i problemi nel tempo previsto." #: templates/timed_exam/entrance.html:13 msgid "After you select " -msgstr "" +msgstr "Dopo che hai selezionato " #: templates/timed_exam/entrance.html:15 msgid "I am ready to start this timed exam," -msgstr "" +msgstr "Sono pronto per avviare questo esame a tempo, " #: templates/timed_exam/entrance.html:17 msgid "you will have " -msgstr "" +msgstr "avrai a disposizione " #: templates/timed_exam/entrance.html:17 msgid " to complete and submit the exam." -msgstr "" +msgstr " per completare e inviare l'esame." #: templates/timed_exam/entrance.html:21 msgid "" @@ -1251,10 +1557,12 @@ msgid "" " I am ready to start this timed exam.\n" " " msgstr "" +"\n" +"Sono pronto per avviare questo esame a tempo. " #: templates/timed_exam/footer.html:3 msgid "Can I request additional time to complete my exam?" -msgstr "" +msgstr "Posso chiedere altro tempo per completare l'esame?" #: templates/timed_exam/footer.html:4 msgid "" @@ -1264,6 +1572,9 @@ msgid "" " Ask your course team for information about additional time allowances.\n" " " msgstr "" +"\n" +" Se hai disabilità, potresti avere diritto a un'indennità di tempo aggiuntiva per gli esami a tempo. Rivolgiti al team del corso informazioni su ulteriori indennità di tempo.\n" +" " #: templates/timed_exam/ready_to_submit.html:4 msgid "" @@ -1271,6 +1582,9 @@ msgid "" " Are you sure that you want to submit your timed exam?\n" " " msgstr "" +"\n" +" Sei sicuro di voler inviare il tuo esame a tempo?\n" +" " #: templates/timed_exam/ready_to_submit.html:9 msgid "" @@ -1278,6 +1592,8 @@ msgid "" " Make sure that you have selected \"Submit\" for each problem before you submit your exam.\n" " " msgstr "" +"\n" +"Prima di inviare l'esame assicurati di aver selezionato \"Invia\" per tutti i problemi." #: templates/timed_exam/ready_to_submit.html:14 msgid "" @@ -1285,6 +1601,8 @@ msgid "" " After you submit your exam, your exam will be graded.\n" " " msgstr "" +"\n" +" Una volta inviato l'esame, questo verrà valutato." #: templates/timed_exam/ready_to_submit.html:19 msgid "" @@ -1292,6 +1610,8 @@ msgid "" " Yes, submit my timed exam.\n" " " msgstr "" +"\n" +" Sì, invia il mio esame a tempo. " #: templates/timed_exam/ready_to_submit.html:25 msgid "" @@ -1299,6 +1619,8 @@ msgid "" " No, I want to continue working.\n" " " msgstr "" +"\n" +" No, voglio continuare a lavorare " #: templates/timed_exam/submitted.html:6 msgid "" @@ -1307,6 +1629,8 @@ msgid "" " will be graded.\n" " " msgstr "" +"\n" +" Il tempo a disposizione per questo esame è scaduto. Il tuo esame è stato inviato e tutto il lavoro completato verrà valutato. " #: templates/timed_exam/submitted.html:11 msgid "" @@ -1314,6 +1638,9 @@ msgid "" " You have submitted your timed exam.\n" " " msgstr "" +"\n" +" Hai inviato il tuo esame a tempo.\n" +" " #: templates/timed_exam/submitted.html:21 msgid "" @@ -1321,97 +1648,102 @@ msgid "" " After the due date has passed, you can review the exam, but you cannot change your answers.\n" " " msgstr "" +"\n" +" Dopo che la data di scadenza è passata, potrai verificare l'esame, ma non potrai modificare le tue risposte.\n" +" " #: utils.py:76 #, python-brace-format msgid "{num_of_hours} hour" -msgstr "" +msgstr "{num_of_hours} ora" #: utils.py:79 #, python-brace-format msgid "{num_of_hours} hours" -msgstr "" +msgstr "{num_of_hours} ore" #: utils.py:87 utils.py:97 #, python-brace-format msgid "{num_of_minutes} minutes" -msgstr "" +msgstr "{num_of_minutes} minuti" #: utils.py:90 #, python-brace-format msgid " and {num_of_minutes} minute" -msgstr "" +msgstr " e {num_of_minutes} minuto" #: utils.py:92 #, python-brace-format msgid "{num_of_minutes} minute" -msgstr "" +msgstr "{num_of_minutes} minuto" #: utils.py:95 #, python-brace-format msgid " and {num_of_minutes} minutes" -msgstr "" +msgstr " e {num_of_minutes} minuti" #: utils.py:310 msgid "a proctored exam" -msgstr "" +msgstr "un esame con supervisione" #: utils.py:313 msgid "a timed exam" -msgstr "" +msgstr "un esame a tempo" #: utils.py:316 msgid "an onboarding exam" -msgstr "" +msgstr "un esame di onboarding" #: utils.py:318 msgid "a practice exam" -msgstr "" +msgstr "un esame di prova" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" -msgstr "" +msgstr "impossibile risalire al course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" +"Per effettuare questa richiesta è necessario essere un utente dello Staff." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" -msgstr "" +msgstr "Parametro di query course_id obbligatorio mancante" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." -msgstr "" +msgstr "Non è presente alcun esame di onboarding correlato a questo id corso." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" +"Non è presente alcun esame di onboarding accessibile per questo utente." -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" -msgstr "" +msgstr "hai a disposizione meno di un minuto" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." -msgstr "" +msgstr "Nessun esame nel corso {course_id}." -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" -msgstr "" +msgstr "Nessun esame con supervisione nel corso {course_id}" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" -msgstr "" +msgstr "Nessuna dashboard dell'istruttore per {proctor_service}" diff --git a/edx_proctoring/locale/ja_JP/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ja_JP/LC_MESSAGES/djangojs.po index 111465af035..ff7c16b9d40 100644 --- a/edx_proctoring/locale/ja_JP/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ja_JP/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Kyoto University , 2021\n" "Language-Team: Japanese (Japan) (https://www.transifex.com/open-edx/teams/6205/ja_JP/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1369,50 +1369,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ka/LC_MESSAGES/django.po b/edx_proctoring/locale/ka/LC_MESSAGES/django.po index 77a00bd5801..0ff3b58b092 100644 --- a/edx_proctoring/locale/ka/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/ka/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: ketevan Kokhreidze , 2021\n" "Language-Team: Georgian (https://www.transifex.com/open-edx/teams/6205/ka/)\n" @@ -116,75 +116,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "დროში შეზღუდული გამოცდა" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1362,50 +1362,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ka/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ka/LC_MESSAGES/djangojs.po index 0dbe54873e2..39e6734a8ce 100644 --- a/edx_proctoring/locale/ka/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ka/LC_MESSAGES/djangojs.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: ketevan Kokhreidze , 2021\n" "Language-Team: Georgian (https://www.transifex.com/open-edx/teams/6205/ka/)\n" @@ -116,75 +116,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "დროში შეზღუდული გამოცდა" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1362,50 +1362,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/lv/LC_MESSAGES/django.po b/edx_proctoring/locale/lv/LC_MESSAGES/django.po index 9a155c8a571..f8328bd9f0f 100644 --- a/edx_proctoring/locale/lv/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/lv/LC_MESSAGES/django.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: LTMC Latvijas Tiesnešu mācību centrs , 2018\n" "Language-Team: Latvian (https://www.transifex.com/open-edx/teams/6205/lv/)\n" @@ -113,75 +113,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1359,50 +1359,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/lv/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/lv/LC_MESSAGES/djangojs.po index 9fbdb2c3fcb..d846a3fa386 100644 --- a/edx_proctoring/locale/lv/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/lv/LC_MESSAGES/djangojs.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: LTMC Latvijas Tiesnešu mācību centrs , 2018\n" "Language-Team: Latvian (https://www.transifex.com/open-edx/teams/6205/lv/)\n" @@ -113,75 +113,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1359,50 +1359,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/mn/LC_MESSAGES/django.po b/edx_proctoring/locale/mn/LC_MESSAGES/django.po index 0545baa3e5d..cf997a50270 100644 --- a/edx_proctoring/locale/mn/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/mn/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Gerelmaa Byambatsogt , 2018\n" "Language-Team: Mongolian (https://www.transifex.com/open-edx/teams/6205/mn/)\n" @@ -114,75 +114,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1360,50 +1360,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/mn/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/mn/LC_MESSAGES/djangojs.po index 46237e2a94b..2af21b63424 100644 --- a/edx_proctoring/locale/mn/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/mn/LC_MESSAGES/djangojs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Lodoiravsal Choimaa, 2018\n" "Language-Team: Mongolian (https://www.transifex.com/open-edx/teams/6205/mn/)\n" @@ -115,75 +115,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1361,50 +1361,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/nb/LC_MESSAGES/django.po b/edx_proctoring/locale/nb/LC_MESSAGES/django.po index a0daec3a66b..6556f1c24ba 100644 --- a/edx_proctoring/locale/nb/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/nb/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Joakim S. Johnson, 2021\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/open-edx/teams/6205/nb/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "ditt kurs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Gjennomfører som overvåket eksamen" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Overvåket alternativ tilgjengelig" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Tas som åpen eksamen" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Bestått overvåkning" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Overvåkningen ikke godkjent" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Overvåket alternativ ikke lenger tilgjengelig" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Prøveeksamen som ikke rettes" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Prøveeksamen er gjennomført" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Prøveeksamen ikke bestått" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Eksamen med tidsfrist" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1375,50 +1375,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/nb/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/nb/LC_MESSAGES/djangojs.po index 66144cac0c3..dcd50e4194c 100644 --- a/edx_proctoring/locale/nb/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/nb/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Joakim S. Johnson, 2021\n" "Language-Team: Norwegian Bokmål (https://www.transifex.com/open-edx/teams/6205/nb/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "ditt kurs" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Gjennomfører som overvåket eksamen" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Overvåket alternativ tilgjengelig" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Tas som åpen eksamen" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Bestått overvåkning" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Overvåkningen ikke godkjent" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Overvåket alternativ ikke lenger tilgjengelig" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Prøveeksamen som ikke rettes" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Prøveeksamen er gjennomført" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Prøveeksamen ikke bestått" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Eksamen med tidsfrist" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1375,50 +1375,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/pt_PT/LC_MESSAGES/django.po b/edx_proctoring/locale/pt_PT/LC_MESSAGES/django.po index 5c0944a26c0..e5804fa9fcf 100644 --- a/edx_proctoring/locale/pt_PT/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/pt_PT/LC_MESSAGES/django.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Filipa Macieira , 2021\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/open-edx/teams/6205/pt_PT/)\n" @@ -120,77 +120,77 @@ msgstr "Integração Pendente" msgid "Onboarding Expired" msgstr "Integração Expirada" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "Você tem {remaining_time} restante" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "o seu curso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "Resultados de Supervisão Para {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "Revisão de Supervisão em Curso Para {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" "Exame Supervisionado {exam_name} em {course_name} para o utilizador " "{username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Fazer Como Exame Supervisionado" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opção Supervisionado Disponível" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Fazer Como Exame Aberto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisão de Sessão Pendente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisão Aprovada" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisão Falhou" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Opção Supervisão Já Não Está Disponível" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Exame de Prática Não Graduada" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Exame de Prática Concluído" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Exame de Prática Falhou" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Exame Cronometrado" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "Pergunta sobre o estado de integração" @@ -1467,53 +1467,53 @@ msgstr "um exame de integração" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "Não foi possível determinar o course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Deve ser um utilizador da equipa de funcionários para executar esta " "solicitação." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" "Não existe nenhum exame de integração relacionado com este id de curso." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Tem menos de um minuto" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.mo b/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.mo index c0e6cdb06af238463bf231ff5a3dc5d22f01a831..a4b2020f043f355fc69b287ebacc5db303dfe5cf 100644 GIT binary patch delta 1479 zcmZ9~Uu;uV9Ki8k84NeN0UaG18|>~++l^gr_lIqQn`16RMG=At=pth2uB=hk(RM`8 zxM(nh@W#&&lj#Tnv&;t~D~d~aFl-MaLP!h=(HAoOlNcW~^Y4@Kd)iKuHO>8;bMEi_ z&N;tx$B*AW`RTR1(FY>3P$S~=h@E#7}nnoFwX&NJqBCRA0+af#YN4JRV!pqo) zzu>dj=7P%?+*xPTkb+a^NsB!p&s7p}trT#YAiBc4H1feFmVZ?PKZ zM`@UedF>)pTQ=e<>_ro}2Oq)xXeJy&v%ovJ9M7W<$FK;mpxO8h+=RcPDf#LS5kEeI zB^b%|M@MpvvuI9o5zPX#Sc%`{{1eOQmpqz{vytk{9()epM*eb#M>png%PzDNO}_q| zaWoq}g{8v%pQFKdCzEJObq6i{8O_PP+eHe{kEQ}uxE_133SUHX(i3RDnGevE`a3k0 zDdqSkPXj)MEoctnQ#${k9%)=>O-#P>&qm57;rL)=j#q?b>VvL2~_A!udPP{oqD0DLU(wV>&JoDGHqY5(VKKf zEcXp^IaX5pg8TB5BT+Y*)DMH@dbqe;uLm1-thh!W2AjNv*8e|U8#75O-O*6)@i=6>rPYo9 z=*!*|I>Whf4TN{+c90CWFRn2e zZqE%q2w&2hwolJBHS6B8{&Z#Y_j#U3+S4|>%ty}HtFdTgW@6@2+!}~m&!_KqJel_| DN);2- delta 1373 zcmY+?Uu;u#6u|LQHrOmE|28++Snp`JwQG0VZ8~5Z!XyHbVALi{+*q`(7gw|P*0wYt zCPkx(_&|ccga=R;9S9j1Nh$^(P~-L>iO~l`!ixkS%y=<668|T}@3DPx$?`ep-t#-Z z-|zH(^YVMe%b(Pg&Wp(1%_3joX}`$pI35sr1#jbSoahjl#a6JEx1_$~HhAu6&3FW>>Z9W9BB5NwZ$oWT;lfi1n2 z1@Gem`3>ZZa=K4s11{i3yoC%;{;EE2WtRr>0bGsyP!BSWl*kcWftRoy%OwJBcmwt1 zzu-!2e5g{`j`ie0)CIlRfN`wFDO`tXydRGtE#w5Y;a50>KVl@P_I z{Wy-Ij%o%iyoP%7TX-KXqE285n{Yk5`7n%n(|xGl%!{a_zJfZLJE(pB!M#|!t#X0= zSkL~FCD7mM2(HEBs2iNYMl7Qq>^e5%BI>uGUuF=xQEwPWJpS74ezvGFRWB#4X#A_D)yBghG%E=TG^XKQUIC(3Z$R(`2 zW1b2OMiW-i$)ygaCiUg4YfZXoYkuxhx*z z&pReew6jgaZ0BRE#5?Lv&d*s%r|6hh0|B$U;{nQ}`hKh{T<;vFlWoP#$*!kYRJJiE z?WP*-+!73%sbI{U3yzw)&<vo#ME`g<*S%Rwe(3hCD&!K+ zC#I(onWSr%SBE!vj2kYRnMl08QcZ)qk$dL%o^85f*lsrmY)ixAw$FTI|7k8ppW7He zly!65wj-FGP81Hhx%9Ic4janbCLEhECt?9z@kOjvxfAR6r`(KV4d)9vH}k?H4ADwE zhlZoo-1_gPW~6t&$2O*Szf2uHamvvx3(MC1fBH$+%9oc9?y30~ D63Ygx diff --git a/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.po index 8fbf17beef7..d9533b2f1f9 100644 --- a/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/pt_PT/LC_MESSAGES/djangojs.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Filipa Macieira , 2021\n" "Language-Team: Portuguese (Portugal) (https://www.transifex.com/open-edx/teams/6205/pt_PT/)\n" @@ -121,77 +121,77 @@ msgstr "Integração Pendente" msgid "Onboarding Expired" msgstr "Integração Expirada" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "tem {remaining_time} restante" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "o seu curso" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "Resultados de Supervisão Para {course_name} {exam_name}" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "Revisão de Supervisão em Curso Para {course_name} {exam_name}" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" "Exame Supervisionado {exam_name} em {course_name} para o utilizador " "{username}" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Fazer Como Exame Supervisionado" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Opção de Supervisão Disponível" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Fazer Como Exame Aberto" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Revisão de Sessão Pendente" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Supervisão Aprovada" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Supervisão Falhou" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Opção Supervisão Já Não Está Disponível" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Exame Prático Sem Classificação" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Exame de prática concluído" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Exame de prática falhou" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Exame cronometrado" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "Pergunta do estado de integração" @@ -250,7 +250,7 @@ msgstr "" "\n" " O seu exame supervisionado \"%(exam_name)s\" em\n" " %(course_name)s foi revisto e você\n" -" satisfez todos os requisitos de supervisão\n" +" satisfez todos os requisitos de supervisão.\n" " " #: templates/emails/proctoring_attempt_satisfactory_email.html:21 @@ -264,7 +264,7 @@ msgid "" " " msgstr "" "\n" -" Se tiver alguma dúvida sobre os seus resultados, pode contactar \n" +" Se tiver alguma dúvida sobre os seus resultados, pode contactar \n" " \n" " %(contact_url_text)s\n" " .\n" @@ -285,7 +285,7 @@ msgstr "" " O seu exame supervisionado \"%(exam_name)s\" em\n" " %(course_name)s foi submetido\n" " com sucesso e será agora revisto para assegurar todos os exames\n" -" as regras foram seguidas. Deverá receber um e-mail com o seu exame\n" +"as regras foram seguidas. Deverá receber um e-mail com o seu exame\n" " estado dentro de 5 dias úteis.\n" " " @@ -620,7 +620,8 @@ msgid "" " " msgstr "" "\n" -"Este exame é supervisionado" +" Este exame é supervisionado\n" +" " #: templates/proctored_exam/entrance.html:9 msgid "" @@ -651,7 +652,8 @@ msgid "" " " msgstr "" "\n" -"Erro com o exame supervisionado" +" Erro com o exame supervisionado\n" +" " #: templates/proctored_exam/error.html:11 #, python-format @@ -704,7 +706,8 @@ msgid "" " " msgstr "" "\n" -"A data limite deste exame já passou" +" A data limite deste exame já passou\n" +" " #: templates/proctored_exam/expired.html:9 templates/timed_exam/expired.html:9 msgid "" @@ -713,7 +716,8 @@ msgid "" " " msgstr "" "\n" -"Porque a data limite já passou, já não pode fazer este exame." +" Porque a data limite já passou, já não pode fazer este exame.\n" +" " #: templates/proctored_exam/failed-prerequisites.html:9 msgid "" @@ -757,7 +761,8 @@ msgid "" " " msgstr "" "\n" -"Sobre os Exames Supervisionados" +" Sobre os Exames Supervisionados\n" +" " #: templates/proctored_exam/id_verification.html:6 msgid "" @@ -766,7 +771,8 @@ msgid "" " " msgstr "" "\n" -"Complete a sua verificação antes de iniciar o exame supervisionado." +" Complete a sua verificação antes de iniciar o exame supervisionado.\n" +" " #: templates/proctored_exam/id_verification.html:11 msgid "" @@ -775,7 +781,8 @@ msgid "" " " msgstr "" "\n" -"Você deve concluir com êxito a verificação de identidade antes de poder iniciar o exame supervisionado." +" Você deve concluir com êxito a verificação de identidade antes de poder iniciar o exame supervisionado.\n" +" " #: templates/proctored_exam/id_verification.html:17 msgid "" @@ -785,7 +792,9 @@ msgid "" " " msgstr "" "\n" -"A sua verificação está pendente. Os resultados devem estar disponíveis 2-3 dias depois de submeter a sua verificação." +" A sua verificação está pendente. Os resultados devem estar disponíveis 2-3 dias depois de\n" +" submeter a sua verificação.\n" +" " #: templates/proctored_exam/id_verification.html:24 msgid "" @@ -796,7 +805,10 @@ msgid "" " " msgstr "" "\n" -"A sua tentativa de verificação falhou. Por favor, leia as nossas orientações para se certificar de que compreende os requisitos para concluir a verificação com êxito e tente novamente." +" A sua tentativa de verificação falhou. Por favor, leia as nossas directrizes para se\n" +" certificar de que compreende os requisitos para concluir com êxito a verificação,,\n" +" depois tente novamente.\n" +" " #: templates/proctored_exam/id_verification.html:32 msgid "Retry Verification" @@ -810,7 +822,9 @@ msgid "" " " msgstr "" "\n" -"A sua verificação expirou. Deve concluir com êxito uma nova verificação de identidade antes de iniciar o exame supervisionado." +" A sua verificação expirou. Deve concluir com êxito uma nova verificação de identidade\n" +" antes de poder iniciar o exame supervisionado.\n" +" " #: templates/proctored_exam/id_verification.html:44 #: templates/proctored_exam/id_verification.html:56 @@ -825,7 +839,9 @@ msgid "" " " msgstr "" "\n" -"Certifique-se que está num computador com uma webcam, e que tem identificação fotográfica válida, como uma carta de condução ou passaporte, antes de continuar." +" Certifique-se que está num computador com uma webcam, e que tem identificação fotográfica válida\n" +" como uma carta de condução ou passaporte, antes de continuar.\n" +" " #: templates/proctored_exam/inactive_account.html:4 msgid "" @@ -906,7 +922,7 @@ msgstr "" #: templates/proctored_exam/instructions.html:33 #: templates/proctored_exam/instructions.html:78 msgid "Start System Check" -msgstr "Iniciar verificação do sistema" +msgstr "Iniciar Verificação do Sistema" #: templates/proctored_exam/instructions.html:36 msgid "Start Exam" @@ -1075,7 +1091,8 @@ msgid "" " " msgstr "" "\n" -"Não feche esta janela antes de terminar o exame. Se fechar esta janela, a sua sessão de supervisão termina, e não concluirá com êxito o exame supervisionado." +" Não feche esta janela antes de terminar o seu exame. se fechar esta janela, a sua sessão de supervisão termina, e não concluirá com sucesso o exame supervisionado.\n" +" " #: templates/proctored_exam/proctoring_launch_callback.html:173 #, python-format @@ -1087,7 +1104,10 @@ msgid "" " " msgstr "" "\n" -"Volte à janela do curso %(platform_name)s para iniciar o exame. Quando terminar o exame e o marcar como completo, pode fechar esta janela para encerrar a sessão de supervisão e carregar seus dados de sessão de supervisão para revisão." +" Volte à janela do curso %(platform_name)s course window to start your exam. para iniciar o exame. Quando terminar o exame e \n" +" o marcar como completo, pode fechar esta janela para encerrar a sessão de supervisão\n" +" e carregar seus dados de sessão de supervisão para revisão.\n" +" " #: templates/proctored_exam/ready_to_resume.html:4 msgid "" @@ -1185,7 +1205,8 @@ msgid "" " " msgstr "" "\n" -"Tem certeza que quer terminar o seu exame supervisionado?" +" Tem certeza que quer terminar o seu exame supervisionado?\n" +" " #: templates/proctored_exam/ready_to_submit.html:10 msgid "" @@ -1214,7 +1235,8 @@ msgid "" " " msgstr "" "\n" -"Não, eu gostaria de continuar trabalhando." +" Não, eu gostaria de continuar a trabalhar.\n" +" " #: templates/proctored_exam/rejected.html:5 msgid "" @@ -1245,7 +1267,8 @@ msgid "" " " msgstr "" "\n" -"Você submeteu este exame supervisionado para revisão" +" Você submeteu este exame supervisionado para revisão\n" +" " #: templates/proctored_exam/submitted.html:9 msgid "Your recorded data should now be uploaded for review." @@ -1271,7 +1294,8 @@ msgid "" " " msgstr "" "\n" -"Se tiver dúvidas sobre o estado dos resultados do exame supervisionado, entre em contato com o Suporte %(platform_name)s." +" Se tiver dúvidas sobre o estado dos resultados do exame supervisionado, entre em contato com o %(platform_name)s Suporte.\n" +" " #: templates/proctored_exam/verified.html:5 msgid "" @@ -1287,7 +1311,8 @@ msgid "" " " msgstr "" "\n" -"Para ver suas perguntas e respostas do exame, selecione ver meu exame. O estado de revisão do exame é mostrado no painel de navegação esquerdo." +" Para ver suas perguntas e respostas do exame, seleccione Ver o meu exame. O estado de revisão do exame é mostrado no painel de navegação esquerdo\n" +" " #: templates/proctored_exam/visit_exam_content.html:11 msgid "View my exam" @@ -1336,7 +1361,7 @@ msgid "" " " msgstr "" "\n" -" Estou pronto para começar este exame cronometrado..\n" +" Estou pronto para começar este exame cronometrado.\n" " " #: templates/timed_exam/footer.html:3 @@ -1402,7 +1427,8 @@ msgid "" " " msgstr "" "\n" -"Não, quero continuar a trabalhar." +" Não, quero continuar a trabalhar.\n" +" " #: templates/timed_exam/submitted.html:6 msgid "" @@ -1472,51 +1498,51 @@ msgstr "um exame de integração" msgid "a practice exam" msgstr "um exame prático" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "Não foi possível determinar o course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." -msgstr "Deve ser um Utilizador da Equipe para Realizar este pedido." +msgstr "Deve ser um Utilizador da Equipa para Realizar este pedido." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" "Não existe nenhum exame de integração relacionado com este id de curso." -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "tem menos de um minuto restante" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ro/LC_MESSAGES/django.po b/edx_proctoring/locale/ro/LC_MESSAGES/django.po index f3fd8328ba7..639e10fa7ac 100644 --- a/edx_proctoring/locale/ro/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/ro/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: George Turtureanu , 2020\n" "Language-Team: Romanian (https://www.transifex.com/open-edx/teams/6205/ro/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1363,50 +1363,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ro/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ro/LC_MESSAGES/djangojs.po index 89067fe617b..fbdbb969a86 100644 --- a/edx_proctoring/locale/ro/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ro/LC_MESSAGES/djangojs.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: George Turtureanu , 2020\n" "Language-Team: Romanian (https://www.transifex.com/open-edx/teams/6205/ro/)\n" @@ -117,75 +117,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1363,50 +1363,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ru/LC_MESSAGES/django.po b/edx_proctoring/locale/ru/LC_MESSAGES/django.po index 909b68562c5..64ffafb770a 100644 --- a/edx_proctoring/locale/ru/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/ru/LC_MESSAGES/django.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Anastasija Teresenkova , 2021\n" "Language-Team: Russian (https://www.transifex.com/open-edx/teams/6205/ru/)\n" @@ -116,75 +116,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "у вас осталось {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Ваш курс" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Сдаётся с наблюдением" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Возможно сдать с наблюдением" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Сдаётся без наблюдения" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Ожидание отсмотра" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Отсмотр пройден" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Отказ при отсмотре" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Отсмотр более недоступен" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Неоцениваемый пробный экзамен" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Выполнение пробного экзамена завершено" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Пробный экзамен провален" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Экзамен с ограничением по времени" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1449,50 +1449,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "не удалось определить идентификатор курса" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Только сотрудникам разрешено выполнение данного запроса." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "у вас осталось меньше минуты" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/ru/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/ru/LC_MESSAGES/djangojs.po index f9117de4025..cea6e124ae2 100644 --- a/edx_proctoring/locale/ru/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/ru/LC_MESSAGES/djangojs.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Anastasija Teresenkova , 2021\n" "Language-Team: Russian (https://www.transifex.com/open-edx/teams/6205/ru/)\n" @@ -119,75 +119,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "у вас осталось {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "Ваш курс" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Сдаётся с наблюдением" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Возможно сдать с наблюдением" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Сдаётся без наблюдения" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Ожидание отсмотра" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Отсмотр пройден" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Отказ при отсмотре" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Отсмотр более недоступен" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Неоцениваемый пробный экзамен" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Выполнение пробного экзамена завершёно" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Пробный экзамен провален" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Экзамен с ограничением по времени" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1452,50 +1452,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "не удалось определить идентификатор курса" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Только сотрудникам разрешено выполнение данного запроса." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "у вас осталось меньше минуты" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/sw_KE/LC_MESSAGES/django.po b/edx_proctoring/locale/sw_KE/LC_MESSAGES/django.po index 2fec6a12760..e81efc12566 100644 --- a/edx_proctoring/locale/sw_KE/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/sw_KE/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: swaleh amin , 2021\n" "Language-Team: Swahili (Kenya) (https://www.transifex.com/open-edx/teams/6205/sw_KE/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "umebakiwa na {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "kozi yako" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Kuchukua kama mtihani uliosimamiwa" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Chaguzi ya usimamizi inapatikana" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Kufanya kama mtihani huru" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr " Kipindi kinayosubiriwa kupitiwa " -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Imepitishwa usimamizi" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "imeshindwa uwangalizi" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "angalizo la chaguo Hairuhusu kupatikana " -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "mtihani wa majaribio ambao haujawekewa daraja" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Mtihani wa majaribio umekamilika" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "mtihani wa majaribio ulioshindwa" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Mtihani Uliopewa Muda Maalum" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1464,50 +1464,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "haikuweza kutambua utambulisho wa kozi" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Lazima uwe Mtumiaji Mfanyakazi ili uweze Kujibu ombi hili." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "umebakiwa na chini ya dakika moja" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/sw_KE/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/sw_KE/LC_MESSAGES/djangojs.po index 21d649dab09..931a083e55d 100644 --- a/edx_proctoring/locale/sw_KE/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/sw_KE/LC_MESSAGES/djangojs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: swaleh amin , 2021\n" "Language-Team: Swahili (Kenya) (https://www.transifex.com/open-edx/teams/6205/sw_KE/)\n" @@ -118,75 +118,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "umebakiwa na {remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "kozi yako" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Kufanya Mtihani kwa Usimamizi" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Kipengele cha kufanya mtihani kwa Usimamizi Kinapatikana" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Kufanya Mtihani bila Usimamizi" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Muda wa kuanza mtihani unaandaliwa" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Imefanikiwa kuanza mtihani wa kusimamiwa" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Imeshindwa kuanza mtihani wa kusimamiwa" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Kipengele cha Kufanya mtihani wa Kusimamiwa Hakipo tena" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Mtihani wa mazoezi usio na daraja" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Mtihani wa majaribio umekamilika" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Mtihani wa majaribio umefeli" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Mtihani wa Muda Maalum" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1465,50 +1465,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "haikuweza kutambua utambulisho wa kozi" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "Lazima uwe Mtumiaji Mfanyakazi ili uweze Kujibu ombi hili." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "umebakiwa na chini ya dakika moja" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/tr_TR/LC_MESSAGES/django.po b/edx_proctoring/locale/tr_TR/LC_MESSAGES/django.po index f3429bd930b..378397523cf 100644 --- a/edx_proctoring/locale/tr_TR/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/tr_TR/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Ali Işıngör , 2021\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/open-edx/teams/6205/tr_TR/)\n" @@ -121,75 +121,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "{remaining_time} dakika zamanınız kaldı" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "dersiniz" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Gözetmenli Sınav Olarak Alınıyor" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Gözetmenli Seçenek Mevcut" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Açık Sınav Olarak Alınıyor" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Bekleyen Oturum İncelemesi" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Başarılı Gözetmenli Sınav" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Başarısız Gözetmenli Sınav" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Gözetmenli Seçenek Artık Mevcut Değil" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Puanlanmamış Alıştırma Sınavı" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Alıştırma Sınavı Tamamlandı" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Alıştırma Sınavı Başarısız" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Zamanlanmış Sınav" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1497,51 +1497,51 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "course_id belirlenemedi" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Bu isteği karşılayabilmek için Personel Kullanıcısı olmanız gerekiyor." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Bir dakikadan az zamanınız kaldı" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/tr_TR/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/tr_TR/LC_MESSAGES/djangojs.po index b326a6291bd..d493795d4af 100644 --- a/edx_proctoring/locale/tr_TR/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/tr_TR/LC_MESSAGES/djangojs.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Ali Işıngör , 2021\n" "Language-Team: Turkish (Turkey) (https://www.transifex.com/open-edx/teams/6205/tr_TR/)\n" @@ -121,75 +121,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "{remaining_time} dakika zamanınız kaldı" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "dersiniz" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "Gözetmenli Sınav Olarak Alınıyor" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "Gözetmenli Seçenek Mevcut" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "Açık Sınav Olarak Alınıyor" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "Bekleyen Oturum İncelemesi" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "Başarılı Gözetmenli Sınav" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "Başarısız Gözetmenli Sınav" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "Gözetmenli Seçenek Artık Mevcut Değil" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "Puanlanmamış Alıştırma Sınavı" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "Alıştırma Sınavı Tamamlandı" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "Alıştırma Sınavı Başarısız" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "Zamanlanmış Sınav" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1497,51 +1497,51 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "course_id belirlenemedi" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" "Bu isteği karşılayabilmek için Personel Kullanıcısı olmanız gerekiyor." -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "Bir dakikadan az zamanınız kaldı" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/uk/LC_MESSAGES/django.po b/edx_proctoring/locale/uk/LC_MESSAGES/django.po index 196a370dc1b..900fc51fb06 100644 --- a/edx_proctoring/locale/uk/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/uk/LC_MESSAGES/django.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: Danylo Shcherbak , 2021\n" "Language-Team: Ukrainian (https://www.transifex.com/open-edx/teams/6205/uk/)\n" @@ -123,75 +123,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1369,50 +1369,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/uk/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/uk/LC_MESSAGES/djangojs.po index bdcf5c74d05..3979965ebfd 100644 --- a/edx_proctoring/locale/uk/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/uk/LC_MESSAGES/djangojs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: Danylo Shcherbak , 2021\n" "Language-Team: Ukrainian (https://www.transifex.com/open-edx/teams/6205/uk/)\n" @@ -123,75 +123,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1369,50 +1369,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/zh_CN/LC_MESSAGES/django.po b/edx_proctoring/locale/zh_CN/LC_MESSAGES/django.po index d62cfa723a0..6493a459e99 100644 --- a/edx_proctoring/locale/zh_CN/LC_MESSAGES/django.po +++ b/edx_proctoring/locale/zh_CN/LC_MESSAGES/django.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:52+0000\n" "Last-Translator: meelo , 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/open-edx/teams/6205/zh_CN/)\n" @@ -124,75 +124,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "剩余时间{remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "您的课程" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "切换至监考模式" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "可启用监考模式" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "切换至开卷模式" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "等待审核" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "已通过监考" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "未通过监考" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "无法再启用监考模式" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "不计分模拟考试" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "已完成模拟考试" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "模拟考试失败" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "计时考试" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1471,50 +1471,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "无法确定course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "此次请求必须是由员工用户提出。" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "剩余时间不足一分钟" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr "" diff --git a/edx_proctoring/locale/zh_CN/LC_MESSAGES/djangojs.po b/edx_proctoring/locale/zh_CN/LC_MESSAGES/djangojs.po index e242a68c3a2..02d08d43763 100644 --- a/edx_proctoring/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/edx_proctoring/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-proctoring\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-13 18:34+0000\n" +"POT-Creation-Date: 2021-06-20 18:34+0000\n" "PO-Revision-Date: 2016-12-20 19:55+0000\n" "Last-Translator: meelo , 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/open-edx/teams/6205/zh_CN/)\n" @@ -125,75 +125,75 @@ msgstr "" msgid "Onboarding Expired" msgstr "" -#: api.py:642 views.py:969 +#: api.py:770 views.py:977 #, python-brace-format msgid "you have {remaining_time} remaining" msgstr "剩余时间{remaining_time}" -#: api.py:1373 +#: api.py:1501 msgid "your course" msgstr "您的课程" -#: api.py:1442 +#: api.py:1570 #, python-brace-format msgid "Proctoring Results For {course_name} {exam_name}" msgstr "" -#: api.py:1451 +#: api.py:1579 #, python-brace-format msgid "Proctoring Review In Progress For {course_name} {exam_name}" msgstr "" -#: api.py:1485 +#: api.py:1613 #, python-brace-format msgid "Proctored exam {exam_name} in {course_name} for user {username}" msgstr "" -#: api.py:1967 +#: api.py:2095 msgid "Taking As Proctored Exam" msgstr "切换至监考模式" -#: api.py:1972 +#: api.py:2100 msgid "Proctored Option Available" msgstr "可启用监考模式" -#: api.py:1977 +#: api.py:2105 msgid "Taking As Open Exam" msgstr "切换至开卷模式" -#: api.py:1982 api.py:1987 +#: api.py:2110 api.py:2115 msgid "Pending Session Review" msgstr "等待审核" -#: api.py:1992 +#: api.py:2120 msgid "Passed Proctoring" msgstr "已通过监考" -#: api.py:1997 api.py:2002 +#: api.py:2125 api.py:2130 msgid "Failed Proctoring" msgstr "未通过监考" -#: api.py:2007 +#: api.py:2135 msgid "Proctored Option No Longer Available" msgstr "无法再启用监考模式" -#: api.py:2016 +#: api.py:2144 msgid "Ungraded Practice Exam" msgstr "不计分模拟考试" -#: api.py:2021 +#: api.py:2149 msgid "Practice Exam Completed" msgstr "已完成模拟考" -#: api.py:2026 +#: api.py:2154 msgid "Practice Exam Failed" msgstr "模拟考失败" -#: api.py:2034 +#: api.py:2162 msgid "Timed Exam" msgstr "计时考试" -#: api.py:2614 +#: api.py:2742 msgid "Onboarding status question" msgstr "" @@ -1472,50 +1472,50 @@ msgstr "" msgid "a practice exam" msgstr "" -#: views.py:135 +#: views.py:138 msgid "could not determine the course_id" msgstr "无法确定course_id" -#: views.py:144 views.py:517 +#: views.py:147 views.py:525 views.py:1455 msgid "Must be a Staff User to Perform this request." msgstr "此次请求必须是由员工用户提出。" -#: views.py:507 +#: views.py:515 msgid "Missing required query parameter course_id" msgstr "" -#: views.py:525 views.py:742 +#: views.py:533 views.py:750 msgid "There is no onboarding exam related to this course id." msgstr "" -#: views.py:557 +#: views.py:565 msgid "There is no onboarding exam accessible to this user." msgstr "" -#: views.py:607 +#: views.py:615 #, python-brace-format msgid "No onboarding status API for {proctor_service}" msgstr "" -#: views.py:975 +#: views.py:983 msgid "you have less than a minute remaining" msgstr "剩余时间不足一分钟" -#: views.py:1425 +#: views.py:1492 msgid "Cannot update attempt review status" msgstr "" -#: views.py:1707 +#: views.py:1774 #, python-brace-format msgid "No exams in course {course_id}." msgstr "" -#: views.py:1713 +#: views.py:1780 #, python-brace-format msgid "No proctored exams in course {course_id}" msgstr "" -#: views.py:1732 +#: views.py:1799 #, python-brace-format msgid "No instructor dashboard for {proctor_service}" msgstr ""